JVM Arguments: -Dspring.profiles.active=basic -Djava.security.egd=file:/dev/./urandom -Dlogs_dir=./logs/sdc/ -Dlogging.config=/app/logback-spring.xml -Djavax.net.ssl.trustStore=/opt/app/osaaf/local/truststoreONAPall.jks -Djavax.net.ssl.trustStorePassword=changeit -Dspring.config.additional-location=/app/config/override.yaml . ____ _ __ _ _ /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \ ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \ \\/ ___)| |_)| | | | | || (_| | ) ) ) ) ' |____| .__|_| |_|_| |_\__, | / / / / =========|_|==============|___/=/_/_/_/ :: Spring Boot :: (v2.3.7.RELEASE) 2021-08-24T01:53:17.487Z||main|||||INFO|500||Starting Application on onap-so-sdc-controller-65b67f9bc-jpbgh with PID 14 (/app/app.jar started by so in /app) 2021-08-24T01:53:17.492Z||main|||||DEBUG|500||Running with Spring Boot v2.3.7.RELEASE, Spring v5.2.12.RELEASE 2021-08-24T01:53:17.492Z||main|||||INFO|500||The following profiles are active: basic 2021-08-24T01:53:23.538Z||main|||||INFO|500||Starting service [Tomcat] 2021-08-24T01:53:23.539Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41] 2021-08-24T01:53:23.614Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext 2021-08-24T01:53:24.828Z||main|||||INFO|500||catdb-pool - Starting... 2021-08-24T01:53:24.948Z||main|||||INFO|500||catdb-pool - Start completed. 2021-08-24T01:53:25.207Z||main|||||INFO|500||reqdb-pool - Starting... 2021-08-24T01:53:25.212Z||main|||||INFO|500||reqdb-pool - Start completed. 2021-08-24T01:53:25.273Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB] 2021-08-24T01:53:25.426Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final 2021-08-24T01:53:25.741Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final} 2021-08-24T01:53:26.544Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2021-08-24T01:53:27.923Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2021-08-24T01:53:27.952Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB] 2021-08-24T01:53:28.318Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2021-08-24T01:53:28.482Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly. 2021-08-24T01:53:29.313Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2021-08-24T01:53:30.107Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080 2021-08-24T01:53:30.122Z||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$$afaf231c.deployActivities() at org.onap.so.asdc.Application.deployActivities(Application.java:52) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516) at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324) at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234) at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322) at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202) at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897) at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879) at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551) at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143) at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758) at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750) at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405) at org.springframework.boot.SpringApplication.run(SpringApplication.java:315) at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237) at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226) at org.onap.so.asdc.Application.main(Application.java:60) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49) at org.springframework.boot.loader.Launcher.launch(Launcher.java:107) at org.springframework.boot.loader.Launcher.launch(Launcher.java:58) at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88) 2021-08-24T01:53:30.123Z||main|||||WARN|500||The sdc end point is not alive 2021-08-24T01:53:31.783Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning 2021-08-24T01:53:33.432Z||main|||||WARN|500||--- 2021-08-24T01:53:33.432Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)! 2021-08-24T01:53:33.432Z||main|||||WARN|500||--- 2021-08-24T01:53:33.654Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ... 2021-08-24T01:53:35.951Z||main|||||INFO|500||Started Application in 20.043 seconds (JVM running for 20.87) 2021-08-24T01:53:35.969Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-08-24T01:53:35.970Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-08-24T01:53:35.978Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-08-24T01:53:35.998Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-08-24T01:53:36.070Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= dfc1611a-3891-4444-a066-682d18e6c211 url= /sdc/v1/artifactTypes 2021-08-24T01:53:36.070Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-08-24T01:53:37.139Z||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.22.213] 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 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) ... 29 common frames omitted 2021-08-24T01:53:37.146Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@54b6aaf 2021-08-24T01:53:37.147Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-08-24T01:53:37.156Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-08-24T01:53:37.158Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-08-24T01:53:37.160Z||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 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) ... 12 common frames omitted 2021-08-24T01:54:25.948Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-08-24T01:54:25.951Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-08-24T01:54:25.952Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-08-24T01:54:25.958Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-08-24T01:54:25.964Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 521ce985-7409-414e-a3ad-e6bf375843be url= /sdc/v1/artifactTypes 2021-08-24T01:54:25.964Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-08-24T01:54:26.999Z||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.22.213] 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 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) ... 29 common frames omitted 2021-08-24T01:54:27.000Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@22ff797e 2021-08-24T01:54:27.001Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-08-24T01:54:27.002Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-08-24T01:54:27.002Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-08-24T01:54:27.003Z||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 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) ... 12 common frames omitted 2021-08-24T01:55:15.947Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-08-24T01:55:15.948Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-08-24T01:55:15.948Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-08-24T01:55:15.953Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-08-24T01:55:15.958Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 930d4391-5612-46d3-8351-445857b8ed1e url= /sdc/v1/artifactTypes 2021-08-24T01:55:15.959Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-08-24T01:55:16.982Z||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.22.213] 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 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) ... 29 common frames omitted 2021-08-24T01:55:16.984Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6b104b0a 2021-08-24T01:55:16.984Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-08-24T01:55:16.984Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-08-24T01:55:16.985Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-08-24T01:55:16.985Z||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 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) ... 12 common frames omitted 2021-08-24T01:56:05.947Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-08-24T01:56:05.948Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-08-24T01:56:05.948Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-08-24T01:56:05.954Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-08-24T01:56:05.960Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 17f63929-36fb-4b98-96f3-805babea0bdf url= /sdc/v1/artifactTypes 2021-08-24T01:56:05.961Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-08-24T01:56:06.998Z||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.22.213] 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 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) ... 29 common frames omitted 2021-08-24T01:56:07.000Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1d35e3aa 2021-08-24T01:56:07.000Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-08-24T01:56:07.001Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-08-24T01:56:07.001Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-08-24T01:56:07.003Z||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 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) ... 12 common frames omitted 2021-08-24T01:56:55.948Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-08-24T01:56:55.949Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-08-24T01:56:55.949Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-08-24T01:56:55.954Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-08-24T01:56:55.960Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 1f0f7b41-837e-4b28-a10b-f101abb19beb url= /sdc/v1/artifactTypes 2021-08-24T01:56:55.960Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-08-24T01:56:56.982Z||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.22.213] 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 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) ... 29 common frames omitted 2021-08-24T01:56:56.982Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4925b728 2021-08-24T01:56:56.983Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-08-24T01:56:56.983Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-08-24T01:56:56.983Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-08-24T01:56:56.984Z||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 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) ... 12 common frames omitted 2021-08-24T01:57:45.947Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-08-24T01:57:45.947Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-08-24T01:57:45.948Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-08-24T01:57:45.953Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-08-24T01:57:45.957Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= c4655415-cad7-4b8c-a5cd-45fdc3b79ea0 url= /sdc/v1/artifactTypes 2021-08-24T01:57:45.958Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-08-24T01:57:46.996Z||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.22.213] 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 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) ... 29 common frames omitted 2021-08-24T01:57:46.996Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1f5cf16a 2021-08-24T01:57:46.996Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-08-24T01:57:46.996Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-08-24T01:57:46.997Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-08-24T01:57:46.997Z||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 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) ... 12 common frames omitted 2021-08-24T01:58:35.949Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-08-24T01:58:35.951Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-08-24T01:58:35.952Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-08-24T01:58:35.958Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-08-24T01:58:35.964Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 01433646-6b80-4551-a0b9-77fd75ff247e url= /sdc/v1/artifactTypes 2021-08-24T01:58:35.964Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-08-24T01:58:36.981Z||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.22.213] 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 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) ... 29 common frames omitted 2021-08-24T01:58:36.982Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@57eceb9f 2021-08-24T01:58:36.982Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-08-24T01:58:36.982Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-08-24T01:58:36.982Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-08-24T01:58:36.983Z||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 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) ... 12 common frames omitted 2021-08-24T01:59:25.947Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-08-24T01:59:25.948Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-08-24T01:59:25.948Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-08-24T01:59:25.953Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-08-24T01:59:25.959Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 3bfafcdc-1b85-4ce8-a15c-61373d6f708a url= /sdc/v1/artifactTypes 2021-08-24T01:59:25.960Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-08-24T01:59:26.998Z||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.22.213] 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 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) ... 29 common frames omitted 2021-08-24T01:59:26.999Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6237ba30 2021-08-24T01:59:26.999Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-08-24T01:59:27.000Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-08-24T01:59:27.000Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-08-24T01:59:27.000Z||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 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) ... 12 common frames omitted 2021-08-24T02:00:15.947Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-08-24T02:00:15.948Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-08-24T02:00:15.948Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-08-24T02:00:15.951Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-08-24T02:00:15.957Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 28c5875d-688a-4613-824b-81e262910c7e url= /sdc/v1/artifactTypes 2021-08-24T02:00:15.957Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-08-24T02:00:16.982Z||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.22.213] 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 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) ... 29 common frames omitted 2021-08-24T02:00:16.982Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2bb8b350 2021-08-24T02:00:16.982Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-08-24T02:00:16.983Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-08-24T02:00:16.983Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-08-24T02:00:16.983Z||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 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) ... 12 common frames omitted 2021-08-24T02:01:05.947Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-08-24T02:01:05.947Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-08-24T02:01:05.948Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-08-24T02:01:05.950Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-08-24T02:01:05.955Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= ddc8a311-fbb6-4bee-b921-124aafdbfe2a url= /sdc/v1/artifactTypes 2021-08-24T02:01:05.955Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-08-24T02:01:07.002Z||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.22.213] 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 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) ... 29 common frames omitted 2021-08-24T02:01:07.003Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@5059ecf5 2021-08-24T02:01:07.003Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-08-24T02:01:07.004Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-08-24T02:01:07.004Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-08-24T02:01:07.005Z||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 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) ... 12 common frames omitted 2021-08-24T02:01:55.947Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-08-24T02:01:55.948Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-08-24T02:01:55.948Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-08-24T02:01:55.952Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-08-24T02:01:55.957Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 8710c665-78c2-428b-a6ea-e2a2999566c7 url= /sdc/v1/artifactTypes 2021-08-24T02:01:55.957Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-08-24T02:01:56.982Z||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.22.213] 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 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) ... 29 common frames omitted 2021-08-24T02:01:56.983Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7dc46fe 2021-08-24T02:01:56.983Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-08-24T02:01:56.983Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-08-24T02:01:56.983Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-08-24T02:01:56.984Z||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 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) ... 12 common frames omitted 2021-08-24T02:02:45.947Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-08-24T02:02:45.948Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-08-24T02:02:45.948Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-08-24T02:02:45.952Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-08-24T02:02:45.959Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 4c22509b-c164-41c5-b948-c42cf6b65889 url= /sdc/v1/artifactTypes 2021-08-24T02:02:45.959Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-08-24T02:02:46.998Z||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.22.213] 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 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) ... 29 common frames omitted 2021-08-24T02:02:46.999Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7c8bd5c4 2021-08-24T02:02:46.999Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-08-24T02:02:46.999Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-08-24T02:02:47.000Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-08-24T02:02:47.000Z||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 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) ... 12 common frames omitted 2021-08-24T02:03:29.383Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet' 2021-08-24T02:03:35.947Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-08-24T02:03:35.948Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-08-24T02:03:35.948Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-08-24T02:03:35.953Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-08-24T02:03:35.958Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= bc854114-3e68-4057-b298-d17b2ed9cbe3 url= /sdc/v1/artifactTypes 2021-08-24T02:03:35.958Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-08-24T02:03:36.983Z||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.22.213] 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 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) ... 29 common frames omitted 2021-08-24T02:03:36.983Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@656f7b63 2021-08-24T02:03:36.984Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-08-24T02:03:36.984Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-08-24T02:03:36.984Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-08-24T02:03:36.985Z||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 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) ... 12 common frames omitted 2021-08-24T02:04:25.947Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-08-24T02:04:25.947Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-08-24T02:04:25.947Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-08-24T02:04:25.949Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-08-24T02:04:25.954Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 7b61ac8a-506e-4850-b1fe-f516de5c6b4e url= /sdc/v1/artifactTypes 2021-08-24T02:04:25.954Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-08-24T02:04:26.998Z||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.22.213] 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 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) ... 29 common frames omitted 2021-08-24T02:04:26.999Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2f9a64b7 2021-08-24T02:04:26.999Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-08-24T02:04:27.000Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-08-24T02:04:27.000Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-08-24T02:04:27.001Z||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 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) ... 12 common frames omitted 2021-08-24T02:05:15.950Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-08-24T02:05:15.952Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-08-24T02:05:15.953Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-08-24T02:05:15.959Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-08-24T02:05:15.966Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 15a11efa-8599-4a1c-9e15-2c4544379858 url= /sdc/v1/artifactTypes 2021-08-24T02:05:15.966Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-08-24T02:05:17.015Z||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.22.213] 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 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) ... 29 common frames omitted 2021-08-24T02:05:17.016Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@65bb3c41 2021-08-24T02:05:17.016Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-08-24T02:05:17.016Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-08-24T02:05:17.017Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-08-24T02:05:17.017Z||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 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) ... 12 common frames omitted 2021-08-24T02:06:05.949Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-08-24T02:06:05.949Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-08-24T02:06:05.949Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-08-24T02:06:05.953Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-08-24T02:06:05.960Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 4cbb9d6e-f745-49e5-adc3-52932b79e26e url= /sdc/v1/artifactTypes 2021-08-24T02:06:05.961Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-08-24T02:06:06.998Z||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.22.213] 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 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) ... 29 common frames omitted 2021-08-24T02:06:06.999Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@5b9c64a6 2021-08-24T02:06:06.999Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-08-24T02:06:07.000Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-08-24T02:06:07.000Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-08-24T02:06:07.000Z||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 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) ... 12 common frames omitted 2021-08-24T02:06:55.947Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-08-24T02:06:55.947Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-08-24T02:06:55.947Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-08-24T02:06:55.949Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-08-24T02:06:55.955Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= a9275491-8ff9-472e-bb8b-2cfd8ec3ab12 url= /sdc/v1/artifactTypes 2021-08-24T02:06:55.955Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-08-24T02:06:56.109Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-08-24T02:06:56.116Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server 2021-08-24T02:06:56.143Z||scheduling-1|||||DEBUG|500||create keys 2021-08-24T02:06:56.155Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2021-08-24T02:06:56.176Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T02:06:56.195Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= f9dfa3f9-6c6c-499d-92bd-a4aa5bcb04a9 url= /sdc/v1/registerForDistribution 2021-08-24T02:06:56.276Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= f9dfa3f9-6c6c-499d-92bd-a4aa5bcb04a9 url= /sdc/v1/registerForDistribution 2021-08-24T02:06:56.276Z||scheduling-1|||||INFO|500||start DistributionClient 2021-08-24T02:06:56.288Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T02:06:56.288Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T02:06:56.290Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus 2021-08-24T02:06:56.295Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T02:06:56.295Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T02:06:56.295Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T02:06:56.295Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T02:07:06.515Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T02:07:06.518Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T02:07:56.284Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T02:07:56.286Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T02:07:56.286Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T02:07:56.286Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T02:07:56.287Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T02:07:56.287Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T02:08:05.836Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T02:08:05.838Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T02:08:56.284Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T02:08:56.285Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T02:08:56.285Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T02:08:56.286Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T02:08:56.287Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T02:08:56.287Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T02:09:05.837Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T02:09:05.839Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T02:09:56.284Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T02:09:56.285Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T02:09:56.285Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T02:09:56.286Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T02:09:56.287Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T02:09:56.287Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T02:10:05.836Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T02:10:05.839Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T02:10:56.284Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T02:10:56.286Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T02:10:56.286Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T02:10:56.286Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T02:10:56.287Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T02:10:56.287Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T02:11:05.834Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T02:11:05.842Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T02:11:56.284Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T02:11:56.285Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T02:11:56.286Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T02:11:56.286Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T02:11:56.287Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T02:11:56.287Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T02:12:05.828Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T02:12:05.832Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T02:12:56.284Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T02:12:56.286Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T02:12:56.286Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T02:12:56.286Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T02:12:56.287Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T02:12:56.288Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T02:13:05.834Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T02:13:05.835Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T02:13:56.284Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T02:13:56.285Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T02:13:56.285Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T02:13:56.286Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T02:13:56.287Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T02:13:56.288Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T02:14:05.837Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T02:14:05.841Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T02:14:56.284Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T02:14:56.285Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T02:14:56.286Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T02:14:56.286Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T02:14:56.287Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T02:14:56.287Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T02:15:05.833Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T02:15:05.835Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T02:15:56.284Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T02:15:56.285Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T02:15:56.285Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T02:15:56.286Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T02:15:56.286Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T02:15:56.286Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T02:16:05.838Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T02:16:05.838Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T02:16:56.284Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T02:16:56.285Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T02:16:56.285Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T02:16:56.286Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T02:16:56.287Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T02:16:56.287Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T02:17:05.844Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T02:17:05.846Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T02:17:56.284Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T02:17:56.285Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T02:17:56.286Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T02:17:56.286Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T02:17:56.287Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T02:17:56.287Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T02:18:05.837Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T02:18:05.839Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T02:18:56.284Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T02:18:56.285Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T02:18:56.285Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T02:18:56.286Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T02:18:56.287Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T02:18:56.287Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T02:19:05.828Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T02:19:05.838Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T02:19:56.285Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T02:19:56.286Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T02:19:56.286Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T02:19:56.287Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T02:19:56.287Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T02:19:56.286Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T02:20:05.837Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T02:20:05.843Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T02:20:56.284Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T02:20:56.285Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T02:20:56.285Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T02:20:56.286Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T02:20:56.287Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T02:20:56.287Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T02:21:05.832Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T02:21:05.836Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T02:21:56.286Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T02:21:56.285Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T02:21:56.288Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T02:21:56.288Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T02:21:56.291Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T02:21:56.291Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T02:22:05.842Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T02:22:05.842Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T02:22:56.284Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T02:22:56.286Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T02:22:56.286Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T02:22:56.286Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T02:22:56.286Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T02:22:56.287Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T02:23:05.827Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T02:23:05.834Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T02:23:56.284Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T02:23:56.286Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T02:23:56.286Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T02:23:56.287Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T02:23:56.287Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T02:23:56.287Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T02:24:05.839Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T02:24:05.842Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T02:24:56.284Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T02:24:56.286Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T02:24:56.286Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T02:24:56.286Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T02:24:56.286Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T02:24:56.287Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T02:25:05.833Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T02:25:05.834Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T02:25:56.284Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T02:25:56.286Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T02:25:56.286Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T02:25:56.286Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T02:25:56.287Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T02:25:56.287Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T02:26:05.835Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T02:26:05.850Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T02:26:56.284Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T02:26:56.286Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T02:26:56.286Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T02:26:56.286Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T02:26:56.287Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T02:26:56.287Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T02:27:05.827Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T02:27:05.832Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T02:27:56.284Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T02:27:56.286Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T02:27:56.286Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T02:27:56.286Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T02:27:56.287Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T02:27:56.287Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T02:28:05.868Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T02:28:05.872Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T02:28:56.284Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T02:28:56.286Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T02:28:56.286Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T02:28:56.286Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T02:28:56.287Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T02:28:56.287Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T02:29:05.834Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T02:29:05.834Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T02:29:56.284Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T02:29:56.285Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T02:29:56.285Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T02:29:56.286Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T02:29:56.286Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T02:29:56.286Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T02:30:05.828Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T02:30:05.829Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T02:30:56.284Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T02:30:56.285Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T02:30:56.285Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T02:30:56.286Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T02:30:56.287Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T02:30:56.287Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T02:31:05.830Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T02:31:05.831Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T02:31:56.284Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T02:31:56.285Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T02:31:56.285Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T02:31:56.286Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T02:31:56.286Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T02:31:56.287Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T02:32:05.834Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T02:32:05.834Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T02:32:56.284Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T02:32:56.285Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T02:32:56.285Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T02:32:56.286Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T02:32:56.286Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T02:32:56.287Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T02:33:05.829Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T02:33:05.829Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T02:33:56.285Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T02:33:56.286Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T02:33:56.286Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T02:33:56.286Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T02:33:56.287Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T02:33:56.287Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T02:34:05.834Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T02:34:05.835Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T02:34:56.284Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T02:34:56.285Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T02:34:56.285Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T02:34:56.286Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T02:34:56.286Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T02:34:56.287Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T02:35:05.830Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T02:35:05.831Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T02:35:56.284Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T02:35:56.285Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T02:35:56.285Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T02:35:56.286Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T02:35:56.287Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T02:35:56.287Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T02:36:05.841Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T02:36:05.842Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T02:36:56.284Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T02:36:56.285Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T02:36:56.285Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T02:36:56.286Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T02:36:56.286Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T02:36:56.287Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T02:37:05.833Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T02:37:05.835Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T02:37:56.286Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T02:37:56.287Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T02:37:56.287Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T02:37:56.288Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T02:37:56.288Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T02:37:56.288Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T02:38:05.839Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T02:38:05.839Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T02:38:56.284Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T02:38:56.285Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T02:38:56.285Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T02:38:56.286Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T02:38:56.289Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T02:38:56.289Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T02:39:05.835Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T02:39:05.839Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T02:39:56.284Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T02:39:56.286Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T02:39:56.286Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T02:39:56.286Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T02:39:56.286Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T02:39:56.287Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T02:40:05.831Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T02:40:05.834Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T02:40:56.284Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T02:40:56.285Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T02:40:56.286Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T02:40:56.286Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T02:40:56.286Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T02:40:56.287Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T02:41:05.833Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T02:41:05.836Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T02:41:56.285Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T02:41:56.286Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T02:41:56.286Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T02:41:56.286Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T02:41:56.286Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T02:41:56.287Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T02:42:05.835Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T02:42:05.836Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T02:42:56.286Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T02:42:56.286Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T02:42:56.288Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T02:42:56.288Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T02:42:56.289Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T02:42:56.289Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T02:43:05.841Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T02:43:05.842Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T02:43:56.284Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T02:43:56.286Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T02:43:56.286Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T02:43:56.287Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T02:43:56.287Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T02:43:56.287Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T02:44:05.835Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T02:44:05.841Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T02:44:56.284Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T02:44:56.286Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T02:44:56.285Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T02:44:56.286Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T02:44:56.287Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T02:44:56.287Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T02:45:05.835Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T02:45:05.855Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T02:45:56.284Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T02:45:56.285Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T02:45:56.286Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T02:45:56.286Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T02:45:56.286Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T02:45:56.287Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T02:46:05.838Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T02:46:05.838Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T02:46:56.285Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T02:46:56.286Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T02:46:56.286Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T02:46:56.286Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T02:46:56.286Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T02:46:56.287Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T02:47:05.834Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T02:47:05.835Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T02:47:56.284Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T02:47:56.285Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T02:47:56.286Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T02:47:56.286Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T02:47:56.287Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T02:47:56.287Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T02:48:05.831Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T02:48:05.832Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T02:48:56.284Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T02:48:56.286Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T02:48:56.286Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T02:48:56.286Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T02:48:56.287Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T02:48:56.287Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T02:49:05.830Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T02:49:05.831Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T02:49:56.284Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T02:49:56.285Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T02:49:56.285Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T02:49:56.286Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T02:49:56.286Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T02:49:56.287Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T02:50:05.837Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T02:50:05.840Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T02:50:56.285Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T02:50:56.286Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T02:50:56.287Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T02:50:56.287Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T02:50:56.287Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T02:50:56.287Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T02:51:05.838Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T02:51:05.840Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T02:51:56.284Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T02:51:56.285Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T02:51:56.285Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T02:51:56.286Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T02:51:56.287Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T02:51:56.287Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T02:52:05.834Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T02:52:05.840Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T02:52:56.284Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T02:52:56.285Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T02:52:56.285Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T02:52:56.286Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T02:52:56.286Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T02:52:56.287Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T02:53:05.829Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T02:53:05.838Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T02:53:56.284Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T02:53:56.285Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T02:53:56.285Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T02:53:56.286Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T02:53:56.287Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T02:53:56.287Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T02:54:05.840Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T02:54:05.841Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T02:54:56.284Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T02:54:56.285Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T02:54:56.285Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T02:54:56.286Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T02:54:56.287Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T02:54:56.288Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T02:55:05.840Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T02:55:05.840Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T02:55:56.284Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T02:55:56.285Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T02:55:56.285Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T02:55:56.286Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T02:55:56.287Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T02:55:56.287Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T02:56:05.834Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T02:56:05.836Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T02:56:56.284Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T02:56:56.285Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T02:56:56.285Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T02:56:56.286Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T02:56:56.287Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T02:56:56.287Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T02:57:05.834Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T02:57:05.835Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T02:57:56.284Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T02:57:56.285Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T02:57:56.285Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T02:57:56.286Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T02:57:56.287Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T02:57:56.287Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T02:58:05.837Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T02:58:05.839Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T02:58:56.284Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T02:58:56.285Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T02:58:56.285Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T02:58:56.286Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T02:58:56.287Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T02:58:56.287Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T02:59:05.833Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T02:59:05.833Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T02:59:56.284Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T02:59:56.285Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T02:59:56.285Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T02:59:56.286Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T02:59:56.286Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T02:59:56.286Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T03:00:05.828Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T03:00:05.830Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T03:00:56.284Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T03:00:56.285Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T03:00:56.285Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T03:00:56.286Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T03:00:56.286Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T03:00:56.286Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T03:01:05.829Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T03:01:05.834Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T03:01:56.284Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T03:01:56.285Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T03:01:56.285Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T03:01:56.286Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T03:01:56.287Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T03:01:56.287Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T03:02:05.833Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T03:02:05.837Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T03:02:56.284Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T03:02:56.285Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T03:02:56.286Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T03:02:56.286Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T03:02:56.287Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T03:02:56.287Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T03:03:05.830Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T03:03:05.844Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T03:03:56.285Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T03:03:56.286Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T03:03:56.286Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T03:03:56.287Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T03:03:56.287Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T03:03:56.287Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T03:04:05.837Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T03:04:05.837Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T03:04:56.284Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T03:04:56.285Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T03:04:56.285Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T03:04:56.286Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T03:04:56.286Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T03:04:56.287Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T03:05:05.832Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T03:05:05.833Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T03:05:56.284Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T03:05:56.285Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T03:05:56.286Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T03:05:56.286Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T03:05:56.286Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T03:05:56.287Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T03:06:05.833Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T03:06:05.833Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T03:06:56.284Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T03:06:56.285Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T03:06:56.285Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T03:06:56.286Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T03:06:56.286Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T03:06:56.286Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T03:07:05.835Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T03:07:05.835Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T03:07:56.284Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T03:07:56.285Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T03:07:56.286Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T03:07:56.286Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T03:07:56.286Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T03:07:56.287Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T03:08:05.830Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T03:08:05.830Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T03:08:56.284Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T03:08:56.285Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T03:08:56.285Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T03:08:56.286Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T03:08:56.287Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T03:08:56.287Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T03:09:05.831Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T03:09:05.836Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T03:09:56.284Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T03:09:56.285Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T03:09:56.285Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T03:09:56.286Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T03:09:56.286Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T03:09:56.286Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T03:10:05.831Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T03:10:05.831Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T03:10:56.284Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T03:10:56.285Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T03:10:56.285Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T03:10:56.286Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T03:10:56.286Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T03:10:56.287Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T03:11:05.834Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T03:11:05.835Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T03:11:56.284Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T03:11:56.285Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T03:11:56.285Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T03:11:56.286Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T03:11:56.286Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T03:11:56.287Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T03:12:05.831Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T03:12:05.836Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T03:12:56.284Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T03:12:56.285Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T03:12:56.285Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T03:12:56.286Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T03:12:56.286Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T03:12:56.287Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T03:13:05.832Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T03:13:05.835Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T03:13:56.284Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T03:13:56.285Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T03:13:56.285Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T03:13:56.286Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T03:13:56.287Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T03:13:56.287Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T03:14:05.828Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T03:14:05.830Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T03:14:56.284Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T03:14:56.285Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T03:14:56.285Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T03:14:56.286Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T03:14:56.287Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T03:14:56.287Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T03:15:05.836Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T03:15:05.837Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T03:15:56.284Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T03:15:56.285Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T03:15:56.285Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T03:15:56.286Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T03:15:56.286Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T03:15:56.287Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T03:16:05.830Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T03:16:05.830Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T03:16:56.284Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T03:16:56.285Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T03:16:56.285Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T03:16:56.286Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T03:16:56.286Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T03:16:56.286Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T03:17:05.825Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T03:17:05.833Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T03:17:56.284Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T03:17:56.286Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T03:17:56.286Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T03:17:56.286Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T03:17:56.286Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T03:17:56.287Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T03:18:05.837Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T03:18:05.839Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T03:18:56.284Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T03:18:56.285Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T03:18:56.285Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T03:18:56.286Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T03:18:56.286Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T03:18:56.287Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T03:19:05.829Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T03:19:05.838Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T03:19:56.284Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T03:19:56.285Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T03:19:56.285Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T03:19:56.286Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T03:19:56.287Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T03:19:56.287Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T03:20:05.830Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T03:20:05.834Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T03:20:56.284Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T03:20:56.285Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T03:20:56.285Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T03:20:56.286Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T03:20:56.287Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T03:20:56.287Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T03:21:05.833Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T03:21:05.839Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T03:21:56.284Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T03:21:56.285Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T03:21:56.286Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T03:21:56.286Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T03:21:56.286Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T03:21:56.286Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T03:22:05.831Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T03:22:05.836Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T03:22:56.284Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T03:22:56.285Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T03:22:56.285Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T03:22:56.286Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T03:22:56.286Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T03:22:56.287Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T03:23:05.831Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T03:23:05.832Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T03:23:56.284Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T03:23:56.286Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T03:23:56.286Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T03:23:56.286Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T03:23:56.287Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T03:23:56.287Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T03:24:05.835Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T03:24:05.836Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T03:24:56.284Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T03:24:56.286Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T03:24:56.286Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T03:24:56.286Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T03:24:56.286Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T03:24:56.286Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T03:25:05.835Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T03:25:05.839Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T03:25:56.287Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T03:25:56.287Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T03:25:56.289Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T03:25:56.289Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T03:25:56.289Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T03:25:56.289Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T03:26:05.839Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T03:26:05.839Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T03:26:56.284Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T03:26:56.285Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T03:26:56.285Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Vzzhpb2vWYCtMmLH) ... 2021-08-24T03:26:56.286Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T03:26:56.287Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T03:26:56.289Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T03:27:05.832Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T03:27:05.837Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T03:27:56.284Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T03:27:56.285Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T03:27:56.285Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Vzzhpb2vWYCtMmLH) ... 2021-08-24T03:27:56.286Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T03:27:56.286Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T03:27:56.287Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T03:28:05.831Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T03:28:05.834Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T03:28:56.284Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T03:28:56.285Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T03:28:56.285Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Vzzhpb2vWYCtMmLH) ... 2021-08-24T03:28:56.286Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T03:28:56.287Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T03:28:56.287Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T03:29:05.832Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T03:29:05.832Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T03:29:56.284Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T03:29:56.285Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T03:29:56.285Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Vzzhpb2vWYCtMmLH) ... 2021-08-24T03:29:56.286Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T03:29:56.286Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T03:29:56.287Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T03:30:05.830Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T03:30:05.841Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T03:30:56.284Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T03:30:56.285Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T03:30:56.286Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T03:30:56.286Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T03:30:56.286Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T03:30:56.286Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T03:31:05.836Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T03:31:05.837Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T03:31:56.284Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T03:31:56.285Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T03:31:56.285Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T03:31:56.286Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T03:31:56.287Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T03:31:56.287Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T03:32:05.832Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T03:32:05.836Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T03:32:56.284Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T03:32:56.285Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T03:32:56.285Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T03:32:56.286Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T03:32:56.287Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T03:32:56.287Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T03:33:05.827Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T03:33:05.829Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T03:33:56.284Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T03:33:56.285Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T03:33:56.286Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T03:33:56.286Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T03:33:56.287Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T03:33:56.287Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T03:34:05.835Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T03:34:05.838Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T03:34:56.284Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T03:34:56.285Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T03:34:56.285Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T03:34:56.286Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T03:34:56.287Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T03:34:56.287Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T03:35:05.828Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T03:35:05.836Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T03:35:56.284Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T03:35:56.285Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T03:35:56.285Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T03:35:56.286Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T03:35:56.287Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T03:35:56.287Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T03:36:05.827Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T03:36:05.836Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T03:36:56.284Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T03:36:56.285Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T03:36:56.285Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T03:36:56.286Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T03:36:56.286Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T03:36:56.286Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T03:37:05.827Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T03:37:05.832Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T03:37:56.284Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T03:37:56.285Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T03:37:56.285Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T03:37:56.286Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T03:37:56.287Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T03:37:56.287Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T03:38:05.848Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T03:38:05.848Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T03:38:56.284Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T03:38:56.285Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T03:38:56.285Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T03:38:56.286Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T03:38:56.286Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T03:38:56.286Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T03:39:05.825Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T03:39:05.830Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T03:39:56.284Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T03:39:56.285Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T03:39:56.285Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T03:39:56.286Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T03:39:56.286Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T03:39:56.286Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T03:40:05.829Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T03:40:05.837Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T03:40:56.284Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T03:40:56.285Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T03:40:56.285Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T03:40:56.286Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T03:40:56.286Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T03:40:56.287Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T03:41:05.835Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T03:41:05.835Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T03:41:56.284Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T03:41:56.285Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T03:41:56.286Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T03:41:56.286Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T03:41:56.288Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T03:41:56.288Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T03:42:05.839Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T03:42:05.845Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T03:42:56.284Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T03:42:56.285Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T03:42:56.285Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T03:42:56.286Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T03:42:56.286Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T03:42:56.287Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T03:43:05.829Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T03:43:05.835Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T03:43:56.284Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T03:43:56.285Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T03:43:56.285Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T03:43:56.286Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T03:43:56.286Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T03:43:56.287Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T03:44:05.829Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T03:44:05.829Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T03:44:56.284Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T03:44:56.285Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T03:44:56.285Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T03:44:56.286Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T03:44:56.286Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T03:44:56.287Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T03:45:05.839Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T03:45:05.858Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T03:45:56.284Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T03:45:56.285Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T03:45:56.286Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T03:45:56.286Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T03:45:56.286Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T03:45:56.287Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T03:46:05.831Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T03:46:05.832Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T03:46:56.284Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T03:46:56.285Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T03:46:56.285Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T03:46:56.286Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T03:46:56.286Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T03:46:56.286Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T03:47:05.833Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T03:47:05.837Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T03:47:56.284Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T03:47:56.285Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T03:47:56.285Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T03:47:56.286Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T03:47:56.287Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T03:47:56.287Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T03:48:05.830Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T03:48:05.834Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T03:48:56.284Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T03:48:56.285Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T03:48:56.286Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T03:48:56.286Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T03:48:56.287Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T03:48:56.287Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T03:49:05.837Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T03:49:05.837Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T03:49:56.284Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T03:49:56.286Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T03:49:56.286Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T03:49:56.286Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T03:49:56.287Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T03:49:56.287Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T03:50:05.839Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T03:50:05.842Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T03:50:56.284Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T03:50:56.285Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T03:50:56.285Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T03:50:56.286Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T03:50:56.286Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T03:50:56.287Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T03:51:05.830Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T03:51:05.835Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T03:51:56.284Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T03:51:56.285Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T03:51:56.285Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T03:51:56.286Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T03:51:56.286Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T03:51:56.286Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T03:52:05.825Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T03:52:05.830Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T03:52:56.284Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T03:52:56.285Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T03:52:56.285Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T03:52:56.286Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T03:52:56.286Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T03:52:56.287Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T03:53:05.830Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T03:53:05.830Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T03:53:56.284Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T03:53:56.285Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T03:53:56.285Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T03:53:56.286Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T03:53:56.286Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T03:53:56.287Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T03:54:05.828Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T03:54:05.830Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T03:54:56.284Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T03:54:56.285Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T03:54:56.285Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T03:54:56.286Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T03:54:56.286Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T03:54:56.287Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T03:54:56.909Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T03:54:56.912Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-24T03:54:56.912Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"8b4e9ada-e154-47a0-a5b8-2c4f40898c39","serviceName":"basic_onboard_lDsVSL","serviceVersion":"1.0","serviceUUID":"5324d98a-2544-42c9-bc7b-204bb763c9ae","serviceDescription":"service","serviceInvariantUUID":"a4ade386-136b-4508-a0ff-b4bbfd8d945b","resources":[{"resourceInstanceName":"basic_onboard_lDsVSL 0","resourceName":"basic_onboard_lDsVSL","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"944362ff-a66e-40b2-bda2-6fcbc1bc2cc1","resourceInvariantUUID":"bd30c30a-e79e-4be5-96d6-bb133037575a","resourceCustomizationUUID":"e3cae0b5-7e75-494b-9443-df9ad60b25a1","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardLdsvsl/1.0/resourceInstances/basic_onboard_ldsvsl0/artifacts/vf-license-model.xml","artifactChecksum":"MTYxZjVlNmRhMmVjNDZiNzNiYTNlYjFjODU0NmYxZWI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b4ec998a-3583-42b0-a696-e58f28b20b9a","artifactVersion":"1"},{"artifactName":"basic_onboard_ldsvsl0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardLdsvsl/1.0/resourceInstances/basic_onboard_ldsvsl0/artifacts/basic_onboard_ldsvsl0_modules.json","artifactChecksum":"OTczYmRiMTJiYTE0MGRhZDRmMjAyNDRjYjFiMTM4NTk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"0282a13f-cf8a-4c2a-9bc4-0dbf722ac7d4","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardLdsvsl/1.0/resourceInstances/basic_onboard_ldsvsl0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"ef838e3c-963f-4eda-961e-f67ad3df85d7","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardLdsvsl/1.0/resourceInstances/basic_onboard_ldsvsl0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"2119158d-4215-4ee0-abae-eecd979cb4dc","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardLdsvsl/1.0/resourceInstances/basic_onboard_ldsvsl0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"2c2d8a28-e69b-4004-8d53-9a92ba545ebe","artifactVersion":"2","generatedFromUUID":"ef838e3c-963f-4eda-961e-f67ad3df85d7"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardLdsvsl-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardLdsvsl/1.0/artifacts/service-BasicOnboardLdsvsl-template.yml","artifactChecksum":"NWMxNzBlNmQ0ZjUzZWNhZmI1YjNmYmI5MmFlZGJkMDM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"089b24ee-aa1f-4367-b37a-c65219ae602d","artifactVersion":"1"},{"artifactName":"service-BasicOnboardLdsvsl-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardLdsvsl/1.0/artifacts/service-BasicOnboardLdsvsl-csar.csar","artifactChecksum":"NzMwYjE5MTJiOGFiYTllMjVjMmJiYzY0ZDNhNzM5ZGU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1c708d56-e14a-4168-bd61-fc3f16342045","artifactVersion":"1"}],"workloadContext":"Production"} 2021-08-24T03:54:56.918Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T03:54:56.922Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-24T03:54:56.926Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T03:54:56.926Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b4e9ada-e154-47a0-a5b8-2c4f40898c39", "consumerID": "dcae-sch", "timestamp": 1629777258523, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdsvsl/1.0/resourceInstances/basic_onboard_ldsvsl0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-24T03:54:56.927Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-08-24T03:54:56.934Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-24T03:54:56.934Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "8b4e9ada-e154-47a0-a5b8-2c4f40898c39", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629777296284, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdsvsl/1.0/resourceInstances/basic_onboard_ldsvsl0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-24T03:54:56.940Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-24T03:54:56.941Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T03:54:56.941Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b4e9ada-e154-47a0-a5b8-2c4f40898c39", "consumerID": "multicloud-k8s-id", "timestamp": 1629777255875, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdsvsl/1.0/resourceInstances/basic_onboard_ldsvsl0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-24T03:54:56.941Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-24T03:54:56.941Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T03:54:56.941Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b4e9ada-e154-47a0-a5b8-2c4f40898c39", "consumerID": "policy-id", "timestamp": 1629777252422, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdsvsl/1.0/resourceInstances/basic_onboard_ldsvsl0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-24T03:54:56.941Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-24T03:54:56.941Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T03:54:56.941Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b4e9ada-e154-47a0-a5b8-2c4f40898c39", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629777252109, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdsvsl/1.0/resourceInstances/basic_onboard_ldsvsl0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-24T03:54:56.941Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-24T03:54:56.941Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T03:54:56.942Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b4e9ada-e154-47a0-a5b8-2c4f40898c39", "consumerID": "cds", "timestamp": 1629777259329, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdsvsl/1.0/resourceInstances/basic_onboard_ldsvsl0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-24T03:54:56.942Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-24T03:54:56.942Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T03:54:56.942Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b4e9ada-e154-47a0-a5b8-2c4f40898c39", "consumerID": "dcae-sch", "timestamp": 1629777258523, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdsvsl/1.0/resourceInstances/basic_onboard_ldsvsl0/artifacts/basic_onboard_ldsvsl0_modules.json", "status": "NOT_NOTIFIED" } 2021-08-24T03:54:56.942Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-24T03:54:56.942Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T03:54:56.942Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b4e9ada-e154-47a0-a5b8-2c4f40898c39", "consumerID": "multicloud-k8s-id", "timestamp": 1629777255875, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdsvsl/1.0/resourceInstances/basic_onboard_ldsvsl0/artifacts/basic_onboard_ldsvsl0_modules.json", "status": "NOTIFIED" } 2021-08-24T03:54:56.942Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-24T03:54:56.942Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T03:54:56.942Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b4e9ada-e154-47a0-a5b8-2c4f40898c39", "consumerID": "policy-id", "timestamp": 1629777252422, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdsvsl/1.0/resourceInstances/basic_onboard_ldsvsl0/artifacts/basic_onboard_ldsvsl0_modules.json", "status": "NOT_NOTIFIED" } 2021-08-24T03:54:56.942Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-24T03:54:56.942Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T03:54:56.942Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b4e9ada-e154-47a0-a5b8-2c4f40898c39", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629777252109, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdsvsl/1.0/resourceInstances/basic_onboard_ldsvsl0/artifacts/basic_onboard_ldsvsl0_modules.json", "status": "NOT_NOTIFIED" } 2021-08-24T03:54:56.943Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-24T03:54:56.943Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T03:54:56.943Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b4e9ada-e154-47a0-a5b8-2c4f40898c39", "consumerID": "cds", "timestamp": 1629777259329, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdsvsl/1.0/resourceInstances/basic_onboard_ldsvsl0/artifacts/basic_onboard_ldsvsl0_modules.json", "status": "NOT_NOTIFIED" } 2021-08-24T03:54:56.943Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-24T03:54:56.943Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T03:54:56.943Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b4e9ada-e154-47a0-a5b8-2c4f40898c39", "consumerID": "dcae-sch", "timestamp": 1629777258523, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdsvsl/1.0/resourceInstances/basic_onboard_ldsvsl0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-08-24T03:54:56.943Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-24T03:54:56.943Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T03:54:56.943Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b4e9ada-e154-47a0-a5b8-2c4f40898c39", "consumerID": "multicloud-k8s-id", "timestamp": 1629777255875, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdsvsl/1.0/resourceInstances/basic_onboard_ldsvsl0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-08-24T03:54:56.943Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-24T03:54:56.943Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T03:54:56.943Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b4e9ada-e154-47a0-a5b8-2c4f40898c39", "consumerID": "policy-id", "timestamp": 1629777252422, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdsvsl/1.0/resourceInstances/basic_onboard_ldsvsl0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-08-24T03:54:56.943Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-24T03:54:56.944Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T03:54:56.944Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b4e9ada-e154-47a0-a5b8-2c4f40898c39", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629777252109, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdsvsl/1.0/resourceInstances/basic_onboard_ldsvsl0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-08-24T03:54:56.944Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-24T03:54:56.944Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T03:54:56.944Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b4e9ada-e154-47a0-a5b8-2c4f40898c39", "consumerID": "cds", "timestamp": 1629777259329, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdsvsl/1.0/resourceInstances/basic_onboard_ldsvsl0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-08-24T03:54:56.944Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-24T03:54:56.944Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T03:54:56.944Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b4e9ada-e154-47a0-a5b8-2c4f40898c39", "consumerID": "dcae-sch", "timestamp": 1629777258523, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdsvsl/1.0/resourceInstances/basic_onboard_ldsvsl0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-24T03:54:56.944Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-24T03:54:56.945Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T03:54:56.945Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b4e9ada-e154-47a0-a5b8-2c4f40898c39", "consumerID": "multicloud-k8s-id", "timestamp": 1629777255875, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdsvsl/1.0/resourceInstances/basic_onboard_ldsvsl0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-24T03:54:56.945Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-24T03:54:56.945Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T03:54:56.945Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b4e9ada-e154-47a0-a5b8-2c4f40898c39", "consumerID": "policy-id", "timestamp": 1629777252422, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdsvsl/1.0/resourceInstances/basic_onboard_ldsvsl0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-24T03:54:56.945Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-24T03:54:56.945Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T03:54:56.945Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b4e9ada-e154-47a0-a5b8-2c4f40898c39", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629777252109, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdsvsl/1.0/resourceInstances/basic_onboard_ldsvsl0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-24T03:54:56.945Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-24T03:54:56.945Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T03:54:56.946Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b4e9ada-e154-47a0-a5b8-2c4f40898c39", "consumerID": "cds", "timestamp": 1629777259329, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdsvsl/1.0/resourceInstances/basic_onboard_ldsvsl0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-24T03:54:56.946Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-24T03:54:56.946Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T03:54:56.946Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b4e9ada-e154-47a0-a5b8-2c4f40898c39", "consumerID": "dcae-sch", "timestamp": 1629777258523, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdsvsl/1.0/resourceInstances/basic_onboard_ldsvsl0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-08-24T03:54:56.946Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-24T03:54:56.946Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T03:54:56.946Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b4e9ada-e154-47a0-a5b8-2c4f40898c39", "consumerID": "multicloud-k8s-id", "timestamp": 1629777255875, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdsvsl/1.0/resourceInstances/basic_onboard_ldsvsl0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-08-24T03:54:56.946Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-24T03:54:56.946Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T03:54:56.946Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b4e9ada-e154-47a0-a5b8-2c4f40898c39", "consumerID": "policy-id", "timestamp": 1629777252422, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdsvsl/1.0/resourceInstances/basic_onboard_ldsvsl0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-08-24T03:54:56.947Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-24T03:54:56.947Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T03:54:56.947Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b4e9ada-e154-47a0-a5b8-2c4f40898c39", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629777252109, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdsvsl/1.0/resourceInstances/basic_onboard_ldsvsl0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-08-24T03:54:56.947Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-24T03:54:56.947Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T03:54:56.947Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b4e9ada-e154-47a0-a5b8-2c4f40898c39", "consumerID": "cds", "timestamp": 1629777259329, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdsvsl/1.0/resourceInstances/basic_onboard_ldsvsl0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-08-24T03:54:56.947Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-24T03:54:56.947Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T03:54:56.947Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b4e9ada-e154-47a0-a5b8-2c4f40898c39", "consumerID": "dcae-sch", "timestamp": 1629777258523, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdsvsl/1.0/artifacts/service-BasicOnboardLdsvsl-template.yml", "status": "NOT_NOTIFIED" } 2021-08-24T03:54:56.947Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-24T03:54:56.947Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T03:54:56.947Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b4e9ada-e154-47a0-a5b8-2c4f40898c39", "consumerID": "multicloud-k8s-id", "timestamp": 1629777255875, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdsvsl/1.0/artifacts/service-BasicOnboardLdsvsl-template.yml", "status": "NOT_NOTIFIED" } 2021-08-24T03:54:56.947Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-24T03:54:56.948Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T03:54:56.948Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b4e9ada-e154-47a0-a5b8-2c4f40898c39", "consumerID": "policy-id", "timestamp": 1629777252422, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdsvsl/1.0/artifacts/service-BasicOnboardLdsvsl-template.yml", "status": "NOT_NOTIFIED" } 2021-08-24T03:54:56.948Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-24T03:54:56.948Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T03:54:56.948Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b4e9ada-e154-47a0-a5b8-2c4f40898c39", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629777252109, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdsvsl/1.0/artifacts/service-BasicOnboardLdsvsl-template.yml", "status": "NOT_NOTIFIED" } 2021-08-24T03:54:56.948Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-24T03:54:56.948Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T03:54:56.948Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b4e9ada-e154-47a0-a5b8-2c4f40898c39", "consumerID": "cds", "timestamp": 1629777259329, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdsvsl/1.0/artifacts/service-BasicOnboardLdsvsl-template.yml", "status": "NOT_NOTIFIED" } 2021-08-24T03:54:56.948Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-24T03:54:56.948Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T03:54:56.948Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b4e9ada-e154-47a0-a5b8-2c4f40898c39", "consumerID": "ves-openapi-manager", "timestamp": 1629777265332, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdsvsl/1.0/resourceInstances/basic_onboard_ldsvsl0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-24T03:54:56.948Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-24T03:54:56.948Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T03:54:56.948Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b4e9ada-e154-47a0-a5b8-2c4f40898c39", "consumerID": "dcae-sch", "timestamp": 1629777258523, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdsvsl/1.0/artifacts/service-BasicOnboardLdsvsl-csar.csar", "status": "NOT_NOTIFIED" } 2021-08-24T03:54:56.949Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-24T03:54:56.949Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T03:54:56.949Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b4e9ada-e154-47a0-a5b8-2c4f40898c39", "consumerID": "multicloud-k8s-id", "timestamp": 1629777255875, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdsvsl/1.0/artifacts/service-BasicOnboardLdsvsl-csar.csar", "status": "NOTIFIED" } 2021-08-24T03:54:56.949Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-24T03:54:56.949Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T03:54:56.949Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b4e9ada-e154-47a0-a5b8-2c4f40898c39", "consumerID": "policy-id", "timestamp": 1629777252422, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdsvsl/1.0/artifacts/service-BasicOnboardLdsvsl-csar.csar", "status": "NOTIFIED" } 2021-08-24T03:54:56.949Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-24T03:54:56.949Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T03:54:56.949Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b4e9ada-e154-47a0-a5b8-2c4f40898c39", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629777252109, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdsvsl/1.0/artifacts/service-BasicOnboardLdsvsl-csar.csar", "status": "NOTIFIED" } 2021-08-24T03:54:56.949Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-24T03:54:56.949Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T03:54:56.949Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b4e9ada-e154-47a0-a5b8-2c4f40898c39", "consumerID": "cds", "timestamp": 1629777259329, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdsvsl/1.0/artifacts/service-BasicOnboardLdsvsl-csar.csar", "status": "NOTIFIED" } 2021-08-24T03:54:56.950Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-24T03:54:56.950Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T03:54:56.950Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b4e9ada-e154-47a0-a5b8-2c4f40898c39", "consumerID": "ves-openapi-manager", "timestamp": 1629777265332, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdsvsl/1.0/resourceInstances/basic_onboard_ldsvsl0/artifacts/basic_onboard_ldsvsl0_modules.json", "status": "NOT_NOTIFIED" } 2021-08-24T03:54:56.950Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-24T03:54:56.950Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T03:54:56.950Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b4e9ada-e154-47a0-a5b8-2c4f40898c39", "consumerID": "clamp", "timestamp": 1629777266528, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdsvsl/1.0/resourceInstances/basic_onboard_ldsvsl0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-24T03:54:56.950Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-24T03:54:56.950Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T03:54:56.950Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b4e9ada-e154-47a0-a5b8-2c4f40898c39", "consumerID": "ves-openapi-manager", "timestamp": 1629777265332, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdsvsl/1.0/resourceInstances/basic_onboard_ldsvsl0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-08-24T03:54:56.950Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-24T03:54:56.950Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T03:54:56.950Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b4e9ada-e154-47a0-a5b8-2c4f40898c39", "consumerID": "policy-id", "timestamp": 1629777268052, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdsvsl/1.0/artifacts/service-BasicOnboardLdsvsl-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-24T03:54:56.951Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-24T03:54:56.951Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T03:54:56.951Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b4e9ada-e154-47a0-a5b8-2c4f40898c39", "consumerID": "multicloud-k8s-id", "timestamp": 1629777268113, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdsvsl/1.0/resourceInstances/basic_onboard_ldsvsl0/artifacts/basic_onboard_ldsvsl0_modules.json", "status": "DOWNLOAD_OK" } 2021-08-24T03:54:56.951Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-24T03:54:56.951Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T03:54:56.951Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b4e9ada-e154-47a0-a5b8-2c4f40898c39", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629777268125, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdsvsl/1.0/artifacts/service-BasicOnboardLdsvsl-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-24T03:54:56.951Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-24T03:54:56.951Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T03:54:56.951Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b4e9ada-e154-47a0-a5b8-2c4f40898c39", "consumerID": "cds", "timestamp": 1629777268146, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdsvsl/1.0/artifacts/service-BasicOnboardLdsvsl-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-24T03:54:56.951Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-24T03:54:56.951Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T03:54:56.951Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b4e9ada-e154-47a0-a5b8-2c4f40898c39", "consumerID": "clamp", "timestamp": 1629777266528, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdsvsl/1.0/resourceInstances/basic_onboard_ldsvsl0/artifacts/basic_onboard_ldsvsl0_modules.json", "status": "NOTIFIED" } 2021-08-24T03:54:56.952Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-24T03:54:56.952Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T03:54:56.952Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b4e9ada-e154-47a0-a5b8-2c4f40898c39", "consumerID": "ves-openapi-manager", "timestamp": 1629777265332, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdsvsl/1.0/resourceInstances/basic_onboard_ldsvsl0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-24T03:54:56.952Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-24T03:54:56.952Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T03:54:56.952Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b4e9ada-e154-47a0-a5b8-2c4f40898c39", "consumerID": "policy-id", "timestamp": 1629777269061, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdsvsl/1.0/artifacts/service-BasicOnboardLdsvsl-csar.csar", "status": "DEPLOY_OK" } 2021-08-24T03:54:56.952Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-24T03:54:56.952Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T03:54:56.952Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b4e9ada-e154-47a0-a5b8-2c4f40898c39", "consumerID": "cds", "timestamp": 1629777269167, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdsvsl/1.0/artifacts/service-BasicOnboardLdsvsl-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-08-24T03:54:57.034Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2021-08-24T03:54:57.036Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-24T03:54:57.036Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Vzzhpb2vWYCtMmLH) ... 2021-08-24T03:54:57.048Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T03:54:57.048Z||pool-3-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-08-24T03:54:57.071Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 8b4e9ada-e154-47a0-a5b8-2c4f40898c39 2021-08-24T03:54:57.091Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8b4e9ada-e154-47a0-a5b8-2c4f40898c39 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-08-24T03:54:57.112Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T03:54:57.112Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b4e9ada-e154-47a0-a5b8-2c4f40898c39", "consumerID": "clamp", "timestamp": 1629777266528, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdsvsl/1.0/resourceInstances/basic_onboard_ldsvsl0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-08-24T03:54:57.112Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-24T03:54:57.112Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T03:54:57.112Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b4e9ada-e154-47a0-a5b8-2c4f40898c39", "consumerID": "multicloud-k8s-id", "timestamp": 1629777269622, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdsvsl/1.0/resourceInstances/basic_onboard_ldsvsl0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-08-24T03:54:57.113Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-24T03:54:57.113Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T03:54:57.113Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b4e9ada-e154-47a0-a5b8-2c4f40898c39", "consumerID": "ves-openapi-manager", "timestamp": 1629777265332, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdsvsl/1.0/resourceInstances/basic_onboard_ldsvsl0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-08-24T03:54:57.113Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-24T03:54:57.113Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T03:54:57.113Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b4e9ada-e154-47a0-a5b8-2c4f40898c39", "consumerID": "policy-id", "timestamp": 1629777270064, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-08-24T03:54:57.127Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8b4e9ada-e154-47a0-a5b8-2c4f40898c39 2021-08-24T03:54:57.127Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8b4e9ada-e154-47a0-a5b8-2c4f40898c39 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-08-24T03:54:57.136Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T03:54:57.137Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b4e9ada-e154-47a0-a5b8-2c4f40898c39", "consumerID": "clamp", "timestamp": 1629777266528, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdsvsl/1.0/resourceInstances/basic_onboard_ldsvsl0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-24T03:54:57.137Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-24T03:54:57.137Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T03:54:57.137Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b4e9ada-e154-47a0-a5b8-2c4f40898c39", "consumerID": "multicloud-k8s-id", "timestamp": 1629777270947, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdsvsl/1.0/resourceInstances/basic_onboard_ldsvsl0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-08-24T03:54:57.137Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-24T03:54:57.137Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T03:54:57.137Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b4e9ada-e154-47a0-a5b8-2c4f40898c39", "consumerID": "ves-openapi-manager", "timestamp": 1629777265332, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdsvsl/1.0/artifacts/service-BasicOnboardLdsvsl-template.yml", "status": "NOT_NOTIFIED" } 2021-08-24T03:54:57.137Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-24T03:54:57.137Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T03:54:57.137Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b4e9ada-e154-47a0-a5b8-2c4f40898c39", "consumerID": "clamp", "timestamp": 1629777266528, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdsvsl/1.0/resourceInstances/basic_onboard_ldsvsl0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-08-24T03:54:57.138Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-24T03:54:57.138Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T03:54:57.138Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b4e9ada-e154-47a0-a5b8-2c4f40898c39", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629777271595, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdsvsl/1.0/artifacts/service-BasicOnboardLdsvsl-csar.csar", "status": "DEPLOY_OK" } 2021-08-24T03:54:57.138Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-24T03:54:57.138Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T03:54:57.138Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b4e9ada-e154-47a0-a5b8-2c4f40898c39", "consumerID": "ves-openapi-manager", "timestamp": 1629777265332, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdsvsl/1.0/artifacts/service-BasicOnboardLdsvsl-csar.csar", "status": "NOT_NOTIFIED" } 2021-08-24T03:54:57.138Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-24T03:54:57.138Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T03:54:57.138Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b4e9ada-e154-47a0-a5b8-2c4f40898c39", "consumerID": "multicloud-k8s-id", "timestamp": 1629777272154, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-08-24T03:54:57.143Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8b4e9ada-e154-47a0-a5b8-2c4f40898c39 2021-08-24T03:54:57.143Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8b4e9ada-e154-47a0-a5b8-2c4f40898c39 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2021-08-24T03:54:57.152Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T03:54:57.153Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b4e9ada-e154-47a0-a5b8-2c4f40898c39", "consumerID": "clamp", "timestamp": 1629777266528, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdsvsl/1.0/artifacts/service-BasicOnboardLdsvsl-template.yml", "status": "NOT_NOTIFIED" } 2021-08-24T03:54:57.153Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-24T03:54:57.153Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T03:54:57.153Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b4e9ada-e154-47a0-a5b8-2c4f40898c39", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629777272598, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-08-24T03:54:57.158Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 8b4e9ada-e154-47a0-a5b8-2c4f40898c39 2021-08-24T03:54:57.158Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8b4e9ada-e154-47a0-a5b8-2c4f40898c39 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-08-24T03:54:57.165Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T03:54:57.165Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b4e9ada-e154-47a0-a5b8-2c4f40898c39", "consumerID": "multicloud-k8s-id", "timestamp": 1629777273161, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdsvsl/1.0/resourceInstances/basic_onboard_ldsvsl0/artifacts/basic_onboard_ldsvsl0_modules.json", "status": "DEPLOY_OK" } 2021-08-24T03:54:57.166Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-24T03:54:57.166Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T03:54:57.166Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b4e9ada-e154-47a0-a5b8-2c4f40898c39", "consumerID": "clamp", "timestamp": 1629777266528, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdsvsl/1.0/artifacts/service-BasicOnboardLdsvsl-csar.csar", "status": "NOTIFIED" } 2021-08-24T03:54:57.166Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-24T03:54:57.166Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T03:54:57.166Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b4e9ada-e154-47a0-a5b8-2c4f40898c39", "consumerID": "aai-ml", "timestamp": 1629777273227, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdsvsl/1.0/resourceInstances/basic_onboard_ldsvsl0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-24T03:54:57.166Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-24T03:54:57.166Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T03:54:57.166Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b4e9ada-e154-47a0-a5b8-2c4f40898c39", "consumerID": "aai-ml", "timestamp": 1629777273227, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdsvsl/1.0/resourceInstances/basic_onboard_ldsvsl0/artifacts/basic_onboard_ldsvsl0_modules.json", "status": "NOT_NOTIFIED" } 2021-08-24T03:54:57.166Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-24T03:54:57.166Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T03:54:57.167Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b4e9ada-e154-47a0-a5b8-2c4f40898c39", "consumerID": "aai-ml", "timestamp": 1629777273227, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdsvsl/1.0/resourceInstances/basic_onboard_ldsvsl0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-08-24T03:54:57.167Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-24T03:54:57.167Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T03:54:57.167Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b4e9ada-e154-47a0-a5b8-2c4f40898c39", "consumerID": "aai-ml", "timestamp": 1629777273227, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdsvsl/1.0/resourceInstances/basic_onboard_ldsvsl0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-24T03:54:57.167Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-24T03:54:57.167Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T03:54:57.169Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b4e9ada-e154-47a0-a5b8-2c4f40898c39", "consumerID": "aai-ml", "timestamp": 1629777273227, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdsvsl/1.0/resourceInstances/basic_onboard_ldsvsl0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-08-24T03:54:57.169Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-24T03:54:57.169Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T03:54:57.169Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b4e9ada-e154-47a0-a5b8-2c4f40898c39", "consumerID": "aai-ml", "timestamp": 1629777273227, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdsvsl/1.0/artifacts/service-BasicOnboardLdsvsl-template.yml", "status": "NOT_NOTIFIED" } 2021-08-24T03:54:57.169Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-24T03:54:57.169Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T03:54:57.169Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b4e9ada-e154-47a0-a5b8-2c4f40898c39", "consumerID": "aai-ml", "timestamp": 1629777273227, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdsvsl/1.0/artifacts/service-BasicOnboardLdsvsl-csar.csar", "status": "NOTIFIED" } 2021-08-24T03:54:57.169Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-24T03:54:57.169Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T03:54:57.169Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b4e9ada-e154-47a0-a5b8-2c4f40898c39", "consumerID": "aai-ml", "timestamp": 1629777281772, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdsvsl/1.0/artifacts/service-BasicOnboardLdsvsl-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-24T03:54:57.170Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-24T03:54:57.170Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T03:54:57.170Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b4e9ada-e154-47a0-a5b8-2c4f40898c39", "consumerID": "clamp", "timestamp": 1629777283669, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdsvsl/1.0/artifacts/service-BasicOnboardLdsvsl-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-24T03:54:57.170Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-24T03:54:57.170Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T03:54:57.170Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b4e9ada-e154-47a0-a5b8-2c4f40898c39", "consumerID": "clamp", "timestamp": 1629777284717, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdsvsl/1.0/artifacts/service-BasicOnboardLdsvsl-csar.csar", "status": "DEPLOY_OK" } 2021-08-24T03:54:57.170Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-24T03:54:57.170Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T03:54:57.170Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b4e9ada-e154-47a0-a5b8-2c4f40898c39", "consumerID": "clamp", "timestamp": 1629777285719, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-08-24T03:54:57.175Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 8b4e9ada-e154-47a0-a5b8-2c4f40898c39 2021-08-24T03:54:57.175Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8b4e9ada-e154-47a0-a5b8-2c4f40898c39 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-08-24T03:54:57.182Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T03:54:57.182Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b4e9ada-e154-47a0-a5b8-2c4f40898c39", "consumerID": "aai-ml", "timestamp": 1629777290107, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdsvsl/1.0/artifacts/service-BasicOnboardLdsvsl-csar.csar", "status": "DEPLOY_OK" } 2021-08-24T03:54:57.182Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-24T03:54:57.183Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T03:54:57.183Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b4e9ada-e154-47a0-a5b8-2c4f40898c39", "consumerID": "aai-ml", "timestamp": 1629777291113, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-08-24T03:54:57.187Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 8b4e9ada-e154-47a0-a5b8-2c4f40898c39 2021-08-24T03:54:57.187Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8b4e9ada-e154-47a0-a5b8-2c4f40898c39 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-08-24T03:54:57.938Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-24T03:54:57.939Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-08-24T03:54:57.941Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-24T03:54:57.942Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "8b4e9ada-e154-47a0-a5b8-2c4f40898c39", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629777296284, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdsvsl/1.0/resourceInstances/basic_onboard_ldsvsl0/artifacts/basic_onboard_ldsvsl0_modules.json", "status": "NOTIFIED" } 2021-08-24T03:54:58.042Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-24T03:54:58.043Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-24T03:54:58.043Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Vzzhpb2vWYCtMmLH) ... 2021-08-24T03:54:58.054Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T03:54:58.054Z||pool-4-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2021-08-24T03:54:58.943Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-24T03:54:58.944Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-08-24T03:54:58.946Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-24T03:54:58.946Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "8b4e9ada-e154-47a0-a5b8-2c4f40898c39", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629777296284, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdsvsl/1.0/resourceInstances/basic_onboard_ldsvsl0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-08-24T03:54:59.047Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-08-24T03:54:59.047Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-24T03:54:59.047Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Vzzhpb2vWYCtMmLH) ... 2021-08-24T03:54:59.059Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T03:54:59.059Z||pool-5-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2021-08-24T03:54:59.947Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-24T03:54:59.948Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-08-24T03:54:59.950Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-24T03:54:59.951Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "8b4e9ada-e154-47a0-a5b8-2c4f40898c39", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629777296284, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdsvsl/1.0/resourceInstances/basic_onboard_ldsvsl0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-24T03:55:00.051Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-24T03:55:00.052Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-24T03:55:00.052Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Vzzhpb2vWYCtMmLH) ... 2021-08-24T03:55:00.063Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T03:55:00.064Z||pool-6-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2021-08-24T03:55:00.951Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-24T03:55:00.952Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-08-24T03:55:00.955Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-24T03:55:00.955Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "8b4e9ada-e154-47a0-a5b8-2c4f40898c39", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629777296284, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdsvsl/1.0/resourceInstances/basic_onboard_ldsvsl0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-08-24T03:55:01.055Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-24T03:55:01.056Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-24T03:55:01.056Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Vzzhpb2vWYCtMmLH) ... 2021-08-24T03:55:01.068Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T03:55:01.068Z||pool-7-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2021-08-24T03:55:01.956Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-24T03:55:01.957Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-08-24T03:55:01.960Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-24T03:55:01.960Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "8b4e9ada-e154-47a0-a5b8-2c4f40898c39", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629777296284, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdsvsl/1.0/artifacts/service-BasicOnboardLdsvsl-template.yml", "status": "NOT_NOTIFIED" } 2021-08-24T03:55:02.060Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-24T03:55:02.061Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-24T03:55:02.061Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Vzzhpb2vWYCtMmLH) ... 2021-08-24T03:55:02.073Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T03:55:02.073Z||pool-8-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2021-08-24T03:55:02.960Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-24T03:55:02.962Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-08-24T03:55:02.964Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-24T03:55:02.964Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "8b4e9ada-e154-47a0-a5b8-2c4f40898c39", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629777296284, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdsvsl/1.0/artifacts/service-BasicOnboardLdsvsl-csar.csar", "status": "NOTIFIED" } 2021-08-24T03:55:03.064Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-24T03:55:03.065Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-24T03:55:03.065Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Vzzhpb2vWYCtMmLH) ... 2021-08-24T03:55:03.076Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T03:55:03.077Z||pool-9-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-08-24T03:55:03.967Z||pool-2-thread-5|||||DEBUG|500||sending notification to client: { "distributionID": "8b4e9ada-e154-47a0-a5b8-2c4f40898c39", "serviceName": "basic_onboard_lDsVSL", "serviceVersion": "1.0", "serviceUUID": "5324d98a-2544-42c9-bc7b-204bb763c9ae", "serviceDescription": "service", "serviceInvariantUUID": "a4ade386-136b-4508-a0ff-b4bbfd8d945b", "resources": [ { "resourceInstanceName": "basic_onboard_lDsVSL 0", "resourceCustomizationUUID": "e3cae0b5-7e75-494b-9443-df9ad60b25a1", "resourceName": "basic_onboard_lDsVSL", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "944362ff-a66e-40b2-bda2-6fcbc1bc2cc1", "resourceInvariantUUID": "bd30c30a-e79e-4be5-96d6-bb133037575a", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_ldsvsl0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdsvsl/1.0/resourceInstances/basic_onboard_ldsvsl0/artifacts/basic_onboard_ldsvsl0_modules.json", "artifactChecksum": "OTczYmRiMTJiYTE0MGRhZDRmMjAyNDRjYjFiMTM4NTk\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "0282a13f-cf8a-4c2a-9bc4-0dbf722ac7d4", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdsvsl/1.0/resourceInstances/basic_onboard_ldsvsl0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "ef838e3c-963f-4eda-961e-f67ad3df85d7", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdsvsl/1.0/resourceInstances/basic_onboard_ldsvsl0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "2c2d8a28-e69b-4004-8d53-9a92ba545ebe", "generatedFromUUID": "ef838e3c-963f-4eda-961e-f67ad3df85d7" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdsvsl/1.0/resourceInstances/basic_onboard_ldsvsl0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "2c2d8a28-e69b-4004-8d53-9a92ba545ebe", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardLdsvsl-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdsvsl/1.0/artifacts/service-BasicOnboardLdsvsl-csar.csar", "artifactChecksum": "NzMwYjE5MTJiOGFiYTllMjVjMmJiYzY0ZDNhNzM5ZGU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "1c708d56-e14a-4168-bd61-fc3f16342045" } ], "workloadContext": "Production" } 2021-08-24T03:55:03.968Z||pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-08-24T03:55:03.968Z||pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 5324d98a-2544-42c9-bc7b-204bb763c9ae ASDC 2021-08-24T03:55:04.025Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||ASDC Notification: DistributionID:8b4e9ada-e154-47a0-a5b8-2c4f40898c39 ServiceName:basic_onboard_lDsVSL ServiceVersion:1.0 ServiceUUID:5324d98a-2544-42c9-bc7b-204bb763c9ae ServiceInvariantUUID:a4ade386-136b-4508-a0ff-b4bbfd8d945b ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardLdsvsl-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardLdsvsl/1.0/artifacts/service-BasicOnboardLdsvsl-csar.csar ArtifactUUID:1c708d56-e14a-4168-bd61-fc3f16342045 ArtifactChecksum:NzMwYjE5MTJiOGFiYTllMjVjMmJiYzY0ZDNhNzM5ZGU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_lDsVSL 0 ResourceCustomizationUUID:e3cae0b5-7e75-494b-9443-df9ad60b25a1 ResourceInvariantUUID:bd30c30a-e79e-4be5-96d6-bb133037575a ResourceName:basic_onboard_lDsVSL ResourceType:VF ResourceUUID:944362ff-a66e-40b2-bda2-6fcbc1bc2cc1 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_ldsvsl0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardLdsvsl/1.0/resourceInstances/basic_onboard_ldsvsl0/artifacts/basic_onboard_ldsvsl0_modules.json ArtifactUUID:0282a13f-cf8a-4c2a-9bc4-0dbf722ac7d4 ArtifactChecksum:OTczYmRiMTJiYTE0MGRhZDRmMjAyNDRjYjFiMTM4NTk= 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/BasicOnboardLdsvsl/1.0/resourceInstances/basic_onboard_ldsvsl0/artifacts/base_ubuntu18.yaml ArtifactUUID:ef838e3c-963f-4eda-961e-f67ad3df85d7 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/BasicOnboardLdsvsl/1.0/resourceInstances/basic_onboard_ldsvsl0/artifacts/base_ubuntu18.env ArtifactUUID:2c2d8a28-e69b-4004-8d53-9a92ba545ebe 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/BasicOnboardLdsvsl/1.0/resourceInstances/basic_onboard_ldsvsl0/artifacts/base_ubuntu18.env ArtifactUUID:2c2d8a28-e69b-4004-8d53-9a92ba545ebe ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-08-24T03:55:04.025Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 5324d98a-2544-42c9-bc7b-204bb763c9ae ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-08-24T03:55:04.092Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-08-24T03:55:04.093Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2021-08-24T03:55:04.094Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2021-08-24T03:55:04.094Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 1c708d56-e14a-4168-bd61-fc3f16342045 from URL: /sdc/v1/catalog/services/BasicOnboardLdsvsl/1.0/artifacts/service-BasicOnboardLdsvsl-csar.csar 2021-08-24T03:55:04.094Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||INFO|500||DistributionClient - download 2021-08-24T03:55:04.095Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardLdsvsl/1.0/artifacts/service-BasicOnboardLdsvsl-csar.csar 2021-08-24T03:55:04.524Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2021-08-24T03:55:04.537Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardLdsvsl/1.0/artifacts/service-BasicOnboardLdsvsl-csar.csar 1c708d56-e14a-4168-bd61-fc3f16342045 71365 2021-08-24T03:55:04.537Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardLdsvsl/1.0/artifacts/service-BasicOnboardLdsvsl-csar.csar ASDC sendASDCNotification 2021-08-24T03:55:04.537Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardLdsvsl/1.0/artifacts/service-BasicOnboardLdsvsl-csar.csar 2021-08-24T03:55:04.538Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2021-08-24T03:55:04.539Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-08-24T03:55:04.540Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-24T03:55:04.540Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "8b4e9ada-e154-47a0-a5b8-2c4f40898c39", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629777304537, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdsvsl/1.0/artifacts/service-BasicOnboardLdsvsl-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-24T03:55:04.641Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-08-24T03:55:04.642Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-24T03:55:04.642Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Vzzhpb2vWYCtMmLH) ... 2021-08-24T03:55:04.652Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T03:55:04.652Z||pool-10-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-08-24T03:55:05.541Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-08-24T03:55:05.542Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2021-08-24T03:55:05.543Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 1c708d56-e14a-4168-bd61-fc3f16342045, URL: /sdc/v1/catalog/services/BasicOnboardLdsvsl/1.0/artifacts/service-BasicOnboardLdsvsl-csar.csar to file: /app/ASDC/1/service-BasicOnboardLdsvsl-csar.csar 2021-08-24T03:55:05.543Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardLdsvsl-csar.csar 2021-08-24T03:55:05.645Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardLdsvsl-csar.csar 2021-08-24T03:55:05.645Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardLdsvsl-csar.csar 2021-08-24T03:55:05.927Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3493805514940405807/Definitions/service-BasicOnboardLdsvsl-template.yml Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided 2021-08-24T03:55:07.280Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0 2021-08-24T03:55:07.284Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||WARN|500||#################################################################################################### 2021-08-24T03:55:07.284Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardLdsvsl-csar.csar 2021-08-24T03:55:07.284Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2021-08-24T03:55:07.284Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||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-BasicOnboardLdsvsl-csar.csar 2021-08-24T03:55:07.284Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardLdsvsl-csar.csar 2021-08-24T03:55:07.284Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_lDsVSL 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-BasicOnboardLdsvsl-csar.csar 2021-08-24T03:55:07.284Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||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-BasicOnboardLdsvsl-csar.csar 2021-08-24T03:55:07.284Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardLdsvsl-csar.csar 2021-08-24T03:55:07.284Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardLdsvsl-csar.csar 2021-08-24T03:55:07.284Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardLdsvsl-csar.csar 2021-08-24T03:55:07.284Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardLdsvsl-csar.csar 2021-08-24T03:55:07.285Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardLdsvsl-csar.csar 2021-08-24T03:55:07.285Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||WARN|500||#################################################################################################### 2021-08-24T03:55:07.289Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-24T03:55:07.291Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_lDsVSL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-08-24T03:55:07.293Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_lDsVSL 0 is matching search criteria 2021-08-24T03:55:07.293Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2021-08-24T03:55:07.294Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_lDsVSL 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2021-08-24T03:55:07.294Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-24T03:55:07.295Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_lDsVSL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-08-24T03:55:07.295Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_lDsVSL 0 is matching search criteria 2021-08-24T03:55:07.295Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2021-08-24T03:55:07.295Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_lDsVSL 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2021-08-24T03:55:07.295Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-24T03:55:07.295Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_lDsVSL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-08-24T03:55:07.297Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-24T03:55:07.297Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_lDsVSL 0 is not matching search criteria 2021-08-24T03:55:07.297Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2021-08-24T03:55:07.297Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2021-08-24T03:55:07.297Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2021-08-24T03:55:07.298Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-08-24T03:55:07.298Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-08-24T03:55:07.298Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-24T03:55:07.298Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_lDsVSL is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-08-24T03:55:07.298Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-24T03:55:07.298Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_lDsVSL 0 is matching search criteria 2021-08-24T03:55:07.298Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_lDsVSL 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-24T03:55:07.299Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-24T03:55:07.299Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_lDsVSL 0 is matching search criteria 2021-08-24T03:55:07.299Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_lDsVSL 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-24T03:55:07.299Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-24T03:55:07.299Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_lDsVSL 0 is matching search criteria 2021-08-24T03:55:07.299Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_lDsVSL 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-24T03:55:07.299Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-24T03:55:07.299Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_lDsVSL 0 is not matching search criteria 2021-08-24T03:55:07.299Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2021-08-24T03:55:07.299Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-08-24T03:55:07.299Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=c9386d3c-3bdb-400e-9dd1-b7b38b5c28d3 2021-08-24T03:55:07.299Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-24T03:55:07.300Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_lDsVSL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-08-24T03:55:07.300Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-24T03:55:07.300Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_lDsVSL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-08-24T03:55:07.300Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-24T03:55:07.300Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_lDsVSL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-08-24T03:55:07.300Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-24T03:55:07.300Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_lDsVSL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-08-24T03:55:07.300Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_onboard_lDsVSL Description:service Model UUID:5324d98a-2544-42c9-bc7b-204bb763c9ae Model Version:NULL Model InvariantUuid:a4ade386-136b-4508-a0ff-b4bbfd8d945b Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_onboard_lDsVSL Model UUID:5d9bc481-c3e4-4c18-b28c-1aa1120b9740 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:bd30c30a-e79e-4be5-96d6-bb133037575a Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:e3cae0b5-7e75-494b-9443-df9ad60b25a1 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:7c44595d-c8a7-49b5-987b-d849317eb4d2 ModelName:BasicOnboardLdsvsl..base_ubuntu18..module-0 ModelUuid:564dadbb-5ecc-4b73-a9bc-cda5e4cb8365 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:c9386d3c-3bdb-400e-9dd1-b7b38b5c28d3 ModelInvariantUuid:8027995a-6bec-484b-a7f1-50ed2814aecd ModelName:basic_onboard_lDsVSL-nodes.ubuntu18Cvfc ModelUuid:b333cd95-a3c6-4615-8dad-bdb6f54a5f75 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:115e9a7c-fbbc-43f3-9759-f834a61ea886 ModelInvariantUuid:52c9825e-197f-43ee-943e-09a521ea3a96 ModelName:BasicOnboardLdsvsl.compute.nodes.heat.ubuntu18 ModelUuid:2af4d67f-3180-4cb6-b5ed-4dbe3d3416d2 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-08-24T03:55:07.312Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 944362ff-a66e-40b2-bda2-6fcbc1bc2cc1 Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-08-24T03:55:07.375Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||INFO|500||basic_onboard_lDsVSL 0 2021-08-24T03:55:07.380Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 944362ff-a66e-40b2-bda2-6fcbc1bc2cc1 2021-08-24T03:55:07.380Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 0282a13f-cf8a-4c2a-9bc4-0dbf722ac7d4 from URL: /sdc/v1/catalog/services/BasicOnboardLdsvsl/1.0/resourceInstances/basic_onboard_ldsvsl0/artifacts/basic_onboard_ldsvsl0_modules.json 2021-08-24T03:55:07.380Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||INFO|500||DistributionClient - download 2021-08-24T03:55:07.380Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardLdsvsl/1.0/resourceInstances/basic_onboard_ldsvsl0/artifacts/basic_onboard_ldsvsl0_modules.json 2021-08-24T03:55:07.722Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2021-08-24T03:55:07.723Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardLdsvsl/1.0/resourceInstances/basic_onboard_ldsvsl0/artifacts/basic_onboard_ldsvsl0_modules.json 0282a13f-cf8a-4c2a-9bc4-0dbf722ac7d4 798 2021-08-24T03:55:07.723Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardLdsvsl/1.0/resourceInstances/basic_onboard_ldsvsl0/artifacts/basic_onboard_ldsvsl0_modules.json ASDC sendASDCNotification 2021-08-24T03:55:07.723Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardLdsvsl/1.0/resourceInstances/basic_onboard_ldsvsl0/artifacts/basic_onboard_ldsvsl0_modules.json 2021-08-24T03:55:07.723Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2021-08-24T03:55:07.724Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-08-24T03:55:07.726Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-24T03:55:07.727Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "8b4e9ada-e154-47a0-a5b8-2c4f40898c39", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629777307723, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdsvsl/1.0/resourceInstances/basic_onboard_ldsvsl0/artifacts/basic_onboard_ldsvsl0_modules.json", "status": "DOWNLOAD_OK" } 2021-08-24T03:55:07.827Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-24T03:55:07.828Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-24T03:55:07.828Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Vzzhpb2vWYCtMmLH) ... 2021-08-24T03:55:07.837Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T03:55:07.838Z||pool-11-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-08-24T03:55:08.728Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardLdsvsl..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "7c44595d-c8a7-49b5-987b-d849317eb4d2", "vfModuleModelVersion": "1", "vfModuleModelUUID": "564dadbb-5ecc-4b73-a9bc-cda5e4cb8365", "vfModuleModelCustomizationUUID": "d3a115dc-66cc-4712-8b3a-bcee7605855a", "isBase": true, "artifacts": [ "ef838e3c-963f-4eda-961e-f67ad3df85d7", "2c2d8a28-e69b-4004-8d53-9a92ba545ebe" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu18", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2021-08-24T03:55:08.750Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardLdsvsl..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:564dadbb-5ecc-4b73-a9bc-cda5e4cb8365 VfModuleModelInvariantUUID:7c44595d-c8a7-49b5-987b-d849317eb4d2 VfModuleModelDescription:NULL Artifacts UUID List:{ ef838e3c-963f-4eda-961e-f67ad3df85d7 , 2c2d8a28-e69b-4004-8d53-9a92ba545ebe } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu18 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2021-08-24T03:55:08.752Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardLdsvsl..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "7c44595d-c8a7-49b5-987b-d849317eb4d2", "vfModuleModelVersion": "1", "vfModuleModelUUID": "564dadbb-5ecc-4b73-a9bc-cda5e4cb8365", "vfModuleModelCustomizationUUID": "d3a115dc-66cc-4712-8b3a-bcee7605855a", "isBase": true, "artifacts": [ "ef838e3c-963f-4eda-961e-f67ad3df85d7", "2c2d8a28-e69b-4004-8d53-9a92ba545ebe" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu18", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2021-08-24T03:55:08.752Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardLdsvsl..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:564dadbb-5ecc-4b73-a9bc-cda5e4cb8365 VfModuleModelInvariantUUID:7c44595d-c8a7-49b5-987b-d849317eb4d2 VfModuleModelDescription:NULL Artifacts UUID List:{ ef838e3c-963f-4eda-961e-f67ad3df85d7 , 2c2d8a28-e69b-4004-8d53-9a92ba545ebe } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu18 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2021-08-24T03:55:08.752Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: ef838e3c-963f-4eda-961e-f67ad3df85d7 from URL: /sdc/v1/catalog/services/BasicOnboardLdsvsl/1.0/resourceInstances/basic_onboard_ldsvsl0/artifacts/base_ubuntu18.yaml 2021-08-24T03:55:08.752Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||INFO|500||DistributionClient - download 2021-08-24T03:55:08.752Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardLdsvsl/1.0/resourceInstances/basic_onboard_ldsvsl0/artifacts/base_ubuntu18.yaml 2021-08-24T03:55:09.121Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2021-08-24T03:55:09.121Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardLdsvsl/1.0/resourceInstances/basic_onboard_ldsvsl0/artifacts/base_ubuntu18.yaml ef838e3c-963f-4eda-961e-f67ad3df85d7 5033 2021-08-24T03:55:09.121Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardLdsvsl/1.0/resourceInstances/basic_onboard_ldsvsl0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2021-08-24T03:55:09.121Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardLdsvsl/1.0/resourceInstances/basic_onboard_ldsvsl0/artifacts/base_ubuntu18.yaml 2021-08-24T03:55:09.121Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2021-08-24T03:55:09.122Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-08-24T03:55:09.123Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-24T03:55:09.123Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "8b4e9ada-e154-47a0-a5b8-2c4f40898c39", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629777309121, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdsvsl/1.0/resourceInstances/basic_onboard_ldsvsl0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-08-24T03:55:09.224Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-08-24T03:55:09.225Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-24T03:55:09.225Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Vzzhpb2vWYCtMmLH) ... 2021-08-24T03:55:09.235Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T03:55:09.235Z||pool-12-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-08-24T03:55:10.125Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 2c2d8a28-e69b-4004-8d53-9a92ba545ebe from URL: /sdc/v1/catalog/services/BasicOnboardLdsvsl/1.0/resourceInstances/basic_onboard_ldsvsl0/artifacts/base_ubuntu18.env 2021-08-24T03:55:10.125Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||INFO|500||DistributionClient - download 2021-08-24T03:55:10.126Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardLdsvsl/1.0/resourceInstances/basic_onboard_ldsvsl0/artifacts/base_ubuntu18.env 2021-08-24T03:55:10.385Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2021-08-24T03:55:10.385Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardLdsvsl/1.0/resourceInstances/basic_onboard_ldsvsl0/artifacts/base_ubuntu18.env 2c2d8a28-e69b-4004-8d53-9a92ba545ebe 909 2021-08-24T03:55:10.386Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardLdsvsl/1.0/resourceInstances/basic_onboard_ldsvsl0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2021-08-24T03:55:10.386Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardLdsvsl/1.0/resourceInstances/basic_onboard_ldsvsl0/artifacts/base_ubuntu18.env 2021-08-24T03:55:10.386Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2021-08-24T03:55:10.386Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-08-24T03:55:10.388Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-24T03:55:10.389Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "8b4e9ada-e154-47a0-a5b8-2c4f40898c39", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629777310386, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdsvsl/1.0/resourceInstances/basic_onboard_ldsvsl0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-08-24T03:55:10.489Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-24T03:55:10.490Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-24T03:55:10.490Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Vzzhpb2vWYCtMmLH) ... 2021-08-24T03:55:10.501Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T03:55:10.502Z||pool-13-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-08-24T03:55:11.389Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 5324d98a-2544-42c9-bc7b-204bb763c9ae 2021-08-24T03:55:11.390Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_lDsVSL 0 944362ff-a66e-40b2-bda2-6fcbc1bc2cc1 ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-08-24T03:55:11.420Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-24T03:55:11.420Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_lDsVSL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-08-24T03:55:11.420Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 2021-08-24T03:55:11.420Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= e3cae0b5-7e75-494b-9443-df9ad60b25a1 2021-08-24T03:55:11.420Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: e3cae0b5-7e75-494b-9443-df9ad60b25a1 matches Tosca VF Customization UUID: e3cae0b5-7e75-494b-9443-df9ad60b25a1 2021-08-24T03:55:11.420Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: e3cae0b5-7e75-494b-9443-df9ad60b25a1 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2021-08-24T03:55:11.425Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-24T03:55:11.426Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_lDsVSL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-08-24T03:55:11.426Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id e3cae0b5-7e75-494b-9443-df9ad60b25a1: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"} 2021-08-24T03:55:11.427Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7cff9e86 2021-08-24T03:55:11.427Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-24T03:55:11.427Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_lDsVSL is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-08-24T03:55:11.427Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : d3a115dc-66cc-4712-8b3a-bcee7605855a 2021-08-24T03:55:11.428Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID d3a115dc-66cc-4712-8b3a-bcee7605855a Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2021-08-24T03:55:11.432Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-24T03:55:11.432Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_lDsVSL 0 is matching search criteria 2021-08-24T03:55:11.432Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_lDsVSL 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-24T03:55:11.433Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-24T03:55:11.433Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_lDsVSL 0 is matching search criteria 2021-08-24T03:55:11.433Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_lDsVSL 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-24T03:55:11.433Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-24T03:55:11.433Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_lDsVSL 0 is not matching search criteria 2021-08-24T03:55:11.433Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2021-08-24T03:55:11.433Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-08-24T03:55:11.433Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=c9386d3c-3bdb-400e-9dd1-b7b38b5c28d3 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-08-24T03:55:11.439Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-24T03:55:11.439Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_lDsVSL 0 is matching search criteria 2021-08-24T03:55:11.439Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_lDsVSL 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-24T03:55:11.439Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-24T03:55:11.439Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_lDsVSL 0 is matching search criteria 2021-08-24T03:55:11.439Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_lDsVSL 0] matching following query criteria: sdcType=VF, customizationUUID=e3cae0b5-7e75-494b-9443-df9ad60b25a1 Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-08-24T03:55:11.441Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-24T03:55:11.441Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_lDsVSL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-08-24T03:55:11.441Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 5324d98a-2544-42c9-bc7b-204bb763c9ae: basic_onboard_lDsVSL 2021-08-24T03:55:11.441Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-24T03:55:11.441Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_lDsVSL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-08-24T03:55:11.441Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-24T03:55:11.441Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_lDsVSL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-08-24T03:55:11.441Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-24T03:55:11.441Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_lDsVSL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-08-24T03:55:11.441Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-24T03:55:11.442Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_lDsVSL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-08-24T03:55:11.442Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-24T03:55:11.442Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_lDsVSL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-08-24T03:55:11.442Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||INFO|500||Saving Service: basic_onboard_lDsVSL Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-08-24T03:55:11.572Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_lDsVSL 944362ff-a66e-40b2-bda2-6fcbc1bc2cc1 1 ASDC deployResourceStructure 2021-08-24T03:55:11.572Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardLdsvsl/1.0/resourceInstances/basic_onboard_ldsvsl0/artifacts/basic_onboard_ldsvsl0_modules.json ASDC sendASDCNotification 2021-08-24T03:55:11.572Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardLdsvsl/1.0/resourceInstances/basic_onboard_ldsvsl0/artifacts/basic_onboard_ldsvsl0_modules.json 2021-08-24T03:55:11.572Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-08-24T03:55:11.572Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-08-24T03:55:11.573Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-24T03:55:11.574Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "8b4e9ada-e154-47a0-a5b8-2c4f40898c39", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629777311572, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdsvsl/1.0/resourceInstances/basic_onboard_ldsvsl0/artifacts/basic_onboard_ldsvsl0_modules.json", "status": "DEPLOY_OK" } 2021-08-24T03:55:11.674Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-24T03:55:11.675Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-24T03:55:11.675Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Vzzhpb2vWYCtMmLH) ... 2021-08-24T03:55:11.686Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T03:55:11.687Z||pool-14-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-08-24T03:55:12.575Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardLdsvsl/1.0/resourceInstances/basic_onboard_ldsvsl0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2021-08-24T03:55:12.575Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardLdsvsl/1.0/resourceInstances/basic_onboard_ldsvsl0/artifacts/base_ubuntu18.yaml 2021-08-24T03:55:12.575Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-08-24T03:55:12.575Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-08-24T03:55:12.578Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-24T03:55:12.578Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "8b4e9ada-e154-47a0-a5b8-2c4f40898c39", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629777312574, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdsvsl/1.0/resourceInstances/basic_onboard_ldsvsl0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2021-08-24T03:55:12.678Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-24T03:55:12.679Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-24T03:55:12.679Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Vzzhpb2vWYCtMmLH) ... 2021-08-24T03:55:12.691Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T03:55:12.692Z||pool-15-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-08-24T03:55:13.579Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardLdsvsl/1.0/resourceInstances/basic_onboard_ldsvsl0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2021-08-24T03:55:13.580Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardLdsvsl/1.0/resourceInstances/basic_onboard_ldsvsl0/artifacts/base_ubuntu18.env 2021-08-24T03:55:13.580Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-08-24T03:55:13.580Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-08-24T03:55:13.584Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-24T03:55:13.584Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "8b4e9ada-e154-47a0-a5b8-2c4f40898c39", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629777313579, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdsvsl/1.0/resourceInstances/basic_onboard_ldsvsl0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2021-08-24T03:55:13.684Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-24T03:55:13.685Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-24T03:55:13.685Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Vzzhpb2vWYCtMmLH) ... 2021-08-24T03:55:13.696Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T03:55:13.697Z||pool-16-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-08-24T03:55:14.584Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardLdsvsl/1.0/artifacts/service-BasicOnboardLdsvsl-csar.csar ASDC sendASDCNotification 2021-08-24T03:55:14.585Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardLdsvsl/1.0/artifacts/service-BasicOnboardLdsvsl-csar.csar 2021-08-24T03:55:14.586Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-08-24T03:55:14.586Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-08-24T03:55:14.588Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-24T03:55:14.588Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "8b4e9ada-e154-47a0-a5b8-2c4f40898c39", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629777314584, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdsvsl/1.0/artifacts/service-BasicOnboardLdsvsl-csar.csar", "status": "DEPLOY_OK" } 2021-08-24T03:55:14.688Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-24T03:55:14.689Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-24T03:55:14.690Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Vzzhpb2vWYCtMmLH) ... 2021-08-24T03:55:14.701Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T03:55:14.702Z||pool-17-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-08-24T03:55:15.589Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8b4e9ada-e154-47a0-a5b8-2c4f40898c39 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-08-24T03:55:15.611Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8b4e9ada-e154-47a0-a5b8-2c4f40898c39 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-08-24T03:55:15.615Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-08-24T03:55:15.615Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-08-24T03:55:15.616Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-08-24T03:55:15.616Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-08-24T03:55:15.616Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-24T03:55:15.616Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-24T03:55:15.616Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-24T03:55:15.616Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-24T03:55:15.616Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-24T03:55:15.616Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-24T03:55:15.616Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-08-24T03:55:15.621Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-08-24T03:55:45.622Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 8b4e9ada-e154-47a0-a5b8-2c4f40898c39 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2021-08-24T03:55:45.636Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 8b4e9ada-e154-47a0-a5b8-2c4f40898c39 and serviceModelVersionId: 5324d98a-2544-42c9-bc7b-204bb763c9ae 2021-08-24T03:55:45.636Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a4ade386-136b-4508-a0ff-b4bbfd8d945b 2021-08-24T03:55:54.627Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a4ade386-136b-4508-a0ff-b4bbfd8d945b/model-vers/model-ver/5324d98a-2544-42c9-bc7b-204bb763c9ae?depth=0 2021-08-24T03:55:54.702Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context! 2021-08-24T03:55:55.237Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a4ade386-136b-4508-a0ff-b4bbfd8d945b/model-vers/model-ver/5324d98a-2544-42c9-bc7b-204bb763c9ae?depth=0|INFO|500||Invoke 2021-08-24T03:55:55.243Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a4ade386-136b-4508-a0ff-b4bbfd8d945b/model-vers/model-ver/5324d98a-2544-42c9-bc7b-204bb763c9ae?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a4ade386-136b-4508-a0ff-b4bbfd8d945b/model-vers/model-ver/5324d98a-2544-42c9-bc7b-204bb763c9ae?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[8b4e9ada-e154-47a0-a5b8-2c4f40898c39], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[a3fa5643-410c-405e-8a84-db20ba7cad8e], X-ECOMP-RequestID=[8b4e9ada-e154-47a0-a5b8-2c4f40898c39], X-TransactionId=[], X-ONAP-RequestID=[8b4e9ada-e154-47a0-a5b8-2c4f40898c39], Content-Type=[application/merge-patch+json]} 2021-08-24T03:55:55.328Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a4ade386-136b-4508-a0ff-b4bbfd8d945b/model-vers/model-ver/5324d98a-2544-42c9-bc7b-204bb763c9ae?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-08-24T03:55:55.652Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a4ade386-136b-4508-a0ff-b4bbfd8d945b/model-vers/model-ver/5324d98a-2544-42c9-bc7b-204bb763c9ae?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a4ade386-136b-4508-a0ff-b4bbfd8d945b/model-vers/model-ver/5324d98a-2544-42c9-bc7b-204bb763c9ae?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210824-03:55:55:341-22253], vertex-id=[377040], Content-Length=[0], Date=[Tue, 24 Aug 2021 03:55:55 GMT], Content-Type=[application/json]} 2021-08-24T03:55:55.654Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a4ade386-136b-4508-a0ff-b4bbfd8d945b/model-vers/model-ver/5324d98a-2544-42c9-bc7b-204bb763c9ae?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-08-24T03:55:55.654Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a4ade386-136b-4508-a0ff-b4bbfd8d945b/model-vers/model-ver/5324d98a-2544-42c9-bc7b-204bb763c9ae?depth=0|INFO|500||InvokeReturn 2021-08-24T03:55:55.656Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-08-24T03:55:55.657Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-08-24T03:55:55.661Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-08-24T03:55:55.666Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 8b4e9ada-e154-47a0-a5b8-2c4f40898c39 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-08-24T03:55:55.667Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-08-24T03:55:55.667Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-08-24T03:55:55.668Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-24T03:55:55.668Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "8b4e9ada-e154-47a0-a5b8-2c4f40898c39", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629777355666, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-08-24T03:55:55.769Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-08-24T03:55:55.770Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-24T03:55:55.770Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Vzzhpb2vWYCtMmLH) ... 2021-08-24T03:55:55.786Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T03:55:55.786Z||pool-18-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2021-08-24T03:55:56.286Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T03:55:56.287Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T03:55:56.287Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T03:55:56.406Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T03:55:56.407Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-24T03:55:56.407Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b4e9ada-e154-47a0-a5b8-2c4f40898c39", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629777296284, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdsvsl/1.0/resourceInstances/basic_onboard_ldsvsl0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-24T03:55:56.408Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-08-24T03:55:56.687Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T03:55:56.687Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T03:55:56.687Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T03:56:06.223Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T03:56:56.284Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T03:56:56.285Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T03:56:56.286Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T03:56:56.286Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T03:56:56.286Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T03:56:56.286Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T03:56:56.811Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T03:56:56.813Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-24T03:56:56.813Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b4e9ada-e154-47a0-a5b8-2c4f40898c39", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629777296284, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdsvsl/1.0/resourceInstances/basic_onboard_ldsvsl0/artifacts/basic_onboard_ldsvsl0_modules.json", "status": "NOTIFIED" } 2021-08-24T03:56:56.817Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-24T03:56:56.817Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-24T03:56:56.818Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b4e9ada-e154-47a0-a5b8-2c4f40898c39", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629777296284, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdsvsl/1.0/resourceInstances/basic_onboard_ldsvsl0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-08-24T03:56:56.818Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-24T03:56:56.818Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-24T03:56:56.818Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b4e9ada-e154-47a0-a5b8-2c4f40898c39", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629777296284, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdsvsl/1.0/resourceInstances/basic_onboard_ldsvsl0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-24T03:56:56.819Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-24T03:56:56.819Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-24T03:56:56.819Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b4e9ada-e154-47a0-a5b8-2c4f40898c39", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629777296284, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdsvsl/1.0/resourceInstances/basic_onboard_ldsvsl0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-08-24T03:56:56.819Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-24T03:56:56.819Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-24T03:56:56.820Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b4e9ada-e154-47a0-a5b8-2c4f40898c39", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629777296284, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdsvsl/1.0/artifacts/service-BasicOnboardLdsvsl-template.yml", "status": "NOT_NOTIFIED" } 2021-08-24T03:56:56.820Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-24T03:56:56.820Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-24T03:56:56.820Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b4e9ada-e154-47a0-a5b8-2c4f40898c39", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629777296284, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdsvsl/1.0/artifacts/service-BasicOnboardLdsvsl-csar.csar", "status": "NOTIFIED" } 2021-08-24T03:56:56.820Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-24T03:56:56.821Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-24T03:56:56.821Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b4e9ada-e154-47a0-a5b8-2c4f40898c39", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629777304537, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdsvsl/1.0/artifacts/service-BasicOnboardLdsvsl-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-24T03:56:56.821Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-24T03:56:56.821Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-24T03:56:56.821Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b4e9ada-e154-47a0-a5b8-2c4f40898c39", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629777307723, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdsvsl/1.0/resourceInstances/basic_onboard_ldsvsl0/artifacts/basic_onboard_ldsvsl0_modules.json", "status": "DOWNLOAD_OK" } 2021-08-24T03:56:56.821Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-24T03:56:56.822Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-24T03:56:56.822Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b4e9ada-e154-47a0-a5b8-2c4f40898c39", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629777309121, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdsvsl/1.0/resourceInstances/basic_onboard_ldsvsl0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-08-24T03:56:56.822Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-24T03:56:56.822Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-24T03:56:56.822Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b4e9ada-e154-47a0-a5b8-2c4f40898c39", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629777310386, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdsvsl/1.0/resourceInstances/basic_onboard_ldsvsl0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-08-24T03:56:56.822Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-24T03:56:56.822Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-24T03:56:56.822Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b4e9ada-e154-47a0-a5b8-2c4f40898c39", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629777311572, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdsvsl/1.0/resourceInstances/basic_onboard_ldsvsl0/artifacts/basic_onboard_ldsvsl0_modules.json", "status": "DEPLOY_OK" } 2021-08-24T03:56:56.822Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-24T03:56:56.823Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-24T03:56:56.823Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b4e9ada-e154-47a0-a5b8-2c4f40898c39", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629777312574, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdsvsl/1.0/resourceInstances/basic_onboard_ldsvsl0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2021-08-24T03:56:56.823Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-24T03:56:56.823Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-24T03:56:56.823Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b4e9ada-e154-47a0-a5b8-2c4f40898c39", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629777313579, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdsvsl/1.0/resourceInstances/basic_onboard_ldsvsl0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2021-08-24T03:56:56.823Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-24T03:56:56.823Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-24T03:56:56.823Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b4e9ada-e154-47a0-a5b8-2c4f40898c39", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629777314584, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdsvsl/1.0/artifacts/service-BasicOnboardLdsvsl-csar.csar", "status": "DEPLOY_OK" } 2021-08-24T03:56:56.823Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-24T03:56:56.823Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-24T03:56:56.824Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8b4e9ada-e154-47a0-a5b8-2c4f40898c39", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629777355666, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-08-24T03:56:56.824Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-24T03:57:05.841Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T03:57:56.284Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T03:57:56.285Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T03:57:56.285Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T03:57:56.286Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T03:57:56.287Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T03:57:56.287Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T03:58:05.831Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T03:58:05.837Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T03:58:56.284Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T03:58:56.285Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T03:58:56.285Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T03:58:56.286Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T03:58:56.287Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T03:58:56.287Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T03:59:05.828Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T03:59:05.835Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T03:59:56.284Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T03:59:56.285Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T03:59:56.285Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T03:59:56.286Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T03:59:56.286Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T03:59:56.287Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T04:00:05.825Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T04:00:05.825Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T04:00:56.284Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T04:00:56.285Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T04:00:56.285Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T04:00:56.286Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T04:00:56.286Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T04:00:56.287Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T04:01:05.831Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T04:01:05.832Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T04:01:56.284Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T04:01:56.285Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T04:01:56.285Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T04:01:56.286Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T04:01:56.286Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T04:01:56.286Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T04:02:05.834Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T04:02:05.836Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T04:02:56.284Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T04:02:56.285Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T04:02:56.285Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T04:02:56.286Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T04:02:56.287Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T04:02:56.287Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T04:03:05.830Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T04:03:05.832Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T04:03:56.284Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T04:03:56.285Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T04:03:56.285Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T04:03:56.286Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T04:03:56.287Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T04:03:56.287Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T04:04:05.829Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T04:04:05.832Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T04:04:56.284Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T04:04:56.285Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T04:04:56.285Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T04:04:56.286Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T04:04:56.286Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T04:04:56.286Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T04:05:05.826Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T04:05:05.836Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T04:05:56.284Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T04:05:56.285Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T04:05:56.285Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T04:05:56.286Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T04:05:56.286Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T04:05:56.287Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T04:06:05.835Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T04:06:05.837Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T04:06:56.284Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T04:06:56.285Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T04:06:56.286Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T04:06:56.286Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T04:06:56.286Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T04:06:56.286Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T04:07:05.827Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T04:07:05.835Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T04:07:56.284Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T04:07:56.286Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T04:07:56.287Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T04:07:56.288Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T04:07:56.288Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T04:07:56.288Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T04:08:05.830Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T04:08:05.832Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T04:08:56.284Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T04:08:56.285Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T04:08:56.285Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T04:08:56.286Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T04:08:56.286Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T04:08:56.286Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T04:09:05.824Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T04:09:05.827Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T04:09:56.284Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T04:09:56.285Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T04:09:56.285Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T04:09:56.286Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T04:09:56.286Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T04:09:56.287Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T04:10:05.832Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T04:10:05.835Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T04:10:56.284Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T04:10:56.285Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T04:10:56.285Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T04:10:56.286Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T04:10:56.286Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T04:10:56.287Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T04:11:05.835Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T04:11:05.842Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T04:11:56.284Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T04:11:56.285Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T04:11:56.286Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T04:11:56.286Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T04:11:56.286Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T04:11:56.286Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T04:12:05.833Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T04:12:05.833Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T04:12:56.284Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T04:12:56.286Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T04:12:56.286Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T04:12:56.286Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T04:12:56.287Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T04:12:56.287Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T04:13:05.830Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T04:13:05.833Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T04:13:56.284Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T04:13:56.285Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T04:13:56.285Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T04:13:56.286Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T04:13:56.286Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T04:13:56.286Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T04:14:05.832Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T04:14:05.836Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T04:14:56.284Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T04:14:56.285Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T04:14:56.286Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T04:14:56.286Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T04:14:56.286Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T04:14:56.286Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T04:15:05.842Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T04:15:05.843Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T04:15:56.284Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T04:15:56.285Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T04:15:56.285Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T04:15:56.286Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T04:15:56.287Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T04:15:56.287Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T04:16:05.831Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T04:16:05.832Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T04:16:56.284Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T04:16:56.285Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T04:16:56.285Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T04:16:56.286Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T04:16:56.286Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T04:16:56.286Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T04:17:05.835Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T04:17:05.837Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T04:17:56.284Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T04:17:56.285Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T04:17:56.285Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T04:17:56.286Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T04:17:56.286Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T04:17:56.286Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T04:18:05.830Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T04:18:05.834Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T04:18:56.284Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T04:18:56.285Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T04:18:56.285Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T04:18:56.286Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T04:18:56.286Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T04:18:56.286Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T04:19:05.827Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T04:19:05.839Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T04:19:56.284Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T04:19:56.285Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T04:19:56.285Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T04:19:56.286Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T04:19:56.286Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T04:19:56.286Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T04:20:05.835Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T04:20:05.835Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T04:20:56.284Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T04:20:56.285Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T04:20:56.285Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T04:20:56.286Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T04:20:56.287Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T04:20:56.287Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T04:20:56.715Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T04:20:56.717Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-24T04:20:56.717Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "49cc3739-babe-47a7-92a6-1f2e5664224a", "consumerID": "multicloud-k8s-id", "timestamp": 1629778835874, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-08-24T04:20:56.718Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-24T04:20:56.718Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-24T04:20:56.719Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "49cc3739-babe-47a7-92a6-1f2e5664224a", "consumerID": "dcae-sch", "timestamp": 1629778838523, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-08-24T04:20:56.719Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-24T04:20:56.719Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-24T04:20:56.719Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "49cc3739-babe-47a7-92a6-1f2e5664224a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629778842109, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-08-24T04:20:56.719Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-24T04:20:56.719Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-24T04:20:56.719Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "49cc3739-babe-47a7-92a6-1f2e5664224a", "consumerID": "cds", "timestamp": 1629778834329, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-08-24T04:20:56.719Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-24T04:20:56.719Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-24T04:20:56.720Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "49cc3739-babe-47a7-92a6-1f2e5664224a", "consumerID": "aai-ml", "timestamp": 1629778833227, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-08-24T04:20:56.720Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-24T04:20:56.720Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-24T04:20:56.721Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "49cc3739-babe-47a7-92a6-1f2e5664224a", "consumerID": "dcae-sch", "timestamp": 1629778838523, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2021-08-24T04:20:56.721Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-24T04:20:56.721Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-24T04:20:56.721Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "49cc3739-babe-47a7-92a6-1f2e5664224a", "consumerID": "multicloud-k8s-id", "timestamp": 1629778835874, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-08-24T04:20:56.721Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-24T04:20:56.721Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-24T04:20:56.722Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "49cc3739-babe-47a7-92a6-1f2e5664224a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629778842109, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-08-24T04:20:56.722Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-24T04:20:56.722Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-24T04:20:56.722Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "49cc3739-babe-47a7-92a6-1f2e5664224a", "consumerID": "cds", "timestamp": 1629778834329, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-08-24T04:20:56.722Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-24T04:20:56.722Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-24T04:20:56.722Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "49cc3739-babe-47a7-92a6-1f2e5664224a", "consumerID": "aai-ml", "timestamp": 1629778833227, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-08-24T04:20:56.723Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-24T04:20:56.723Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-24T04:20:56.723Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "49cc3739-babe-47a7-92a6-1f2e5664224a", "consumerID": "cds", "timestamp": 1629778845531, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-24T04:20:56.723Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-24T04:20:56.723Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-24T04:20:56.723Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "49cc3739-babe-47a7-92a6-1f2e5664224a", "consumerID": "aai-ml", "timestamp": 1629778845545, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-24T04:20:56.723Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-24T04:20:56.723Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-24T04:20:56.723Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "49cc3739-babe-47a7-92a6-1f2e5664224a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629778845609, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-24T04:20:56.724Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-24T04:20:56.724Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-24T04:20:56.724Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "49cc3739-babe-47a7-92a6-1f2e5664224a", "consumerID": "ves-openapi-manager", "timestamp": 1629778845332, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-08-24T04:20:56.724Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-24T04:20:56.724Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-24T04:20:56.724Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "49cc3739-babe-47a7-92a6-1f2e5664224a", "consumerID": "cds", "timestamp": 1629778846538, "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 (?, ?, ?, ?, ?) 2021-08-24T04:20:56.740Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 49cc3739-babe-47a7-92a6-1f2e5664224a 2021-08-24T04:20:56.741Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 49cc3739-babe-47a7-92a6-1f2e5664224a and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-08-24T04:20:56.748Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-24T04:20:56.749Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "49cc3739-babe-47a7-92a6-1f2e5664224a", "consumerID": "ves-openapi-manager", "timestamp": 1629778845332, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2021-08-24T04:20:56.749Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-24T04:20:56.749Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-24T04:20:56.749Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "49cc3739-babe-47a7-92a6-1f2e5664224a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629778847197, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-08-24T04:20:56.750Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-24T04:20:56.750Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-24T04:20:56.750Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "49cc3739-babe-47a7-92a6-1f2e5664224a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629778848201, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-08-24T04:20:56.755Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 49cc3739-babe-47a7-92a6-1f2e5664224a 2021-08-24T04:20:56.756Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 49cc3739-babe-47a7-92a6-1f2e5664224a and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-08-24T04:20:56.765Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-24T04:20:56.765Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "49cc3739-babe-47a7-92a6-1f2e5664224a", "consumerID": "aai-ml", "timestamp": 1629778848808, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-08-24T04:20:56.765Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-24T04:20:56.765Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-24T04:20:56.765Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "49cc3739-babe-47a7-92a6-1f2e5664224a", "consumerID": "aai-ml", "timestamp": 1629778849813, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-08-24T04:20:56.769Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 49cc3739-babe-47a7-92a6-1f2e5664224a 2021-08-24T04:20:56.769Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 49cc3739-babe-47a7-92a6-1f2e5664224a and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-08-24T04:20:56.776Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-24T04:20:56.776Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "49cc3739-babe-47a7-92a6-1f2e5664224a", "consumerID": "policy-id", "timestamp": 1629778852422, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-08-24T04:20:56.776Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-24T04:20:56.776Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-24T04:20:56.776Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "49cc3739-babe-47a7-92a6-1f2e5664224a", "consumerID": "policy-id", "timestamp": 1629778852422, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-08-24T04:20:56.776Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-24T04:20:56.909Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T04:20:56.909Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-24T04:20:56.910Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"49cc3739-babe-47a7-92a6-1f2e5664224a","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"6e571526-9203-4504-929a-c7c501883b94","serviceDescription":"service","serviceInvariantUUID":"4102e8b8-8b48-453f-bdc8-828a9ec67406","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"14a49f13-f347-4947-a078-83b4aa780c9c","resourceInvariantUUID":"da0b8961-6a17-438a-abe3-98c4c02f52bc","resourceCustomizationUUID":"d905d070-6177-4fb7-86c4-196e4becd5af","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":"OWE4OTE2ZTI4ZGIyYjE2N2NiYTQyMGI0NzE4Yjk2NjU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"19b4b334-aa0a-4ceb-9906-7c5616026f39","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"N2UzNTEwZmYxNzY3YjcwZjRmNWFmOGEyODUxYjM1ZmM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e5ad68ab-4b20-4290-87d9-71b8aa5429ba","artifactVersion":"1"}],"workloadContext":"Production"} 2021-08-24T04:20:56.913Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-24T04:20:56.914Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-08-24T04:20:56.916Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-24T04:20:56.917Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "49cc3739-babe-47a7-92a6-1f2e5664224a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629778856284, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-08-24T04:20:57.016Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-08-24T04:20:57.017Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-24T04:20:57.017Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Vzzhpb2vWYCtMmLH) ... 2021-08-24T04:20:57.028Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T04:20:57.028Z||pool-19-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-08-24T04:20:57.917Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-24T04:20:57.919Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-08-24T04:20:57.921Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-24T04:20:57.921Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "49cc3739-babe-47a7-92a6-1f2e5664224a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629778856284, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-08-24T04:20:58.022Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-08-24T04:20:58.023Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-24T04:20:58.023Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Vzzhpb2vWYCtMmLH) ... 2021-08-24T04:20:58.034Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T04:20:58.035Z||pool-20-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-08-24T04:20:58.923Z||pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "49cc3739-babe-47a7-92a6-1f2e5664224a", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "6e571526-9203-4504-929a-c7c501883b94", "serviceDescription": "service", "serviceInvariantUUID": "4102e8b8-8b48-453f-bdc8-828a9ec67406", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "d905d070-6177-4fb7-86c4-196e4becd5af", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "14a49f13-f347-4947-a078-83b4aa780c9c", "resourceInvariantUUID": "da0b8961-6a17-438a-abe3-98c4c02f52bc", "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": "N2UzNTEwZmYxNzY3YjcwZjRmNWFmOGEyODUxYjM1ZmM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "e5ad68ab-4b20-4290-87d9-71b8aa5429ba" } ], "workloadContext": "Production" } 2021-08-24T04:20:58.924Z||pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-08-24T04:20:58.924Z||pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 6e571526-9203-4504-929a-c7c501883b94 ASDC 2021-08-24T04:20:58.925Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:49cc3739-babe-47a7-92a6-1f2e5664224a ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:6e571526-9203-4504-929a-c7c501883b94 ServiceInvariantUUID:4102e8b8-8b48-453f-bdc8-828a9ec67406 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:e5ad68ab-4b20-4290-87d9-71b8aa5429ba ArtifactChecksum:N2UzNTEwZmYxNzY3YjcwZjRmNWFmOGEyODUxYjM1ZmM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:d905d070-6177-4fb7-86c4-196e4becd5af ResourceInvariantUUID:da0b8961-6a17-438a-abe3-98c4c02f52bc ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:14a49f13-f347-4947-a078-83b4aa780c9c ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2021-08-24T04:20:58.925Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6e571526-9203-4504-929a-c7c501883b94 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-08-24T04:20:58.957Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-08-24T04:20:58.957Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2021-08-24T04:20:58.958Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2021-08-24T04:20:58.958Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: e5ad68ab-4b20-4290-87d9-71b8aa5429ba from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2021-08-24T04:20:58.958Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||INFO|500||DistributionClient - download 2021-08-24T04:20:58.958Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2021-08-24T04:21:00.725Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2021-08-24T04:21:00.730Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar e5ad68ab-4b20-4290-87d9-71b8aa5429ba 52170 2021-08-24T04:21:00.731Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2021-08-24T04:21:00.731Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2021-08-24T04:21:00.731Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2021-08-24T04:21:00.731Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-08-24T04:21:00.734Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-24T04:21:00.734Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "49cc3739-babe-47a7-92a6-1f2e5664224a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629778860731, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-24T04:21:00.834Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-24T04:21:00.835Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-24T04:21:00.835Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Vzzhpb2vWYCtMmLH) ... 2021-08-24T04:21:00.844Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T04:21:00.845Z||pool-21-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-08-24T04:21:01.735Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-08-24T04:21:01.736Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2021-08-24T04:21:01.736Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: e5ad68ab-4b20-4290-87d9-71b8aa5429ba, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar 2021-08-24T04:21:01.737Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar 2021-08-24T04:21:01.737Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar 2021-08-24T04:21:01.738Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar 2021-08-24T04:21:01.821Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4145487091846703730/Definitions/service-BasicNetwork-template.yml 2021-08-24T04:21:02.298Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0 2021-08-24T04:21:02.299Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||WARN|500||#################################################################################################### 2021-08-24T04:21:02.299Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-08-24T04:21:02.299Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2021-08-24T04:21:02.299Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-08-24T04:21:02.299Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-08-24T04:21:02.299Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-08-24T04:21:02.299Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-08-24T04:21:02.299Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-08-24T04:21:02.299Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-08-24T04:21:02.299Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-08-24T04:21:02.299Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-08-24T04:21:02.300Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||WARN|500||#################################################################################################### 2021-08-24T04:21:02.300Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-24T04:21:02.300Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-08-24T04:21:02.300Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2021-08-24T04:21:02.300Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2021-08-24T04:21:02.300Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2021-08-24T04:21:02.301Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-24T04:21:02.301Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-08-24T04:21:02.301Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2021-08-24T04:21:02.301Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2021-08-24T04:21:02.301Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2021-08-24T04:21:02.302Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-24T04:21:02.302Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-08-24T04:21:02.302Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-24T04:21:02.302Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-08-24T04:21:02.302Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-24T04:21:02.302Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-08-24T04:21:02.303Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-24T04:21:02.303Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-08-24T04:21:02.303Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-24T04:21:02.303Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-08-24T04:21:02.303Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_network Description:service Model UUID:6e571526-9203-4504-929a-c7c501883b94 Model Version:NULL Model InvariantUuid:4102e8b8-8b48-453f-bdc8-828a9ec67406 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing NETWORK Level Properties: Model Name:Generic NeutronNet Model InvariantUuid:da0b8961-6a17-438a-abe3-98c4c02f52bc Model UUID:b626dea0-7b25-4cd4-828d-6ce2e0fa579f Model Version:1.0 AIC Max Version:NULL AIC Min Version:NULL Tosca Node Type:VL Description:Generic NeutronNet NETWORK Customization Properties: CustomizationUUID:d905d070-6177-4fb7-86c4-196e4becd5af Network Technology:NEUTRON Network Type:NEUTRON Network Role:null Network Scope:null VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-08-24T04:21:02.308Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||INFO|500||Processing Resource Type: VL, Model UUID: 14a49f13-f347-4947-a078-83b4aa780c9c 2021-08-24T04:21:02.308Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||INFO|500||No resources found for Service: 6e571526-9203-4504-929a-c7c501883b94 Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-08-24T04:21:02.312Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||INFO|500|| 2021-08-24T04:21:02.312Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 2021-08-24T04:21:02.313Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||DEBUG|500||No resources found for Service: 6e571526-9203-4504-929a-c7c501883b94 2021-08-24T04:21:02.313Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 6e571526-9203-4504-929a-c7c501883b94 2021-08-24T04:21:02.313Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC 2021-08-24T04:21:02.313Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-08-24T04:21:02.318Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-24T04:21:02.318Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-08-24T04:21:02.318Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-24T04:21:02.318Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-08-24T04:21:02.318Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 6e571526-9203-4504-929a-c7c501883b94: Generic NeutronNet 2021-08-24T04:21:02.318Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-24T04:21:02.318Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-08-24T04:21:02.319Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-24T04:21:02.319Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_55_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_55_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_55_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_55_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_37_, networkres0_.CREATION_TIMESTAMP as creation2_37_, networkres0_.MODEL_INSTANCE_NAME as model_in3_37_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_37_, networkres0_.NETWORK_ROLE as network_4_37_, networkres0_.NETWORK_SCOPE as network_5_37_, networkres0_.NETWORK_TECHNOLOGY as network_6_37_, networkres0_.NETWORK_TYPE as network_7_37_, networkres0_.RESOURCE_INPUT as resource8_37_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select networkres0_.MODEL_UUID as model_uu1_36_, networkres0_.AIC_VERSION_MAX as aic_vers2_36_, networkres0_.AIC_VERSION_MIN as aic_vers3_36_, networkres0_.RESOURCE_CATEGORY as resource4_36_, networkres0_.CREATION_TIMESTAMP as creation5_36_, networkres0_.DESCRIPTION as descript6_36_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_, networkres0_.MODEL_INVARIANT_UUID as model_in7_36_, networkres0_.MODEL_NAME as model_na8_36_, networkres0_.MODEL_VERSION as model_ve9_36_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_36_, networkres0_.ORCHESTRATION_MODE as orchest11_36_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_36_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_36_ from network_resource networkres0_ where networkres0_.MODEL_UUID=? 2021-08-24T04:21:02.473Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-24T04:21:02.474Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-08-24T04:21:02.474Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-24T04:21:02.474Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-08-24T04:21:02.474Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-24T04:21:02.475Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-08-24T04:21:02.475Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||INFO|500||Saving Service: basic_network Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_37_3_, networkres0_.CREATION_TIMESTAMP as creation2_37_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_37_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_37_3_, networkres0_.NETWORK_ROLE as network_4_37_3_, networkres0_.NETWORK_SCOPE as network_5_37_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_37_3_, networkres0_.NETWORK_TYPE as network_7_37_3_, networkres0_.RESOURCE_INPUT as resource8_37_3_, networkres1_.MODEL_UUID as model_uu1_36_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_36_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_36_0_, networkres1_.RESOURCE_CATEGORY as resource4_36_0_, networkres1_.CREATION_TIMESTAMP as creation5_36_0_, networkres1_.DESCRIPTION as descript6_36_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_36_0_, networkres1_.MODEL_NAME as model_na8_36_0_, networkres1_.MODEL_VERSION as model_ve9_36_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_36_0_, networkres1_.ORCHESTRATION_MODE as orchest11_36_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_36_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_36_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_1_, collection2_.CREATION_TIMESTAMP as creation2_14_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_14_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_14_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_14_1_, collection2_.NETWORK_ROLE as network_4_14_1_, collection2_.NETWORK_SCOPE as network_5_14_1_, collection2_.NETWORK_TECHNOLOGY as network_6_14_1_, collection2_.NETWORK_TYPE as network_7_14_1_, heattempla3_.ARTIFACT_UUID as artifact1_28_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_2_, heattempla3_.CREATION_TIMESTAMP as creation3_28_2_, heattempla3_.DESCRIPTION as descript4_28_2_, heattempla3_.BODY as body5_28_2_, heattempla3_.NAME as name6_28_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_2_, heattempla3_.VERSION as version8_28_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select networkres0_.MODEL_UUID as model_uu1_36_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_36_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_36_4_, networkres0_.RESOURCE_CATEGORY as resource4_36_4_, networkres0_.CREATION_TIMESTAMP as creation5_36_4_, networkres0_.DESCRIPTION as descript6_36_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_36_4_, networkres0_.MODEL_NAME as model_na8_36_4_, networkres0_.MODEL_VERSION as model_ve9_36_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_36_4_, networkres0_.ORCHESTRATION_MODE as orchest11_36_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_36_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_36_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_0_, collection1_.CREATION_TIMESTAMP as creation2_14_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_14_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_14_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_14_0_, collection1_.NETWORK_ROLE as network_4_14_0_, collection1_.NETWORK_SCOPE as network_5_14_0_, collection1_.NETWORK_TECHNOLOGY as network_6_14_0_, collection1_.NETWORK_TYPE as network_7_14_0_, instancegr2_.MODEL_UUID as model_uu2_32_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_32_1_, instancegr2_.CREATION_TIMESTAMP as creation3_32_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_32_1_, instancegr2_.MODEL_NAME as model_na5_32_1_, instancegr2_.MODEL_VERSION as model_ve6_32_1_, instancegr2_.ROLE as role7_32_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_32_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_32_1_, instancegr2_.OBJECT_TYPE as object_t1_32_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_16_2_, networkcol3_.CR_MODEL_UUID as cr_model8_16_2_, networkcol3_.CREATION_TIMESTAMP as creation3_16_2_, networkcol3_.FUNCTION as function4_16_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_16_2_, networkcol3_.ROLE as role6_16_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_16_2_, heattempla4_.ARTIFACT_UUID as artifact1_28_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla4_.CREATION_TIMESTAMP as creation3_28_3_, heattempla4_.DESCRIPTION as descript4_28_3_, heattempla4_.BODY as body5_28_3_, heattempla4_.NAME as name6_28_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla4_.VERSION as version8_28_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?) 2021-08-24T04:21:02.576Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure 2021-08-24T04:21:02.577Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2021-08-24T04:21:02.577Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2021-08-24T04:21:02.577Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-08-24T04:21:02.578Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-08-24T04:21:02.581Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-24T04:21:02.581Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "49cc3739-babe-47a7-92a6-1f2e5664224a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629778862577, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-08-24T04:21:02.682Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-08-24T04:21:02.685Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-24T04:21:02.685Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Vzzhpb2vWYCtMmLH) ... 2021-08-24T04:21:02.697Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T04:21:02.698Z||pool-22-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2021-08-24T04:21:03.584Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 49cc3739-babe-47a7-92a6-1f2e5664224a Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-08-24T04:21:03.596Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 49cc3739-babe-47a7-92a6-1f2e5664224a Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-08-24T04:21:03.600Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-08-24T04:21:03.600Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-08-24T04:21:03.600Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-08-24T04:21:03.600Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-08-24T04:21:03.600Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-24T04:21:03.600Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-24T04:21:03.600Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-24T04:21:03.600Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-24T04:21:03.600Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-08-24T04:21:03.606Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-08-24T04:21:33.606Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 49cc3739-babe-47a7-92a6-1f2e5664224a and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2021-08-24T04:21:33.613Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 49cc3739-babe-47a7-92a6-1f2e5664224a and serviceModelVersionId: 6e571526-9203-4504-929a-c7c501883b94 2021-08-24T04:21:33.613Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 4102e8b8-8b48-453f-bdc8-828a9ec67406 2021-08-24T04:21:33.614Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/4102e8b8-8b48-453f-bdc8-828a9ec67406/model-vers/model-ver/6e571526-9203-4504-929a-c7c501883b94?depth=0 2021-08-24T04:21:33.627Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2021-08-24T04:21:33.653Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4102e8b8-8b48-453f-bdc8-828a9ec67406/model-vers/model-ver/6e571526-9203-4504-929a-c7c501883b94?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2021-08-24T04:21:33.654Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4102e8b8-8b48-453f-bdc8-828a9ec67406/model-vers/model-ver/6e571526-9203-4504-929a-c7c501883b94?depth=0|INFO|500||Invoke 2021-08-24T04:21:33.672Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4102e8b8-8b48-453f-bdc8-828a9ec67406/model-vers/model-ver/6e571526-9203-4504-929a-c7c501883b94?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-08-24T04:21:33.835Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4102e8b8-8b48-453f-bdc8-828a9ec67406/model-vers/model-ver/6e571526-9203-4504-929a-c7c501883b94?depth=0|INFO|500||InvokeReturn 2021-08-24T04:21:33.836Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4102e8b8-8b48-453f-bdc8-828a9ec67406/model-vers/model-ver/6e571526-9203-4504-929a-c7c501883b94?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210824-04:21:33:678-92926], vertex-id=[258280], Content-Length=[0], Date=[Tue, 24 Aug 2021 04:21:33 GMT], Content-Type=[application/json]} 2021-08-24T04:21:33.836Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity. 2021-08-24T04:21:33.836Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-08-24T04:21:33.837Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-08-24T04:21:33.842Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-08-24T04:21:33.842Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 49cc3739-babe-47a7-92a6-1f2e5664224a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-08-24T04:21:33.842Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-08-24T04:21:33.843Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-08-24T04:21:33.844Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-24T04:21:33.845Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "49cc3739-babe-47a7-92a6-1f2e5664224a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629778893842, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-08-24T04:21:33.945Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-24T04:21:33.946Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-24T04:21:33.946Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Vzzhpb2vWYCtMmLH) ... 2021-08-24T04:21:33.959Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T04:21:33.959Z||pool-23-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-08-24T04:21:56.284Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T04:21:56.285Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T04:21:56.285Z|49cc3739-babe-47a7-92a6-1f2e5664224a|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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T04:21:56.286Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T04:21:56.286Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T04:21:56.286Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T04:21:56.305Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T04:21:56.305Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-24T04:21:56.305Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "49cc3739-babe-47a7-92a6-1f2e5664224a", "consumerID": "policy-id", "timestamp": 1629778856552, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-24T04:21:56.306Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-24T04:22:05.829Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T04:22:56.284Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T04:22:56.285Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T04:22:56.285Z|49cc3739-babe-47a7-92a6-1f2e5664224a|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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T04:22:56.286Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T04:22:56.286Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T04:22:56.286Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T04:22:56.312Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T04:22:56.312Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T04:22:56.312Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "49cc3739-babe-47a7-92a6-1f2e5664224a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629778856284, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-08-24T04:22:56.313Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-24T04:23:05.832Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T04:23:56.284Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T04:23:56.285Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T04:23:56.285Z|49cc3739-babe-47a7-92a6-1f2e5664224a|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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T04:23:56.286Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T04:23:56.286Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T04:23:56.287Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T04:23:56.808Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T04:23:56.809Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T04:23:56.809Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "49cc3739-babe-47a7-92a6-1f2e5664224a", "consumerID": "clamp", "timestamp": 1629778856528, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-08-24T04:23:56.810Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-24T04:23:56.810Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T04:23:56.810Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "49cc3739-babe-47a7-92a6-1f2e5664224a", "consumerID": "policy-id", "timestamp": 1629778857556, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-08-24T04:23:56.811Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-24T04:23:56.811Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T04:23:56.811Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "49cc3739-babe-47a7-92a6-1f2e5664224a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629778856284, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-08-24T04:23:56.813Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-24T04:23:56.813Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T04:23:56.813Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "49cc3739-babe-47a7-92a6-1f2e5664224a", "consumerID": "clamp", "timestamp": 1629778856528, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-08-24T04:23:56.813Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-24T04:23:56.813Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T04:23:56.813Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "49cc3739-babe-47a7-92a6-1f2e5664224a", "consumerID": "policy-id", "timestamp": 1629778858558, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-08-24T04:23:56.823Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 49cc3739-babe-47a7-92a6-1f2e5664224a 2021-08-24T04:23:56.823Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 49cc3739-babe-47a7-92a6-1f2e5664224a and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-08-24T04:23:56.831Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T04:23:56.831Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "49cc3739-babe-47a7-92a6-1f2e5664224a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629778860731, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-24T04:23:56.831Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-24T04:23:56.832Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T04:23:56.832Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "49cc3739-babe-47a7-92a6-1f2e5664224a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629778862577, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-08-24T04:23:56.832Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-24T04:23:56.832Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T04:23:56.832Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "49cc3739-babe-47a7-92a6-1f2e5664224a", "consumerID": "clamp", "timestamp": 1629778864906, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-24T04:23:56.832Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-24T04:23:56.832Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T04:23:56.832Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "49cc3739-babe-47a7-92a6-1f2e5664224a", "consumerID": "clamp", "timestamp": 1629778866913, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-08-24T04:23:56.833Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-24T04:23:56.833Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T04:23:56.833Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "49cc3739-babe-47a7-92a6-1f2e5664224a", "consumerID": "clamp", "timestamp": 1629778867916, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-08-24T04:23:56.837Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 49cc3739-babe-47a7-92a6-1f2e5664224a 2021-08-24T04:23:56.837Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 49cc3739-babe-47a7-92a6-1f2e5664224a and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-08-24T04:23:56.843Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T04:23:56.843Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "49cc3739-babe-47a7-92a6-1f2e5664224a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629778893842, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-08-24T04:23:56.843Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-24T04:24:05.835Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T04:24:56.284Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T04:24:56.285Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T04:24:56.285Z|49cc3739-babe-47a7-92a6-1f2e5664224a|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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T04:24:56.286Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T04:24:56.286Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T04:24:56.287Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T04:24:56.913Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T04:24:56.915Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-24T04:24:56.915Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"1c18a22d-1aea-45f6-bbc6-42e669516a5e","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"ebba9060-b888-4547-b912-4638b70f24db","serviceDescription":"service","serviceInvariantUUID":"e97fea69-849f-4aa4-b01b-fa6de71ea2e8","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"d209fc0c-fb9e-4139-b9df-86987aa8bd31","resourceInvariantUUID":"0dfb737d-2adf-4788-9c92-a706c52975e4","resourceCustomizationUUID":"719749a2-01fd-402b-be60-43c717f1721e","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":"NTM3OGNhNTIwNTc1N2U5MzRjZmI4ZGQ0NGUxNWZjMjQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d68924f7-d531-40cb-918c-4d608c79d54e","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":"NDc4MDFhYmVmN2RlNjBiMTZmNmViMTMyOGMyMWNiYzA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"201bfecf-420e-46d3-86d1-2ba34815748e","artifactVersion":"1"},{"artifactName":"base_ubuntu20.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml","artifactChecksum":"MWUxZmM1M2EyMTI4MDQyYjRhYjEzODQxZmIzZjM1NTE\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"2e832828-2409-49ac-9283-15bc9f49dcb0","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":"88e5479d-d2e5-49ea-a3d2-13018c551327","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":"NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"4624dc0f-f600-4532-8133-94425163a6ca","artifactVersion":"2","generatedFromUUID":"2e832828-2409-49ac-9283-15bc9f49dcb0"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"YWYwYjFiMDlkYTFiNzM0ZTk1ZWI3ODQzNDRhNzc0MTE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e67e0c63-10f4-4131-ac02-8fd3ba665729","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"MjExMTZlMmY0MTNjYzdkNGE3MDcwY2IxZjg3MGFhMGQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"caf2498b-d6f8-45b1-96c4-b5a4acfc85d2","artifactVersion":"1"}],"workloadContext":"Production"} 2021-08-24T04:24:56.916Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T04:24:56.918Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-24T04:24:56.919Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-08-24T04:24:56.921Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-24T04:24:56.921Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c18a22d-1aea-45f6-bbc6-42e669516a5e", "consumerID": "dcae-sch", "timestamp": 1629779058523, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-24T04:24:56.921Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-24T04:24:56.922Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "1c18a22d-1aea-45f6-bbc6-42e669516a5e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629779096284, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-24T04:24:56.922Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-24T04:24:56.922Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-24T04:24:56.922Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c18a22d-1aea-45f6-bbc6-42e669516a5e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629779052109, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-24T04:24:56.922Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-24T04:24:56.922Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-24T04:24:56.922Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c18a22d-1aea-45f6-bbc6-42e669516a5e", "consumerID": "cds", "timestamp": 1629779059329, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-24T04:24:56.922Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-24T04:24:56.923Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-24T04:24:56.923Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c18a22d-1aea-45f6-bbc6-42e669516a5e", "consumerID": "multicloud-k8s-id", "timestamp": 1629779055874, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-24T04:24:56.923Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-24T04:24:56.923Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-24T04:24:56.923Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c18a22d-1aea-45f6-bbc6-42e669516a5e", "consumerID": "policy-id", "timestamp": 1629779052422, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-24T04:24:56.923Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-24T04:24:56.923Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-24T04:24:56.923Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c18a22d-1aea-45f6-bbc6-42e669516a5e", "consumerID": "dcae-sch", "timestamp": 1629779058523, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-08-24T04:24:56.923Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-24T04:24:56.924Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-24T04:24:56.924Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c18a22d-1aea-45f6-bbc6-42e669516a5e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629779052109, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-08-24T04:24:56.924Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-24T04:24:56.924Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-24T04:24:56.924Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c18a22d-1aea-45f6-bbc6-42e669516a5e", "consumerID": "multicloud-k8s-id", "timestamp": 1629779055874, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-08-24T04:24:56.924Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-24T04:24:56.924Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-24T04:24:56.924Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c18a22d-1aea-45f6-bbc6-42e669516a5e", "consumerID": "cds", "timestamp": 1629779059329, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-08-24T04:24:56.924Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-24T04:24:56.924Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-24T04:24:56.924Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c18a22d-1aea-45f6-bbc6-42e669516a5e", "consumerID": "policy-id", "timestamp": 1629779052422, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-08-24T04:24:56.925Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-24T04:24:56.925Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-24T04:24:56.925Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c18a22d-1aea-45f6-bbc6-42e669516a5e", "consumerID": "dcae-sch", "timestamp": 1629779058523, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-08-24T04:24:56.925Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-24T04:24:56.925Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-24T04:24:56.925Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c18a22d-1aea-45f6-bbc6-42e669516a5e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629779052109, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-08-24T04:24:56.925Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-24T04:24:56.925Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-24T04:24:56.925Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c18a22d-1aea-45f6-bbc6-42e669516a5e", "consumerID": "cds", "timestamp": 1629779059329, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-08-24T04:24:56.925Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-24T04:24:56.925Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-24T04:24:56.925Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c18a22d-1aea-45f6-bbc6-42e669516a5e", "consumerID": "multicloud-k8s-id", "timestamp": 1629779055874, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-08-24T04:24:56.925Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-24T04:24:56.926Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-24T04:24:56.926Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c18a22d-1aea-45f6-bbc6-42e669516a5e", "consumerID": "policy-id", "timestamp": 1629779052422, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-08-24T04:24:56.926Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-24T04:24:56.926Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-24T04:24:56.926Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c18a22d-1aea-45f6-bbc6-42e669516a5e", "consumerID": "dcae-sch", "timestamp": 1629779058523, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-24T04:24:56.926Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-24T04:24:56.926Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-24T04:24:56.926Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c18a22d-1aea-45f6-bbc6-42e669516a5e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629779052109, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-24T04:24:56.926Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-24T04:24:56.926Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-24T04:24:56.926Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c18a22d-1aea-45f6-bbc6-42e669516a5e", "consumerID": "cds", "timestamp": 1629779059329, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-24T04:24:56.926Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-24T04:24:56.926Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-24T04:24:56.926Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c18a22d-1aea-45f6-bbc6-42e669516a5e", "consumerID": "multicloud-k8s-id", "timestamp": 1629779055874, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-24T04:24:56.926Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-24T04:24:56.926Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-24T04:24:56.926Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c18a22d-1aea-45f6-bbc6-42e669516a5e", "consumerID": "policy-id", "timestamp": 1629779052422, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-24T04:24:56.927Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-24T04:24:56.927Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-24T04:24:56.927Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c18a22d-1aea-45f6-bbc6-42e669516a5e", "consumerID": "ves-openapi-manager", "timestamp": 1629779065332, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-24T04:24:56.927Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-24T04:24:56.927Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-24T04:24:56.927Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c18a22d-1aea-45f6-bbc6-42e669516a5e", "consumerID": "dcae-sch", "timestamp": 1629779058523, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-08-24T04:24:56.927Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-24T04:24:56.927Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-24T04:24:56.927Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c18a22d-1aea-45f6-bbc6-42e669516a5e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629779052109, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-08-24T04:24:56.927Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-24T04:24:56.927Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-24T04:24:56.927Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c18a22d-1aea-45f6-bbc6-42e669516a5e", "consumerID": "multicloud-k8s-id", "timestamp": 1629779055874, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-08-24T04:24:56.927Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-24T04:24:56.927Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-24T04:24:56.927Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c18a22d-1aea-45f6-bbc6-42e669516a5e", "consumerID": "cds", "timestamp": 1629779059329, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-08-24T04:24:56.927Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-24T04:24:56.928Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-24T04:24:56.928Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c18a22d-1aea-45f6-bbc6-42e669516a5e", "consumerID": "policy-id", "timestamp": 1629779052422, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-08-24T04:24:56.928Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-24T04:24:56.928Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-24T04:24:56.928Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c18a22d-1aea-45f6-bbc6-42e669516a5e", "consumerID": "ves-openapi-manager", "timestamp": 1629779065332, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-08-24T04:24:56.928Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-24T04:24:56.928Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-24T04:24:56.928Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c18a22d-1aea-45f6-bbc6-42e669516a5e", "consumerID": "dcae-sch", "timestamp": 1629779058523, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-08-24T04:24:56.928Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-24T04:24:56.928Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-24T04:24:56.928Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c18a22d-1aea-45f6-bbc6-42e669516a5e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629779052109, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-08-24T04:24:56.928Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-24T04:24:56.928Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-24T04:24:56.928Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c18a22d-1aea-45f6-bbc6-42e669516a5e", "consumerID": "multicloud-k8s-id", "timestamp": 1629779055874, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-08-24T04:24:56.928Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-24T04:24:56.928Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-24T04:24:56.928Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c18a22d-1aea-45f6-bbc6-42e669516a5e", "consumerID": "cds", "timestamp": 1629779059329, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-08-24T04:24:56.928Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-24T04:24:56.929Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-24T04:24:56.929Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c18a22d-1aea-45f6-bbc6-42e669516a5e", "consumerID": "policy-id", "timestamp": 1629779052422, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-08-24T04:24:56.929Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-24T04:24:56.929Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-24T04:24:56.929Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c18a22d-1aea-45f6-bbc6-42e669516a5e", "consumerID": "clamp", "timestamp": 1629779066528, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-24T04:24:56.929Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-24T04:24:56.929Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-24T04:24:56.929Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c18a22d-1aea-45f6-bbc6-42e669516a5e", "consumerID": "ves-openapi-manager", "timestamp": 1629779065332, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-08-24T04:24:56.929Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-24T04:24:56.929Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-24T04:24:56.929Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c18a22d-1aea-45f6-bbc6-42e669516a5e", "consumerID": "dcae-sch", "timestamp": 1629779058523, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2021-08-24T04:24:56.929Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-24T04:24:56.929Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-24T04:24:56.929Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c18a22d-1aea-45f6-bbc6-42e669516a5e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629779052109, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-08-24T04:24:56.929Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-24T04:24:56.929Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-24T04:24:56.929Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c18a22d-1aea-45f6-bbc6-42e669516a5e", "consumerID": "multicloud-k8s-id", "timestamp": 1629779055874, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-08-24T04:24:56.929Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-24T04:24:56.929Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-24T04:24:56.929Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c18a22d-1aea-45f6-bbc6-42e669516a5e", "consumerID": "cds", "timestamp": 1629779059329, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-08-24T04:24:56.930Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-24T04:24:56.930Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-24T04:24:56.930Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c18a22d-1aea-45f6-bbc6-42e669516a5e", "consumerID": "policy-id", "timestamp": 1629779052422, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-08-24T04:24:56.930Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-24T04:24:56.930Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-24T04:24:56.930Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c18a22d-1aea-45f6-bbc6-42e669516a5e", "consumerID": "clamp", "timestamp": 1629779066528, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-08-24T04:24:56.930Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-24T04:24:56.930Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-24T04:24:56.930Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c18a22d-1aea-45f6-bbc6-42e669516a5e", "consumerID": "ves-openapi-manager", "timestamp": 1629779065332, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-24T04:24:56.930Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-24T04:24:56.930Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-24T04:24:56.930Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c18a22d-1aea-45f6-bbc6-42e669516a5e", "consumerID": "clamp", "timestamp": 1629779066528, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-08-24T04:24:56.930Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-24T04:24:56.930Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-24T04:24:56.930Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c18a22d-1aea-45f6-bbc6-42e669516a5e", "consumerID": "policy-id", "timestamp": 1629779069523, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-24T04:24:56.930Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-24T04:24:56.930Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-24T04:24:56.930Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c18a22d-1aea-45f6-bbc6-42e669516a5e", "consumerID": "multicloud-k8s-id", "timestamp": 1629779069606, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2021-08-24T04:24:56.930Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-24T04:24:56.931Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-24T04:24:56.931Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c18a22d-1aea-45f6-bbc6-42e669516a5e", "consumerID": "cds", "timestamp": 1629779069614, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-24T04:24:56.931Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-24T04:24:56.931Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-24T04:24:56.931Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c18a22d-1aea-45f6-bbc6-42e669516a5e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629779069708, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-24T04:24:56.931Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-24T04:24:56.931Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-24T04:24:56.931Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c18a22d-1aea-45f6-bbc6-42e669516a5e", "consumerID": "ves-openapi-manager", "timestamp": 1629779065332, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-08-24T04:24:56.931Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-24T04:24:56.931Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-24T04:24:56.931Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c18a22d-1aea-45f6-bbc6-42e669516a5e", "consumerID": "clamp", "timestamp": 1629779066528, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-24T04:24:56.931Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-24T04:24:56.931Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-24T04:24:56.931Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c18a22d-1aea-45f6-bbc6-42e669516a5e", "consumerID": "policy-id", "timestamp": 1629779070526, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-08-24T04:24:56.931Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-24T04:24:56.931Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-24T04:24:56.931Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c18a22d-1aea-45f6-bbc6-42e669516a5e", "consumerID": "cds", "timestamp": 1629779070619, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-08-24T04:24:56.942Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 1c18a22d-1aea-45f6-bbc6-42e669516a5e 2021-08-24T04:24:56.943Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1c18a22d-1aea-45f6-bbc6-42e669516a5e and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-08-24T04:24:56.950Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-24T04:24:56.950Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c18a22d-1aea-45f6-bbc6-42e669516a5e", "consumerID": "multicloud-k8s-id", "timestamp": 1629779070920, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-08-24T04:24:56.950Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-24T04:24:56.950Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-24T04:24:56.950Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c18a22d-1aea-45f6-bbc6-42e669516a5e", "consumerID": "ves-openapi-manager", "timestamp": 1629779065332, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-08-24T04:24:56.950Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-24T04:24:56.950Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-24T04:24:56.951Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c18a22d-1aea-45f6-bbc6-42e669516a5e", "consumerID": "clamp", "timestamp": 1629779066528, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-08-24T04:24:56.951Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-24T04:24:56.951Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-24T04:24:56.951Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c18a22d-1aea-45f6-bbc6-42e669516a5e", "consumerID": "policy-id", "timestamp": 1629779071529, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-08-24T04:24:56.954Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1c18a22d-1aea-45f6-bbc6-42e669516a5e 2021-08-24T04:24:56.954Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1c18a22d-1aea-45f6-bbc6-42e669516a5e and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-08-24T04:24:56.960Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-24T04:24:56.960Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c18a22d-1aea-45f6-bbc6-42e669516a5e", "consumerID": "ves-openapi-manager", "timestamp": 1629779065332, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2021-08-24T04:24:56.960Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-24T04:24:56.960Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-24T04:24:56.960Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c18a22d-1aea-45f6-bbc6-42e669516a5e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629779071994, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-08-24T04:24:56.960Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-24T04:24:56.960Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-24T04:24:56.960Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c18a22d-1aea-45f6-bbc6-42e669516a5e", "consumerID": "clamp", "timestamp": 1629779066528, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-08-24T04:24:56.960Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-24T04:24:56.960Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-24T04:24:56.961Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c18a22d-1aea-45f6-bbc6-42e669516a5e", "consumerID": "multicloud-k8s-id", "timestamp": 1629779072316, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-08-24T04:24:56.961Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-24T04:24:56.961Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-24T04:24:56.961Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c18a22d-1aea-45f6-bbc6-42e669516a5e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629779072997, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-08-24T04:24:56.964Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 1c18a22d-1aea-45f6-bbc6-42e669516a5e 2021-08-24T04:24:56.964Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1c18a22d-1aea-45f6-bbc6-42e669516a5e and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-08-24T04:24:56.970Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-24T04:24:56.971Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c18a22d-1aea-45f6-bbc6-42e669516a5e", "consumerID": "clamp", "timestamp": 1629779066528, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-08-24T04:24:56.971Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-24T04:24:56.971Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-24T04:24:56.971Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c18a22d-1aea-45f6-bbc6-42e669516a5e", "consumerID": "multicloud-k8s-id", "timestamp": 1629779073339, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-08-24T04:24:56.975Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1c18a22d-1aea-45f6-bbc6-42e669516a5e 2021-08-24T04:24:56.975Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1c18a22d-1aea-45f6-bbc6-42e669516a5e and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2021-08-24T04:24:56.980Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-24T04:24:56.980Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c18a22d-1aea-45f6-bbc6-42e669516a5e", "consumerID": "aai-ml", "timestamp": 1629779073227, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-24T04:24:56.981Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-24T04:24:56.981Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-24T04:24:56.981Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c18a22d-1aea-45f6-bbc6-42e669516a5e", "consumerID": "multicloud-k8s-id", "timestamp": 1629779074343, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2021-08-24T04:24:56.981Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-24T04:24:56.981Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-24T04:24:56.981Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c18a22d-1aea-45f6-bbc6-42e669516a5e", "consumerID": "aai-ml", "timestamp": 1629779073227, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-08-24T04:24:56.981Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-24T04:24:56.981Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-24T04:24:56.981Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c18a22d-1aea-45f6-bbc6-42e669516a5e", "consumerID": "aai-ml", "timestamp": 1629779073227, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-08-24T04:24:56.981Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-24T04:24:56.981Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-24T04:24:56.982Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c18a22d-1aea-45f6-bbc6-42e669516a5e", "consumerID": "aai-ml", "timestamp": 1629779073227, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-24T04:24:56.982Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-24T04:24:56.982Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-24T04:24:56.982Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c18a22d-1aea-45f6-bbc6-42e669516a5e", "consumerID": "aai-ml", "timestamp": 1629779073227, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-08-24T04:24:56.982Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-24T04:24:56.982Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-24T04:24:56.982Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c18a22d-1aea-45f6-bbc6-42e669516a5e", "consumerID": "aai-ml", "timestamp": 1629779073227, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-08-24T04:24:56.982Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-24T04:24:56.982Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-24T04:24:56.982Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c18a22d-1aea-45f6-bbc6-42e669516a5e", "consumerID": "aai-ml", "timestamp": 1629779073227, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-08-24T04:24:56.983Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-24T04:24:56.983Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-24T04:24:56.983Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c18a22d-1aea-45f6-bbc6-42e669516a5e", "consumerID": "aai-ml", "timestamp": 1629779081850, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-24T04:24:56.983Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-24T04:24:56.983Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-24T04:24:56.983Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c18a22d-1aea-45f6-bbc6-42e669516a5e", "consumerID": "clamp", "timestamp": 1629779081943, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-24T04:24:56.983Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-24T04:24:56.983Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-24T04:24:56.983Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c18a22d-1aea-45f6-bbc6-42e669516a5e", "consumerID": "clamp", "timestamp": 1629779083951, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-08-24T04:24:56.984Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-24T04:24:56.984Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-24T04:24:56.984Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c18a22d-1aea-45f6-bbc6-42e669516a5e", "consumerID": "clamp", "timestamp": 1629779084953, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-08-24T04:24:56.987Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 1c18a22d-1aea-45f6-bbc6-42e669516a5e 2021-08-24T04:24:56.987Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1c18a22d-1aea-45f6-bbc6-42e669516a5e and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-08-24T04:24:56.992Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-24T04:24:56.992Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c18a22d-1aea-45f6-bbc6-42e669516a5e", "consumerID": "aai-ml", "timestamp": 1629779087006, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-08-24T04:24:56.992Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-24T04:24:56.992Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-24T04:24:56.992Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c18a22d-1aea-45f6-bbc6-42e669516a5e", "consumerID": "aai-ml", "timestamp": 1629779088011, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-08-24T04:24:56.995Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 1c18a22d-1aea-45f6-bbc6-42e669516a5e 2021-08-24T04:24:56.995Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1c18a22d-1aea-45f6-bbc6-42e669516a5e and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-08-24T04:24:57.021Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-08-24T04:24:57.022Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-24T04:24:57.022Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Vzzhpb2vWYCtMmLH) ... 2021-08-24T04:24:57.032Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T04:24:57.032Z||pool-24-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-08-24T04:24:57.922Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-24T04:24:57.923Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-08-24T04:24:57.925Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-24T04:24:57.925Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "1c18a22d-1aea-45f6-bbc6-42e669516a5e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629779096284, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-08-24T04:24:58.025Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-24T04:24:58.026Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-24T04:24:58.026Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Vzzhpb2vWYCtMmLH) ... 2021-08-24T04:24:58.036Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T04:24:58.037Z||pool-25-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-08-24T04:24:58.925Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-24T04:24:58.927Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-08-24T04:24:58.929Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-24T04:24:58.930Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "1c18a22d-1aea-45f6-bbc6-42e669516a5e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629779096284, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-08-24T04:24:59.030Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-08-24T04:24:59.030Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-24T04:24:59.030Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Vzzhpb2vWYCtMmLH) ... 2021-08-24T04:24:59.042Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T04:24:59.042Z||pool-26-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-08-24T04:24:59.930Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-24T04:24:59.931Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-08-24T04:24:59.933Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-24T04:24:59.933Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "1c18a22d-1aea-45f6-bbc6-42e669516a5e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629779096284, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-24T04:25:00.033Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-24T04:25:00.034Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-24T04:25:00.034Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Vzzhpb2vWYCtMmLH) ... 2021-08-24T04:25:00.045Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T04:25:00.045Z||pool-27-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-08-24T04:25:00.933Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-24T04:25:00.934Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-08-24T04:25:00.936Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-24T04:25:00.937Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "1c18a22d-1aea-45f6-bbc6-42e669516a5e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629779096284, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-08-24T04:25:01.037Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-24T04:25:01.038Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-24T04:25:01.038Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Vzzhpb2vWYCtMmLH) ... 2021-08-24T04:25:01.048Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T04:25:01.049Z||pool-28-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-08-24T04:25:01.937Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-24T04:25:01.938Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-08-24T04:25:01.940Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-24T04:25:01.941Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "1c18a22d-1aea-45f6-bbc6-42e669516a5e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629779096284, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-08-24T04:25:02.041Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-24T04:25:02.043Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-24T04:25:02.043Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Vzzhpb2vWYCtMmLH) ... 2021-08-24T04:25:02.052Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T04:25:02.052Z||pool-29-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2021-08-24T04:25:02.941Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-24T04:25:02.942Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-08-24T04:25:02.945Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-24T04:25:02.945Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "1c18a22d-1aea-45f6-bbc6-42e669516a5e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629779096284, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-08-24T04:25:03.045Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-24T04:25:03.046Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-24T04:25:03.047Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Vzzhpb2vWYCtMmLH) ... 2021-08-24T04:25:03.058Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T04:25:03.058Z||pool-30-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-08-24T04:25:03.947Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "1c18a22d-1aea-45f6-bbc6-42e669516a5e", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "ebba9060-b888-4547-b912-4638b70f24db", "serviceDescription": "service", "serviceInvariantUUID": "e97fea69-849f-4aa4-b01b-fa6de71ea2e8", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "719749a2-01fd-402b-be60-43c717f1721e", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "d209fc0c-fb9e-4139-b9df-86987aa8bd31", "resourceInvariantUUID": "0dfb737d-2adf-4788-9c92-a706c52975e4", "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": "NDc4MDFhYmVmN2RlNjBiMTZmNmViMTMyOGMyMWNiYzA\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "201bfecf-420e-46d3-86d1-2ba34815748e", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu20.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "artifactChecksum": "MWUxZmM1M2EyMTI4MDQyYjRhYjEzODQxZmIzZjM1NTE\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "2e832828-2409-49ac-9283-15bc9f49dcb0", "generatedArtifact": { "artifactName": "base_ubuntu20.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "artifactChecksum": "NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "4624dc0f-f600-4532-8133-94425163a6ca", "generatedFromUUID": "2e832828-2409-49ac-9283-15bc9f49dcb0" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu20.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "artifactChecksum": "NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "4624dc0f-f600-4532-8133-94425163a6ca", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "MjExMTZlMmY0MTNjYzdkNGE3MDcwY2IxZjg3MGFhMGQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "caf2498b-d6f8-45b1-96c4-b5a4acfc85d2" } ], "workloadContext": "Production" } 2021-08-24T04:25:03.948Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-08-24T04:25:03.948Z|49cc3739-babe-47a7-92a6-1f2e5664224a|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 ebba9060-b888-4547-b912-4638b70f24db ASDC 2021-08-24T04:25:03.948Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:1c18a22d-1aea-45f6-bbc6-42e669516a5e ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:ebba9060-b888-4547-b912-4638b70f24db ServiceInvariantUUID:e97fea69-849f-4aa4-b01b-fa6de71ea2e8 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:caf2498b-d6f8-45b1-96c4-b5a4acfc85d2 ArtifactChecksum:MjExMTZlMmY0MTNjYzdkNGE3MDcwY2IxZjg3MGFhMGQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:719749a2-01fd-402b-be60-43c717f1721e ResourceInvariantUUID:0dfb737d-2adf-4788-9c92-a706c52975e4 ResourceName:basic_vm ResourceType:VF ResourceUUID:d209fc0c-fb9e-4139-b9df-86987aa8bd31 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:201bfecf-420e-46d3-86d1-2ba34815748e ArtifactChecksum:NDc4MDFhYmVmN2RlNjBiMTZmNmViMTMyOGMyMWNiYzA= 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:2e832828-2409-49ac-9283-15bc9f49dcb0 ArtifactChecksum:MWUxZmM1M2EyMTI4MDQyYjRhYjEzODQxZmIzZjM1NTE= 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:4624dc0f-f600-4532-8133-94425163a6ca ArtifactChecksum:NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y= 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:4624dc0f-f600-4532-8133-94425163a6ca ArtifactChecksum:NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-08-24T04:25:03.948Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ebba9060-b888-4547-b912-4638b70f24db ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-08-24T04:25:03.973Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-08-24T04:25:03.974Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2021-08-24T04:25:03.974Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2021-08-24T04:25:03.974Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: caf2498b-d6f8-45b1-96c4-b5a4acfc85d2 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2021-08-24T04:25:03.974Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||INFO|500||DistributionClient - download 2021-08-24T04:25:03.974Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2021-08-24T04:25:04.314Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2021-08-24T04:25:04.320Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar caf2498b-d6f8-45b1-96c4-b5a4acfc85d2 70852 2021-08-24T04:25:04.320Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2021-08-24T04:25:04.320Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2021-08-24T04:25:04.320Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2021-08-24T04:25:04.321Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-08-24T04:25:04.323Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-24T04:25:04.323Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "1c18a22d-1aea-45f6-bbc6-42e669516a5e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629779104320, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-24T04:25:04.423Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-24T04:25:04.424Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-24T04:25:04.424Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Vzzhpb2vWYCtMmLH) ... 2021-08-24T04:25:04.436Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T04:25:04.436Z||pool-31-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-08-24T04:25:05.324Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-08-24T04:25:05.325Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2021-08-24T04:25:05.325Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: caf2498b-d6f8-45b1-96c4-b5a4acfc85d2, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar 2021-08-24T04:25:05.325Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar 2021-08-24T04:25:05.326Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar 2021-08-24T04:25:05.326Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar 2021-08-24T04:25:05.414Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7706067825488806341/Definitions/service-BasicVm-template.yml 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_vlan_requirements" 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 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_name" is not provided 2021-08-24T04:25:06.334Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0 2021-08-24T04:25:06.334Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||WARN|500||#################################################################################################### 2021-08-24T04:25:06.335Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-08-24T04:25:06.335Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2021-08-24T04:25:06.335Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_Ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-08-24T04:25:06.335Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[Ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-08-24T04:25:06.335Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-08-24T04:25:06.335Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-08-24T04:25:06.335Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-08-24T04:25:06.335Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-08-24T04:25:06.335Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_Ubuntu20" are missing field(s): [port_Ubuntu20_admin_plane_port_0_related_networks, port_Ubuntu20_admin_plane_port_0_vlan_requirements, port_Ubuntu20_admin_plane_port_0_network_role, port_Ubuntu20_admin_plane_port_0_subnetpoolid, port_Ubuntu20_admin_plane_port_0_order, nfc_function, port_Ubuntu20_admin_plane_port_0_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-08-24T04:25:06.335Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-08-24T04:25:06.335Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-08-24T04:25:06.335Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||WARN|500||#################################################################################################### 2021-08-24T04:25:06.335Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-24T04:25:06.335Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-08-24T04:25:06.335Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-08-24T04:25:06.335Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2021-08-24T04:25:06.335Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2021-08-24T04:25:06.336Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-24T04:25:06.336Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-08-24T04:25:06.336Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-08-24T04:25:06.336Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2021-08-24T04:25:06.336Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2021-08-24T04:25:06.336Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-24T04:25:06.336Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-08-24T04:25:06.336Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-24T04:25:06.336Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2021-08-24T04:25:06.336Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria 2021-08-24T04:25:06.336Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||Node template abstract_Ubuntu20 is not matching search criteria 2021-08-24T04:25:06.336Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||Node template Ubuntu20 is not matching search criteria 2021-08-24T04:25:06.336Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||Node template Ubuntu20_Ubuntu20_admin_plane_port_0 is not matching search criteria 2021-08-24T04:25:06.336Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-08-24T04:25:06.336Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-24T04:25:06.336Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-08-24T04:25:06.336Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-24T04:25:06.337Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-08-24T04:25:06.337Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-24T04:25:06.337Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-24T04:25:06.337Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-08-24T04:25:06.337Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-24T04:25:06.337Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-24T04:25:06.337Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-08-24T04:25:06.337Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-24T04:25:06.337Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-24T04:25:06.337Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2021-08-24T04:25:06.337Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria 2021-08-24T04:25:06.337Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria 2021-08-24T04:25:06.337Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=d44f8127-94e0-4f43-a6a4-f826c1e6954f 2021-08-24T04:25:06.337Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-24T04:25:06.337Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-08-24T04:25:06.337Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-24T04:25:06.338Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-08-24T04:25:06.338Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-24T04:25:06.338Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-08-24T04:25:06.338Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-24T04:25:06.338Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-08-24T04:25:06.338Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm Description:service Model UUID:ebba9060-b888-4547-b912-4638b70f24db Model Version:NULL Model InvariantUuid:e97fea69-849f-4aa4-b01b-fa6de71ea2e8 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm Model UUID:9e63b5a4-a1e2-4239-8b37-08217cdf72a3 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:0dfb737d-2adf-4788-9c92-a706c52975e4 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:719749a2-01fd-402b-be60-43c717f1721e NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:a0967941-ad31-4a91-a1e2-3ffc26310a34 ModelName:BasicVm..base_ubuntu20..module-0 ModelUuid:54f37bf4-377e-424f-9014-111cbca3d116 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:d44f8127-94e0-4f43-a6a4-f826c1e6954f ModelInvariantUuid:5b81bd6c-2d6e-46cf-9559-88f51fa07cc9 ModelName:basic_vm-nodes.Ubuntu20Cvfc ModelUuid:3f7bb669-1d87-4f7e-b17f-a7448ebe666b ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_Ubuntu20 VNFC Properties: ModelCustomizationUuid:e7acecf2-60a7-41ac-bc66-7c9505af783e ModelInvariantUuid:1824087a-285b-4a7f-9c62-ab119c71c9ac ModelName:BasicVm.compute.nodes.heat.Ubuntu20 ModelUuid:bf3d2a52-9674-467f-a764-832b54fd492d ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-08-24T04:25:06.343Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: d209fc0c-fb9e-4139-b9df-86987aa8bd31 Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-08-24T04:25:06.345Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||INFO|500||basic_vm 0 2021-08-24T04:25:06.345Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: d209fc0c-fb9e-4139-b9df-86987aa8bd31 2021-08-24T04:25:06.345Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 201bfecf-420e-46d3-86d1-2ba34815748e from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2021-08-24T04:25:06.346Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||INFO|500||DistributionClient - download 2021-08-24T04:25:06.346Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2021-08-24T04:25:06.718Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2021-08-24T04:25:06.718Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 201bfecf-420e-46d3-86d1-2ba34815748e 787 2021-08-24T04:25:06.718Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification 2021-08-24T04:25:06.719Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2021-08-24T04:25:06.719Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2021-08-24T04:25:06.719Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-08-24T04:25:06.722Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-24T04:25:06.722Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "1c18a22d-1aea-45f6-bbc6-42e669516a5e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629779106718, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2021-08-24T04:25:06.823Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-24T04:25:06.823Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-24T04:25:06.823Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Vzzhpb2vWYCtMmLH) ... 2021-08-24T04:25:06.833Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T04:25:06.833Z||pool-32-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-08-24T04:25:07.723Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "a0967941-ad31-4a91-a1e2-3ffc26310a34", "vfModuleModelVersion": "1", "vfModuleModelUUID": "54f37bf4-377e-424f-9014-111cbca3d116", "vfModuleModelCustomizationUUID": "01bae1ad-a857-4be6-805e-598a5613903f", "isBase": true, "artifacts": [ "2e832828-2409-49ac-9283-15bc9f49dcb0", "4624dc0f-f600-4532-8133-94425163a6ca" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu20", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2021-08-24T04:25:07.728Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:54f37bf4-377e-424f-9014-111cbca3d116 VfModuleModelInvariantUUID:a0967941-ad31-4a91-a1e2-3ffc26310a34 VfModuleModelDescription:NULL Artifacts UUID List:{ 2e832828-2409-49ac-9283-15bc9f49dcb0 , 4624dc0f-f600-4532-8133-94425163a6ca } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu20 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2021-08-24T04:25:07.731Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "a0967941-ad31-4a91-a1e2-3ffc26310a34", "vfModuleModelVersion": "1", "vfModuleModelUUID": "54f37bf4-377e-424f-9014-111cbca3d116", "vfModuleModelCustomizationUUID": "01bae1ad-a857-4be6-805e-598a5613903f", "isBase": true, "artifacts": [ "2e832828-2409-49ac-9283-15bc9f49dcb0", "4624dc0f-f600-4532-8133-94425163a6ca" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu20", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2021-08-24T04:25:07.731Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:54f37bf4-377e-424f-9014-111cbca3d116 VfModuleModelInvariantUUID:a0967941-ad31-4a91-a1e2-3ffc26310a34 VfModuleModelDescription:NULL Artifacts UUID List:{ 2e832828-2409-49ac-9283-15bc9f49dcb0 , 4624dc0f-f600-4532-8133-94425163a6ca } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu20 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2021-08-24T04:25:07.731Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 2e832828-2409-49ac-9283-15bc9f49dcb0 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2021-08-24T04:25:07.732Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||INFO|500||DistributionClient - download 2021-08-24T04:25:07.732Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2021-08-24T04:25:08.132Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2021-08-24T04:25:08.133Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2e832828-2409-49ac-9283-15bc9f49dcb0 5033 2021-08-24T04:25:08.133Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2021-08-24T04:25:08.133Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2021-08-24T04:25:08.133Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2021-08-24T04:25:08.133Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-08-24T04:25:08.135Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-24T04:25:08.136Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "1c18a22d-1aea-45f6-bbc6-42e669516a5e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629779108133, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-08-24T04:25:08.236Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-24T04:25:08.236Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-24T04:25:08.237Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Vzzhpb2vWYCtMmLH) ... 2021-08-24T04:25:08.246Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T04:25:08.246Z||pool-33-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-08-24T04:25:09.136Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 4624dc0f-f600-4532-8133-94425163a6ca from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2021-08-24T04:25:09.138Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||INFO|500||DistributionClient - download 2021-08-24T04:25:09.138Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2021-08-24T04:25:09.524Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2021-08-24T04:25:09.525Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 4624dc0f-f600-4532-8133-94425163a6ca 903 2021-08-24T04:25:09.525Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2021-08-24T04:25:09.526Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2021-08-24T04:25:09.526Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2021-08-24T04:25:09.526Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-08-24T04:25:09.529Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-24T04:25:09.529Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "1c18a22d-1aea-45f6-bbc6-42e669516a5e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629779109525, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-08-24T04:25:09.629Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-08-24T04:25:09.630Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-24T04:25:09.630Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Vzzhpb2vWYCtMmLH) ... 2021-08-24T04:25:09.640Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T04:25:09.641Z||pool-34-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-08-24T04:25:10.530Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: ebba9060-b888-4547-b912-4638b70f24db 2021-08-24T04:25:10.531Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 d209fc0c-fb9e-4139-b9df-86987aa8bd31 ASDC Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-08-24T04:25:10.550Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-24T04:25:10.550Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-08-24T04:25:10.551Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 2021-08-24T04:25:10.551Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 719749a2-01fd-402b-be60-43c717f1721e 2021-08-24T04:25:10.551Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 719749a2-01fd-402b-be60-43c717f1721e matches Tosca VF Customization UUID: 719749a2-01fd-402b-be60-43c717f1721e 2021-08-24T04:25:10.551Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 719749a2-01fd-402b-be60-43c717f1721e matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2021-08-24T04:25:10.553Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-24T04:25:10.554Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-08-24T04:25:10.554Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 719749a2-01fd-402b-be60-43c717f1721e: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"Ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"Ubuntu20_image_name\":\"ubuntu-20.04\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu20-VNF\",\"Ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_port\":\"30417\",\"admin_plane_net_name\":\"admin\",\"Ubuntu20_flavor_name\":\"m1.small\"} 2021-08-24T04:25:10.555Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@281e4a50 2021-08-24T04:25:10.555Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-24T04:25:10.555Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-08-24T04:25:10.555Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 01bae1ad-a857-4be6-805e-598a5613903f 2021-08-24T04:25:10.556Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 01bae1ad-a857-4be6-805e-598a5613903f Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2021-08-24T04:25:10.558Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-24T04:25:10.558Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-08-24T04:25:10.559Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-24T04:25:10.559Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-24T04:25:10.559Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-08-24T04:25:10.559Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-24T04:25:10.560Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-24T04:25:10.560Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2021-08-24T04:25:10.560Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria 2021-08-24T04:25:10.560Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria 2021-08-24T04:25:10.560Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=d44f8127-94e0-4f43-a6a4-f826c1e6954f Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-08-24T04:25:10.563Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-24T04:25:10.563Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-08-24T04:25:10.563Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-24T04:25:10.563Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-24T04:25:10.564Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-08-24T04:25:10.564Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=719749a2-01fd-402b-be60-43c717f1721e Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-08-24T04:25:10.565Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-24T04:25:10.566Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-08-24T04:25:10.566Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid ebba9060-b888-4547-b912-4638b70f24db: basic_vm 2021-08-24T04:25:10.566Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-24T04:25:10.566Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-08-24T04:25:10.566Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-24T04:25:10.566Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-08-24T04:25:10.566Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-24T04:25:10.567Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-08-24T04:25:10.567Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-24T04:25:10.567Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-08-24T04:25:10.567Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-24T04:25:10.567Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-08-24T04:25:10.567Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||INFO|500||Saving Service: basic_vm Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-08-24T04:25:10.656Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm d209fc0c-fb9e-4139-b9df-86987aa8bd31 1 ASDC deployResourceStructure 2021-08-24T04:25:10.656Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification 2021-08-24T04:25:10.656Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2021-08-24T04:25:10.656Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-08-24T04:25:10.656Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-08-24T04:25:10.657Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-24T04:25:10.657Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "1c18a22d-1aea-45f6-bbc6-42e669516a5e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629779110656, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2021-08-24T04:25:10.758Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-08-24T04:25:10.759Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-24T04:25:10.759Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Vzzhpb2vWYCtMmLH) ... 2021-08-24T04:25:10.769Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T04:25:10.769Z||pool-35-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-08-24T04:25:11.658Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2021-08-24T04:25:11.659Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2021-08-24T04:25:11.659Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-08-24T04:25:11.659Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-08-24T04:25:11.662Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-24T04:25:11.662Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "1c18a22d-1aea-45f6-bbc6-42e669516a5e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629779111658, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2021-08-24T04:25:11.762Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-24T04:25:11.763Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-24T04:25:11.763Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Vzzhpb2vWYCtMmLH) ... 2021-08-24T04:25:11.774Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T04:25:11.774Z||pool-36-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-08-24T04:25:12.663Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2021-08-24T04:25:12.664Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2021-08-24T04:25:12.664Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-08-24T04:25:12.665Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-08-24T04:25:12.668Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-24T04:25:12.669Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "1c18a22d-1aea-45f6-bbc6-42e669516a5e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629779112662, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2021-08-24T04:25:12.769Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-24T04:25:12.769Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-24T04:25:12.769Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Vzzhpb2vWYCtMmLH) ... 2021-08-24T04:25:12.779Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T04:25:12.780Z||pool-37-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-08-24T04:25:13.669Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2021-08-24T04:25:13.670Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2021-08-24T04:25:13.670Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-08-24T04:25:13.671Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-08-24T04:25:13.673Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-24T04:25:13.673Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "1c18a22d-1aea-45f6-bbc6-42e669516a5e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629779113669, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-08-24T04:25:13.773Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-08-24T04:25:13.774Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-24T04:25:13.774Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Vzzhpb2vWYCtMmLH) ... 2021-08-24T04:25:13.784Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T04:25:13.784Z||pool-38-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-08-24T04:25:14.674Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1c18a22d-1aea-45f6-bbc6-42e669516a5e Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-08-24T04:25:14.686Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1c18a22d-1aea-45f6-bbc6-42e669516a5e Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-08-24T04:25:14.689Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-08-24T04:25:14.689Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-08-24T04:25:14.689Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-08-24T04:25:14.689Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-08-24T04:25:14.689Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-24T04:25:14.690Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-24T04:25:14.690Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-24T04:25:14.690Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-24T04:25:14.690Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-24T04:25:14.690Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-24T04:25:14.690Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-08-24T04:25:14.694Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-08-24T04:25:44.694Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1c18a22d-1aea-45f6-bbc6-42e669516a5e and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2021-08-24T04:25:44.700Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1c18a22d-1aea-45f6-bbc6-42e669516a5e and serviceModelVersionId: ebba9060-b888-4547-b912-4638b70f24db 2021-08-24T04:25:44.701Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e97fea69-849f-4aa4-b01b-fa6de71ea2e8 2021-08-24T04:25:44.702Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e97fea69-849f-4aa4-b01b-fa6de71ea2e8/model-vers/model-ver/ebba9060-b888-4547-b912-4638b70f24db?depth=0 2021-08-24T04:25:44.708Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2021-08-24T04:25:44.732Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e97fea69-849f-4aa4-b01b-fa6de71ea2e8/model-vers/model-ver/ebba9060-b888-4547-b912-4638b70f24db?depth=0|INFO|500||Invoke 2021-08-24T04:25:44.733Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e97fea69-849f-4aa4-b01b-fa6de71ea2e8/model-vers/model-ver/ebba9060-b888-4547-b912-4638b70f24db?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e97fea69-849f-4aa4-b01b-fa6de71ea2e8/model-vers/model-ver/ebba9060-b888-4547-b912-4638b70f24db?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[1c18a22d-1aea-45f6-bbc6-42e669516a5e], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[89d0d592-3b24-41b7-8878-c3eb0c9cabdb], X-ECOMP-RequestID=[1c18a22d-1aea-45f6-bbc6-42e669516a5e], X-TransactionId=[], X-ONAP-RequestID=[1c18a22d-1aea-45f6-bbc6-42e669516a5e], Content-Type=[application/merge-patch+json]} 2021-08-24T04:25:44.745Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e97fea69-849f-4aa4-b01b-fa6de71ea2e8/model-vers/model-ver/ebba9060-b888-4547-b912-4638b70f24db?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-08-24T04:25:44.921Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e97fea69-849f-4aa4-b01b-fa6de71ea2e8/model-vers/model-ver/ebba9060-b888-4547-b912-4638b70f24db?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e97fea69-849f-4aa4-b01b-fa6de71ea2e8/model-vers/model-ver/ebba9060-b888-4547-b912-4638b70f24db?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210824-04:25:44:752-44757], vertex-id=[278760], Content-Length=[0], Date=[Tue, 24 Aug 2021 04:25:44 GMT], Content-Type=[application/json]} 2021-08-24T04:25:44.921Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e97fea69-849f-4aa4-b01b-fa6de71ea2e8/model-vers/model-ver/ebba9060-b888-4547-b912-4638b70f24db?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-08-24T04:25:44.922Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e97fea69-849f-4aa4-b01b-fa6de71ea2e8/model-vers/model-ver/ebba9060-b888-4547-b912-4638b70f24db?depth=0|INFO|500||InvokeReturn 2021-08-24T04:25:44.923Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-08-24T04:25:44.923Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-08-24T04:25:44.927Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-08-24T04:25:44.928Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1c18a22d-1aea-45f6-bbc6-42e669516a5e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-08-24T04:25:44.928Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-08-24T04:25:44.928Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-08-24T04:25:44.931Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-24T04:25:44.931Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "1c18a22d-1aea-45f6-bbc6-42e669516a5e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629779144928, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-08-24T04:25:45.031Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-24T04:25:45.032Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-24T04:25:45.032Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Vzzhpb2vWYCtMmLH) ... 2021-08-24T04:25:45.047Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T04:25:45.047Z||pool-39-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-08-24T04:25:56.284Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T04:25:56.285Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T04:25:56.285Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T04:25:56.286Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T04:25:56.287Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T04:25:56.287Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T04:25:56.405Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T04:25:56.405Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-24T04:25:56.405Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c18a22d-1aea-45f6-bbc6-42e669516a5e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629779096284, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-24T04:25:56.406Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-08-24T04:26:05.825Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T04:26:56.284Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T04:26:56.285Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T04:26:56.285Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T04:26:56.286Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T04:26:56.286Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T04:26:56.286Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T04:26:56.810Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T04:26:56.811Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-24T04:26:56.812Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c18a22d-1aea-45f6-bbc6-42e669516a5e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629779096284, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-08-24T04:26:56.812Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-08-24T04:26:56.812Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-24T04:26:56.812Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c18a22d-1aea-45f6-bbc6-42e669516a5e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629779096284, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-08-24T04:26:56.812Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-08-24T04:26:56.812Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-24T04:26:56.812Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c18a22d-1aea-45f6-bbc6-42e669516a5e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629779096284, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-24T04:26:56.813Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-08-24T04:26:56.813Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-24T04:26:56.813Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c18a22d-1aea-45f6-bbc6-42e669516a5e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629779096284, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-08-24T04:26:56.813Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-08-24T04:26:56.813Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-24T04:26:56.813Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c18a22d-1aea-45f6-bbc6-42e669516a5e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629779096284, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-08-24T04:26:56.813Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-08-24T04:26:56.813Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-24T04:26:56.813Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c18a22d-1aea-45f6-bbc6-42e669516a5e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629779096284, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-08-24T04:26:56.813Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-08-24T04:26:56.813Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-24T04:26:56.813Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c18a22d-1aea-45f6-bbc6-42e669516a5e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629779104320, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-24T04:26:56.813Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-24T04:26:56.813Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-24T04:26:56.813Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c18a22d-1aea-45f6-bbc6-42e669516a5e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629779106718, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2021-08-24T04:26:56.814Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-24T04:26:56.814Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-24T04:26:56.814Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c18a22d-1aea-45f6-bbc6-42e669516a5e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629779108133, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-08-24T04:26:56.814Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-24T04:26:56.814Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-24T04:26:56.814Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c18a22d-1aea-45f6-bbc6-42e669516a5e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629779109525, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-08-24T04:26:56.814Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-24T04:26:56.814Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-24T04:26:56.814Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c18a22d-1aea-45f6-bbc6-42e669516a5e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629779110656, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2021-08-24T04:26:56.814Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-24T04:26:56.814Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-24T04:26:56.814Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c18a22d-1aea-45f6-bbc6-42e669516a5e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629779111658, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2021-08-24T04:26:56.814Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-24T04:26:56.814Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-24T04:26:56.814Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c18a22d-1aea-45f6-bbc6-42e669516a5e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629779112662, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2021-08-24T04:26:56.815Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-24T04:26:56.815Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-24T04:26:56.815Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c18a22d-1aea-45f6-bbc6-42e669516a5e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629779113669, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-08-24T04:26:56.815Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-24T04:26:56.815Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-24T04:26:56.815Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c18a22d-1aea-45f6-bbc6-42e669516a5e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629779144928, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-08-24T04:26:56.815Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-24T04:27:05.831Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T04:27:56.284Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T04:27:56.285Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T04:27:56.285Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T04:27:56.286Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T04:27:56.286Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T04:27:56.286Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T04:28:05.828Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T04:28:05.828Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T04:28:56.284Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T04:28:56.285Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T04:28:56.285Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T04:28:56.286Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T04:28:56.286Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T04:28:56.287Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T04:29:05.826Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T04:29:05.833Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T04:29:56.284Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T04:29:56.285Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T04:29:56.285Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T04:29:56.286Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T04:29:56.287Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T04:29:56.287Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T04:29:56.411Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T04:29:56.584Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T04:29:56.584Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "527680ba-3247-4305-81f0-2bb3c58c7da7", "consumerID": "cds", "timestamp": 1629779359329, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-24T04:29:56.585Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-24T04:29:56.585Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T04:29:56.585Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "527680ba-3247-4305-81f0-2bb3c58c7da7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629779352109, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-24T04:29:56.585Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-24T04:29:56.586Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T04:29:56.586Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "527680ba-3247-4305-81f0-2bb3c58c7da7", "consumerID": "dcae-sch", "timestamp": 1629779358523, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-24T04:29:56.586Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-24T04:29:56.586Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T04:29:56.586Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "527680ba-3247-4305-81f0-2bb3c58c7da7", "consumerID": "multicloud-k8s-id", "timestamp": 1629779355875, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-24T04:29:56.587Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-24T04:29:56.587Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T04:29:56.587Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "527680ba-3247-4305-81f0-2bb3c58c7da7", "consumerID": "policy-id", "timestamp": 1629779352422, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-24T04:29:56.587Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-24T04:29:56.587Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T04:29:56.588Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "527680ba-3247-4305-81f0-2bb3c58c7da7", "consumerID": "dcae-sch", "timestamp": 1629779358523, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-08-24T04:29:56.588Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-24T04:29:56.588Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T04:29:56.588Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "527680ba-3247-4305-81f0-2bb3c58c7da7", "consumerID": "cds", "timestamp": 1629779359329, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-08-24T04:29:56.588Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-24T04:29:56.588Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T04:29:56.589Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "527680ba-3247-4305-81f0-2bb3c58c7da7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629779352109, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-08-24T04:29:56.589Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-24T04:29:56.589Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T04:29:56.589Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "527680ba-3247-4305-81f0-2bb3c58c7da7", "consumerID": "multicloud-k8s-id", "timestamp": 1629779355875, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2021-08-24T04:29:56.589Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-24T04:29:56.590Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T04:29:56.590Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "527680ba-3247-4305-81f0-2bb3c58c7da7", "consumerID": "policy-id", "timestamp": 1629779352422, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-08-24T04:29:56.590Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-24T04:29:56.590Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T04:29:56.590Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "527680ba-3247-4305-81f0-2bb3c58c7da7", "consumerID": "dcae-sch", "timestamp": 1629779358523, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-08-24T04:29:56.590Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-24T04:29:56.590Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T04:29:56.590Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "527680ba-3247-4305-81f0-2bb3c58c7da7", "consumerID": "cds", "timestamp": 1629779359329, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-08-24T04:29:56.590Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-24T04:29:56.590Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T04:29:56.591Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "527680ba-3247-4305-81f0-2bb3c58c7da7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629779352109, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-08-24T04:29:56.591Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-24T04:29:56.591Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T04:29:56.591Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "527680ba-3247-4305-81f0-2bb3c58c7da7", "consumerID": "multicloud-k8s-id", "timestamp": 1629779355875, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2021-08-24T04:29:56.591Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-24T04:29:56.591Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T04:29:56.591Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "527680ba-3247-4305-81f0-2bb3c58c7da7", "consumerID": "policy-id", "timestamp": 1629779352422, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-08-24T04:29:56.591Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-24T04:29:56.591Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T04:29:56.591Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "527680ba-3247-4305-81f0-2bb3c58c7da7", "consumerID": "dcae-sch", "timestamp": 1629779358523, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-08-24T04:29:56.592Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-24T04:29:56.592Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T04:29:56.592Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "527680ba-3247-4305-81f0-2bb3c58c7da7", "consumerID": "cds", "timestamp": 1629779359329, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-08-24T04:29:56.592Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-24T04:29:56.592Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T04:29:56.592Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "527680ba-3247-4305-81f0-2bb3c58c7da7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629779352109, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-08-24T04:29:56.592Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-24T04:29:56.592Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T04:29:56.592Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "527680ba-3247-4305-81f0-2bb3c58c7da7", "consumerID": "multicloud-k8s-id", "timestamp": 1629779355875, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-08-24T04:29:56.592Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-24T04:29:56.592Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T04:29:56.592Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "527680ba-3247-4305-81f0-2bb3c58c7da7", "consumerID": "policy-id", "timestamp": 1629779352422, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-08-24T04:29:56.592Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-24T04:29:56.592Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T04:29:56.593Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "527680ba-3247-4305-81f0-2bb3c58c7da7", "consumerID": "dcae-sch", "timestamp": 1629779358523, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-08-24T04:29:56.593Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-24T04:29:56.593Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T04:29:56.593Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "527680ba-3247-4305-81f0-2bb3c58c7da7", "consumerID": "cds", "timestamp": 1629779359329, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-08-24T04:29:56.593Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-24T04:29:56.593Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T04:29:56.593Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "527680ba-3247-4305-81f0-2bb3c58c7da7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629779352109, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-08-24T04:29:56.593Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-24T04:29:56.593Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T04:29:56.594Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "527680ba-3247-4305-81f0-2bb3c58c7da7", "consumerID": "multicloud-k8s-id", "timestamp": 1629779355875, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-08-24T04:29:56.594Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-24T04:29:56.594Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T04:29:56.594Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "527680ba-3247-4305-81f0-2bb3c58c7da7", "consumerID": "policy-id", "timestamp": 1629779352422, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-08-24T04:29:56.594Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-24T04:29:56.594Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T04:29:56.594Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "527680ba-3247-4305-81f0-2bb3c58c7da7", "consumerID": "ves-openapi-manager", "timestamp": 1629779365332, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-24T04:29:56.594Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-24T04:29:56.595Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T04:29:56.595Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "527680ba-3247-4305-81f0-2bb3c58c7da7", "consumerID": "dcae-sch", "timestamp": 1629779358523, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-24T04:29:56.595Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-24T04:29:56.595Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T04:29:56.595Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "527680ba-3247-4305-81f0-2bb3c58c7da7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629779352109, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-24T04:29:56.595Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-24T04:29:56.595Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T04:29:56.595Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "527680ba-3247-4305-81f0-2bb3c58c7da7", "consumerID": "cds", "timestamp": 1629779359329, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-24T04:29:56.596Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-24T04:29:56.596Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T04:29:56.596Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "527680ba-3247-4305-81f0-2bb3c58c7da7", "consumerID": "multicloud-k8s-id", "timestamp": 1629779355875, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-24T04:29:56.596Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-24T04:29:56.596Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T04:29:56.596Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "527680ba-3247-4305-81f0-2bb3c58c7da7", "consumerID": "policy-id", "timestamp": 1629779352422, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-24T04:29:56.597Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-24T04:29:56.597Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T04:29:56.597Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "527680ba-3247-4305-81f0-2bb3c58c7da7", "consumerID": "ves-openapi-manager", "timestamp": 1629779365332, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-08-24T04:29:56.597Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-24T04:29:56.597Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T04:29:56.597Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "527680ba-3247-4305-81f0-2bb3c58c7da7", "consumerID": "clamp", "timestamp": 1629779366528, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-24T04:29:56.597Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-24T04:29:56.597Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T04:29:56.597Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "527680ba-3247-4305-81f0-2bb3c58c7da7", "consumerID": "dcae-sch", "timestamp": 1629779358523, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-08-24T04:29:56.598Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-24T04:29:56.598Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T04:29:56.598Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "527680ba-3247-4305-81f0-2bb3c58c7da7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629779352109, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-08-24T04:29:56.598Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-24T04:29:56.598Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T04:29:56.598Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "527680ba-3247-4305-81f0-2bb3c58c7da7", "consumerID": "cds", "timestamp": 1629779359329, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-08-24T04:29:56.598Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-24T04:29:56.598Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T04:29:56.598Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "527680ba-3247-4305-81f0-2bb3c58c7da7", "consumerID": "multicloud-k8s-id", "timestamp": 1629779355875, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2021-08-24T04:29:56.598Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-24T04:29:56.598Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T04:29:56.598Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "527680ba-3247-4305-81f0-2bb3c58c7da7", "consumerID": "policy-id", "timestamp": 1629779352422, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-08-24T04:29:56.598Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-24T04:29:56.599Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T04:29:56.599Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "527680ba-3247-4305-81f0-2bb3c58c7da7", "consumerID": "ves-openapi-manager", "timestamp": 1629779365332, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-08-24T04:29:56.599Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-24T04:29:56.599Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T04:29:56.599Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "527680ba-3247-4305-81f0-2bb3c58c7da7", "consumerID": "clamp", "timestamp": 1629779366528, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-08-24T04:29:56.599Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-24T04:29:56.599Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T04:29:56.599Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "527680ba-3247-4305-81f0-2bb3c58c7da7", "consumerID": "dcae-sch", "timestamp": 1629779358523, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-08-24T04:29:56.599Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-24T04:29:56.600Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T04:29:56.600Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "527680ba-3247-4305-81f0-2bb3c58c7da7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629779352109, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-08-24T04:29:56.600Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-24T04:29:56.600Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T04:29:56.600Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "527680ba-3247-4305-81f0-2bb3c58c7da7", "consumerID": "cds", "timestamp": 1629779359329, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-08-24T04:29:56.600Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-24T04:29:56.600Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T04:29:56.600Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "527680ba-3247-4305-81f0-2bb3c58c7da7", "consumerID": "multicloud-k8s-id", "timestamp": 1629779355875, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-08-24T04:29:56.600Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-24T04:29:56.600Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T04:29:56.600Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "527680ba-3247-4305-81f0-2bb3c58c7da7", "consumerID": "policy-id", "timestamp": 1629779352422, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-08-24T04:29:56.600Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-24T04:29:56.600Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T04:29:56.600Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "527680ba-3247-4305-81f0-2bb3c58c7da7", "consumerID": "ves-openapi-manager", "timestamp": 1629779365332, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-08-24T04:29:56.600Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-24T04:29:56.601Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T04:29:56.601Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "527680ba-3247-4305-81f0-2bb3c58c7da7", "consumerID": "clamp", "timestamp": 1629779366528, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-08-24T04:29:56.601Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-24T04:29:56.601Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T04:29:56.601Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "527680ba-3247-4305-81f0-2bb3c58c7da7", "consumerID": "dcae-sch", "timestamp": 1629779358523, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2021-08-24T04:29:56.601Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-24T04:29:56.601Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T04:29:56.601Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "527680ba-3247-4305-81f0-2bb3c58c7da7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629779352109, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-08-24T04:29:56.601Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-24T04:29:56.601Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T04:29:56.601Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "527680ba-3247-4305-81f0-2bb3c58c7da7", "consumerID": "cds", "timestamp": 1629779359329, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-08-24T04:29:56.602Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-24T04:29:56.602Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T04:29:56.602Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "527680ba-3247-4305-81f0-2bb3c58c7da7", "consumerID": "multicloud-k8s-id", "timestamp": 1629779355875, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-08-24T04:29:56.602Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-24T04:29:56.602Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T04:29:56.602Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "527680ba-3247-4305-81f0-2bb3c58c7da7", "consumerID": "policy-id", "timestamp": 1629779352422, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-08-24T04:29:56.602Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-24T04:29:56.602Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T04:29:56.602Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "527680ba-3247-4305-81f0-2bb3c58c7da7", "consumerID": "ves-openapi-manager", "timestamp": 1629779365332, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-08-24T04:29:56.603Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-24T04:29:56.603Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T04:29:56.603Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "527680ba-3247-4305-81f0-2bb3c58c7da7", "consumerID": "clamp", "timestamp": 1629779366528, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-08-24T04:29:56.603Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-24T04:29:56.603Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T04:29:56.603Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "527680ba-3247-4305-81f0-2bb3c58c7da7", "consumerID": "ves-openapi-manager", "timestamp": 1629779365332, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-24T04:29:56.603Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-24T04:29:56.603Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T04:29:56.603Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "527680ba-3247-4305-81f0-2bb3c58c7da7", "consumerID": "multicloud-k8s-id", "timestamp": 1629779371020, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2021-08-24T04:29:56.603Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-24T04:29:56.603Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T04:29:56.604Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "527680ba-3247-4305-81f0-2bb3c58c7da7", "consumerID": "cds", "timestamp": 1629779371017, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-24T04:29:56.604Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-24T04:29:56.604Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T04:29:56.604Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "527680ba-3247-4305-81f0-2bb3c58c7da7", "consumerID": "policy-id", "timestamp": 1629779371020, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-24T04:29:56.604Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-24T04:29:56.604Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T04:29:56.604Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "527680ba-3247-4305-81f0-2bb3c58c7da7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629779371105, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-24T04:29:56.604Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-24T04:29:56.604Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T04:29:56.604Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "527680ba-3247-4305-81f0-2bb3c58c7da7", "consumerID": "clamp", "timestamp": 1629779366528, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-08-24T04:29:56.604Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-24T04:29:56.604Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T04:29:56.604Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "527680ba-3247-4305-81f0-2bb3c58c7da7", "consumerID": "ves-openapi-manager", "timestamp": 1629779365332, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-08-24T04:29:56.605Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-24T04:29:56.605Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T04:29:56.605Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "527680ba-3247-4305-81f0-2bb3c58c7da7", "consumerID": "cds", "timestamp": 1629779372022, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-08-24T04:29:56.615Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 527680ba-3247-4305-81f0-2bb3c58c7da7 2021-08-24T04:29:56.616Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 527680ba-3247-4305-81f0-2bb3c58c7da7 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-08-24T04:29:56.622Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T04:29:56.622Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "527680ba-3247-4305-81f0-2bb3c58c7da7", "consumerID": "policy-id", "timestamp": 1629779372025, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-08-24T04:29:56.622Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-24T04:29:56.622Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T04:29:56.622Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "527680ba-3247-4305-81f0-2bb3c58c7da7", "consumerID": "clamp", "timestamp": 1629779366528, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-24T04:29:56.622Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-24T04:29:56.622Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T04:29:56.622Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "527680ba-3247-4305-81f0-2bb3c58c7da7", "consumerID": "multicloud-k8s-id", "timestamp": 1629779372804, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2021-08-24T04:29:56.622Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-24T04:29:56.622Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T04:29:56.622Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "527680ba-3247-4305-81f0-2bb3c58c7da7", "consumerID": "ves-openapi-manager", "timestamp": 1629779365332, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-08-24T04:29:56.622Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-24T04:29:56.622Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T04:29:56.622Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "527680ba-3247-4305-81f0-2bb3c58c7da7", "consumerID": "policy-id", "timestamp": 1629779373027, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-08-24T04:29:56.625Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 527680ba-3247-4305-81f0-2bb3c58c7da7 2021-08-24T04:29:56.625Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 527680ba-3247-4305-81f0-2bb3c58c7da7 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-08-24T04:29:56.630Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T04:29:56.630Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "527680ba-3247-4305-81f0-2bb3c58c7da7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629779373141, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-08-24T04:29:56.631Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-24T04:29:56.631Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T04:29:56.631Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "527680ba-3247-4305-81f0-2bb3c58c7da7", "consumerID": "clamp", "timestamp": 1629779366528, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-08-24T04:29:56.631Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-24T04:29:56.631Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T04:29:56.631Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "527680ba-3247-4305-81f0-2bb3c58c7da7", "consumerID": "aai-ml", "timestamp": 1629779373227, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-24T04:29:56.631Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-24T04:29:56.631Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T04:29:56.631Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "527680ba-3247-4305-81f0-2bb3c58c7da7", "consumerID": "ves-openapi-manager", "timestamp": 1629779365332, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2021-08-24T04:29:56.631Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-24T04:29:56.631Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T04:29:56.631Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "527680ba-3247-4305-81f0-2bb3c58c7da7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629779374144, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-08-24T04:29:56.634Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 527680ba-3247-4305-81f0-2bb3c58c7da7 2021-08-24T04:29:56.634Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 527680ba-3247-4305-81f0-2bb3c58c7da7 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-08-24T04:29:56.639Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T04:29:56.639Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "527680ba-3247-4305-81f0-2bb3c58c7da7", "consumerID": "clamp", "timestamp": 1629779366528, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-08-24T04:29:56.639Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-24T04:29:56.639Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T04:29:56.639Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "527680ba-3247-4305-81f0-2bb3c58c7da7", "consumerID": "multicloud-k8s-id", "timestamp": 1629779374425, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2021-08-24T04:29:56.639Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-24T04:29:56.640Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T04:29:56.640Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "527680ba-3247-4305-81f0-2bb3c58c7da7", "consumerID": "aai-ml", "timestamp": 1629779373227, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-08-24T04:29:56.640Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-24T04:29:56.640Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T04:29:56.640Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "527680ba-3247-4305-81f0-2bb3c58c7da7", "consumerID": "clamp", "timestamp": 1629779366528, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-08-24T04:29:56.640Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-24T04:29:56.640Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T04:29:56.640Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "527680ba-3247-4305-81f0-2bb3c58c7da7", "consumerID": "aai-ml", "timestamp": 1629779373227, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-08-24T04:29:56.640Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-24T04:29:56.640Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T04:29:56.640Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "527680ba-3247-4305-81f0-2bb3c58c7da7", "consumerID": "aai-ml", "timestamp": 1629779373227, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-08-24T04:29:56.640Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-24T04:29:56.640Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T04:29:56.640Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "527680ba-3247-4305-81f0-2bb3c58c7da7", "consumerID": "multicloud-k8s-id", "timestamp": 1629779377646, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2021-08-24T04:29:56.640Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-24T04:29:56.640Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T04:29:56.640Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "527680ba-3247-4305-81f0-2bb3c58c7da7", "consumerID": "aai-ml", "timestamp": 1629779373227, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-08-24T04:29:56.640Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-24T04:29:56.640Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T04:29:56.640Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "527680ba-3247-4305-81f0-2bb3c58c7da7", "consumerID": "multicloud-k8s-id", "timestamp": 1629779378680, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-08-24T04:29:56.643Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 527680ba-3247-4305-81f0-2bb3c58c7da7 2021-08-24T04:29:56.643Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 527680ba-3247-4305-81f0-2bb3c58c7da7 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2021-08-24T04:29:56.647Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T04:29:56.647Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "527680ba-3247-4305-81f0-2bb3c58c7da7", "consumerID": "aai-ml", "timestamp": 1629779373227, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-24T04:29:56.647Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-24T04:29:56.647Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T04:29:56.647Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "527680ba-3247-4305-81f0-2bb3c58c7da7", "consumerID": "multicloud-k8s-id", "timestamp": 1629779379682, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2021-08-24T04:29:56.647Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-24T04:29:56.647Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T04:29:56.648Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "527680ba-3247-4305-81f0-2bb3c58c7da7", "consumerID": "aai-ml", "timestamp": 1629779373227, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-08-24T04:29:56.648Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-24T04:29:56.648Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T04:29:56.648Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "527680ba-3247-4305-81f0-2bb3c58c7da7", "consumerID": "aai-ml", "timestamp": 1629779373227, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-08-24T04:29:56.648Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-24T04:29:56.648Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T04:29:56.648Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "527680ba-3247-4305-81f0-2bb3c58c7da7", "consumerID": "clamp", "timestamp": 1629779380993, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-24T04:29:56.648Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-24T04:29:56.648Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T04:29:56.648Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "527680ba-3247-4305-81f0-2bb3c58c7da7", "consumerID": "aai-ml", "timestamp": 1629779373227, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-08-24T04:29:56.648Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-24T04:29:56.648Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T04:29:56.648Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "527680ba-3247-4305-81f0-2bb3c58c7da7", "consumerID": "clamp", "timestamp": 1629779382008, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-08-24T04:29:56.648Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-24T04:29:56.648Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T04:29:56.648Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "527680ba-3247-4305-81f0-2bb3c58c7da7", "consumerID": "clamp", "timestamp": 1629779383011, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-08-24T04:29:56.651Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 527680ba-3247-4305-81f0-2bb3c58c7da7 2021-08-24T04:29:56.651Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 527680ba-3247-4305-81f0-2bb3c58c7da7 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-08-24T04:29:56.656Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T04:29:56.656Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "527680ba-3247-4305-81f0-2bb3c58c7da7", "consumerID": "aai-ml", "timestamp": 1629779383325, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-24T04:29:56.656Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-24T04:29:56.656Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T04:29:56.656Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "99b1029c-14da-4b87-93bb-721b6f5ba66f", "consumerID": "dcae-sch", "timestamp": 1629779378523, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOTIFIED" } 2021-08-24T04:29:56.656Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-24T04:29:56.656Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T04:29:56.656Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "99b1029c-14da-4b87-93bb-721b6f5ba66f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629779382109, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-08-24T04:29:56.656Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-24T04:29:56.656Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T04:29:56.656Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "99b1029c-14da-4b87-93bb-721b6f5ba66f", "consumerID": "multicloud-k8s-id", "timestamp": 1629779380686, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-08-24T04:29:56.656Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-24T04:29:56.656Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T04:29:56.656Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "99b1029c-14da-4b87-93bb-721b6f5ba66f", "consumerID": "ves-openapi-manager", "timestamp": 1629779385332, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-08-24T04:29:56.656Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-24T04:29:56.656Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T04:29:56.656Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "99b1029c-14da-4b87-93bb-721b6f5ba66f", "consumerID": "dcae-sch", "timestamp": 1629779378523, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-24T04:29:56.656Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-24T04:29:56.656Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T04:29:56.656Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "99b1029c-14da-4b87-93bb-721b6f5ba66f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629779382109, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-24T04:29:56.656Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-24T04:29:56.656Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T04:29:56.656Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "99b1029c-14da-4b87-93bb-721b6f5ba66f", "consumerID": "multicloud-k8s-id", "timestamp": 1629779380686, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-24T04:29:56.656Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-24T04:29:56.657Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T04:29:56.657Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "99b1029c-14da-4b87-93bb-721b6f5ba66f", "consumerID": "ves-openapi-manager", "timestamp": 1629779385332, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-24T04:29:56.657Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-24T04:29:56.657Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T04:29:56.657Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "99b1029c-14da-4b87-93bb-721b6f5ba66f", "consumerID": "dcae-sch", "timestamp": 1629779378523, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-08-24T04:29:56.657Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-24T04:29:56.657Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T04:29:56.657Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "99b1029c-14da-4b87-93bb-721b6f5ba66f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629779382109, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-08-24T04:29:56.657Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-24T04:29:56.657Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T04:29:56.657Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "99b1029c-14da-4b87-93bb-721b6f5ba66f", "consumerID": "multicloud-k8s-id", "timestamp": 1629779380686, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-08-24T04:29:56.657Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-24T04:29:56.657Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T04:29:56.657Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "99b1029c-14da-4b87-93bb-721b6f5ba66f", "consumerID": "ves-openapi-manager", "timestamp": 1629779385332, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-08-24T04:29:56.657Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-24T04:29:56.657Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T04:29:56.657Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "99b1029c-14da-4b87-93bb-721b6f5ba66f", "consumerID": "dcae-sch", "timestamp": 1629779378523, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-08-24T04:29:56.657Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-24T04:29:56.657Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T04:29:56.657Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "99b1029c-14da-4b87-93bb-721b6f5ba66f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629779382109, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-08-24T04:29:56.657Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-24T04:29:56.657Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T04:29:56.657Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "99b1029c-14da-4b87-93bb-721b6f5ba66f", "consumerID": "multicloud-k8s-id", "timestamp": 1629779380686, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-08-24T04:29:56.657Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-24T04:29:56.657Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T04:29:56.658Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "527680ba-3247-4305-81f0-2bb3c58c7da7", "consumerID": "aai-ml", "timestamp": 1629779388906, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-08-24T04:29:56.658Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-24T04:29:56.658Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T04:29:56.658Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "99b1029c-14da-4b87-93bb-721b6f5ba66f", "consumerID": "ves-openapi-manager", "timestamp": 1629779385332, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-08-24T04:29:56.658Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-24T04:29:56.658Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T04:29:56.658Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "99b1029c-14da-4b87-93bb-721b6f5ba66f", "consumerID": "dcae-sch", "timestamp": 1629779378523, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-24T04:29:56.658Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-24T04:29:56.658Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T04:29:56.658Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "99b1029c-14da-4b87-93bb-721b6f5ba66f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629779382109, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-24T04:29:56.658Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-24T04:29:56.658Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T04:29:56.658Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "99b1029c-14da-4b87-93bb-721b6f5ba66f", "consumerID": "multicloud-k8s-id", "timestamp": 1629779380686, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-24T04:29:56.658Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-24T04:29:56.658Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T04:29:56.658Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "527680ba-3247-4305-81f0-2bb3c58c7da7", "consumerID": "aai-ml", "timestamp": 1629779389911, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-08-24T04:29:56.661Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 527680ba-3247-4305-81f0-2bb3c58c7da7 2021-08-24T04:29:56.661Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 527680ba-3247-4305-81f0-2bb3c58c7da7 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-08-24T04:29:56.666Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T04:29:56.667Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "99b1029c-14da-4b87-93bb-721b6f5ba66f", "consumerID": "cds", "timestamp": 1629779389329, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-08-24T04:29:56.667Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-24T04:29:56.667Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T04:29:56.667Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "99b1029c-14da-4b87-93bb-721b6f5ba66f", "consumerID": "ves-openapi-manager", "timestamp": 1629779385332, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-24T04:29:56.667Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-24T04:29:56.667Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T04:29:56.667Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "99b1029c-14da-4b87-93bb-721b6f5ba66f", "consumerID": "dcae-sch", "timestamp": 1629779378523, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-08-24T04:29:56.667Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-24T04:29:56.667Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T04:29:56.667Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "99b1029c-14da-4b87-93bb-721b6f5ba66f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629779382109, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-08-24T04:29:56.667Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-24T04:29:56.667Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T04:29:56.667Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "99b1029c-14da-4b87-93bb-721b6f5ba66f", "consumerID": "multicloud-k8s-id", "timestamp": 1629779380686, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-08-24T04:29:56.667Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-24T04:29:56.667Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T04:29:56.667Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "99b1029c-14da-4b87-93bb-721b6f5ba66f", "consumerID": "cds", "timestamp": 1629779389329, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-24T04:29:56.667Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-24T04:29:56.667Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T04:29:56.667Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "99b1029c-14da-4b87-93bb-721b6f5ba66f", "consumerID": "ves-openapi-manager", "timestamp": 1629779385332, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-08-24T04:29:56.667Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-24T04:29:56.667Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T04:29:56.667Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "99b1029c-14da-4b87-93bb-721b6f5ba66f", "consumerID": "dcae-sch", "timestamp": 1629779378523, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-08-24T04:29:56.667Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-24T04:29:56.667Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T04:29:56.667Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "99b1029c-14da-4b87-93bb-721b6f5ba66f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629779382109, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-08-24T04:29:56.667Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-24T04:29:56.668Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T04:29:56.668Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "99b1029c-14da-4b87-93bb-721b6f5ba66f", "consumerID": "multicloud-k8s-id", "timestamp": 1629779380686, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-08-24T04:29:56.668Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-24T04:29:56.668Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T04:29:56.668Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "99b1029c-14da-4b87-93bb-721b6f5ba66f", "consumerID": "cds", "timestamp": 1629779389329, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-08-24T04:29:56.668Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-24T04:29:56.668Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T04:29:56.668Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "99b1029c-14da-4b87-93bb-721b6f5ba66f", "consumerID": "ves-openapi-manager", "timestamp": 1629779385332, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-08-24T04:29:56.668Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-24T04:29:56.668Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T04:29:56.668Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "99b1029c-14da-4b87-93bb-721b6f5ba66f", "consumerID": "dcae-sch", "timestamp": 1629779378523, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOT_NOTIFIED" } 2021-08-24T04:29:56.668Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-24T04:29:56.668Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T04:29:56.668Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "99b1029c-14da-4b87-93bb-721b6f5ba66f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629779382109, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-08-24T04:29:56.668Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-24T04:29:56.668Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T04:29:56.668Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "99b1029c-14da-4b87-93bb-721b6f5ba66f", "consumerID": "multicloud-k8s-id", "timestamp": 1629779380686, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-08-24T04:29:56.668Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-24T04:29:56.668Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T04:29:56.668Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "99b1029c-14da-4b87-93bb-721b6f5ba66f", "consumerID": "cds", "timestamp": 1629779389329, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-08-24T04:29:56.668Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-24T04:29:56.668Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T04:29:56.668Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "99b1029c-14da-4b87-93bb-721b6f5ba66f", "consumerID": "ves-openapi-manager", "timestamp": 1629779385332, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOT_NOTIFIED" } 2021-08-24T04:29:56.668Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-24T04:29:56.668Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T04:29:56.668Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "99b1029c-14da-4b87-93bb-721b6f5ba66f", "consumerID": "policy-id", "timestamp": 1629779392422, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-08-24T04:29:56.669Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-24T04:29:56.669Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T04:29:56.669Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "99b1029c-14da-4b87-93bb-721b6f5ba66f", "consumerID": "cds", "timestamp": 1629779389329, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-24T04:29:56.669Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-24T04:29:56.669Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T04:29:56.669Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "99b1029c-14da-4b87-93bb-721b6f5ba66f", "consumerID": "policy-id", "timestamp": 1629779392422, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-24T04:29:56.669Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-24T04:29:56.669Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T04:29:56.669Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "99b1029c-14da-4b87-93bb-721b6f5ba66f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629779394436, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-24T04:29:56.669Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-24T04:29:56.669Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T04:29:56.669Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "99b1029c-14da-4b87-93bb-721b6f5ba66f", "consumerID": "multicloud-k8s-id", "timestamp": 1629779394519, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-08-24T04:29:56.669Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-24T04:29:56.669Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T04:29:56.669Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "99b1029c-14da-4b87-93bb-721b6f5ba66f", "consumerID": "cds", "timestamp": 1629779389329, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-08-24T04:29:56.669Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-24T04:29:56.669Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T04:29:56.669Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "99b1029c-14da-4b87-93bb-721b6f5ba66f", "consumerID": "policy-id", "timestamp": 1629779392422, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-08-24T04:29:56.669Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-24T04:29:56.669Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T04:29:56.669Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "99b1029c-14da-4b87-93bb-721b6f5ba66f", "consumerID": "cds", "timestamp": 1629779389329, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-08-24T04:29:56.669Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-24T04:29:56.669Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T04:29:56.670Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "99b1029c-14da-4b87-93bb-721b6f5ba66f", "consumerID": "policy-id", "timestamp": 1629779392422, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-08-24T04:29:56.670Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-24T04:29:56.909Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T04:29:56.909Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-24T04:29:56.909Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"527680ba-3247-4305-81f0-2bb3c58c7da7","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"58dc81c3-ccd7-408d-aaf1-b42235014878","serviceDescription":"service","serviceInvariantUUID":"0f7f0d31-3838-4047-9ef2-63e04cfb58aa","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"617e22c3-9d10-4cb9-ade2-8196ac2f3369","resourceInvariantUUID":"f3a8cf8f-ebb2-447d-8c8c-5e25b3c1e0e3","resourceCustomizationUUID":"eb527fe0-5f80-4412-8a0f-f1ae53a9d9f8","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":"YTAyZDQzMWUzZGI4MGJhZjY4ODRjNGRiMmFlMzhiZWQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f590337e-b4bd-42ea-b8bf-20fc4e570b40","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":"9b7480fa-2a64-4341-b8e9-3d40ca22a747","artifactVersion":"2","generatedFromUUID":"511c1203-9d59-49ff-b8f0-7baffc8fcf65"},{"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":"511c1203-9d59-49ff-b8f0-7baffc8fcf65","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":"OTFmMzE4ODlmNGQzMzhkZGFhYWNkZDczN2EwODAxNzY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"55767113-f0c8-4429-96b6-59a0771f0fe8","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":"a735659e-ab3e-42bc-a017-256a483c479e","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":"c0c61666-29dd-48a8-bf1a-e595438d2273","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":"5d537644-353c-4d59-bbd0-fd557a48a492","artifactVersion":"2","generatedFromUUID":"a735659e-ab3e-42bc-a017-256a483c479e"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"ZmM4Y2RmOGIwM2ZiOGFmNDYzMWMxZWQ2MTJjOGQzMzE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"6d994e7c-6b18-4089-893a-739da06a0aa8","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"ZGY4NGI0YTZjNGI2OGJkOGY1Mjk3ZjY2YWViZWRiZjg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"88c03a2d-4fd7-4018-a7b2-b0e13da9c2b8","artifactVersion":"1"}],"workloadContext":"Production"} 2021-08-24T04:29:56.911Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-24T04:29:56.911Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-08-24T04:29:56.913Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-24T04:29:56.913Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "527680ba-3247-4305-81f0-2bb3c58c7da7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629779396284, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-24T04:29:57.013Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-24T04:29:57.014Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-24T04:29:57.015Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Vzzhpb2vWYCtMmLH) ... 2021-08-24T04:29:57.024Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T04:29:57.025Z||pool-40-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-08-24T04:29:57.914Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-24T04:29:57.915Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-08-24T04:29:57.917Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-24T04:29:57.917Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "527680ba-3247-4305-81f0-2bb3c58c7da7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629779396284, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2021-08-24T04:29:58.017Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-24T04:29:58.018Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-24T04:29:58.018Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Vzzhpb2vWYCtMmLH) ... 2021-08-24T04:29:58.030Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T04:29:58.031Z||pool-41-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-08-24T04:29:58.918Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-24T04:29:58.919Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-08-24T04:29:58.921Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-24T04:29:58.921Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "527680ba-3247-4305-81f0-2bb3c58c7da7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629779396284, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2021-08-24T04:29:59.022Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-08-24T04:29:59.023Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-24T04:29:59.023Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Vzzhpb2vWYCtMmLH) ... 2021-08-24T04:29:59.034Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T04:29:59.034Z||pool-42-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-08-24T04:29:59.922Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-24T04:29:59.923Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-08-24T04:29:59.926Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-24T04:29:59.926Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "527680ba-3247-4305-81f0-2bb3c58c7da7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629779396284, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-08-24T04:30:00.026Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-24T04:30:00.027Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-24T04:30:00.027Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Vzzhpb2vWYCtMmLH) ... 2021-08-24T04:30:00.038Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T04:30:00.038Z||pool-43-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-08-24T04:30:00.927Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-24T04:30:00.928Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-08-24T04:30:00.930Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-24T04:30:00.930Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "527680ba-3247-4305-81f0-2bb3c58c7da7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629779396284, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-08-24T04:30:01.030Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-08-24T04:30:01.031Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-24T04:30:01.031Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Vzzhpb2vWYCtMmLH) ... 2021-08-24T04:30:01.042Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T04:30:01.042Z||pool-44-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-08-24T04:30:01.931Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-24T04:30:01.932Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-08-24T04:30:01.935Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-24T04:30:01.935Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "527680ba-3247-4305-81f0-2bb3c58c7da7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629779396284, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-24T04:30:02.035Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-24T04:30:02.036Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-24T04:30:02.036Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Vzzhpb2vWYCtMmLH) ... 2021-08-24T04:30:02.048Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T04:30:02.048Z||pool-45-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-08-24T04:30:02.936Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-24T04:30:02.937Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-08-24T04:30:02.939Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-24T04:30:02.939Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "527680ba-3247-4305-81f0-2bb3c58c7da7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629779396284, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2021-08-24T04:30:03.039Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-24T04:30:03.040Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-24T04:30:03.040Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Vzzhpb2vWYCtMmLH) ... 2021-08-24T04:30:03.051Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T04:30:03.052Z||pool-46-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-08-24T04:30:03.940Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-24T04:30:03.941Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-08-24T04:30:03.944Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-24T04:30:03.944Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "527680ba-3247-4305-81f0-2bb3c58c7da7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629779396284, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-08-24T04:30:04.044Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-24T04:30:04.045Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-24T04:30:04.045Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Vzzhpb2vWYCtMmLH) ... 2021-08-24T04:30:04.056Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T04:30:04.057Z||pool-47-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-08-24T04:30:04.944Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-24T04:30:04.945Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-08-24T04:30:04.948Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-24T04:30:04.948Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "527680ba-3247-4305-81f0-2bb3c58c7da7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629779396284, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-08-24T04:30:05.049Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-24T04:30:05.049Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-24T04:30:05.050Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Vzzhpb2vWYCtMmLH) ... 2021-08-24T04:30:05.060Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T04:30:05.060Z||pool-48-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-08-24T04:30:05.950Z||pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "527680ba-3247-4305-81f0-2bb3c58c7da7", "serviceName": "basic_cnf", "serviceVersion": "1.0", "serviceUUID": "58dc81c3-ccd7-408d-aaf1-b42235014878", "serviceDescription": "service", "serviceInvariantUUID": "0f7f0d31-3838-4047-9ef2-63e04cfb58aa", "resources": [ { "resourceInstanceName": "basic_cnf 0", "resourceCustomizationUUID": "eb527fe0-5f80-4412-8a0f-f1ae53a9d9f8", "resourceName": "basic_cnf", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "617e22c3-9d10-4cb9-ade2-8196ac2f3369", "resourceInvariantUUID": "f3a8cf8f-ebb2-447d-8c8c-5e25b3c1e0e3", "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": "9b7480fa-2a64-4341-b8e9-3d40ca22a747", "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": "511c1203-9d59-49ff-b8f0-7baffc8fcf65", "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": "OTFmMzE4ODlmNGQzMzhkZGFhYWNkZDczN2EwODAxNzY\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "55767113-f0c8-4429-96b6-59a0771f0fe8", "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": "a735659e-ab3e-42bc-a017-256a483c479e", "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": "5d537644-353c-4d59-bbd0-fd557a48a492", "generatedFromUUID": "a735659e-ab3e-42bc-a017-256a483c479e" }, "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": "5d537644-353c-4d59-bbd0-fd557a48a492", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnf-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "artifactChecksum": "ZGY4NGI0YTZjNGI2OGJkOGY1Mjk3ZjY2YWViZWRiZjg\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "88c03a2d-4fd7-4018-a7b2-b0e13da9c2b8" } ], "workloadContext": "Production" } 2021-08-24T04:30:05.950Z||pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-08-24T04:30:05.950Z||pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 58dc81c3-ccd7-408d-aaf1-b42235014878 ASDC 2021-08-24T04:30:05.951Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:527680ba-3247-4305-81f0-2bb3c58c7da7 ServiceName:basic_cnf ServiceVersion:1.0 ServiceUUID:58dc81c3-ccd7-408d-aaf1-b42235014878 ServiceInvariantUUID:0f7f0d31-3838-4047-9ef2-63e04cfb58aa 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:88c03a2d-4fd7-4018-a7b2-b0e13da9c2b8 ArtifactChecksum:ZGY4NGI0YTZjNGI2OGJkOGY1Mjk3ZjY2YWViZWRiZjg= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf 0 ResourceCustomizationUUID:eb527fe0-5f80-4412-8a0f-f1ae53a9d9f8 ResourceInvariantUUID:f3a8cf8f-ebb2-447d-8c8c-5e25b3c1e0e3 ResourceName:basic_cnf ResourceType:VF ResourceUUID:617e22c3-9d10-4cb9-ade2-8196ac2f3369 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:9b7480fa-2a64-4341-b8e9-3d40ca22a747 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:511c1203-9d59-49ff-b8f0-7baffc8fcf65 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:55767113-f0c8-4429-96b6-59a0771f0fe8 ArtifactChecksum:OTFmMzE4ODlmNGQzMzhkZGFhYWNkZDczN2EwODAxNzY= 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:a735659e-ab3e-42bc-a017-256a483c479e 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:5d537644-353c-4d59-bbd0-fd557a48a492 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:5d537644-353c-4d59-bbd0-fd557a48a492 ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-08-24T04:30:05.951Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 58dc81c3-ccd7-408d-aaf1-b42235014878 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-08-24T04:30:05.981Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-08-24T04:30:05.981Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2021-08-24T04:30:05.981Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2021-08-24T04:30:05.981Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 88c03a2d-4fd7-4018-a7b2-b0e13da9c2b8 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2021-08-24T04:30:05.981Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||INFO|500||DistributionClient - download 2021-08-24T04:30:05.981Z|527680ba-3247-4305-81f0-2bb3c58c7da7|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 2021-08-24T04:30:06.157Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2021-08-24T04:30:06.162Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 88c03a2d-4fd7-4018-a7b2-b0e13da9c2b8 68764 2021-08-24T04:30:06.163Z|527680ba-3247-4305-81f0-2bb3c58c7da7|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 2021-08-24T04:30:06.163Z|527680ba-3247-4305-81f0-2bb3c58c7da7|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 2021-08-24T04:30:06.163Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-08-24T04:30:06.163Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-08-24T04:30:06.165Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-24T04:30:06.165Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "527680ba-3247-4305-81f0-2bb3c58c7da7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629779406163, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-24T04:30:06.266Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-24T04:30:06.267Z||pool-49-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-24T04:30:06.267Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Vzzhpb2vWYCtMmLH) ... 2021-08-24T04:30:06.278Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T04:30:06.279Z||pool-49-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-08-24T04:30:07.166Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-08-24T04:30:07.167Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2021-08-24T04:30:07.168Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 88c03a2d-4fd7-4018-a7b2-b0e13da9c2b8, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar 2021-08-24T04:30:07.168Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar 2021-08-24T04:30:07.168Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar 2021-08-24T04:30:07.168Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar 2021-08-24T04:30:07.244Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12691218997270569651/Definitions/service-BasicCnf-template.yml 2021-08-24T04:30:08.137Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2021-08-24T04:30:08.137Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||WARN|500||#################################################################################################### 2021-08-24T04:30:08.137Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2021-08-24T04:30:08.137Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2021-08-24T04:30:08.137Z|527680ba-3247-4305-81f0-2bb3c58c7da7|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 2021-08-24T04:30:08.137Z|527680ba-3247-4305-81f0-2bb3c58c7da7|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 2021-08-24T04:30:08.137Z|527680ba-3247-4305-81f0-2bb3c58c7da7|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 2021-08-24T04:30:08.137Z|527680ba-3247-4305-81f0-2bb3c58c7da7|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 2021-08-24T04:30:08.137Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||WARN|500||#################################################################################################### 2021-08-24T04:30:08.137Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-24T04:30:08.137Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-08-24T04:30:08.138Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-08-24T04:30:08.138Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2021-08-24T04:30:08.138Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2021-08-24T04:30:08.138Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-24T04:30:08.138Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-08-24T04:30:08.138Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-08-24T04:30:08.138Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2021-08-24T04:30:08.138Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2021-08-24T04:30:08.138Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-24T04:30:08.138Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-08-24T04:30:08.138Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-24T04:30:08.138Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2021-08-24T04:30:08.138Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||DEBUG|500||Node template abstract_dummy is not matching search criteria 2021-08-24T04:30:08.138Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||DEBUG|500||Node template dummy is not matching search criteria 2021-08-24T04:30:08.138Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-08-24T04:30:08.138Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-24T04:30:08.138Z|527680ba-3247-4305-81f0-2bb3c58c7da7|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 2021-08-24T04:30:08.138Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-24T04:30:08.138Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-08-24T04:30:08.139Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-24T04:30:08.139Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-24T04:30:08.139Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-08-24T04:30:08.139Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-24T04:30:08.139Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-24T04:30:08.139Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-08-24T04:30:08.139Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-24T04:30:08.139Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-24T04:30:08.139Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2021-08-24T04:30:08.139Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2021-08-24T04:30:08.139Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=2f4ae171-a9e5-4753-9ec0-a09b42cd7036 2021-08-24T04:30:08.139Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-24T04:30:08.139Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-08-24T04:30:08.139Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-24T04:30:08.139Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-08-24T04:30:08.139Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-24T04:30:08.140Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-08-24T04:30:08.140Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-24T04:30:08.140Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-08-24T04:30:08.140Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf Description:service Model UUID:58dc81c3-ccd7-408d-aaf1-b42235014878 Model Version:NULL Model InvariantUuid:0f7f0d31-3838-4047-9ef2-63e04cfb58aa Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf Model UUID:0a621fc7-c01a-43ef-9612-e85d3d5bf57f Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:f3a8cf8f-ebb2-447d-8c8c-5e25b3c1e0e3 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:eb527fe0-5f80-4412-8a0f-f1ae53a9d9f8 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:ab869f0a-10ba-45ce-a6b3-e0a83bb776d5 ModelName:BasicCnf..base_dummy..module-0 ModelUuid:e1eb3a14-3281-47df-9646-598b8afb091a ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:2f4ae171-a9e5-4753-9ec0-a09b42cd7036 ModelInvariantUuid:e0adcc8a-6b07-4973-967b-61b1e6e6aa20 ModelName:basic_cnf-nodes.dummyCvfc ModelUuid:ec4115a2-3cd9-48d5-8c72-4821aecc469d ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy VNFC Properties: ModelCustomizationUuid:844aae56-5853-434e-bdf5-45056c2d000c ModelInvariantUuid:4f2ccd17-1fdc-4c99-a2b8-86694d65facc ModelName:BasicCnf.compute.nodes.heat.dummy ModelUuid:d14d202a-7953-4413-bac5-771c60690386 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-08-24T04:30:08.148Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 617e22c3-9d10-4cb9-ade2-8196ac2f3369 Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-08-24T04:30:08.151Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||INFO|500||basic_cnf 0 2021-08-24T04:30:08.151Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 617e22c3-9d10-4cb9-ade2-8196ac2f3369 2021-08-24T04:30:08.151Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 9b7480fa-2a64-4341-b8e9-3d40ca22a747 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2021-08-24T04:30:08.151Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||INFO|500||DistributionClient - download 2021-08-24T04:30:08.151Z|527680ba-3247-4305-81f0-2bb3c58c7da7|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 2021-08-24T04:30:08.700Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2021-08-24T04:30:08.700Z|527680ba-3247-4305-81f0-2bb3c58c7da7|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 9b7480fa-2a64-4341-b8e9-3d40ca22a747 12 2021-08-24T04:30:08.701Z|527680ba-3247-4305-81f0-2bb3c58c7da7|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 2021-08-24T04:30:08.701Z|527680ba-3247-4305-81f0-2bb3c58c7da7|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 2021-08-24T04:30:08.701Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-08-24T04:30:08.701Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-08-24T04:30:08.703Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-24T04:30:08.703Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "527680ba-3247-4305-81f0-2bb3c58c7da7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629779408701, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2021-08-24T04:30:08.803Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-24T04:30:08.804Z||pool-50-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-24T04:30:08.804Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Vzzhpb2vWYCtMmLH) ... 2021-08-24T04:30:08.815Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T04:30:08.815Z||pool-50-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-08-24T04:30:09.704Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 511c1203-9d59-49ff-b8f0-7baffc8fcf65 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2021-08-24T04:30:09.705Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||INFO|500||DistributionClient - download 2021-08-24T04:30:09.705Z|527680ba-3247-4305-81f0-2bb3c58c7da7|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 2021-08-24T04:30:10.103Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2021-08-24T04:30:10.103Z|527680ba-3247-4305-81f0-2bb3c58c7da7|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 511c1203-9d59-49ff-b8f0-7baffc8fcf65 2688 2021-08-24T04:30:10.103Z|527680ba-3247-4305-81f0-2bb3c58c7da7|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 2021-08-24T04:30:10.103Z|527680ba-3247-4305-81f0-2bb3c58c7da7|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 2021-08-24T04:30:10.103Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-08-24T04:30:10.104Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-08-24T04:30:10.105Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-24T04:30:10.105Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "527680ba-3247-4305-81f0-2bb3c58c7da7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629779410103, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2021-08-24T04:30:10.206Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-08-24T04:30:10.206Z||pool-51-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-24T04:30:10.206Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Vzzhpb2vWYCtMmLH) ... 2021-08-24T04:30:10.217Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T04:30:10.217Z||pool-51-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-08-24T04:30:11.107Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 55767113-f0c8-4429-96b6-59a0771f0fe8 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2021-08-24T04:30:11.108Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||INFO|500||DistributionClient - download 2021-08-24T04:30:11.108Z|527680ba-3247-4305-81f0-2bb3c58c7da7|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 2021-08-24T04:30:11.213Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2021-08-24T04:30:11.213Z|527680ba-3247-4305-81f0-2bb3c58c7da7|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 55767113-f0c8-4429-96b6-59a0771f0fe8 828 2021-08-24T04:30:11.214Z|527680ba-3247-4305-81f0-2bb3c58c7da7|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 2021-08-24T04:30:11.214Z|527680ba-3247-4305-81f0-2bb3c58c7da7|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 2021-08-24T04:30:11.214Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-08-24T04:30:11.214Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-08-24T04:30:11.217Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-24T04:30:11.217Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "527680ba-3247-4305-81f0-2bb3c58c7da7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629779411214, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2021-08-24T04:30:11.317Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-24T04:30:11.318Z||pool-52-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-24T04:30:11.318Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Vzzhpb2vWYCtMmLH) ... 2021-08-24T04:30:11.329Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T04:30:11.329Z||pool-52-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-08-24T04:30:12.217Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "ab869f0a-10ba-45ce-a6b3-e0a83bb776d5", "vfModuleModelVersion": "1", "vfModuleModelUUID": "e1eb3a14-3281-47df-9646-598b8afb091a", "vfModuleModelCustomizationUUID": "4fe841d4-296a-4e9e-af0d-33c5f2d69a13", "isBase": true, "artifacts": [ "511c1203-9d59-49ff-b8f0-7baffc8fcf65", "a735659e-ab3e-42bc-a017-256a483c479e", "5d537644-353c-4d59-bbd0-fd557a48a492" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_dummy", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2021-08-24T04:30:12.222Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:e1eb3a14-3281-47df-9646-598b8afb091a VfModuleModelInvariantUUID:ab869f0a-10ba-45ce-a6b3-e0a83bb776d5 VfModuleModelDescription:NULL Artifacts UUID List:{ 511c1203-9d59-49ff-b8f0-7baffc8fcf65 , a735659e-ab3e-42bc-a017-256a483c479e , 5d537644-353c-4d59-bbd0-fd557a48a492 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_dummy max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2021-08-24T04:30:12.225Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "ab869f0a-10ba-45ce-a6b3-e0a83bb776d5", "vfModuleModelVersion": "1", "vfModuleModelUUID": "e1eb3a14-3281-47df-9646-598b8afb091a", "vfModuleModelCustomizationUUID": "4fe841d4-296a-4e9e-af0d-33c5f2d69a13", "isBase": true, "artifacts": [ "511c1203-9d59-49ff-b8f0-7baffc8fcf65", "a735659e-ab3e-42bc-a017-256a483c479e", "5d537644-353c-4d59-bbd0-fd557a48a492" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_dummy", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2021-08-24T04:30:12.225Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:e1eb3a14-3281-47df-9646-598b8afb091a VfModuleModelInvariantUUID:ab869f0a-10ba-45ce-a6b3-e0a83bb776d5 VfModuleModelDescription:NULL Artifacts UUID List:{ 511c1203-9d59-49ff-b8f0-7baffc8fcf65 , a735659e-ab3e-42bc-a017-256a483c479e , 5d537644-353c-4d59-bbd0-fd557a48a492 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_dummy max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2021-08-24T04:30:12.225Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: a735659e-ab3e-42bc-a017-256a483c479e from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2021-08-24T04:30:12.225Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||INFO|500||DistributionClient - download 2021-08-24T04:30:12.225Z|527680ba-3247-4305-81f0-2bb3c58c7da7|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 2021-08-24T04:30:12.343Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2021-08-24T04:30:12.344Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml a735659e-ab3e-42bc-a017-256a483c479e 1164 2021-08-24T04:30:12.344Z|527680ba-3247-4305-81f0-2bb3c58c7da7|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 2021-08-24T04:30:12.344Z|527680ba-3247-4305-81f0-2bb3c58c7da7|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 2021-08-24T04:30:12.344Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-08-24T04:30:12.345Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-08-24T04:30:12.347Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-24T04:30:12.347Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "527680ba-3247-4305-81f0-2bb3c58c7da7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629779412344, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2021-08-24T04:30:12.448Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-08-24T04:30:12.448Z||pool-53-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-24T04:30:12.449Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Vzzhpb2vWYCtMmLH) ... 2021-08-24T04:30:12.459Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T04:30:12.460Z||pool-53-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-08-24T04:30:13.348Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 5d537644-353c-4d59-bbd0-fd557a48a492 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2021-08-24T04:30:13.349Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||INFO|500||DistributionClient - download 2021-08-24T04:30:13.349Z|527680ba-3247-4305-81f0-2bb3c58c7da7|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 2021-08-24T04:30:14.022Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2021-08-24T04:30:14.022Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 5d537644-353c-4d59-bbd0-fd557a48a492 200 2021-08-24T04:30:14.022Z|527680ba-3247-4305-81f0-2bb3c58c7da7|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 2021-08-24T04:30:14.023Z|527680ba-3247-4305-81f0-2bb3c58c7da7|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 2021-08-24T04:30:14.023Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-08-24T04:30:14.023Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-08-24T04:30:14.025Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-24T04:30:14.025Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "527680ba-3247-4305-81f0-2bb3c58c7da7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629779414022, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2021-08-24T04:30:14.125Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-24T04:30:14.126Z||pool-54-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-24T04:30:14.126Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Vzzhpb2vWYCtMmLH) ... 2021-08-24T04:30:14.137Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T04:30:14.137Z||pool-54-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-08-24T04:30:15.026Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 58dc81c3-ccd7-408d-aaf1-b42235014878 2021-08-24T04:30:15.027Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 617e22c3-9d10-4cb9-ade2-8196ac2f3369 ASDC 2021-08-24T04:30:15.037Z|527680ba-3247-4305-81f0-2bb3c58c7da7|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_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-08-24T04:30:15.051Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-24T04:30:15.051Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-08-24T04:30:15.052Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 2021-08-24T04:30:15.052Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= eb527fe0-5f80-4412-8a0f-f1ae53a9d9f8 2021-08-24T04:30:15.052Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: eb527fe0-5f80-4412-8a0f-f1ae53a9d9f8 matches Tosca VF Customization UUID: eb527fe0-5f80-4412-8a0f-f1ae53a9d9f8 2021-08-24T04:30:15.052Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: eb527fe0-5f80-4412-8a0f-f1ae53a9d9f8 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2021-08-24T04:30:15.054Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-24T04:30:15.054Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-08-24T04:30:15.054Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id eb527fe0-5f80-4412-8a0f-f1ae53a9d9f8: {\"vf_module_id\":\"PROVIDED_BY_ONAP\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_id\":\"PROVIDED_BY_ONAP\",\"dummy_image_name\":\"dummy\",\"vnf_name\":\"PROVIDED_BY_ONAP\",\"dummy_name_0\":\"dummy_1_0\",\"dummy_flavor_name\":\"dummy.default\"} 2021-08-24T04:30:15.054Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@961b50a 2021-08-24T04:30:15.054Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-24T04:30:15.055Z|527680ba-3247-4305-81f0-2bb3c58c7da7|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 2021-08-24T04:30:15.055Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 4fe841d4-296a-4e9e-af0d-33c5f2d69a13 2021-08-24T04:30:15.055Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 4fe841d4-296a-4e9e-af0d-33c5f2d69a13 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2021-08-24T04:30:15.057Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-24T04:30:15.057Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-08-24T04:30:15.057Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-24T04:30:15.057Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-24T04:30:15.057Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-08-24T04:30:15.057Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-24T04:30:15.057Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-24T04:30:15.057Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2021-08-24T04:30:15.057Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2021-08-24T04:30:15.058Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=2f4ae171-a9e5-4753-9ec0-a09b42cd7036 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-08-24T04:30:15.059Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-24T04:30:15.059Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-08-24T04:30:15.059Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-24T04:30:15.059Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-24T04:30:15.059Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-08-24T04:30:15.060Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=eb527fe0-5f80-4412-8a0f-f1ae53a9d9f8 Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-08-24T04:30:15.061Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-24T04:30:15.061Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-08-24T04:30:15.061Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 58dc81c3-ccd7-408d-aaf1-b42235014878: basic_cnf 2021-08-24T04:30:15.061Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-24T04:30:15.061Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-08-24T04:30:15.061Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-24T04:30:15.061Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-08-24T04:30:15.061Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-24T04:30:15.062Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-08-24T04:30:15.062Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-24T04:30:15.062Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-08-24T04:30:15.062Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-24T04:30:15.062Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-08-24T04:30:15.062Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||INFO|500||Saving Service: basic_cnf Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-08-24T04:30:15.122Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 617e22c3-9d10-4cb9-ade2-8196ac2f3369 1 ASDC deployResourceStructure 2021-08-24T04:30:15.123Z|527680ba-3247-4305-81f0-2bb3c58c7da7|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 2021-08-24T04:30:15.123Z|527680ba-3247-4305-81f0-2bb3c58c7da7|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) 2021-08-24T04:30:15.123Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2021-08-24T04:30:15.123Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-08-24T04:30:15.125Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-24T04:30:15.125Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "527680ba-3247-4305-81f0-2bb3c58c7da7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629779415122, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2021-08-24T04:30:15.225Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-24T04:30:15.226Z||pool-55-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-24T04:30:15.226Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Vzzhpb2vWYCtMmLH) ... 2021-08-24T04:30:15.235Z||pool-55-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T04:30:15.235Z||pool-55-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-08-24T04:30:16.126Z|527680ba-3247-4305-81f0-2bb3c58c7da7|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 2021-08-24T04:30:16.126Z|527680ba-3247-4305-81f0-2bb3c58c7da7|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) 2021-08-24T04:30:16.126Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2021-08-24T04:30:16.127Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-08-24T04:30:16.129Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-24T04:30:16.129Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "527680ba-3247-4305-81f0-2bb3c58c7da7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629779416125, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2021-08-24T04:30:16.229Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-24T04:30:16.230Z||pool-56-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-24T04:30:16.230Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Vzzhpb2vWYCtMmLH) ... 2021-08-24T04:30:16.241Z||pool-56-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T04:30:16.241Z||pool-56-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2021-08-24T04:30:17.130Z|527680ba-3247-4305-81f0-2bb3c58c7da7|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 2021-08-24T04:30:17.131Z|527680ba-3247-4305-81f0-2bb3c58c7da7|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 2021-08-24T04:30:17.131Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-08-24T04:30:17.131Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-08-24T04:30:17.134Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-24T04:30:17.134Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "527680ba-3247-4305-81f0-2bb3c58c7da7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629779417130, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2021-08-24T04:30:17.234Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-24T04:30:17.235Z||pool-57-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-24T04:30:17.235Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Vzzhpb2vWYCtMmLH) ... 2021-08-24T04:30:17.244Z||pool-57-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T04:30:17.245Z||pool-57-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-08-24T04:30:18.135Z|527680ba-3247-4305-81f0-2bb3c58c7da7|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 2021-08-24T04:30:18.136Z|527680ba-3247-4305-81f0-2bb3c58c7da7|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 2021-08-24T04:30:18.137Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-08-24T04:30:18.137Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-08-24T04:30:18.140Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-24T04:30:18.140Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "527680ba-3247-4305-81f0-2bb3c58c7da7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629779418135, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2021-08-24T04:30:18.240Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-24T04:30:18.241Z||pool-58-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-24T04:30:18.241Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Vzzhpb2vWYCtMmLH) ... 2021-08-24T04:30:18.250Z||pool-58-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T04:30:18.250Z||pool-58-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-08-24T04:30:19.141Z|527680ba-3247-4305-81f0-2bb3c58c7da7|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 2021-08-24T04:30:19.141Z|527680ba-3247-4305-81f0-2bb3c58c7da7|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 2021-08-24T04:30:19.141Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-08-24T04:30:19.142Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-08-24T04:30:19.144Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-24T04:30:19.144Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "527680ba-3247-4305-81f0-2bb3c58c7da7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629779419141, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2021-08-24T04:30:19.244Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-24T04:30:19.245Z||pool-59-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-24T04:30:19.245Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Vzzhpb2vWYCtMmLH) ... 2021-08-24T04:30:19.256Z||pool-59-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T04:30:19.256Z||pool-59-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2021-08-24T04:30:20.144Z|527680ba-3247-4305-81f0-2bb3c58c7da7|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 2021-08-24T04:30:20.145Z|527680ba-3247-4305-81f0-2bb3c58c7da7|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 2021-08-24T04:30:20.145Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-08-24T04:30:20.145Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-08-24T04:30:20.147Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-24T04:30:20.147Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "527680ba-3247-4305-81f0-2bb3c58c7da7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629779420144, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-08-24T04:30:20.247Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-24T04:30:20.248Z||pool-60-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-24T04:30:20.248Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Vzzhpb2vWYCtMmLH) ... 2021-08-24T04:30:20.259Z||pool-60-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T04:30:20.259Z||pool-60-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-08-24T04:30:21.148Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 527680ba-3247-4305-81f0-2bb3c58c7da7 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-08-24T04:30:21.157Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 527680ba-3247-4305-81f0-2bb3c58c7da7 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-08-24T04:30:21.160Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-08-24T04:30:21.160Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-08-24T04:30:21.160Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-08-24T04:30:21.160Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-08-24T04:30:21.160Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-24T04:30:21.160Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-24T04:30:21.160Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-24T04:30:21.160Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-24T04:30:21.160Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-24T04:30:21.160Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-24T04:30:21.160Z|527680ba-3247-4305-81f0-2bb3c58c7da7|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=? 2021-08-24T04:30:21.164Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-08-24T04:30:51.165Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 527680ba-3247-4305-81f0-2bb3c58c7da7 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2021-08-24T04:30:51.169Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 527680ba-3247-4305-81f0-2bb3c58c7da7 and serviceModelVersionId: 58dc81c3-ccd7-408d-aaf1-b42235014878 2021-08-24T04:30:51.169Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 0f7f0d31-3838-4047-9ef2-63e04cfb58aa 2021-08-24T04:30:51.170Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/0f7f0d31-3838-4047-9ef2-63e04cfb58aa/model-vers/model-ver/58dc81c3-ccd7-408d-aaf1-b42235014878?depth=0 2021-08-24T04:30:51.176Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2021-08-24T04:30:51.201Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/0f7f0d31-3838-4047-9ef2-63e04cfb58aa/model-vers/model-ver/58dc81c3-ccd7-408d-aaf1-b42235014878?depth=0|INFO|500||Invoke 2021-08-24T04:30:51.201Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/0f7f0d31-3838-4047-9ef2-63e04cfb58aa/model-vers/model-ver/58dc81c3-ccd7-408d-aaf1-b42235014878?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/0f7f0d31-3838-4047-9ef2-63e04cfb58aa/model-vers/model-ver/58dc81c3-ccd7-408d-aaf1-b42235014878?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[527680ba-3247-4305-81f0-2bb3c58c7da7], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[ea6b1daf-0656-4153-802b-eb022fb8ffd3], X-ECOMP-RequestID=[527680ba-3247-4305-81f0-2bb3c58c7da7], X-TransactionId=[], X-ONAP-RequestID=[527680ba-3247-4305-81f0-2bb3c58c7da7], Content-Type=[application/merge-patch+json]} 2021-08-24T04:30:51.219Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/0f7f0d31-3838-4047-9ef2-63e04cfb58aa/model-vers/model-ver/58dc81c3-ccd7-408d-aaf1-b42235014878?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-08-24T04:30:51.283Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/0f7f0d31-3838-4047-9ef2-63e04cfb58aa/model-vers/model-ver/58dc81c3-ccd7-408d-aaf1-b42235014878?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/0f7f0d31-3838-4047-9ef2-63e04cfb58aa/model-vers/model-ver/58dc81c3-ccd7-408d-aaf1-b42235014878?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210824-04:30:51:226-67602], vertex-id=[164008], Content-Length=[0], Date=[Tue, 24 Aug 2021 04:30:51 GMT], Content-Type=[application/json]} 2021-08-24T04:30:51.283Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/0f7f0d31-3838-4047-9ef2-63e04cfb58aa/model-vers/model-ver/58dc81c3-ccd7-408d-aaf1-b42235014878?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-08-24T04:30:51.284Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/0f7f0d31-3838-4047-9ef2-63e04cfb58aa/model-vers/model-ver/58dc81c3-ccd7-408d-aaf1-b42235014878?depth=0|INFO|500||InvokeReturn 2021-08-24T04:30:51.284Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-08-24T04:30:51.284Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-08-24T04:30:51.288Z|527680ba-3247-4305-81f0-2bb3c58c7da7|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) 2021-08-24T04:30:51.288Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 527680ba-3247-4305-81f0-2bb3c58c7da7 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-08-24T04:30:51.288Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-08-24T04:30:51.288Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-08-24T04:30:51.290Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-24T04:30:51.290Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "527680ba-3247-4305-81f0-2bb3c58c7da7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629779451288, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-08-24T04:30:51.390Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-24T04:30:51.391Z||pool-61-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-24T04:30:51.391Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Vzzhpb2vWYCtMmLH) ... 2021-08-24T04:30:51.404Z||pool-61-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T04:30:51.405Z||pool-61-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-08-24T04:30:52.301Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-24T04:30:52.301Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"99b1029c-14da-4b87-93bb-721b6f5ba66f","serviceName":"basicclamp","serviceVersion":"1.0","serviceUUID":"e8890b2c-a44a-45a5-8cf3-3eb5cdbc9400","serviceDescription":"service","serviceInvariantUUID":"8dd3a760-bf2d-4e46-804f-1bc7d3e7e9ea","resources":[{"resourceInstanceName":"basicclamp 0","resourceName":"basicclamp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"cfd27730-a465-4cdb-968e-14cac03828e7","resourceInvariantUUID":"cd8ff8e3-76b9-4d7a-88ec-85d8d34fc99b","resourceCustomizationUUID":"9dafe73a-f76a-456b-9be1-5793bb788baa","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":"ZjQzNWQ3MzVhMTlhYjlmYmVmYjJjZGQwZjg1NTgwNmQ\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"eaaad1f8-1ece-4b5c-9394-67249fde7e50","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":"OTQ2N2I2YWM4Y2JkZjhiY2RmMDhkNGJlZDhiYWY0OGE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b80f2eab-e799-4229-8396-6ff790c4f5ef","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":"YjM4YzE3YjM2MTE2OWIyYjE5NTMyZDgwNGZlMDE1NDQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"48ebdee6-78df-456e-b67b-6e1f0b0f2f26","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":"ea654263-0b24-4b97-81c1-d0ee1d30f845","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":"afe1377b-e271-4394-bc34-db63c8aa894e","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":"24f2e070-4d59-4991-8a8c-5a2fd118c2bc","artifactVersion":"2","generatedFromUUID":"ea654263-0b24-4b97-81c1-d0ee1d30f845"}]}],"serviceArtifacts":[{"artifactName":"service-Basicclamp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml","artifactChecksum":"NTk5YzZiZGMzYWNkZWJjMTdmNmIwZjI5MTI2MThhZjA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c786174e-84fa-4247-9763-9fe7c4660a91","artifactVersion":"1"},{"artifactName":"service-Basicclamp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar","artifactChecksum":"MDIxNzUyOTIyZGQ4OWZmNmMwZGRhODMyMDJlYTJkNmU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b09c0e32-c2c4-49ee-8e3e-cce459321658","artifactVersion":"1"}],"workloadContext":"Production"} 2021-08-24T04:30:52.302Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-24T04:30:52.302Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-08-24T04:30:52.304Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-24T04:30:52.304Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "99b1029c-14da-4b87-93bb-721b6f5ba66f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629779396284, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-08-24T04:30:52.404Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-24T04:30:52.405Z||pool-62-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-24T04:30:52.405Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Vzzhpb2vWYCtMmLH) ... 2021-08-24T04:30:52.417Z||pool-62-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T04:30:52.418Z||pool-62-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-08-24T04:30:53.304Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-24T04:30:53.306Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-08-24T04:30:53.308Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-24T04:30:53.309Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "99b1029c-14da-4b87-93bb-721b6f5ba66f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629779396284, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-24T04:30:53.409Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-24T04:30:53.409Z||pool-63-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-24T04:30:53.410Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Vzzhpb2vWYCtMmLH) ... 2021-08-24T04:30:53.420Z||pool-63-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T04:30:53.421Z||pool-63-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-08-24T04:30:54.309Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-24T04:30:54.311Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-08-24T04:30:54.313Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-24T04:30:54.313Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "99b1029c-14da-4b87-93bb-721b6f5ba66f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629779396284, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-08-24T04:30:54.413Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-08-24T04:30:54.414Z||pool-64-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-24T04:30:54.414Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Vzzhpb2vWYCtMmLH) ... 2021-08-24T04:30:54.425Z||pool-64-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T04:30:54.426Z||pool-64-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2021-08-24T04:30:55.314Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-24T04:30:55.315Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-08-24T04:30:55.317Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-24T04:30:55.317Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "99b1029c-14da-4b87-93bb-721b6f5ba66f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629779396284, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-08-24T04:30:55.418Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-08-24T04:30:55.418Z||pool-65-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-24T04:30:55.419Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Vzzhpb2vWYCtMmLH) ... 2021-08-24T04:30:55.429Z||pool-65-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T04:30:55.429Z||pool-65-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-08-24T04:30:56.286Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T04:30:56.286Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T04:30:56.287Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T04:30:56.308Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T04:30:56.308Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T04:30:56.308Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "99b1029c-14da-4b87-93bb-721b6f5ba66f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629779396457, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-08-24T04:30:56.310Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-24T04:30:56.318Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-24T04:30:56.319Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-08-24T04:30:56.322Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-24T04:30:56.322Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "99b1029c-14da-4b87-93bb-721b6f5ba66f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629779396284, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-24T04:30:56.422Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-24T04:30:56.423Z||pool-66-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-24T04:30:56.423Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Vzzhpb2vWYCtMmLH) ... 2021-08-24T04:30:56.433Z||pool-66-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T04:30:56.433Z||pool-66-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-08-24T04:30:57.323Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-24T04:30:57.324Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-08-24T04:30:57.326Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-24T04:30:57.327Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "99b1029c-14da-4b87-93bb-721b6f5ba66f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629779396284, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-08-24T04:30:57.427Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-24T04:30:57.428Z||pool-67-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-24T04:30:57.428Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Vzzhpb2vWYCtMmLH) ... 2021-08-24T04:30:57.438Z||pool-67-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T04:30:57.439Z||pool-67-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-08-24T04:30:58.327Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-24T04:30:58.328Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-08-24T04:30:58.330Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-24T04:30:58.331Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "99b1029c-14da-4b87-93bb-721b6f5ba66f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629779396284, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-08-24T04:30:58.431Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-24T04:30:58.432Z||pool-68-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-24T04:30:58.432Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Vzzhpb2vWYCtMmLH) ... 2021-08-24T04:30:58.442Z||pool-68-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T04:30:58.442Z||pool-68-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-08-24T04:30:59.331Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-24T04:30:59.333Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-08-24T04:30:59.335Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-24T04:30:59.335Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "99b1029c-14da-4b87-93bb-721b6f5ba66f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629779396284, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-08-24T04:30:59.435Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-24T04:30:59.436Z||pool-69-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-24T04:30:59.436Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Vzzhpb2vWYCtMmLH) ... 2021-08-24T04:30:59.445Z||pool-69-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T04:30:59.445Z||pool-69-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-08-24T04:31:00.337Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "99b1029c-14da-4b87-93bb-721b6f5ba66f", "serviceName": "basicclamp", "serviceVersion": "1.0", "serviceUUID": "e8890b2c-a44a-45a5-8cf3-3eb5cdbc9400", "serviceDescription": "service", "serviceInvariantUUID": "8dd3a760-bf2d-4e46-804f-1bc7d3e7e9ea", "resources": [ { "resourceInstanceName": "basicclamp 0", "resourceCustomizationUUID": "9dafe73a-f76a-456b-9be1-5793bb788baa", "resourceName": "basicclamp", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "cfd27730-a465-4cdb-968e-14cac03828e7", "resourceInvariantUUID": "cd8ff8e3-76b9-4d7a-88ec-85d8d34fc99b", "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": "YjM4YzE3YjM2MTE2OWIyYjE5NTMyZDgwNGZlMDE1NDQ\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "48ebdee6-78df-456e-b67b-6e1f0b0f2f26", "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": "ea654263-0b24-4b97-81c1-d0ee1d30f845", "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": "24f2e070-4d59-4991-8a8c-5a2fd118c2bc", "generatedFromUUID": "ea654263-0b24-4b97-81c1-d0ee1d30f845" }, "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": "24f2e070-4d59-4991-8a8c-5a2fd118c2bc", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Basicclamp-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "artifactChecksum": "MDIxNzUyOTIyZGQ4OWZmNmMwZGRhODMyMDJlYTJkNmU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "b09c0e32-c2c4-49ee-8e3e-cce459321658" } ], "workloadContext": "Production" } 2021-08-24T04:31:00.337Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-08-24T04:31:00.337Z|527680ba-3247-4305-81f0-2bb3c58c7da7|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 e8890b2c-a44a-45a5-8cf3-3eb5cdbc9400 ASDC 2021-08-24T04:31:00.338Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:99b1029c-14da-4b87-93bb-721b6f5ba66f ServiceName:basicclamp ServiceVersion:1.0 ServiceUUID:e8890b2c-a44a-45a5-8cf3-3eb5cdbc9400 ServiceInvariantUUID:8dd3a760-bf2d-4e46-804f-1bc7d3e7e9ea 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:b09c0e32-c2c4-49ee-8e3e-cce459321658 ArtifactChecksum:MDIxNzUyOTIyZGQ4OWZmNmMwZGRhODMyMDJlYTJkNmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basicclamp 0 ResourceCustomizationUUID:9dafe73a-f76a-456b-9be1-5793bb788baa ResourceInvariantUUID:cd8ff8e3-76b9-4d7a-88ec-85d8d34fc99b ResourceName:basicclamp ResourceType:VF ResourceUUID:cfd27730-a465-4cdb-968e-14cac03828e7 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:48ebdee6-78df-456e-b67b-6e1f0b0f2f26 ArtifactChecksum:YjM4YzE3YjM2MTE2OWIyYjE5NTMyZDgwNGZlMDE1NDQ= 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:ea654263-0b24-4b97-81c1-d0ee1d30f845 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:24f2e070-4d59-4991-8a8c-5a2fd118c2bc 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:24f2e070-4d59-4991-8a8c-5a2fd118c2bc ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-08-24T04:31:00.338Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e8890b2c-a44a-45a5-8cf3-3eb5cdbc9400 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-08-24T04:31:00.365Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-08-24T04:31:00.366Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2021-08-24T04:31:00.366Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2021-08-24T04:31:00.366Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: b09c0e32-c2c4-49ee-8e3e-cce459321658 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2021-08-24T04:31:00.366Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||INFO|500||DistributionClient - download 2021-08-24T04:31:00.366Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|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 2021-08-24T04:31:00.680Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2021-08-24T04:31:00.685Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar b09c0e32-c2c4-49ee-8e3e-cce459321658 73379 2021-08-24T04:31:00.685Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|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 2021-08-24T04:31:00.685Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|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 2021-08-24T04:31:00.685Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-08-24T04:31:00.686Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-08-24T04:31:00.687Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-24T04:31:00.687Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "99b1029c-14da-4b87-93bb-721b6f5ba66f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629779460685, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-24T04:31:00.788Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-24T04:31:00.789Z||pool-70-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-24T04:31:00.789Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Vzzhpb2vWYCtMmLH) ... 2021-08-24T04:31:00.798Z||pool-70-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T04:31:00.799Z||pool-70-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-08-24T04:31:01.688Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-08-24T04:31:01.689Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2021-08-24T04:31:01.690Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: b09c0e32-c2c4-49ee-8e3e-cce459321658, URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar to file: /app/ASDC/1/service-Basicclamp-csar.csar 2021-08-24T04:31:01.690Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Basicclamp-csar.csar 2021-08-24T04:31:01.691Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Basicclamp-csar.csar 2021-08-24T04:31:01.691Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Basicclamp-csar.csar 2021-08-24T04:31:01.767Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14392009751100650047/Definitions/service-Basicclamp-template.yml Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided 2021-08-24T04:31:02.561Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2021-08-24T04:31:02.561Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||WARN|500||#################################################################################################### 2021-08-24T04:31:02.561Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-08-24T04:31:02.561Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2021-08-24T04:31:02.561Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|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 2021-08-24T04:31:02.561Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|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 2021-08-24T04:31:02.561Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|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 2021-08-24T04:31:02.561Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|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 2021-08-24T04:31:02.561Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|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 2021-08-24T04:31:02.561Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|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 2021-08-24T04:31:02.561Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|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 2021-08-24T04:31:02.561Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|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 2021-08-24T04:31:02.562Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|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 2021-08-24T04:31:02.562Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||WARN|500||#################################################################################################### 2021-08-24T04:31:02.562Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-24T04:31:02.562Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-08-24T04:31:02.562Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-08-24T04:31:02.562Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2021-08-24T04:31:02.562Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2021-08-24T04:31:02.562Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-24T04:31:02.562Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-08-24T04:31:02.562Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-08-24T04:31:02.562Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2021-08-24T04:31:02.562Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2021-08-24T04:31:02.562Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-24T04:31:02.562Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-08-24T04:31:02.562Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-24T04:31:02.563Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2021-08-24T04:31:02.563Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2021-08-24T04:31:02.563Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2021-08-24T04:31:02.563Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2021-08-24T04:31:02.563Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-08-24T04:31:02.563Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-08-24T04:31:02.563Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-24T04:31:02.563Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-08-24T04:31:02.563Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-24T04:31:02.563Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-08-24T04:31:02.563Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-24T04:31:02.563Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-24T04:31:02.563Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-08-24T04:31:02.563Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-24T04:31:02.563Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-24T04:31:02.564Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-08-24T04:31:02.564Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-24T04:31:02.564Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-24T04:31:02.564Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2021-08-24T04:31:02.564Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2021-08-24T04:31:02.564Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-08-24T04:31:02.564Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=be9ab760-da67-49d7-97ae-0d5d3cc83f6a 2021-08-24T04:31:02.564Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-24T04:31:02.564Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-08-24T04:31:02.564Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-24T04:31:02.564Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-08-24T04:31:02.564Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-24T04:31:02.564Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-08-24T04:31:02.564Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-24T04:31:02.564Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-08-24T04:31:02.564Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basicclamp Description:service Model UUID:e8890b2c-a44a-45a5-8cf3-3eb5cdbc9400 Model Version:NULL Model InvariantUuid:8dd3a760-bf2d-4e46-804f-1bc7d3e7e9ea Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basicclamp Model UUID:7a45f38a-dab1-42ff-bb9f-f139584f2371 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:cd8ff8e3-76b9-4d7a-88ec-85d8d34fc99b Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:9dafe73a-f76a-456b-9be1-5793bb788baa NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:1c405baf-b25d-40be-8df8-0f50793e173a ModelName:Basicclamp..base_ubuntu18..module-0 ModelUuid:74d12609-6e9e-4390-a9c0-9ad87939a108 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:be9ab760-da67-49d7-97ae-0d5d3cc83f6a ModelInvariantUuid:ea0b9fca-1a30-4a32-9a6d-bffc38a8d3be ModelName:basicclamp-nodes.ubuntu18Cvfc ModelUuid:4089d0b6-8229-4fd8-9160-3f44a18875a0 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:50bfbf89-a36d-410f-9c74-d4d58cc0b0c9 ModelInvariantUuid:bde8b496-a89f-4281-93a1-b18caf9c7c3f ModelName:Basicclamp.compute.nodes.heat.ubuntu18 ModelUuid:9f90f5ce-f89b-45c7-ac34-d9262daff30c ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-08-24T04:31:02.571Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: cfd27730-a465-4cdb-968e-14cac03828e7 Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-08-24T04:31:02.573Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||INFO|500||basicclamp 0 2021-08-24T04:31:02.573Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: cfd27730-a465-4cdb-968e-14cac03828e7 2021-08-24T04:31:02.573Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 48ebdee6-78df-456e-b67b-6e1f0b0f2f26 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2021-08-24T04:31:02.573Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||INFO|500||DistributionClient - download 2021-08-24T04:31:02.573Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|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 2021-08-24T04:31:03.220Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2021-08-24T04:31:03.220Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 48ebdee6-78df-456e-b67b-6e1f0b0f2f26 790 2021-08-24T04:31:03.220Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|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 2021-08-24T04:31:03.221Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|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 2021-08-24T04:31:03.221Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-08-24T04:31:03.221Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-08-24T04:31:03.223Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-24T04:31:03.224Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "99b1029c-14da-4b87-93bb-721b6f5ba66f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629779463220, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-08-24T04:31:03.324Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-24T04:31:03.325Z||pool-71-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-24T04:31:03.325Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Vzzhpb2vWYCtMmLH) ... 2021-08-24T04:31:03.338Z||pool-71-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T04:31:03.338Z||pool-71-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-08-24T04:31:04.224Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "1c405baf-b25d-40be-8df8-0f50793e173a", "vfModuleModelVersion": "1", "vfModuleModelUUID": "74d12609-6e9e-4390-a9c0-9ad87939a108", "vfModuleModelCustomizationUUID": "ce0e8e10-6124-4218-948f-d52ecbdb3c34", "isBase": true, "artifacts": [ "ea654263-0b24-4b97-81c1-d0ee1d30f845", "24f2e070-4d59-4991-8a8c-5a2fd118c2bc" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu18", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2021-08-24T04:31:04.229Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Basicclamp..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:74d12609-6e9e-4390-a9c0-9ad87939a108 VfModuleModelInvariantUUID:1c405baf-b25d-40be-8df8-0f50793e173a VfModuleModelDescription:NULL Artifacts UUID List:{ ea654263-0b24-4b97-81c1-d0ee1d30f845 , 24f2e070-4d59-4991-8a8c-5a2fd118c2bc } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu18 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2021-08-24T04:31:04.232Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "1c405baf-b25d-40be-8df8-0f50793e173a", "vfModuleModelVersion": "1", "vfModuleModelUUID": "74d12609-6e9e-4390-a9c0-9ad87939a108", "vfModuleModelCustomizationUUID": "ce0e8e10-6124-4218-948f-d52ecbdb3c34", "isBase": true, "artifacts": [ "ea654263-0b24-4b97-81c1-d0ee1d30f845", "24f2e070-4d59-4991-8a8c-5a2fd118c2bc" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu18", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2021-08-24T04:31:04.232Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Basicclamp..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:74d12609-6e9e-4390-a9c0-9ad87939a108 VfModuleModelInvariantUUID:1c405baf-b25d-40be-8df8-0f50793e173a VfModuleModelDescription:NULL Artifacts UUID List:{ ea654263-0b24-4b97-81c1-d0ee1d30f845 , 24f2e070-4d59-4991-8a8c-5a2fd118c2bc } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu18 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2021-08-24T04:31:04.232Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: ea654263-0b24-4b97-81c1-d0ee1d30f845 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2021-08-24T04:31:04.232Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||INFO|500||DistributionClient - download 2021-08-24T04:31:04.232Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|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 2021-08-24T04:31:04.614Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2021-08-24T04:31:04.615Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ea654263-0b24-4b97-81c1-d0ee1d30f845 5033 2021-08-24T04:31:04.615Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|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 2021-08-24T04:31:04.615Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|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 2021-08-24T04:31:04.615Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-08-24T04:31:04.616Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-08-24T04:31:04.618Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-24T04:31:04.618Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "99b1029c-14da-4b87-93bb-721b6f5ba66f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629779464615, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-08-24T04:31:04.719Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-08-24T04:31:04.720Z||pool-72-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-24T04:31:04.720Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Vzzhpb2vWYCtMmLH) ... 2021-08-24T04:31:04.732Z||pool-72-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T04:31:04.732Z||pool-72-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-08-24T04:31:05.619Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 24f2e070-4d59-4991-8a8c-5a2fd118c2bc from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2021-08-24T04:31:05.620Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||INFO|500||DistributionClient - download 2021-08-24T04:31:05.620Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|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 2021-08-24T04:31:05.743Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2021-08-24T04:31:05.744Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 24f2e070-4d59-4991-8a8c-5a2fd118c2bc 909 2021-08-24T04:31:05.744Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|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 2021-08-24T04:31:05.744Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|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 2021-08-24T04:31:05.744Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-08-24T04:31:05.744Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-08-24T04:31:05.747Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-24T04:31:05.747Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "99b1029c-14da-4b87-93bb-721b6f5ba66f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629779465744, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-08-24T04:31:05.848Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-24T04:31:05.849Z||pool-73-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-24T04:31:05.849Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Vzzhpb2vWYCtMmLH) ... 2021-08-24T04:31:05.857Z||pool-73-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T04:31:05.858Z||pool-73-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-08-24T04:31:06.748Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: e8890b2c-a44a-45a5-8cf3-3eb5cdbc9400 2021-08-24T04:31:06.749Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basicclamp 0 cfd27730-a465-4cdb-968e-14cac03828e7 ASDC Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-08-24T04:31:06.764Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-24T04:31:06.765Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-08-24T04:31:06.765Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 2021-08-24T04:31:06.765Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= 9dafe73a-f76a-456b-9be1-5793bb788baa 2021-08-24T04:31:06.766Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 9dafe73a-f76a-456b-9be1-5793bb788baa matches Tosca VF Customization UUID: 9dafe73a-f76a-456b-9be1-5793bb788baa 2021-08-24T04:31:06.766Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: 9dafe73a-f76a-456b-9be1-5793bb788baa matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2021-08-24T04:31:06.768Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-24T04:31:06.769Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-08-24T04:31:06.769Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id 9dafe73a-f76a-456b-9be1-5793bb788baa: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"} 2021-08-24T04:31:06.769Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3bdf5209 2021-08-24T04:31:06.769Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-24T04:31:06.770Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-08-24T04:31:06.770Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : ce0e8e10-6124-4218-948f-d52ecbdb3c34 2021-08-24T04:31:06.770Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID ce0e8e10-6124-4218-948f-d52ecbdb3c34 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2021-08-24T04:31:06.772Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-24T04:31:06.772Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-08-24T04:31:06.772Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-24T04:31:06.772Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-24T04:31:06.772Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-08-24T04:31:06.772Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-24T04:31:06.772Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-24T04:31:06.772Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2021-08-24T04:31:06.772Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2021-08-24T04:31:06.773Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-08-24T04:31:06.773Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=be9ab760-da67-49d7-97ae-0d5d3cc83f6a Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-08-24T04:31:06.774Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-24T04:31:06.775Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-08-24T04:31:06.775Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-24T04:31:06.775Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-24T04:31:06.775Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-08-24T04:31:06.775Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=9dafe73a-f76a-456b-9be1-5793bb788baa Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-08-24T04:31:06.777Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-24T04:31:06.777Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-08-24T04:31:06.777Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid e8890b2c-a44a-45a5-8cf3-3eb5cdbc9400: basicclamp 2021-08-24T04:31:06.777Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-24T04:31:06.777Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-08-24T04:31:06.777Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-24T04:31:06.777Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-08-24T04:31:06.777Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-24T04:31:06.777Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-08-24T04:31:06.777Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-24T04:31:06.778Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-08-24T04:31:06.778Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-24T04:31:06.778Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-08-24T04:31:06.778Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||INFO|500||Saving Service: basicclamp Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-08-24T04:31:06.855Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basicclamp cfd27730-a465-4cdb-968e-14cac03828e7 1 ASDC deployResourceStructure 2021-08-24T04:31:06.855Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|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 2021-08-24T04:31:06.855Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|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 2021-08-24T04:31:06.855Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-08-24T04:31:06.856Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-08-24T04:31:06.858Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-24T04:31:06.858Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "99b1029c-14da-4b87-93bb-721b6f5ba66f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629779466855, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-08-24T04:31:06.958Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-24T04:31:06.959Z||pool-74-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-24T04:31:06.959Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Vzzhpb2vWYCtMmLH) ... 2021-08-24T04:31:06.968Z||pool-74-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T04:31:06.969Z||pool-74-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-08-24T04:31:07.858Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|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 2021-08-24T04:31:07.859Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|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 2021-08-24T04:31:07.860Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-08-24T04:31:07.860Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-08-24T04:31:07.862Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-24T04:31:07.863Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "99b1029c-14da-4b87-93bb-721b6f5ba66f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629779467858, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2021-08-24T04:31:07.963Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-24T04:31:07.964Z||pool-75-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-24T04:31:07.964Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Vzzhpb2vWYCtMmLH) ... 2021-08-24T04:31:07.974Z||pool-75-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T04:31:07.974Z||pool-75-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-08-24T04:31:08.864Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|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 2021-08-24T04:31:08.864Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|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 2021-08-24T04:31:08.864Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-08-24T04:31:08.865Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-08-24T04:31:08.867Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-24T04:31:08.867Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "99b1029c-14da-4b87-93bb-721b6f5ba66f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629779468863, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2021-08-24T04:31:08.968Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-24T04:31:08.968Z||pool-76-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-24T04:31:08.968Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Vzzhpb2vWYCtMmLH) ... 2021-08-24T04:31:08.979Z||pool-76-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T04:31:08.980Z||pool-76-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-08-24T04:31:09.868Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|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 2021-08-24T04:31:09.869Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|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 2021-08-24T04:31:09.869Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-08-24T04:31:09.869Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-08-24T04:31:09.872Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-24T04:31:09.872Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "99b1029c-14da-4b87-93bb-721b6f5ba66f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629779469868, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-08-24T04:31:09.972Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-24T04:31:09.973Z||pool-77-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-24T04:31:09.973Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Vzzhpb2vWYCtMmLH) ... 2021-08-24T04:31:09.983Z||pool-77-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T04:31:09.983Z||pool-77-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-08-24T04:31:10.873Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 99b1029c-14da-4b87-93bb-721b6f5ba66f Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-08-24T04:31:10.881Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 99b1029c-14da-4b87-93bb-721b6f5ba66f Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-08-24T04:31:10.883Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-08-24T04:31:10.883Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-08-24T04:31:10.884Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-08-24T04:31:40.884Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 99b1029c-14da-4b87-93bb-721b6f5ba66f Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-08-24T04:31:40.893Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 99b1029c-14da-4b87-93bb-721b6f5ba66f Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-08-24T04:31:40.895Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-08-24T04:31:40.896Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-08-24T04:31:40.896Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-08-24T04:31:56.286Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T04:31:56.287Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T04:31:56.287Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T04:31:56.311Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T04:31:56.311Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T04:31:56.312Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "99b1029c-14da-4b87-93bb-721b6f5ba66f", "consumerID": "dcae-sch", "timestamp": 1629779396551, "artifactURL": "/sdc/v1/catalog/services/e8890b2c-a44a-45a5-8cf3-3eb5cdbc9400/resourceInstances/basicclamp0/artifacts/eaaad1f8-1ece-4b5c-9394-67249fde7e50", "status": "DOWNLOAD_OK" } 2021-08-24T04:31:56.313Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-24T04:32:10.896Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 99b1029c-14da-4b87-93bb-721b6f5ba66f Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-08-24T04:32:10.906Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 99b1029c-14da-4b87-93bb-721b6f5ba66f Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-08-24T04:32:10.907Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-08-24T04:32:10.907Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-08-24T04:32:10.907Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-08-24T04:32:40.908Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 99b1029c-14da-4b87-93bb-721b6f5ba66f Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-08-24T04:32:40.958Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 99b1029c-14da-4b87-93bb-721b6f5ba66f Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-08-24T04:32:40.962Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-08-24T04:32:40.962Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-08-24T04:32:40.962Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-08-24T04:32:56.286Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T04:32:56.287Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T04:32:56.287Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T04:32:56.315Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T04:32:56.318Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T04:32:56.318Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "527680ba-3247-4305-81f0-2bb3c58c7da7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629779396284, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-24T04:32:56.319Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-24T04:32:56.319Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T04:32:56.319Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "99b1029c-14da-4b87-93bb-721b6f5ba66f", "consumerID": "cds", "timestamp": 1629779389329, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-08-24T04:32:56.319Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-24T04:32:56.320Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T04:32:56.320Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "99b1029c-14da-4b87-93bb-721b6f5ba66f", "consumerID": "policy-id", "timestamp": 1629779392422, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-24T04:32:56.320Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-24T04:32:56.320Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T04:32:56.320Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "99b1029c-14da-4b87-93bb-721b6f5ba66f", "consumerID": "multicloud-k8s-id", "timestamp": 1629779397146, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-08-24T04:32:56.320Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-24T04:32:56.320Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T04:32:56.320Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "99b1029c-14da-4b87-93bb-721b6f5ba66f", "consumerID": "clamp", "timestamp": 1629779396528, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-08-24T04:32:56.320Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-24T04:32:56.320Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T04:32:56.320Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "99b1029c-14da-4b87-93bb-721b6f5ba66f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629779397460, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-08-24T04:32:56.326Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 99b1029c-14da-4b87-93bb-721b6f5ba66f 2021-08-24T04:32:56.326Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 99b1029c-14da-4b87-93bb-721b6f5ba66f and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-08-24T04:32:56.333Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T04:32:56.334Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "99b1029c-14da-4b87-93bb-721b6f5ba66f", "consumerID": "dcae-sch", "timestamp": 1629779397777, "artifactURL": "/sdc/v1/catalog/services/e8890b2c-a44a-45a5-8cf3-3eb5cdbc9400/resourceInstances/basicclamp0/artifacts/eaaad1f8-1ece-4b5c-9394-67249fde7e50", "status": "DEPLOY_OK" } 2021-08-24T04:32:56.334Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-24T04:32:56.334Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T04:32:56.334Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "527680ba-3247-4305-81f0-2bb3c58c7da7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629779396284, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2021-08-24T04:32:56.334Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-24T04:32:56.334Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T04:32:56.334Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "99b1029c-14da-4b87-93bb-721b6f5ba66f", "consumerID": "policy-id", "timestamp": 1629779392422, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-08-24T04:32:56.334Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-24T04:32:56.335Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T04:32:56.335Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "99b1029c-14da-4b87-93bb-721b6f5ba66f", "consumerID": "clamp", "timestamp": 1629779396528, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-24T04:32:56.335Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-24T04:32:56.335Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T04:32:56.335Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "99b1029c-14da-4b87-93bb-721b6f5ba66f", "consumerID": "dcae-sch", "timestamp": 1629779398781, "artifactURL": "/sdc/v1/catalog/services/e8890b2c-a44a-45a5-8cf3-3eb5cdbc9400/resourceInstances/basicclamp0/artifacts/eaaad1f8-1ece-4b5c-9394-67249fde7e50", "status": "COMPONENT_DONE_OK", "componentName": "service-change-handler" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-08-24T04:32:56.339Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: service-change-handler and status of COMPONENT_DONE_OK distributionID of 99b1029c-14da-4b87-93bb-721b6f5ba66f 2021-08-24T04:32:56.340Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 99b1029c-14da-4b87-93bb-721b6f5ba66f and ComponentName service-change-handler Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-08-24T04:32:56.346Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T04:32:56.346Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "527680ba-3247-4305-81f0-2bb3c58c7da7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629779396284, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2021-08-24T04:32:56.346Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-24T04:32:56.347Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T04:32:56.347Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "99b1029c-14da-4b87-93bb-721b6f5ba66f", "consumerID": "policy-id", "timestamp": 1629779392422, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-08-24T04:32:56.347Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-24T04:32:56.347Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T04:32:56.347Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "99b1029c-14da-4b87-93bb-721b6f5ba66f", "consumerID": "clamp", "timestamp": 1629779396528, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-08-24T04:32:56.347Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-24T04:32:56.347Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T04:32:56.347Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "527680ba-3247-4305-81f0-2bb3c58c7da7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629779396284, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-08-24T04:32:56.347Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-24T04:32:56.347Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T04:32:56.347Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "99b1029c-14da-4b87-93bb-721b6f5ba66f", "consumerID": "policy-id", "timestamp": 1629779392422, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-08-24T04:32:56.347Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-24T04:32:56.347Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T04:32:56.347Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "99b1029c-14da-4b87-93bb-721b6f5ba66f", "consumerID": "clamp", "timestamp": 1629779396528, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-08-24T04:32:56.348Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-24T04:32:56.348Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T04:32:56.348Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "99b1029c-14da-4b87-93bb-721b6f5ba66f", "consumerID": "cds", "timestamp": 1629779400352, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-24T04:32:56.348Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-24T04:32:56.348Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T04:32:56.348Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "99b1029c-14da-4b87-93bb-721b6f5ba66f", "consumerID": "multicloud-k8s-id", "timestamp": 1629779400520, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-08-24T04:32:56.348Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-24T04:32:56.348Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T04:32:56.348Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "527680ba-3247-4305-81f0-2bb3c58c7da7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629779396284, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-08-24T04:32:56.348Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-24T04:32:56.348Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T04:32:56.348Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "99b1029c-14da-4b87-93bb-721b6f5ba66f", "consumerID": "clamp", "timestamp": 1629779396528, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-24T04:32:56.348Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-24T04:32:56.348Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T04:32:56.348Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "99b1029c-14da-4b87-93bb-721b6f5ba66f", "consumerID": "cds", "timestamp": 1629779401358, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-08-24T04:32:56.352Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 99b1029c-14da-4b87-93bb-721b6f5ba66f 2021-08-24T04:32:56.352Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 99b1029c-14da-4b87-93bb-721b6f5ba66f and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-08-24T04:32:56.357Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T04:32:56.357Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "99b1029c-14da-4b87-93bb-721b6f5ba66f", "consumerID": "multicloud-k8s-id", "timestamp": 1629779401538, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-08-24T04:32:56.360Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 99b1029c-14da-4b87-93bb-721b6f5ba66f 2021-08-24T04:32:56.360Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 99b1029c-14da-4b87-93bb-721b6f5ba66f and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-08-24T04:32:56.365Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T04:32:56.365Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "527680ba-3247-4305-81f0-2bb3c58c7da7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629779396284, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-24T04:32:56.365Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-24T04:32:56.365Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T04:32:56.365Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "99b1029c-14da-4b87-93bb-721b6f5ba66f", "consumerID": "clamp", "timestamp": 1629779396528, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-08-24T04:32:56.366Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-24T04:32:56.366Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T04:32:56.366Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "99b1029c-14da-4b87-93bb-721b6f5ba66f", "consumerID": "multicloud-k8s-id", "timestamp": 1629779402541, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-08-24T04:32:56.366Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-24T04:32:56.366Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T04:32:56.366Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "99b1029c-14da-4b87-93bb-721b6f5ba66f", "consumerID": "policy-id", "timestamp": 1629779402650, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-24T04:32:56.366Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-24T04:32:56.366Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T04:32:56.366Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "527680ba-3247-4305-81f0-2bb3c58c7da7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629779396284, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2021-08-24T04:32:56.366Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-24T04:32:56.366Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T04:32:56.366Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "99b1029c-14da-4b87-93bb-721b6f5ba66f", "consumerID": "clamp", "timestamp": 1629779396528, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-08-24T04:32:56.366Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-24T04:32:56.366Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T04:32:56.366Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "99b1029c-14da-4b87-93bb-721b6f5ba66f", "consumerID": "policy-id", "timestamp": 1629779403653, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-08-24T04:32:56.366Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-24T04:32:56.366Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T04:32:56.366Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "99b1029c-14da-4b87-93bb-721b6f5ba66f", "consumerID": "aai-ml", "timestamp": 1629779403227, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-08-24T04:32:56.366Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-24T04:32:56.366Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T04:32:56.366Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "527680ba-3247-4305-81f0-2bb3c58c7da7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629779396284, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-08-24T04:32:56.366Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-24T04:32:56.366Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T04:32:56.366Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "99b1029c-14da-4b87-93bb-721b6f5ba66f", "consumerID": "clamp", "timestamp": 1629779396528, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-08-24T04:32:56.366Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-24T04:32:56.367Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T04:32:56.367Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "99b1029c-14da-4b87-93bb-721b6f5ba66f", "consumerID": "policy-id", "timestamp": 1629779404656, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-08-24T04:32:56.369Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 99b1029c-14da-4b87-93bb-721b6f5ba66f 2021-08-24T04:32:56.369Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 99b1029c-14da-4b87-93bb-721b6f5ba66f and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2021-08-24T04:32:56.373Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T04:32:56.373Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "99b1029c-14da-4b87-93bb-721b6f5ba66f", "consumerID": "aai-ml", "timestamp": 1629779403227, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-24T04:32:56.373Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-24T04:32:56.373Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T04:32:56.373Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "527680ba-3247-4305-81f0-2bb3c58c7da7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629779396284, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-08-24T04:32:56.373Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-24T04:32:56.373Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T04:32:56.373Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "99b1029c-14da-4b87-93bb-721b6f5ba66f", "consumerID": "aai-ml", "timestamp": 1629779403227, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-08-24T04:32:56.373Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-24T04:32:56.373Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T04:32:56.374Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "527680ba-3247-4305-81f0-2bb3c58c7da7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629779406163, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-24T04:32:56.374Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-24T04:32:56.374Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T04:32:56.374Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "99b1029c-14da-4b87-93bb-721b6f5ba66f", "consumerID": "aai-ml", "timestamp": 1629779403227, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-08-24T04:32:56.374Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-24T04:32:56.374Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T04:32:56.374Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "99b1029c-14da-4b87-93bb-721b6f5ba66f", "consumerID": "aai-ml", "timestamp": 1629779403227, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-24T04:32:56.374Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-24T04:32:56.374Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T04:32:56.374Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "527680ba-3247-4305-81f0-2bb3c58c7da7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629779408701, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2021-08-24T04:32:56.374Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-24T04:32:56.374Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T04:32:56.374Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "99b1029c-14da-4b87-93bb-721b6f5ba66f", "consumerID": "aai-ml", "timestamp": 1629779403227, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-08-24T04:32:56.374Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-24T04:32:56.374Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T04:32:56.374Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "99b1029c-14da-4b87-93bb-721b6f5ba66f", "consumerID": "aai-ml", "timestamp": 1629779403227, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-08-24T04:32:56.374Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-24T04:32:56.374Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T04:32:56.374Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "527680ba-3247-4305-81f0-2bb3c58c7da7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629779410103, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2021-08-24T04:32:56.374Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-24T04:32:56.374Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T04:32:56.374Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "99b1029c-14da-4b87-93bb-721b6f5ba66f", "consumerID": "aai-ml", "timestamp": 1629779403227, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-08-24T04:32:56.374Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-24T04:32:56.374Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T04:32:56.374Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "527680ba-3247-4305-81f0-2bb3c58c7da7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629779411214, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2021-08-24T04:32:56.374Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-24T04:32:56.374Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T04:32:56.374Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "99b1029c-14da-4b87-93bb-721b6f5ba66f", "consumerID": "aai-ml", "timestamp": 1629779412013, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-24T04:32:56.374Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-24T04:32:56.374Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T04:32:56.374Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "527680ba-3247-4305-81f0-2bb3c58c7da7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629779412344, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2021-08-24T04:32:56.374Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-24T04:32:56.374Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T04:32:56.374Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "527680ba-3247-4305-81f0-2bb3c58c7da7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629779414022, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2021-08-24T04:32:56.374Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-24T04:32:56.375Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T04:32:56.375Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "527680ba-3247-4305-81f0-2bb3c58c7da7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629779415122, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2021-08-24T04:32:56.375Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-24T04:32:56.375Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T04:32:56.375Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "527680ba-3247-4305-81f0-2bb3c58c7da7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629779416125, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2021-08-24T04:32:56.375Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-24T04:32:56.375Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T04:32:56.375Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "527680ba-3247-4305-81f0-2bb3c58c7da7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629779417130, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2021-08-24T04:32:56.375Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-24T04:32:56.375Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T04:32:56.375Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "99b1029c-14da-4b87-93bb-721b6f5ba66f", "consumerID": "clamp", "timestamp": 1629779417999, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-24T04:32:56.375Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-24T04:32:56.375Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T04:32:56.375Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "527680ba-3247-4305-81f0-2bb3c58c7da7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629779418135, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2021-08-24T04:32:56.375Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-24T04:32:56.375Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T04:32:56.375Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "99b1029c-14da-4b87-93bb-721b6f5ba66f", "consumerID": "clamp", "timestamp": 1629779419001, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-08-24T04:32:56.375Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-24T04:32:56.375Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T04:32:56.375Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "527680ba-3247-4305-81f0-2bb3c58c7da7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629779419141, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2021-08-24T04:32:56.375Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-24T04:32:56.375Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T04:32:56.375Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "527680ba-3247-4305-81f0-2bb3c58c7da7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629779420144, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-08-24T04:32:56.375Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-24T04:32:56.375Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T04:32:56.375Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "99b1029c-14da-4b87-93bb-721b6f5ba66f", "consumerID": "aai-ml", "timestamp": 1629779420519, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-08-24T04:32:56.375Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-24T04:32:56.375Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T04:32:56.375Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "99b1029c-14da-4b87-93bb-721b6f5ba66f", "consumerID": "aai-ml", "timestamp": 1629779421524, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-08-24T04:32:56.378Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 99b1029c-14da-4b87-93bb-721b6f5ba66f 2021-08-24T04:32:56.378Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 99b1029c-14da-4b87-93bb-721b6f5ba66f and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-08-24T04:32:56.383Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T04:32:56.383Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "99b1029c-14da-4b87-93bb-721b6f5ba66f", "consumerID": "clamp", "timestamp": 1629779423067, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-08-24T04:32:56.383Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-24T04:32:56.383Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T04:32:56.383Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "99b1029c-14da-4b87-93bb-721b6f5ba66f", "consumerID": "clamp", "timestamp": 1629779424070, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-08-24T04:32:56.383Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-24T04:32:56.383Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T04:32:56.383Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "99b1029c-14da-4b87-93bb-721b6f5ba66f", "consumerID": "clamp", "timestamp": 1629779425072, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-08-24T04:32:56.386Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 99b1029c-14da-4b87-93bb-721b6f5ba66f 2021-08-24T04:32:56.386Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 99b1029c-14da-4b87-93bb-721b6f5ba66f and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-08-24T04:32:56.390Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T04:32:56.390Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "527680ba-3247-4305-81f0-2bb3c58c7da7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629779451288, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-08-24T04:32:56.391Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-24T04:32:56.391Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T04:32:56.391Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "99b1029c-14da-4b87-93bb-721b6f5ba66f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629779396284, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-08-24T04:32:56.391Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-24T04:32:56.391Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T04:32:56.391Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "99b1029c-14da-4b87-93bb-721b6f5ba66f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629779396284, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-24T04:32:56.391Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-24T04:32:56.391Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T04:32:56.391Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "99b1029c-14da-4b87-93bb-721b6f5ba66f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629779396284, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-08-24T04:32:56.391Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-24T04:32:56.391Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T04:32:56.391Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "99b1029c-14da-4b87-93bb-721b6f5ba66f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629779396284, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-08-24T04:32:56.391Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-24T04:33:10.962Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 99b1029c-14da-4b87-93bb-721b6f5ba66f Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-08-24T04:33:10.973Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 99b1029c-14da-4b87-93bb-721b6f5ba66f Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-08-24T04:33:10.977Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-08-24T04:33:10.977Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-08-24T04:33:10.977Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-08-24T04:33:10.977Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-08-24T04:33:10.977Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-24T04:33:10.978Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-24T04:33:10.978Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-24T04:33:10.978Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-24T04:33:10.978Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-24T04:33:10.978Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-24T04:33:10.978Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-24T04:33:10.978Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|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=? 2021-08-24T04:33:10.984Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-08-24T04:33:40.984Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 99b1029c-14da-4b87-93bb-721b6f5ba66f and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2021-08-24T04:33:40.989Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 99b1029c-14da-4b87-93bb-721b6f5ba66f and serviceModelVersionId: e8890b2c-a44a-45a5-8cf3-3eb5cdbc9400 2021-08-24T04:33:40.990Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8dd3a760-bf2d-4e46-804f-1bc7d3e7e9ea 2021-08-24T04:33:40.991Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8dd3a760-bf2d-4e46-804f-1bc7d3e7e9ea/model-vers/model-ver/e8890b2c-a44a-45a5-8cf3-3eb5cdbc9400?depth=0 2021-08-24T04:33:40.995Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2021-08-24T04:33:41.018Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/8dd3a760-bf2d-4e46-804f-1bc7d3e7e9ea/model-vers/model-ver/e8890b2c-a44a-45a5-8cf3-3eb5cdbc9400?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2021-08-24T04:33:41.018Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/8dd3a760-bf2d-4e46-804f-1bc7d3e7e9ea/model-vers/model-ver/e8890b2c-a44a-45a5-8cf3-3eb5cdbc9400?depth=0|INFO|500||Invoke 2021-08-24T04:33:41.032Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/8dd3a760-bf2d-4e46-804f-1bc7d3e7e9ea/model-vers/model-ver/e8890b2c-a44a-45a5-8cf3-3eb5cdbc9400?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-08-24T04:33:41.156Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/8dd3a760-bf2d-4e46-804f-1bc7d3e7e9ea/model-vers/model-ver/e8890b2c-a44a-45a5-8cf3-3eb5cdbc9400?depth=0|INFO|500||InvokeReturn 2021-08-24T04:33:41.156Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/8dd3a760-bf2d-4e46-804f-1bc7d3e7e9ea/model-vers/model-ver/e8890b2c-a44a-45a5-8cf3-3eb5cdbc9400?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210824-04:33:41:037-68404], vertex-id=[225432], Content-Length=[0], Date=[Tue, 24 Aug 2021 04:33:41 GMT], Content-Type=[application/json]} 2021-08-24T04:33:41.156Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity. 2021-08-24T04:33:41.157Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-08-24T04:33:41.157Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-08-24T04:33:41.162Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|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) 2021-08-24T04:33:41.162Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 99b1029c-14da-4b87-93bb-721b6f5ba66f and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-08-24T04:33:41.162Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-08-24T04:33:41.163Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-08-24T04:33:41.164Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-24T04:33:41.164Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "99b1029c-14da-4b87-93bb-721b6f5ba66f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629779621162, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-08-24T04:33:41.265Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-08-24T04:33:41.265Z||pool-78-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-24T04:33:41.266Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Vzzhpb2vWYCtMmLH) ... 2021-08-24T04:33:41.278Z||pool-78-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T04:33:41.278Z||pool-78-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-08-24T04:33:42.175Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T04:33:42.175Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T04:33:42.176Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T04:33:52.371Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T04:33:52.371Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T04:33:52.372Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T04:33:52.372Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T04:33:56.286Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T04:33:56.286Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T04:33:56.286Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T04:33:56.305Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T04:33:56.306Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T04:33:56.306Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "99b1029c-14da-4b87-93bb-721b6f5ba66f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629779396284, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-24T04:33:56.306Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-24T04:33:56.306Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T04:33:56.306Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "99b1029c-14da-4b87-93bb-721b6f5ba66f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629779396284, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-08-24T04:33:56.306Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-24T04:33:56.306Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T04:33:56.306Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "99b1029c-14da-4b87-93bb-721b6f5ba66f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629779396284, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-08-24T04:33:56.307Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-24T04:33:56.307Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T04:33:56.307Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "99b1029c-14da-4b87-93bb-721b6f5ba66f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629779396284, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-08-24T04:33:56.307Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-24T04:33:56.307Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T04:33:56.307Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "99b1029c-14da-4b87-93bb-721b6f5ba66f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629779460685, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-24T04:33:56.307Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-24T04:33:56.307Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T04:33:56.307Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "99b1029c-14da-4b87-93bb-721b6f5ba66f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629779463220, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-08-24T04:33:56.307Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-24T04:33:56.307Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T04:33:56.307Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "99b1029c-14da-4b87-93bb-721b6f5ba66f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629779464615, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-08-24T04:33:56.307Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-24T04:33:56.307Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T04:33:56.307Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "99b1029c-14da-4b87-93bb-721b6f5ba66f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629779465744, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-08-24T04:33:56.307Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-24T04:33:56.307Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T04:33:56.307Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "99b1029c-14da-4b87-93bb-721b6f5ba66f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629779466855, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-08-24T04:33:56.307Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-24T04:33:56.308Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T04:33:56.308Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "99b1029c-14da-4b87-93bb-721b6f5ba66f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629779467858, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2021-08-24T04:33:56.308Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-24T04:33:56.308Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T04:33:56.308Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "99b1029c-14da-4b87-93bb-721b6f5ba66f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629779468863, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2021-08-24T04:33:56.308Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-24T04:33:56.308Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T04:33:56.308Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "99b1029c-14da-4b87-93bb-721b6f5ba66f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629779469868, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-08-24T04:33:56.308Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-24T04:34:01.906Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T04:34:01.906Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T04:34:01.907Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T04:34:01.907Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T04:34:11.444Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T04:34:11.445Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T04:34:11.445Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T04:34:11.445Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T04:34:20.979Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T04:34:56.284Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T04:34:56.285Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T04:34:56.285Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T04:34:56.286Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T04:34:56.286Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T04:34:56.287Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T04:34:56.811Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T04:34:56.812Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-24T04:34:56.813Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "99b1029c-14da-4b87-93bb-721b6f5ba66f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629779621162, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-08-24T04:34:56.814Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-24T04:35:05.830Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T04:35:56.284Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T04:35:56.285Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T04:35:56.285Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T04:35:56.286Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T04:35:56.287Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T04:35:56.287Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T04:36:05.831Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T04:36:05.834Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T04:36:56.284Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T04:36:56.285Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T04:36:56.285Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T04:36:56.286Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T04:36:56.287Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T04:36:56.287Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T04:37:05.828Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T04:37:05.829Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T04:37:56.284Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T04:37:56.285Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T04:37:56.285Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T04:37:56.286Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T04:37:56.286Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T04:37:56.286Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T04:38:05.828Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T04:38:05.831Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T04:38:56.284Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T04:38:56.285Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T04:38:56.285Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T04:38:56.286Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T04:38:56.286Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T04:38:56.286Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T04:39:05.827Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T04:39:05.829Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T04:39:56.284Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T04:39:56.285Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T04:39:56.285Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T04:39:56.286Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T04:39:56.286Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T04:39:56.286Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T04:40:05.831Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T04:40:05.835Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T04:40:56.284Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T04:40:56.286Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T04:40:56.286Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T04:40:56.286Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T04:40:56.286Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T04:40:56.286Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T04:41:05.831Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T04:41:05.831Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T04:41:56.284Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T04:41:56.285Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T04:41:56.285Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T04:41:56.286Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T04:41:56.286Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T04:41:56.286Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T04:42:05.827Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T04:42:05.829Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T04:42:56.284Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T04:42:56.285Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T04:42:56.285Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T04:42:56.286Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T04:42:56.286Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T04:42:56.287Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T04:43:05.831Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T04:43:05.832Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T04:43:56.284Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T04:43:56.285Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T04:43:56.285Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T04:43:56.286Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T04:43:56.286Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T04:43:56.286Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T04:44:05.832Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T04:44:05.832Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T04:44:56.284Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T04:44:56.285Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T04:44:56.285Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T04:44:56.286Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T04:44:56.286Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T04:44:56.286Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T04:45:05.831Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T04:45:05.834Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T04:45:56.284Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T04:45:56.285Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T04:45:56.285Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T04:45:56.286Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T04:45:56.286Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T04:45:56.287Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T04:46:05.830Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T04:46:05.830Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T04:46:56.284Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T04:46:56.285Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T04:46:56.285Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T04:46:56.286Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T04:46:56.286Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T04:46:56.286Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T04:47:05.828Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T04:47:05.837Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T04:47:56.284Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T04:47:56.285Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T04:47:56.285Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T04:47:56.286Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T04:47:56.286Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T04:47:56.287Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T04:48:05.835Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T04:48:05.836Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T04:48:56.284Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T04:48:56.285Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T04:48:56.285Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T04:48:56.286Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T04:48:56.286Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T04:48:56.287Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T04:49:05.829Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T04:49:05.832Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T04:49:56.284Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T04:49:56.285Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T04:49:56.285Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T04:49:56.286Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T04:49:56.286Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T04:49:56.286Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T04:50:05.831Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T04:50:05.831Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T04:50:56.284Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T04:50:56.285Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T04:50:56.285Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T04:50:56.286Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T04:50:56.286Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T04:50:56.287Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T04:51:05.831Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T04:51:05.838Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T04:51:56.284Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T04:51:56.286Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T04:51:56.286Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T04:51:56.286Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T04:51:56.286Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T04:51:56.286Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T04:52:05.834Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T04:52:05.834Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T04:52:56.284Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T04:52:56.285Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T04:52:56.285Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T04:52:56.286Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T04:52:56.286Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T04:52:56.286Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T04:53:05.832Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T04:53:05.836Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T04:53:56.284Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T04:53:56.285Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T04:53:56.285Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T04:53:56.286Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T04:53:56.286Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T04:53:56.286Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T04:54:05.829Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T04:54:05.829Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T04:54:56.284Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T04:54:56.285Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T04:54:56.285Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T04:54:56.286Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T04:54:56.286Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T04:54:56.287Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T04:55:05.833Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T04:55:05.840Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T04:55:56.284Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T04:55:56.285Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T04:55:56.285Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T04:55:56.286Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T04:55:56.286Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T04:55:56.287Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T04:56:05.830Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T04:56:05.832Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T04:56:56.284Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T04:56:56.285Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T04:56:56.285Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T04:56:56.286Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T04:56:56.286Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T04:56:56.287Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T04:57:05.830Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T04:57:05.844Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T04:57:56.284Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T04:57:56.285Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T04:57:56.285Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T04:57:56.286Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T04:57:56.286Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T04:57:56.286Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T04:58:05.831Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T04:58:05.833Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T04:58:56.284Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T04:58:56.285Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T04:58:56.285Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T04:58:56.286Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T04:58:56.286Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T04:58:56.287Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T04:59:05.832Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T04:59:05.835Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T04:59:56.284Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T04:59:56.285Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T04:59:56.285Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T04:59:56.286Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T04:59:56.286Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T04:59:56.287Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T05:00:05.834Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T05:00:05.835Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T05:00:56.284Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T05:00:56.285Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T05:00:56.285Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T05:00:56.286Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T05:00:56.286Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T05:00:56.286Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T05:01:05.831Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T05:01:05.835Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T05:01:56.284Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T05:01:56.285Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T05:01:56.285Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T05:01:56.286Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T05:01:56.286Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T05:01:56.286Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T05:02:05.824Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T05:02:05.828Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T05:02:56.284Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T05:02:56.285Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T05:02:56.286Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T05:02:56.286Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T05:02:56.286Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T05:02:56.286Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T05:03:05.832Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T05:03:05.834Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T05:03:56.284Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T05:03:56.285Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T05:03:56.285Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T05:03:56.286Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T05:03:56.286Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T05:03:56.286Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T05:04:05.831Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T05:04:05.833Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T05:04:56.284Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T05:04:56.285Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T05:04:56.285Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T05:04:56.286Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T05:04:56.286Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T05:04:56.286Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T05:05:05.826Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T05:05:05.829Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T05:05:56.284Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T05:05:56.285Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T05:05:56.285Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T05:05:56.286Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T05:05:56.286Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T05:05:56.287Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T05:06:05.856Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T05:06:05.857Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T05:06:56.284Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T05:06:56.285Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T05:06:56.285Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T05:06:56.286Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T05:06:56.286Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T05:06:56.286Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T05:07:05.827Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T05:07:05.834Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T05:07:56.284Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T05:07:56.285Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T05:07:56.285Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T05:07:56.286Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T05:07:56.286Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T05:07:56.286Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T05:08:05.836Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T05:08:05.836Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T05:08:56.284Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T05:08:56.285Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T05:08:56.285Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T05:08:56.286Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T05:08:56.286Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T05:08:56.287Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T05:09:05.826Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T05:09:05.826Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T05:09:56.284Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T05:09:56.285Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T05:09:56.285Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T05:09:56.286Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T05:09:56.286Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T05:09:56.286Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T05:10:05.830Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T05:10:05.830Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T05:10:56.284Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T05:10:56.285Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T05:10:56.285Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T05:10:56.286Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T05:10:56.286Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T05:10:56.286Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T05:11:05.830Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T05:11:05.831Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T05:11:56.284Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T05:11:56.285Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T05:11:56.285Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T05:11:56.286Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T05:11:56.286Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T05:11:56.286Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T05:12:05.828Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T05:12:05.831Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T05:12:56.284Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T05:12:56.285Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T05:12:56.285Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T05:12:56.286Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T05:12:56.286Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T05:12:56.287Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T05:13:05.827Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T05:13:05.828Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T05:13:56.284Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T05:13:56.285Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T05:13:56.285Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T05:13:56.286Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T05:13:56.286Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T05:13:56.287Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T05:14:05.827Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T05:14:05.828Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T05:14:56.284Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T05:14:56.285Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T05:14:56.285Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T05:14:56.286Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T05:14:56.286Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T05:14:56.286Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T05:15:05.829Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T05:15:05.830Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T05:15:56.284Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T05:15:56.285Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T05:15:56.285Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T05:15:56.286Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T05:15:56.286Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T05:15:56.286Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T05:16:05.827Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T05:16:05.828Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T05:16:56.284Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T05:16:56.285Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T05:16:56.285Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T05:16:56.286Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T05:16:56.287Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T05:16:56.287Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T05:17:05.826Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T05:17:05.832Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T05:17:56.284Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T05:17:56.285Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T05:17:56.285Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T05:17:56.286Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T05:17:56.287Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T05:17:56.287Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T05:18:05.829Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T05:18:05.832Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T05:18:56.284Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T05:18:56.285Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T05:18:56.285Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T05:18:56.286Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T05:18:56.287Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T05:18:56.287Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T05:19:05.830Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T05:19:05.833Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T05:19:56.284Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T05:19:56.285Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T05:19:56.285Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T05:19:56.286Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T05:19:56.286Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T05:19:56.286Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T05:20:05.824Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T05:20:05.833Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T05:20:56.284Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T05:20:56.285Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T05:20:56.285Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T05:20:56.286Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T05:20:56.286Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T05:20:56.286Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T05:21:05.829Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T05:21:05.834Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T05:21:56.284Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T05:21:56.285Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T05:21:56.285Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T05:21:56.286Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T05:21:56.286Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T05:21:56.286Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T05:22:05.851Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T05:22:05.853Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T05:22:56.284Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T05:22:56.285Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T05:22:56.285Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T05:22:56.286Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T05:22:56.286Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T05:22:56.287Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T05:23:05.826Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T05:23:05.837Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T05:23:56.284Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T05:23:56.285Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T05:23:56.285Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T05:23:56.286Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T05:23:56.286Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T05:23:56.286Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T05:24:05.829Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T05:24:05.833Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T05:24:56.284Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T05:24:56.285Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T05:24:56.285Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T05:24:56.286Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T05:24:56.287Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T05:24:56.287Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T05:25:05.838Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T05:25:05.840Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T05:25:56.284Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T05:25:56.285Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T05:25:56.285Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T05:25:56.286Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T05:25:56.286Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T05:25:56.288Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T05:26:05.833Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T05:26:05.833Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T05:26:56.284Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T05:26:56.285Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T05:26:56.285Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T05:26:56.286Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T05:26:56.286Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T05:26:56.286Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T05:27:05.830Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T05:27:05.831Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T05:27:56.284Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T05:27:56.285Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T05:27:56.285Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T05:27:56.286Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T05:27:56.286Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T05:27:56.286Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T05:28:05.825Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T05:28:05.838Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T05:28:56.284Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T05:28:56.285Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T05:28:56.286Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T05:28:56.286Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T05:28:56.286Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T05:28:56.286Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T05:29:05.834Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T05:29:05.834Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T05:29:56.284Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T05:29:56.285Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T05:29:56.285Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T05:29:56.286Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T05:29:56.286Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T05:29:56.287Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T05:30:05.830Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T05:30:05.842Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T05:30:56.284Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T05:30:56.285Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T05:30:56.286Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T05:30:56.286Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T05:30:56.287Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T05:30:56.287Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T05:31:05.828Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T05:31:05.834Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T05:31:56.284Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T05:31:56.285Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T05:31:56.286Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T05:31:56.286Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T05:31:56.286Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T05:31:56.286Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T05:32:05.825Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T05:32:05.830Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T05:32:56.284Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T05:32:56.285Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T05:32:56.285Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T05:32:56.286Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T05:32:56.286Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T05:32:56.286Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T05:33:05.827Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T05:33:05.832Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T05:33:56.284Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T05:33:56.285Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T05:33:56.285Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T05:33:56.286Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T05:33:56.286Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T05:33:56.286Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T05:34:05.839Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T05:34:05.840Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T05:34:56.284Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T05:34:56.285Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T05:34:56.285Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T05:34:56.286Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T05:34:56.286Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T05:34:56.286Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T05:35:05.829Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T05:35:05.835Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T05:35:56.284Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T05:35:56.285Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T05:35:56.285Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T05:35:56.286Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T05:35:56.286Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T05:35:56.286Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T05:36:05.832Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T05:36:05.833Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T05:36:56.284Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T05:36:56.285Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T05:36:56.285Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T05:36:56.286Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T05:36:56.288Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T05:36:56.288Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T05:37:05.832Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T05:37:05.834Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T05:37:56.284Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T05:37:56.285Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T05:37:56.285Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T05:37:56.286Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T05:37:56.286Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T05:37:56.286Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T05:38:05.827Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T05:38:05.828Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T05:38:56.284Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T05:38:56.285Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T05:38:56.285Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T05:38:56.286Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T05:38:56.286Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T05:38:56.286Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T05:39:05.831Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T05:39:05.830Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T05:39:56.284Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T05:39:56.285Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T05:39:56.285Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T05:39:56.286Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T05:39:56.286Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T05:39:56.286Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T05:40:05.826Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T05:40:05.837Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T05:40:56.284Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T05:40:56.285Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T05:40:56.285Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T05:40:56.286Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T05:40:56.286Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T05:40:56.286Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T05:41:05.832Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T05:41:05.834Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T05:41:56.284Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T05:41:56.285Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T05:41:56.285Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T05:41:56.286Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T05:41:56.286Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T05:41:56.286Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T05:42:05.836Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T05:42:05.837Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T05:42:56.284Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T05:42:56.285Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T05:42:56.285Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T05:42:56.286Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T05:42:56.286Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T05:42:56.286Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T05:43:05.832Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T05:43:05.846Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T05:43:56.284Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T05:43:56.285Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T05:43:56.285Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T05:43:56.286Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T05:43:56.286Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T05:43:56.286Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T05:44:05.831Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T05:44:05.840Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T05:44:56.284Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T05:44:56.285Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T05:44:56.285Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T05:44:56.286Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T05:44:56.286Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T05:44:56.286Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T05:45:05.826Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T05:45:05.828Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T05:45:56.284Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T05:45:56.285Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T05:45:56.285Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T05:45:56.286Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T05:45:56.286Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T05:45:56.286Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T05:46:05.835Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T05:46:05.836Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T05:46:56.284Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T05:46:56.284Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T05:46:56.285Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T05:46:56.286Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T05:46:56.286Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T05:46:56.286Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T05:47:05.826Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T05:47:05.827Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T05:47:56.284Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T05:47:56.285Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T05:47:56.285Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T05:47:56.286Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T05:47:56.286Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T05:47:56.286Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T05:48:05.824Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T05:48:05.835Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T05:48:56.284Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T05:48:56.285Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T05:48:56.285Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T05:48:56.286Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T05:48:56.286Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T05:48:56.286Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T05:49:05.825Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T05:49:05.831Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T05:49:56.284Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T05:49:56.284Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T05:49:56.284Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T05:49:56.286Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T05:49:56.286Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T05:49:56.286Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T05:50:05.836Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T05:50:05.837Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T05:50:56.284Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T05:50:56.284Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T05:50:56.285Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Vzzhpb2vWYCtMmLH) ... 2021-08-24T05:50:56.286Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T05:50:56.286Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T05:50:56.286Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T05:51:05.827Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T05:51:05.832Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T05:51:56.284Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T05:51:56.285Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T05:51:56.285Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Vzzhpb2vWYCtMmLH) ... 2021-08-24T05:51:56.286Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T05:51:56.286Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T05:51:56.286Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T05:52:05.827Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T05:52:05.835Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T05:52:56.284Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T05:52:56.285Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T05:52:56.285Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Vzzhpb2vWYCtMmLH) ... 2021-08-24T05:52:56.286Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T05:52:56.286Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T05:52:56.286Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T05:53:05.828Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T05:53:05.828Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T05:53:56.284Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T05:53:56.285Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T05:53:56.285Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Vzzhpb2vWYCtMmLH) ... 2021-08-24T05:53:56.286Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T05:53:56.286Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T05:53:56.286Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T05:54:05.827Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T05:54:05.829Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T05:54:56.284Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T05:54:56.284Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T05:54:56.285Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Vzzhpb2vWYCtMmLH) ... 2021-08-24T05:54:56.286Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T05:54:56.286Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T05:54:56.286Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T05:55:05.826Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T05:55:05.842Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T05:55:56.284Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T05:55:56.285Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T05:55:56.285Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Vzzhpb2vWYCtMmLH) ... 2021-08-24T05:55:56.286Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T05:55:56.286Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T05:55:56.286Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T05:56:05.830Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T05:56:05.834Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T05:56:56.284Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T05:56:56.285Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T05:56:56.285Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Vzzhpb2vWYCtMmLH) ... 2021-08-24T05:56:56.286Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T05:56:56.287Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T05:56:56.287Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T05:57:05.841Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T05:57:05.842Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T05:57:56.284Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T05:57:56.285Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T05:57:56.285Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Vzzhpb2vWYCtMmLH) ... 2021-08-24T05:57:56.286Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T05:57:56.286Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T05:57:56.286Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T05:58:05.828Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T05:58:05.834Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T05:58:56.284Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T05:58:56.285Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T05:58:56.285Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Vzzhpb2vWYCtMmLH) ... 2021-08-24T05:58:56.286Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T05:58:56.286Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T05:58:56.286Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T05:59:05.830Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T05:59:05.830Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T05:59:56.284Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T05:59:56.285Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T05:59:56.285Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Vzzhpb2vWYCtMmLH) ... 2021-08-24T05:59:56.286Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T05:59:56.286Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T05:59:56.286Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T06:00:05.838Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T06:00:05.839Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T06:00:56.284Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T06:00:56.285Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T06:00:56.285Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Vzzhpb2vWYCtMmLH) ... 2021-08-24T06:00:56.286Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T06:00:56.286Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T06:00:56.286Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T06:01:05.831Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T06:01:05.833Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T06:01:56.284Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T06:01:56.285Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T06:01:56.285Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Vzzhpb2vWYCtMmLH) ... 2021-08-24T06:01:56.286Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T06:01:56.286Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T06:01:56.286Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T06:02:05.824Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T06:02:05.831Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T06:02:56.284Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T06:02:56.285Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T06:02:56.285Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Vzzhpb2vWYCtMmLH) ... 2021-08-24T06:02:56.286Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T06:02:56.286Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T06:02:56.286Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T06:03:05.829Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T06:03:05.831Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T06:03:56.284Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T06:03:56.285Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T06:03:56.285Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Vzzhpb2vWYCtMmLH) ... 2021-08-24T06:03:56.286Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T06:03:56.286Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T06:03:56.286Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T06:04:05.825Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T06:04:05.835Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T06:04:56.284Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T06:04:56.285Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T06:04:56.285Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Vzzhpb2vWYCtMmLH) ... 2021-08-24T06:04:56.286Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T06:04:56.286Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T06:04:56.287Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T06:05:05.836Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T06:05:05.837Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T06:05:56.284Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T06:05:56.285Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T06:05:56.285Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Vzzhpb2vWYCtMmLH) ... 2021-08-24T06:05:56.286Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T06:05:56.286Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T06:05:56.286Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T06:06:05.834Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T06:06:05.834Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T06:06:56.284Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T06:06:56.285Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T06:06:56.285Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Vzzhpb2vWYCtMmLH) ... 2021-08-24T06:06:56.286Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T06:06:56.286Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T06:06:56.286Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T06:07:05.825Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T06:07:05.832Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T06:07:56.284Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T06:07:56.285Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T06:07:56.285Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Vzzhpb2vWYCtMmLH) ... 2021-08-24T06:07:56.286Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T06:07:56.286Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T06:07:56.286Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T06:08:05.826Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T06:08:05.832Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T06:08:56.284Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T06:08:56.285Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T06:08:56.285Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Vzzhpb2vWYCtMmLH) ... 2021-08-24T06:08:56.286Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T06:08:56.286Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T06:08:56.287Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T06:09:05.825Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T06:09:05.828Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T06:09:56.284Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T06:09:56.285Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T06:09:56.285Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Vzzhpb2vWYCtMmLH) ... 2021-08-24T06:09:56.286Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T06:09:56.286Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T06:09:56.286Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T06:10:05.828Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T06:10:05.834Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T06:10:56.284Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T06:10:56.284Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T06:10:56.285Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Vzzhpb2vWYCtMmLH) ... 2021-08-24T06:10:56.286Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T06:10:56.286Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T06:10:56.287Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T06:11:05.828Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T06:11:05.831Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T06:11:56.284Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T06:11:56.285Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T06:11:56.285Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Vzzhpb2vWYCtMmLH) ... 2021-08-24T06:11:56.286Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T06:11:56.287Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T06:11:56.287Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T06:12:05.822Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T06:12:05.828Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T06:12:56.284Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T06:12:56.285Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T06:12:56.285Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Vzzhpb2vWYCtMmLH) ... 2021-08-24T06:12:56.286Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T06:12:56.286Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T06:12:56.286Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T06:13:05.830Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T06:13:05.831Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T06:13:56.284Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T06:13:56.285Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T06:13:56.285Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Vzzhpb2vWYCtMmLH) ... 2021-08-24T06:13:56.286Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T06:13:56.286Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T06:13:56.286Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T06:14:05.826Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T06:14:05.829Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T06:14:56.284Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T06:14:56.285Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T06:14:56.285Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Vzzhpb2vWYCtMmLH) ... 2021-08-24T06:14:56.286Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T06:14:56.286Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T06:14:56.286Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T06:15:05.834Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T06:15:05.841Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T06:15:56.284Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T06:15:56.286Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T06:15:56.286Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T06:15:56.286Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Vzzhpb2vWYCtMmLH) ... 2021-08-24T06:15:56.286Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T06:15:56.286Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T06:16:05.831Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T06:16:05.831Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T06:16:56.284Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T06:16:56.285Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T06:16:56.285Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Vzzhpb2vWYCtMmLH) ... 2021-08-24T06:16:56.286Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T06:16:56.286Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T06:16:56.287Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T06:17:05.827Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T06:17:05.836Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T06:17:56.291Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T06:17:56.291Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T06:17:56.291Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T06:17:56.291Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T06:17:56.291Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T06:17:56.292Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Vzzhpb2vWYCtMmLH) ... 2021-08-24T06:18:05.839Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T06:18:05.841Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T06:18:56.284Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T06:18:56.285Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T06:18:56.285Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Vzzhpb2vWYCtMmLH) ... 2021-08-24T06:18:56.286Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T06:18:56.286Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T06:18:56.286Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T06:19:05.826Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T06:19:05.826Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T06:19:56.284Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T06:19:56.285Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T06:19:56.285Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Vzzhpb2vWYCtMmLH) ... 2021-08-24T06:19:56.286Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T06:19:56.286Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T06:19:56.286Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T06:20:05.831Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T06:20:05.831Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T06:20:56.284Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T06:20:56.285Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T06:20:56.285Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Vzzhpb2vWYCtMmLH) ... 2021-08-24T06:20:56.286Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T06:20:56.286Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T06:20:56.286Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T06:21:05.828Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T06:21:05.839Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T06:21:56.284Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T06:21:56.285Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T06:21:56.285Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Vzzhpb2vWYCtMmLH) ... 2021-08-24T06:21:56.286Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T06:21:56.286Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T06:21:56.286Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T06:22:05.837Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T06:22:05.837Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T06:22:56.284Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T06:22:56.285Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T06:22:56.285Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Vzzhpb2vWYCtMmLH) ... 2021-08-24T06:22:56.286Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T06:22:56.286Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T06:22:56.287Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T06:23:05.829Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T06:23:05.837Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T06:23:56.284Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T06:23:56.285Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T06:23:56.285Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Vzzhpb2vWYCtMmLH) ... 2021-08-24T06:23:56.286Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T06:23:56.286Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T06:23:56.286Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T06:24:05.827Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T06:24:05.835Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T06:24:56.284Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T06:24:56.285Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T06:24:56.285Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Vzzhpb2vWYCtMmLH) ... 2021-08-24T06:24:56.286Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T06:24:56.286Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T06:24:56.286Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T06:25:05.827Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T06:25:05.827Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T06:25:56.284Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T06:25:56.284Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T06:25:56.285Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T06:25:56.286Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T06:25:56.286Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T06:25:56.287Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T06:26:05.827Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T06:26:05.830Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T06:26:56.284Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T06:26:56.285Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T06:26:56.285Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T06:26:56.286Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T06:26:56.286Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T06:26:56.286Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T06:27:05.830Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T06:27:05.832Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T06:27:56.284Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T06:27:56.285Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T06:27:56.285Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T06:27:56.286Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T06:27:56.286Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T06:27:56.286Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T06:28:05.830Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T06:28:05.832Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T06:28:56.284Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T06:28:56.285Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T06:28:56.285Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T06:28:56.286Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T06:28:56.286Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T06:28:56.286Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T06:29:05.831Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T06:29:05.831Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T06:29:56.284Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T06:29:56.285Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T06:29:56.285Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T06:29:56.286Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T06:29:56.286Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T06:29:56.286Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T06:30:05.830Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T06:30:05.830Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T06:30:56.284Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T06:30:56.284Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T06:30:56.284Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T06:30:56.286Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T06:30:56.286Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T06:30:56.286Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T06:31:05.828Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T06:31:05.829Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T06:31:56.284Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T06:31:56.285Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T06:31:56.285Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T06:31:56.290Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T06:31:56.290Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T06:31:56.290Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T06:32:05.831Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T06:32:05.832Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T06:32:56.284Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T06:32:56.285Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T06:32:56.285Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T06:32:56.286Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T06:32:56.286Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T06:32:56.286Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T06:33:05.829Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T06:33:05.832Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T06:33:56.284Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T06:33:56.285Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T06:33:56.285Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T06:33:56.286Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T06:33:56.286Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T06:33:56.286Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T06:34:05.831Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T06:34:05.832Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T06:34:56.284Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T06:34:56.285Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T06:34:56.285Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T06:34:56.286Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T06:34:56.286Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T06:34:56.286Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T06:35:05.829Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T06:35:05.831Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T06:35:56.284Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T06:35:56.285Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T06:35:56.285Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T06:35:56.286Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T06:35:56.286Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T06:35:56.286Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T06:36:05.832Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T06:36:05.836Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T06:36:56.284Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T06:36:56.284Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T06:36:56.285Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T06:36:56.286Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T06:36:56.286Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T06:36:56.286Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T06:37:05.829Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T06:37:05.836Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T06:37:56.284Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T06:37:56.285Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T06:37:56.285Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T06:37:56.286Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T06:37:56.286Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T06:37:56.286Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T06:38:05.827Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T06:38:05.828Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T06:38:56.284Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T06:38:56.285Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T06:38:56.285Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T06:38:56.286Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T06:38:56.286Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T06:38:56.287Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T06:39:05.832Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T06:39:05.856Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T06:39:56.285Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T06:39:56.286Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T06:39:56.289Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T06:39:56.289Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T06:39:56.289Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T06:39:56.289Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T06:40:05.833Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T06:40:05.835Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T06:40:56.284Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T06:40:56.285Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T06:40:56.285Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T06:40:56.286Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T06:40:56.286Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T06:40:56.286Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T06:41:05.828Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T06:41:05.828Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T06:41:56.284Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T06:41:56.286Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T06:41:56.286Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T06:41:56.287Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T06:41:56.286Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T06:41:56.287Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T06:42:05.829Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T06:42:05.835Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T06:42:56.284Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T06:42:56.285Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T06:42:56.285Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T06:42:56.286Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T06:42:56.286Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T06:42:56.286Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T06:43:05.830Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T06:43:05.834Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T06:43:56.284Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T06:43:56.285Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T06:43:56.285Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T06:43:56.286Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T06:43:56.286Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T06:43:56.286Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T06:44:05.828Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T06:44:05.834Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T06:44:56.284Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T06:44:56.285Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T06:44:56.285Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T06:44:56.286Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T06:44:56.286Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T06:44:56.286Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T06:45:05.829Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T06:45:05.831Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T06:45:56.284Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T06:45:56.285Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T06:45:56.285Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T06:45:56.286Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T06:45:56.286Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T06:45:56.286Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T06:46:05.831Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T06:46:05.831Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T06:46:56.284Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T06:46:56.285Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T06:46:56.285Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Vzzhpb2vWYCtMmLH) ... 2021-08-24T06:46:56.286Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T06:46:56.287Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T06:46:56.287Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T06:47:05.834Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T06:47:05.834Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T06:47:56.284Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T06:47:56.285Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T06:47:56.285Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Vzzhpb2vWYCtMmLH) ... 2021-08-24T06:47:56.286Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T06:47:56.286Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T06:47:56.286Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T06:48:05.830Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T06:48:05.837Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T06:48:56.284Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T06:48:56.285Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T06:48:56.285Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Vzzhpb2vWYCtMmLH) ... 2021-08-24T06:48:56.286Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T06:48:56.286Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T06:48:56.286Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T06:49:05.836Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T06:49:05.842Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T06:49:56.284Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T06:49:56.285Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T06:49:56.285Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Vzzhpb2vWYCtMmLH) ... 2021-08-24T06:49:56.286Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T06:49:56.286Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T06:49:56.286Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T06:50:05.832Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T06:50:05.832Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T06:50:56.284Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T06:50:56.285Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T06:50:56.285Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Vzzhpb2vWYCtMmLH) ... 2021-08-24T06:50:56.286Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T06:50:56.286Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T06:50:56.286Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T06:51:05.831Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T06:51:05.832Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T06:51:56.284Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T06:51:56.285Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T06:51:56.285Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Vzzhpb2vWYCtMmLH) ... 2021-08-24T06:51:56.286Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T06:51:56.286Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T06:51:56.286Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T06:52:05.831Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T06:52:05.834Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T06:52:56.284Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T06:52:56.285Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T06:52:56.285Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Vzzhpb2vWYCtMmLH) ... 2021-08-24T06:52:56.286Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T06:52:56.286Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T06:52:56.286Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T06:53:05.830Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T06:53:05.839Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T06:53:56.284Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T06:53:56.285Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T06:53:56.285Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Vzzhpb2vWYCtMmLH) ... 2021-08-24T06:53:56.286Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T06:53:56.286Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T06:53:56.286Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T06:54:05.830Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T06:54:05.835Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T06:54:56.284Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T06:54:56.285Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T06:54:56.285Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T06:54:56.286Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T06:54:56.287Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T06:54:56.287Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T06:55:05.830Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T06:55:05.830Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T06:55:56.284Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T06:55:56.286Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T06:55:56.286Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T06:55:56.286Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T06:55:56.286Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T06:55:56.286Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T06:56:05.840Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T06:56:05.840Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T06:56:56.284Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T06:56:56.285Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T06:56:56.285Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T06:56:56.286Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T06:56:56.286Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T06:56:56.286Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T06:56:56.909Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T06:56:56.910Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-24T06:56:56.910Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"b15b76f3-977f-4eed-ae19-ff22e97064bd","serviceName":"Demo_pNF_qq2rLbewgNQYkxVoKsw4","serviceVersion":"1.0","serviceUUID":"7262ce1d-bc35-413b-bdc7-17fb92efe836","serviceDescription":"catalog service description","serviceInvariantUUID":"abdf3e5e-6879-47ff-afcb-cfd7006500d7","resources":[{"resourceInstanceName":"pNF 306829d1-52f2 0","resourceName":"pNF 306829d1-52f2","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"fd7d04ed-e0e3-485f-b5da-cac08dd6b665","resourceInvariantUUID":"653b9d51-f053-4e7d-bff4-93f64c8ba195","resourceCustomizationUUID":"cce6645f-8954-4596-b3aa-be9570e5de69","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQq2rlbewgnqykxvoksw4/1.0/resourceInstances/pnf306829d152f20/artifacts/vf-license-model.xml","artifactChecksum":"ZDY3Nzg5Y2I4NjMwMThiODMwMzUzNjAyZDQ1YmU2Mjk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"17378a84-db23-428f-b8cf-069bec801def","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQq2rlbewgnqykxvoksw4/1.0/resourceInstances/pnf306829d152f20/artifacts/pNF.csar","artifactChecksum":"YTVhYzM1ZWY1ZTZhOWM4ZmYzOTFlZDQ3OTA5NzgxNGU\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"1480cbd7-1552-4dbd-af10-9d6f82b9d486","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQq2rlbewgnqykxvoksw4/1.0/resourceInstances/pnf306829d152f20/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"6a2a6494-9747-4556-86cc-77b14ec4975d","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQq2rlbewgnqykxvoksw4/1.0/resourceInstances/pnf306829d152f20/artifacts/vendor-license-model.xml","artifactChecksum":"ODcwY2RkYTQ2NTFkOGE5ZDMxZDg4Y2Y4NjEzZDdhZWY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"747f831f-5f28-4532-a75f-c6bd241eb9e2","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfQq2rlbewgnqykxvoksw4/1.0/resourceInstances/pnf306829d152f20/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7e63eb32-1d3e-42da-ac3e-1ff4b717a7f5","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfQq2rlbewgnqykxvoksw4/1.0/resourceInstances/pnf306829d152f20/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"379fc47b-8f15-4fae-b5d7-9bafb3221485","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfQq2rlbewgnqykxvoksw4-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQq2rlbewgnqykxvoksw4/1.0/artifacts/service-DemoPnfQq2rlbewgnqykxvoksw4-template.yml","artifactChecksum":"NDU5NGFhNzdkNTAwYjk4ZWZmMzIzY2VhZDU3MGQ2NDI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"86a060ec-aa41-412e-8681-2e0576b174a9","artifactVersion":"1"},{"artifactName":"service-DemoPnfQq2rlbewgnqykxvoksw4-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfQq2rlbewgnqykxvoksw4/1.0/artifacts/service-DemoPnfQq2rlbewgnqykxvoksw4-csar.csar","artifactChecksum":"NDNkZjc0ZmU0MTJmMmIyMzUzNjgzZTcxMTg3YTRlOWQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"416d4dae-8534-4028-8a80-b851c804053c","artifactVersion":"1"}],"workloadContext":"Production"} 2021-08-24T06:56:56.912Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-24T06:56:56.913Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-08-24T06:56:56.916Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T06:56:56.916Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-24T06:56:56.917Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "b15b76f3-977f-4eed-ae19-ff22e97064bd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629788216284, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQq2rlbewgnqykxvoksw4/1.0/resourceInstances/pnf306829d152f20/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-24T06:56:56.919Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T06:56:56.919Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b15b76f3-977f-4eed-ae19-ff22e97064bd", "consumerID": "clamp", "timestamp": 1629788186528, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQq2rlbewgnqykxvoksw4/1.0/resourceInstances/pnf306829d152f20/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-24T06:56:56.920Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-24T06:56:56.920Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T06:56:56.920Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b15b76f3-977f-4eed-ae19-ff22e97064bd", "consumerID": "ves-openapi-manager", "timestamp": 1629788185332, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQq2rlbewgnqykxvoksw4/1.0/resourceInstances/pnf306829d152f20/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-24T06:56:56.920Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-24T06:56:56.920Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T06:56:56.920Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b15b76f3-977f-4eed-ae19-ff22e97064bd", "consumerID": "policy-id", "timestamp": 1629788192422, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQq2rlbewgnqykxvoksw4/1.0/resourceInstances/pnf306829d152f20/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-24T06:56:56.920Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-24T06:56:56.920Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T06:56:56.920Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b15b76f3-977f-4eed-ae19-ff22e97064bd", "consumerID": "ves-openapi-manager", "timestamp": 1629788185332, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQq2rlbewgnqykxvoksw4/1.0/resourceInstances/pnf306829d152f20/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-08-24T06:56:56.920Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-24T06:56:56.921Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T06:56:56.921Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b15b76f3-977f-4eed-ae19-ff22e97064bd", "consumerID": "clamp", "timestamp": 1629788186528, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQq2rlbewgnqykxvoksw4/1.0/resourceInstances/pnf306829d152f20/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-08-24T06:56:56.921Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-24T06:56:56.921Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T06:56:56.921Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b15b76f3-977f-4eed-ae19-ff22e97064bd", "consumerID": "aai-ml", "timestamp": 1629788193227, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQq2rlbewgnqykxvoksw4/1.0/resourceInstances/pnf306829d152f20/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-24T06:56:56.921Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-24T06:56:56.921Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T06:56:56.921Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b15b76f3-977f-4eed-ae19-ff22e97064bd", "consumerID": "policy-id", "timestamp": 1629788192422, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQq2rlbewgnqykxvoksw4/1.0/resourceInstances/pnf306829d152f20/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-08-24T06:56:56.921Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-24T06:56:56.921Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T06:56:56.921Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b15b76f3-977f-4eed-ae19-ff22e97064bd", "consumerID": "ves-openapi-manager", "timestamp": 1629788185332, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQq2rlbewgnqykxvoksw4/1.0/resourceInstances/pnf306829d152f20/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-08-24T06:56:56.922Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-24T06:56:56.922Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T06:56:56.922Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b15b76f3-977f-4eed-ae19-ff22e97064bd", "consumerID": "clamp", "timestamp": 1629788186528, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQq2rlbewgnqykxvoksw4/1.0/resourceInstances/pnf306829d152f20/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-08-24T06:56:56.922Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-24T06:56:56.922Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T06:56:56.922Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b15b76f3-977f-4eed-ae19-ff22e97064bd", "consumerID": "aai-ml", "timestamp": 1629788193227, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQq2rlbewgnqykxvoksw4/1.0/resourceInstances/pnf306829d152f20/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-08-24T06:56:56.922Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-24T06:56:56.922Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T06:56:56.922Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b15b76f3-977f-4eed-ae19-ff22e97064bd", "consumerID": "cds", "timestamp": 1629788194329, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQq2rlbewgnqykxvoksw4/1.0/resourceInstances/pnf306829d152f20/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-24T06:56:56.922Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-24T06:56:56.922Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T06:56:56.922Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b15b76f3-977f-4eed-ae19-ff22e97064bd", "consumerID": "policy-id", "timestamp": 1629788192422, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQq2rlbewgnqykxvoksw4/1.0/resourceInstances/pnf306829d152f20/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-08-24T06:56:56.923Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-24T06:56:56.923Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T06:56:56.923Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b15b76f3-977f-4eed-ae19-ff22e97064bd", "consumerID": "clamp", "timestamp": 1629788186528, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQq2rlbewgnqykxvoksw4/1.0/resourceInstances/pnf306829d152f20/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-24T06:56:56.923Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-24T06:56:56.923Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T06:56:56.923Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b15b76f3-977f-4eed-ae19-ff22e97064bd", "consumerID": "ves-openapi-manager", "timestamp": 1629788185332, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQq2rlbewgnqykxvoksw4/1.0/resourceInstances/pnf306829d152f20/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-24T06:56:56.923Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-24T06:56:56.923Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T06:56:56.923Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b15b76f3-977f-4eed-ae19-ff22e97064bd", "consumerID": "aai-ml", "timestamp": 1629788193227, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQq2rlbewgnqykxvoksw4/1.0/resourceInstances/pnf306829d152f20/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-08-24T06:56:56.923Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-24T06:56:56.923Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T06:56:56.924Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b15b76f3-977f-4eed-ae19-ff22e97064bd", "consumerID": "cds", "timestamp": 1629788194329, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQq2rlbewgnqykxvoksw4/1.0/resourceInstances/pnf306829d152f20/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-08-24T06:56:56.924Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-24T06:56:56.924Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T06:56:56.924Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b15b76f3-977f-4eed-ae19-ff22e97064bd", "consumerID": "policy-id", "timestamp": 1629788192422, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQq2rlbewgnqykxvoksw4/1.0/resourceInstances/pnf306829d152f20/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-24T06:56:56.924Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-24T06:56:56.924Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T06:56:56.924Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b15b76f3-977f-4eed-ae19-ff22e97064bd", "consumerID": "ves-openapi-manager", "timestamp": 1629788185332, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQq2rlbewgnqykxvoksw4/1.0/resourceInstances/pnf306829d152f20/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-08-24T06:56:56.924Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-24T06:56:56.924Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T06:56:56.924Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b15b76f3-977f-4eed-ae19-ff22e97064bd", "consumerID": "clamp", "timestamp": 1629788186528, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQq2rlbewgnqykxvoksw4/1.0/resourceInstances/pnf306829d152f20/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-08-24T06:56:56.924Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-24T06:56:56.925Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T06:56:56.925Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b15b76f3-977f-4eed-ae19-ff22e97064bd", "consumerID": "multicloud-k8s-id", "timestamp": 1629788195874, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQq2rlbewgnqykxvoksw4/1.0/resourceInstances/pnf306829d152f20/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-24T06:56:56.925Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-24T06:56:56.925Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T06:56:56.925Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b15b76f3-977f-4eed-ae19-ff22e97064bd", "consumerID": "aai-ml", "timestamp": 1629788193227, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQq2rlbewgnqykxvoksw4/1.0/resourceInstances/pnf306829d152f20/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-24T06:56:56.925Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-24T06:56:56.925Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T06:56:56.925Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b15b76f3-977f-4eed-ae19-ff22e97064bd", "consumerID": "cds", "timestamp": 1629788194329, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQq2rlbewgnqykxvoksw4/1.0/resourceInstances/pnf306829d152f20/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-08-24T06:56:56.925Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-24T06:56:56.925Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T06:56:56.925Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b15b76f3-977f-4eed-ae19-ff22e97064bd", "consumerID": "policy-id", "timestamp": 1629788192422, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQq2rlbewgnqykxvoksw4/1.0/resourceInstances/pnf306829d152f20/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-08-24T06:56:56.926Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-24T06:56:56.926Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T06:56:56.926Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b15b76f3-977f-4eed-ae19-ff22e97064bd", "consumerID": "ves-openapi-manager", "timestamp": 1629788185332, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQq2rlbewgnqykxvoksw4/1.0/resourceInstances/pnf306829d152f20/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2021-08-24T06:56:56.926Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-24T06:56:56.926Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T06:56:56.926Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b15b76f3-977f-4eed-ae19-ff22e97064bd", "consumerID": "clamp", "timestamp": 1629788186528, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQq2rlbewgnqykxvoksw4/1.0/resourceInstances/pnf306829d152f20/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-08-24T06:56:56.926Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-24T06:56:56.926Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T06:56:56.926Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b15b76f3-977f-4eed-ae19-ff22e97064bd", "consumerID": "multicloud-k8s-id", "timestamp": 1629788195874, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQq2rlbewgnqykxvoksw4/1.0/resourceInstances/pnf306829d152f20/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-08-24T06:56:56.926Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-24T06:56:56.926Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T06:56:56.926Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b15b76f3-977f-4eed-ae19-ff22e97064bd", "consumerID": "aai-ml", "timestamp": 1629788193227, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQq2rlbewgnqykxvoksw4/1.0/resourceInstances/pnf306829d152f20/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-08-24T06:56:56.927Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-24T06:56:56.927Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T06:56:56.927Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b15b76f3-977f-4eed-ae19-ff22e97064bd", "consumerID": "cds", "timestamp": 1629788194329, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQq2rlbewgnqykxvoksw4/1.0/resourceInstances/pnf306829d152f20/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-24T06:56:56.927Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-24T06:56:56.927Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T06:56:56.927Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b15b76f3-977f-4eed-ae19-ff22e97064bd", "consumerID": "policy-id", "timestamp": 1629788192422, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQq2rlbewgnqykxvoksw4/1.0/resourceInstances/pnf306829d152f20/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-08-24T06:56:56.927Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-24T06:56:56.927Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T06:56:56.927Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b15b76f3-977f-4eed-ae19-ff22e97064bd", "consumerID": "ves-openapi-manager", "timestamp": 1629788185332, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQq2rlbewgnqykxvoksw4/1.0/artifacts/service-DemoPnfQq2rlbewgnqykxvoksw4-template.yml", "status": "NOT_NOTIFIED" } 2021-08-24T06:56:56.927Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-24T06:56:56.927Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T06:56:56.927Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b15b76f3-977f-4eed-ae19-ff22e97064bd", "consumerID": "clamp", "timestamp": 1629788186528, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQq2rlbewgnqykxvoksw4/1.0/artifacts/service-DemoPnfQq2rlbewgnqykxvoksw4-template.yml", "status": "NOT_NOTIFIED" } 2021-08-24T06:56:56.927Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-24T06:56:56.927Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T06:56:56.927Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b15b76f3-977f-4eed-ae19-ff22e97064bd", "consumerID": "multicloud-k8s-id", "timestamp": 1629788195874, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQq2rlbewgnqykxvoksw4/1.0/resourceInstances/pnf306829d152f20/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-08-24T06:56:56.927Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-24T06:56:56.927Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T06:56:56.927Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b15b76f3-977f-4eed-ae19-ff22e97064bd", "consumerID": "aai-ml", "timestamp": 1629788193227, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQq2rlbewgnqykxvoksw4/1.0/resourceInstances/pnf306829d152f20/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-08-24T06:56:56.927Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-24T06:56:56.927Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T06:56:56.927Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b15b76f3-977f-4eed-ae19-ff22e97064bd", "consumerID": "cds", "timestamp": 1629788194329, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQq2rlbewgnqykxvoksw4/1.0/resourceInstances/pnf306829d152f20/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-08-24T06:56:56.927Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-24T06:56:56.927Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T06:56:56.927Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b15b76f3-977f-4eed-ae19-ff22e97064bd", "consumerID": "policy-id", "timestamp": 1629788192422, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQq2rlbewgnqykxvoksw4/1.0/artifacts/service-DemoPnfQq2rlbewgnqykxvoksw4-template.yml", "status": "NOT_NOTIFIED" } 2021-08-24T06:56:56.927Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-24T06:56:56.927Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T06:56:56.928Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b15b76f3-977f-4eed-ae19-ff22e97064bd", "consumerID": "dcae-sch", "timestamp": 1629788198523, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQq2rlbewgnqykxvoksw4/1.0/resourceInstances/pnf306829d152f20/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-24T06:56:56.928Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-24T06:56:56.928Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T06:56:56.928Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b15b76f3-977f-4eed-ae19-ff22e97064bd", "consumerID": "ves-openapi-manager", "timestamp": 1629788185332, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQq2rlbewgnqykxvoksw4/1.0/artifacts/service-DemoPnfQq2rlbewgnqykxvoksw4-csar.csar", "status": "NOT_NOTIFIED" } 2021-08-24T06:56:56.928Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-24T06:56:56.928Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T06:56:56.928Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b15b76f3-977f-4eed-ae19-ff22e97064bd", "consumerID": "clamp", "timestamp": 1629788186528, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQq2rlbewgnqykxvoksw4/1.0/artifacts/service-DemoPnfQq2rlbewgnqykxvoksw4-csar.csar", "status": "NOTIFIED" } 2021-08-24T06:56:56.928Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-24T06:56:56.928Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T06:56:56.928Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b15b76f3-977f-4eed-ae19-ff22e97064bd", "consumerID": "multicloud-k8s-id", "timestamp": 1629788195874, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQq2rlbewgnqykxvoksw4/1.0/resourceInstances/pnf306829d152f20/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-24T06:56:56.928Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-24T06:56:56.928Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T06:56:56.928Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b15b76f3-977f-4eed-ae19-ff22e97064bd", "consumerID": "aai-ml", "timestamp": 1629788193227, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQq2rlbewgnqykxvoksw4/1.0/artifacts/service-DemoPnfQq2rlbewgnqykxvoksw4-template.yml", "status": "NOT_NOTIFIED" } 2021-08-24T06:56:56.928Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-24T06:56:56.928Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T06:56:56.928Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b15b76f3-977f-4eed-ae19-ff22e97064bd", "consumerID": "cds", "timestamp": 1629788194329, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQq2rlbewgnqykxvoksw4/1.0/resourceInstances/pnf306829d152f20/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-08-24T06:56:56.928Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-24T06:56:56.928Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T06:56:56.928Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b15b76f3-977f-4eed-ae19-ff22e97064bd", "consumerID": "policy-id", "timestamp": 1629788192422, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQq2rlbewgnqykxvoksw4/1.0/artifacts/service-DemoPnfQq2rlbewgnqykxvoksw4-csar.csar", "status": "NOTIFIED" } 2021-08-24T06:56:56.928Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-24T06:56:56.928Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T06:56:56.928Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b15b76f3-977f-4eed-ae19-ff22e97064bd", "consumerID": "dcae-sch", "timestamp": 1629788198523, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQq2rlbewgnqykxvoksw4/1.0/resourceInstances/pnf306829d152f20/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-08-24T06:56:56.928Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-24T06:56:56.928Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T06:56:56.929Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b15b76f3-977f-4eed-ae19-ff22e97064bd", "consumerID": "multicloud-k8s-id", "timestamp": 1629788195874, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQq2rlbewgnqykxvoksw4/1.0/resourceInstances/pnf306829d152f20/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-08-24T06:56:56.929Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-24T06:56:56.929Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T06:56:56.929Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b15b76f3-977f-4eed-ae19-ff22e97064bd", "consumerID": "aai-ml", "timestamp": 1629788193227, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQq2rlbewgnqykxvoksw4/1.0/artifacts/service-DemoPnfQq2rlbewgnqykxvoksw4-csar.csar", "status": "NOTIFIED" } 2021-08-24T06:56:56.929Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-24T06:56:56.929Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T06:56:56.929Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b15b76f3-977f-4eed-ae19-ff22e97064bd", "consumerID": "cds", "timestamp": 1629788194329, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQq2rlbewgnqykxvoksw4/1.0/artifacts/service-DemoPnfQq2rlbewgnqykxvoksw4-template.yml", "status": "NOT_NOTIFIED" } 2021-08-24T06:56:56.929Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-24T06:56:56.929Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T06:56:56.929Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b15b76f3-977f-4eed-ae19-ff22e97064bd", "consumerID": "dcae-sch", "timestamp": 1629788198523, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQq2rlbewgnqykxvoksw4/1.0/resourceInstances/pnf306829d152f20/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-08-24T06:56:56.929Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-24T06:56:56.929Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T06:56:56.929Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b15b76f3-977f-4eed-ae19-ff22e97064bd", "consumerID": "multicloud-k8s-id", "timestamp": 1629788195874, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQq2rlbewgnqykxvoksw4/1.0/resourceInstances/pnf306829d152f20/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-08-24T06:56:56.929Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-24T06:56:56.929Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T06:56:56.929Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b15b76f3-977f-4eed-ae19-ff22e97064bd", "consumerID": "ves-openapi-manager", "timestamp": 1629788201953, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQq2rlbewgnqykxvoksw4/1.0/resourceInstances/pnf306829d152f20/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2021-08-24T06:56:56.929Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-24T06:56:56.929Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T06:56:56.929Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b15b76f3-977f-4eed-ae19-ff22e97064bd", "consumerID": "cds", "timestamp": 1629788194329, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQq2rlbewgnqykxvoksw4/1.0/artifacts/service-DemoPnfQq2rlbewgnqykxvoksw4-csar.csar", "status": "NOTIFIED" } 2021-08-24T06:56:56.929Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-24T06:56:56.929Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T06:56:56.929Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b15b76f3-977f-4eed-ae19-ff22e97064bd", "consumerID": "dcae-sch", "timestamp": 1629788198523, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQq2rlbewgnqykxvoksw4/1.0/resourceInstances/pnf306829d152f20/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-24T06:56:56.929Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-24T06:56:56.929Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T06:56:56.929Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b15b76f3-977f-4eed-ae19-ff22e97064bd", "consumerID": "multicloud-k8s-id", "timestamp": 1629788195874, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQq2rlbewgnqykxvoksw4/1.0/artifacts/service-DemoPnfQq2rlbewgnqykxvoksw4-template.yml", "status": "NOT_NOTIFIED" } 2021-08-24T06:56:56.930Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-24T06:56:56.930Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T06:56:56.930Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b15b76f3-977f-4eed-ae19-ff22e97064bd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629788202109, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQq2rlbewgnqykxvoksw4/1.0/resourceInstances/pnf306829d152f20/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-24T06:56:56.930Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-24T06:56:56.930Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T06:56:56.930Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b15b76f3-977f-4eed-ae19-ff22e97064bd", "consumerID": "aai-ml", "timestamp": 1629788203130, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQq2rlbewgnqykxvoksw4/1.0/artifacts/service-DemoPnfQq2rlbewgnqykxvoksw4-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-24T06:56:56.930Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-24T06:56:56.930Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T06:56:56.930Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b15b76f3-977f-4eed-ae19-ff22e97064bd", "consumerID": "policy-id", "timestamp": 1629788203111, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQq2rlbewgnqykxvoksw4/1.0/artifacts/service-DemoPnfQq2rlbewgnqykxvoksw4-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-24T06:56:56.930Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-24T06:56:56.930Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T06:56:56.930Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b15b76f3-977f-4eed-ae19-ff22e97064bd", "consumerID": "dcae-sch", "timestamp": 1629788198523, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQq2rlbewgnqykxvoksw4/1.0/resourceInstances/pnf306829d152f20/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-08-24T06:56:56.930Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-24T06:56:56.930Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T06:56:56.930Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b15b76f3-977f-4eed-ae19-ff22e97064bd", "consumerID": "ves-openapi-manager", "timestamp": 1629788203154, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQq2rlbewgnqykxvoksw4/1.0/resourceInstances/pnf306829d152f20/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2021-08-24T06:56:56.930Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-24T06:56:56.930Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T06:56:56.930Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b15b76f3-977f-4eed-ae19-ff22e97064bd", "consumerID": "multicloud-k8s-id", "timestamp": 1629788195874, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQq2rlbewgnqykxvoksw4/1.0/artifacts/service-DemoPnfQq2rlbewgnqykxvoksw4-csar.csar", "status": "NOTIFIED" } 2021-08-24T06:56:56.930Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-24T06:56:56.930Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T06:56:56.930Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b15b76f3-977f-4eed-ae19-ff22e97064bd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629788202109, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQq2rlbewgnqykxvoksw4/1.0/resourceInstances/pnf306829d152f20/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-08-24T06:56:56.930Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-24T06:56:56.930Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T06:56:56.930Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b15b76f3-977f-4eed-ae19-ff22e97064bd", "consumerID": "policy-id", "timestamp": 1629788204115, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQq2rlbewgnqykxvoksw4/1.0/artifacts/service-DemoPnfQq2rlbewgnqykxvoksw4-csar.csar", "status": "DEPLOY_OK" } 2021-08-24T06:56:56.930Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-24T06:56:56.930Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T06:56:56.930Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b15b76f3-977f-4eed-ae19-ff22e97064bd", "consumerID": "dcae-sch", "timestamp": 1629788198523, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQq2rlbewgnqykxvoksw4/1.0/resourceInstances/pnf306829d152f20/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-08-24T06:56:56.930Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-24T06:56:56.930Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T06:56:56.930Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b15b76f3-977f-4eed-ae19-ff22e97064bd", "consumerID": "cds", "timestamp": 1629788204163, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQq2rlbewgnqykxvoksw4/1.0/artifacts/service-DemoPnfQq2rlbewgnqykxvoksw4-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-24T06:56:56.931Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-24T06:56:56.931Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T06:56:56.931Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b15b76f3-977f-4eed-ae19-ff22e97064bd", "consumerID": "ves-openapi-manager", "timestamp": 1629788204212, "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=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-08-24T06:56:56.942Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of b15b76f3-977f-4eed-ae19-ff22e97064bd 2021-08-24T06:56:56.942Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId b15b76f3-977f-4eed-ae19-ff22e97064bd and ComponentName Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-08-24T06:56:56.948Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T06:56:56.948Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b15b76f3-977f-4eed-ae19-ff22e97064bd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629788202109, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQq2rlbewgnqykxvoksw4/1.0/resourceInstances/pnf306829d152f20/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-08-24T06:56:56.948Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-24T06:56:56.948Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T06:56:56.948Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b15b76f3-977f-4eed-ae19-ff22e97064bd", "consumerID": "dcae-sch", "timestamp": 1629788198523, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQq2rlbewgnqykxvoksw4/1.0/artifacts/service-DemoPnfQq2rlbewgnqykxvoksw4-template.yml", "status": "NOT_NOTIFIED" } 2021-08-24T06:56:56.948Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-24T06:56:56.949Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T06:56:56.949Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b15b76f3-977f-4eed-ae19-ff22e97064bd", "consumerID": "policy-id", "timestamp": 1629788205117, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-08-24T06:56:56.953Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b15b76f3-977f-4eed-ae19-ff22e97064bd 2021-08-24T06:56:56.953Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId b15b76f3-977f-4eed-ae19-ff22e97064bd and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-08-24T06:56:56.960Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T06:56:56.960Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b15b76f3-977f-4eed-ae19-ff22e97064bd", "consumerID": "cds", "timestamp": 1629788205170, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQq2rlbewgnqykxvoksw4/1.0/artifacts/service-DemoPnfQq2rlbewgnqykxvoksw4-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-08-24T06:56:56.964Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of b15b76f3-977f-4eed-ae19-ff22e97064bd 2021-08-24T06:56:56.964Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId b15b76f3-977f-4eed-ae19-ff22e97064bd and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-08-24T06:56:56.970Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T06:56:56.970Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b15b76f3-977f-4eed-ae19-ff22e97064bd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629788202109, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQq2rlbewgnqykxvoksw4/1.0/resourceInstances/pnf306829d152f20/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-24T06:56:56.970Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-24T06:56:56.970Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T06:56:56.970Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b15b76f3-977f-4eed-ae19-ff22e97064bd", "consumerID": "dcae-sch", "timestamp": 1629788198523, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQq2rlbewgnqykxvoksw4/1.0/artifacts/service-DemoPnfQq2rlbewgnqykxvoksw4-csar.csar", "status": "NOT_NOTIFIED" } 2021-08-24T06:56:56.970Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-24T06:56:56.970Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T06:56:56.970Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b15b76f3-977f-4eed-ae19-ff22e97064bd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629788202109, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQq2rlbewgnqykxvoksw4/1.0/resourceInstances/pnf306829d152f20/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-08-24T06:56:56.970Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-24T06:56:56.970Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T06:56:56.970Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b15b76f3-977f-4eed-ae19-ff22e97064bd", "consumerID": "aai-ml", "timestamp": 1629788207003, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQq2rlbewgnqykxvoksw4/1.0/artifacts/service-DemoPnfQq2rlbewgnqykxvoksw4-csar.csar", "status": "DEPLOY_OK" } 2021-08-24T06:56:56.970Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-24T06:56:56.970Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T06:56:56.970Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b15b76f3-977f-4eed-ae19-ff22e97064bd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629788202109, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQq2rlbewgnqykxvoksw4/1.0/resourceInstances/pnf306829d152f20/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-08-24T06:56:56.970Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-24T06:56:56.970Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T06:56:56.971Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b15b76f3-977f-4eed-ae19-ff22e97064bd", "consumerID": "aai-ml", "timestamp": 1629788208009, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-08-24T06:56:56.973Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of b15b76f3-977f-4eed-ae19-ff22e97064bd 2021-08-24T06:56:56.974Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId b15b76f3-977f-4eed-ae19-ff22e97064bd and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-08-24T06:56:56.979Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T06:56:56.980Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b15b76f3-977f-4eed-ae19-ff22e97064bd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629788202109, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQq2rlbewgnqykxvoksw4/1.0/artifacts/service-DemoPnfQq2rlbewgnqykxvoksw4-template.yml", "status": "NOT_NOTIFIED" } 2021-08-24T06:56:56.980Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-24T06:56:56.980Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T06:56:56.980Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b15b76f3-977f-4eed-ae19-ff22e97064bd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629788202109, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQq2rlbewgnqykxvoksw4/1.0/artifacts/service-DemoPnfQq2rlbewgnqykxvoksw4-csar.csar", "status": "NOTIFIED" } 2021-08-24T06:56:56.980Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-24T06:56:56.980Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T06:56:56.980Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b15b76f3-977f-4eed-ae19-ff22e97064bd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629788211520, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQq2rlbewgnqykxvoksw4/1.0/artifacts/service-DemoPnfQq2rlbewgnqykxvoksw4-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-24T06:56:56.980Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-24T06:56:56.980Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T06:56:56.980Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b15b76f3-977f-4eed-ae19-ff22e97064bd", "consumerID": "clamp", "timestamp": 1629788211687, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQq2rlbewgnqykxvoksw4/1.0/artifacts/service-DemoPnfQq2rlbewgnqykxvoksw4-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-24T06:56:56.980Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-24T06:56:56.980Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T06:56:56.980Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b15b76f3-977f-4eed-ae19-ff22e97064bd", "consumerID": "clamp", "timestamp": 1629788212705, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQq2rlbewgnqykxvoksw4/1.0/artifacts/service-DemoPnfQq2rlbewgnqykxvoksw4-csar.csar", "status": "DEPLOY_OK" } 2021-08-24T06:56:56.980Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-24T06:56:56.980Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T06:56:56.980Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b15b76f3-977f-4eed-ae19-ff22e97064bd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629788213185, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQq2rlbewgnqykxvoksw4/1.0/artifacts/service-DemoPnfQq2rlbewgnqykxvoksw4-csar.csar", "status": "DEPLOY_OK" } 2021-08-24T06:56:56.980Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-24T06:56:56.980Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T06:56:56.980Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b15b76f3-977f-4eed-ae19-ff22e97064bd", "consumerID": "clamp", "timestamp": 1629788213708, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-08-24T06:56:56.983Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of b15b76f3-977f-4eed-ae19-ff22e97064bd 2021-08-24T06:56:56.983Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId b15b76f3-977f-4eed-ae19-ff22e97064bd and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-08-24T06:56:56.988Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T06:56:56.988Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b15b76f3-977f-4eed-ae19-ff22e97064bd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629788214188, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-08-24T06:56:56.991Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of b15b76f3-977f-4eed-ae19-ff22e97064bd 2021-08-24T06:56:56.991Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId b15b76f3-977f-4eed-ae19-ff22e97064bd and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-08-24T06:56:57.017Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-24T06:56:57.018Z||pool-79-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-24T06:56:57.018Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Vzzhpb2vWYCtMmLH) ... 2021-08-24T06:56:57.028Z||pool-79-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T06:56:57.028Z||pool-79-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-08-24T06:56:57.917Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-24T06:56:57.918Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-08-24T06:56:57.920Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-24T06:56:57.921Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "b15b76f3-977f-4eed-ae19-ff22e97064bd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629788216284, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQq2rlbewgnqykxvoksw4/1.0/resourceInstances/pnf306829d152f20/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-08-24T06:56:58.023Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2021-08-24T06:56:58.024Z||pool-80-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-24T06:56:58.024Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Vzzhpb2vWYCtMmLH) ... 2021-08-24T06:56:58.034Z||pool-80-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T06:56:58.034Z||pool-80-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2021-08-24T06:56:58.922Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-24T06:56:58.923Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-08-24T06:56:58.925Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-24T06:56:58.926Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "b15b76f3-977f-4eed-ae19-ff22e97064bd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629788216284, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQq2rlbewgnqykxvoksw4/1.0/resourceInstances/pnf306829d152f20/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-08-24T06:56:59.026Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-24T06:56:59.027Z||pool-81-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-24T06:56:59.027Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Vzzhpb2vWYCtMmLH) ... 2021-08-24T06:56:59.037Z||pool-81-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T06:56:59.038Z||pool-81-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-08-24T06:56:59.926Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-24T06:56:59.930Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-08-24T06:56:59.932Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-24T06:56:59.933Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "b15b76f3-977f-4eed-ae19-ff22e97064bd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629788216284, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQq2rlbewgnqykxvoksw4/1.0/resourceInstances/pnf306829d152f20/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-24T06:57:00.033Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-24T06:57:00.033Z||pool-82-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-24T06:57:00.034Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Vzzhpb2vWYCtMmLH) ... 2021-08-24T06:57:00.043Z||pool-82-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T06:57:00.044Z||pool-82-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-08-24T06:57:00.934Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-24T06:57:00.935Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-08-24T06:57:00.937Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-24T06:57:00.937Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "b15b76f3-977f-4eed-ae19-ff22e97064bd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629788216284, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQq2rlbewgnqykxvoksw4/1.0/resourceInstances/pnf306829d152f20/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-08-24T06:57:01.037Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-24T06:57:01.038Z||pool-83-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-24T06:57:01.038Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Vzzhpb2vWYCtMmLH) ... 2021-08-24T06:57:01.049Z||pool-83-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T06:57:01.049Z||pool-83-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-08-24T06:57:01.938Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-24T06:57:01.939Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-08-24T06:57:01.941Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-24T06:57:01.941Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "b15b76f3-977f-4eed-ae19-ff22e97064bd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629788216284, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQq2rlbewgnqykxvoksw4/1.0/resourceInstances/pnf306829d152f20/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-08-24T06:57:02.042Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-08-24T06:57:02.042Z||pool-84-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-24T06:57:02.042Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Vzzhpb2vWYCtMmLH) ... 2021-08-24T06:57:02.052Z||pool-84-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T06:57:02.052Z||pool-84-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-08-24T06:57:02.942Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-24T06:57:02.943Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-08-24T06:57:02.945Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-24T06:57:02.946Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "b15b76f3-977f-4eed-ae19-ff22e97064bd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629788216284, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQq2rlbewgnqykxvoksw4/1.0/artifacts/service-DemoPnfQq2rlbewgnqykxvoksw4-template.yml", "status": "NOT_NOTIFIED" } 2021-08-24T06:57:03.045Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-08-24T06:57:03.046Z||pool-85-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-24T06:57:03.046Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Vzzhpb2vWYCtMmLH) ... 2021-08-24T06:57:03.055Z||pool-85-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T06:57:03.055Z||pool-85-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-08-24T06:57:03.946Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-24T06:57:03.947Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-08-24T06:57:03.949Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-24T06:57:03.950Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "b15b76f3-977f-4eed-ae19-ff22e97064bd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629788216284, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQq2rlbewgnqykxvoksw4/1.0/artifacts/service-DemoPnfQq2rlbewgnqykxvoksw4-csar.csar", "status": "NOTIFIED" } 2021-08-24T06:57:04.050Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-24T06:57:04.050Z||pool-86-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-24T06:57:04.051Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Vzzhpb2vWYCtMmLH) ... 2021-08-24T06:57:04.060Z||pool-86-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T06:57:04.060Z||pool-86-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-08-24T06:57:04.951Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||sending notification to client: { "distributionID": "b15b76f3-977f-4eed-ae19-ff22e97064bd", "serviceName": "Demo_pNF_qq2rLbewgNQYkxVoKsw4", "serviceVersion": "1.0", "serviceUUID": "7262ce1d-bc35-413b-bdc7-17fb92efe836", "serviceDescription": "catalog service description", "serviceInvariantUUID": "abdf3e5e-6879-47ff-afcb-cfd7006500d7", "resources": [ { "resourceInstanceName": "pNF 306829d1-52f2 0", "resourceCustomizationUUID": "cce6645f-8954-4596-b3aa-be9570e5de69", "resourceName": "pNF 306829d1-52f2", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "fd7d04ed-e0e3-485f-b5da-cac08dd6b665", "resourceInvariantUUID": "653b9d51-f053-4e7d-bff4-93f64c8ba195", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfQq2rlbewgnqykxvoksw4-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfQq2rlbewgnqykxvoksw4/1.0/artifacts/service-DemoPnfQq2rlbewgnqykxvoksw4-csar.csar", "artifactChecksum": "NDNkZjc0ZmU0MTJmMmIyMzUzNjgzZTcxMTg3YTRlOWQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "416d4dae-8534-4028-8a80-b851c804053c" } ], "workloadContext": "Production" } 2021-08-24T06:57:04.951Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-08-24T06:57:04.952Z|8b4e9ada-e154-47a0-a5b8-2c4f40898c39|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 7262ce1d-bc35-413b-bdc7-17fb92efe836 ASDC 2021-08-24T06:57:04.952Z|b15b76f3-977f-4eed-ae19-ff22e97064bd|pool-2-thread-5|||||DEBUG|500||ASDC Notification: DistributionID:b15b76f3-977f-4eed-ae19-ff22e97064bd ServiceName:Demo_pNF_qq2rLbewgNQYkxVoKsw4 ServiceVersion:1.0 ServiceUUID:7262ce1d-bc35-413b-bdc7-17fb92efe836 ServiceInvariantUUID:abdf3e5e-6879-47ff-afcb-cfd7006500d7 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfQq2rlbewgnqykxvoksw4-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfQq2rlbewgnqykxvoksw4/1.0/artifacts/service-DemoPnfQq2rlbewgnqykxvoksw4-csar.csar ArtifactUUID:416d4dae-8534-4028-8a80-b851c804053c ArtifactChecksum:NDNkZjc0ZmU0MTJmMmIyMzUzNjgzZTcxMTg3YTRlOWQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 306829d1-52f2 0 ResourceCustomizationUUID:cce6645f-8954-4596-b3aa-be9570e5de69 ResourceInvariantUUID:653b9d51-f053-4e7d-bff4-93f64c8ba195 ResourceName:pNF 306829d1-52f2 ResourceType:PNF ResourceUUID:fd7d04ed-e0e3-485f-b5da-cac08dd6b665 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2021-08-24T06:57:04.952Z|b15b76f3-977f-4eed-ae19-ff22e97064bd|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7262ce1d-bc35-413b-bdc7-17fb92efe836 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-08-24T06:57:04.973Z|b15b76f3-977f-4eed-ae19-ff22e97064bd|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-08-24T06:57:04.974Z|b15b76f3-977f-4eed-ae19-ff22e97064bd|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2021-08-24T06:57:04.974Z|b15b76f3-977f-4eed-ae19-ff22e97064bd|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2021-08-24T06:57:04.974Z|b15b76f3-977f-4eed-ae19-ff22e97064bd|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 416d4dae-8534-4028-8a80-b851c804053c from URL: /sdc/v1/catalog/services/DemoPnfQq2rlbewgnqykxvoksw4/1.0/artifacts/service-DemoPnfQq2rlbewgnqykxvoksw4-csar.csar 2021-08-24T06:57:04.974Z|b15b76f3-977f-4eed-ae19-ff22e97064bd|pool-2-thread-5|||||INFO|500||DistributionClient - download 2021-08-24T06:57:04.974Z|b15b76f3-977f-4eed-ae19-ff22e97064bd|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfQq2rlbewgnqykxvoksw4/1.0/artifacts/service-DemoPnfQq2rlbewgnqykxvoksw4-csar.csar 2021-08-24T06:57:05.403Z|b15b76f3-977f-4eed-ae19-ff22e97064bd|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2021-08-24T06:57:05.409Z|b15b76f3-977f-4eed-ae19-ff22e97064bd|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfQq2rlbewgnqykxvoksw4/1.0/artifacts/service-DemoPnfQq2rlbewgnqykxvoksw4-csar.csar 416d4dae-8534-4028-8a80-b851c804053c 82547 2021-08-24T06:57:05.410Z|b15b76f3-977f-4eed-ae19-ff22e97064bd|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfQq2rlbewgnqykxvoksw4/1.0/artifacts/service-DemoPnfQq2rlbewgnqykxvoksw4-csar.csar ASDC sendASDCNotification 2021-08-24T06:57:05.410Z|b15b76f3-977f-4eed-ae19-ff22e97064bd|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfQq2rlbewgnqykxvoksw4/1.0/artifacts/service-DemoPnfQq2rlbewgnqykxvoksw4-csar.csar 2021-08-24T06:57:05.410Z|b15b76f3-977f-4eed-ae19-ff22e97064bd|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2021-08-24T06:57:05.410Z|b15b76f3-977f-4eed-ae19-ff22e97064bd|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-08-24T06:57:05.412Z|b15b76f3-977f-4eed-ae19-ff22e97064bd|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-24T06:57:05.412Z|b15b76f3-977f-4eed-ae19-ff22e97064bd|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "b15b76f3-977f-4eed-ae19-ff22e97064bd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629788225410, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQq2rlbewgnqykxvoksw4/1.0/artifacts/service-DemoPnfQq2rlbewgnqykxvoksw4-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-24T06:57:05.512Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-24T06:57:05.513Z||pool-87-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-24T06:57:05.513Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Vzzhpb2vWYCtMmLH) ... 2021-08-24T06:57:05.521Z||pool-87-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T06:57:05.521Z||pool-87-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-08-24T06:57:06.412Z|b15b76f3-977f-4eed-ae19-ff22e97064bd|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-08-24T06:57:06.414Z|b15b76f3-977f-4eed-ae19-ff22e97064bd|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2021-08-24T06:57:06.414Z|b15b76f3-977f-4eed-ae19-ff22e97064bd|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 416d4dae-8534-4028-8a80-b851c804053c, URL: /sdc/v1/catalog/services/DemoPnfQq2rlbewgnqykxvoksw4/1.0/artifacts/service-DemoPnfQq2rlbewgnqykxvoksw4-csar.csar to file: /app/ASDC/1/service-DemoPnfQq2rlbewgnqykxvoksw4-csar.csar 2021-08-24T06:57:06.414Z|b15b76f3-977f-4eed-ae19-ff22e97064bd|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfQq2rlbewgnqykxvoksw4-csar.csar 2021-08-24T06:57:06.415Z|b15b76f3-977f-4eed-ae19-ff22e97064bd|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfQq2rlbewgnqykxvoksw4-csar.csar 2021-08-24T06:57:06.415Z|b15b76f3-977f-4eed-ae19-ff22e97064bd|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfQq2rlbewgnqykxvoksw4-csar.csar 2021-08-24T06:57:06.483Z|b15b76f3-977f-4eed-ae19-ff22e97064bd|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP18391672181574532125/Definitions/service-DemoPnfQq2rlbewgnqykxvoksw4-template.yml 2021-08-24T06:57:06.948Z|b15b76f3-977f-4eed-ae19-ff22e97064bd|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0 2021-08-24T06:57:06.949Z|b15b76f3-977f-4eed-ae19-ff22e97064bd|pool-2-thread-5|||||WARN|500||#################################################################################################### 2021-08-24T06:57:06.949Z|b15b76f3-977f-4eed-ae19-ff22e97064bd|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfQq2rlbewgnqykxvoksw4-csar.csar 2021-08-24T06:57:06.949Z|b15b76f3-977f-4eed-ae19-ff22e97064bd|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2021-08-24T06:57:06.949Z|b15b76f3-977f-4eed-ae19-ff22e97064bd|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfQq2rlbewgnqykxvoksw4-csar.csar 2021-08-24T06:57:06.949Z|b15b76f3-977f-4eed-ae19-ff22e97064bd|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfQq2rlbewgnqykxvoksw4-csar.csar 2021-08-24T06:57:06.949Z|b15b76f3-977f-4eed-ae19-ff22e97064bd|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfQq2rlbewgnqykxvoksw4-csar.csar 2021-08-24T06:57:06.949Z|b15b76f3-977f-4eed-ae19-ff22e97064bd|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfQq2rlbewgnqykxvoksw4-csar.csar 2021-08-24T06:57:06.949Z|b15b76f3-977f-4eed-ae19-ff22e97064bd|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfQq2rlbewgnqykxvoksw4-csar.csar 2021-08-24T06:57:06.949Z|b15b76f3-977f-4eed-ae19-ff22e97064bd|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 306829d1-52f2 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-DemoPnfQq2rlbewgnqykxvoksw4-csar.csar 2021-08-24T06:57:06.949Z|b15b76f3-977f-4eed-ae19-ff22e97064bd|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfQq2rlbewgnqykxvoksw4-csar.csar 2021-08-24T06:57:06.949Z|b15b76f3-977f-4eed-ae19-ff22e97064bd|pool-2-thread-5|||||WARN|500||#################################################################################################### 2021-08-24T06:57:06.949Z|b15b76f3-977f-4eed-ae19-ff22e97064bd|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-24T06:57:06.949Z|b15b76f3-977f-4eed-ae19-ff22e97064bd|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_qq2rLbewgNQYkxVoKsw4 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-08-24T06:57:06.949Z|b15b76f3-977f-4eed-ae19-ff22e97064bd|pool-2-thread-5|||||DEBUG|500||Node template pNF 306829d1-52f2 0 is matching search criteria 2021-08-24T06:57:06.949Z|b15b76f3-977f-4eed-ae19-ff22e97064bd|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2021-08-24T06:57:06.949Z|b15b76f3-977f-4eed-ae19-ff22e97064bd|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 306829d1-52f2 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-08-24T06:57:06.949Z|b15b76f3-977f-4eed-ae19-ff22e97064bd|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-24T06:57:06.949Z|b15b76f3-977f-4eed-ae19-ff22e97064bd|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_qq2rLbewgNQYkxVoKsw4 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-08-24T06:57:06.949Z|b15b76f3-977f-4eed-ae19-ff22e97064bd|pool-2-thread-5|||||DEBUG|500||Node template pNF 306829d1-52f2 0 is matching search criteria 2021-08-24T06:57:06.949Z|b15b76f3-977f-4eed-ae19-ff22e97064bd|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2021-08-24T06:57:06.949Z|b15b76f3-977f-4eed-ae19-ff22e97064bd|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 306829d1-52f2 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-08-24T06:57:06.950Z|b15b76f3-977f-4eed-ae19-ff22e97064bd|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-24T06:57:06.950Z|b15b76f3-977f-4eed-ae19-ff22e97064bd|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_qq2rLbewgNQYkxVoKsw4 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-08-24T06:57:06.950Z|b15b76f3-977f-4eed-ae19-ff22e97064bd|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-24T06:57:06.950Z|b15b76f3-977f-4eed-ae19-ff22e97064bd|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_qq2rLbewgNQYkxVoKsw4 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-08-24T06:57:06.950Z|b15b76f3-977f-4eed-ae19-ff22e97064bd|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-24T06:57:06.950Z|b15b76f3-977f-4eed-ae19-ff22e97064bd|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_qq2rLbewgNQYkxVoKsw4 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-08-24T06:57:06.950Z|b15b76f3-977f-4eed-ae19-ff22e97064bd|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-24T06:57:06.950Z|b15b76f3-977f-4eed-ae19-ff22e97064bd|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_qq2rLbewgNQYkxVoKsw4 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-08-24T06:57:06.950Z|b15b76f3-977f-4eed-ae19-ff22e97064bd|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-24T06:57:06.950Z|b15b76f3-977f-4eed-ae19-ff22e97064bd|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_qq2rLbewgNQYkxVoKsw4 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-08-24T06:57:06.950Z|b15b76f3-977f-4eed-ae19-ff22e97064bd|pool-2-thread-5|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_qq2rLbewgNQYkxVoKsw4 Description:catalog service description Model UUID:7262ce1d-bc35-413b-bdc7-17fb92efe836 Model Version:NULL Model InvariantUuid:abdf3e5e-6879-47ff-afcb-cfd7006500d7 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-08-24T06:57:06.955Z|b15b76f3-977f-4eed-ae19-ff22e97064bd|pool-2-thread-5|||||INFO|500||Processing Resource Type: PNF, Model UUID: fd7d04ed-e0e3-485f-b5da-cac08dd6b665 Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-08-24T06:57:06.958Z|b15b76f3-977f-4eed-ae19-ff22e97064bd|pool-2-thread-5|||||INFO|500||pNF 306829d1-52f2 0 2021-08-24T06:57:06.958Z|b15b76f3-977f-4eed-ae19-ff22e97064bd|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: fd7d04ed-e0e3-485f-b5da-cac08dd6b665 2021-08-24T06:57:06.958Z|b15b76f3-977f-4eed-ae19-ff22e97064bd|pool-2-thread-5|||||DEBUG|500||No resources found for Service: 7262ce1d-bc35-413b-bdc7-17fb92efe836 2021-08-24T06:57:06.958Z|b15b76f3-977f-4eed-ae19-ff22e97064bd|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 7262ce1d-bc35-413b-bdc7-17fb92efe836 2021-08-24T06:57:06.958Z|b15b76f3-977f-4eed-ae19-ff22e97064bd|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 306829d1-52f2 0 fd7d04ed-e0e3-485f-b5da-cac08dd6b665 ASDC Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-08-24T06:57:06.964Z|b15b76f3-977f-4eed-ae19-ff22e97064bd|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-24T06:57:06.964Z|b15b76f3-977f-4eed-ae19-ff22e97064bd|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_qq2rLbewgNQYkxVoKsw4 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-08-24T06:57:06.964Z|b15b76f3-977f-4eed-ae19-ff22e97064bd|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 7262ce1d-bc35-413b-bdc7-17fb92efe836: pNF 306829d1-52f2 2021-08-24T06:57:06.964Z|b15b76f3-977f-4eed-ae19-ff22e97064bd|pool-2-thread-5|||||INFO|500||Processing PNF resource: fd7d04ed-e0e3-485f-b5da-cac08dd6b665 2021-08-24T06:57:06.964Z|b15b76f3-977f-4eed-ae19-ff22e97064bd|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-24T06:57:06.964Z|b15b76f3-977f-4eed-ae19-ff22e97064bd|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_qq2rLbewgNQYkxVoKsw4 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-08-24T06:57:06.964Z|b15b76f3-977f-4eed-ae19-ff22e97064bd|pool-2-thread-5|||||INFO|500||Resource customization UUID: cce6645f-8954-4596-b3aa-be9570e5de69 is the same as notified resource customizationUUID: cce6645f-8954-4596-b3aa-be9570e5de69 Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_44_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_44_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_44_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_44_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_44_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_44_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_44_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_44_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_44_0_, pnfresourc0_.NF_ROLE as nf_role11_44_0_, pnfresourc0_.NF_TYPE as nf_type12_44_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_44_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_44_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_44_0_, pnfresourc1_.MODEL_UUID as model_uu1_43_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_43_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_43_1_, pnfresourc1_.DESCRIPTION as descript4_43_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_43_1_, pnfresourc1_.MODEL_NAME as model_na6_43_1_, pnfresourc1_.MODEL_VERSION as model_ve7_43_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_43_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_43_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_43_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_43_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc0_.DESCRIPTION as descript4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc0_.MODEL_NAME as model_na6_43_0_, pnfresourc0_.MODEL_VERSION as model_ve7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_44_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_44_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_44_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_44_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_44_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_44_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_44_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_44_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_44_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_44_1_, pnfresourc0_.NF_ROLE as nf_role11_44_1_, pnfresourc0_.NF_TYPE as nf_type12_44_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_44_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_44_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_44_1_, pnfresourc1_.MODEL_UUID as model_uu1_43_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc1_.DESCRIPTION as descript4_43_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc1_.MODEL_NAME as model_na6_43_0_, pnfresourc1_.MODEL_VERSION as model_ve7_43_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_43_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc0_.DESCRIPTION as descript4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc0_.MODEL_NAME as model_na6_43_0_, pnfresourc0_.MODEL_VERSION as model_ve7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?) 2021-08-24T06:57:07.008Z|b15b76f3-977f-4eed-ae19-ff22e97064bd|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 306829d1-52f2 fd7d04ed-e0e3-485f-b5da-cac08dd6b665 0 ASDC deployResourceStructure 2021-08-24T06:57:07.008Z|b15b76f3-977f-4eed-ae19-ff22e97064bd|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfQq2rlbewgnqykxvoksw4/1.0/artifacts/service-DemoPnfQq2rlbewgnqykxvoksw4-csar.csar ASDC sendASDCNotification 2021-08-24T06:57:07.008Z|b15b76f3-977f-4eed-ae19-ff22e97064bd|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfQq2rlbewgnqykxvoksw4/1.0/artifacts/service-DemoPnfQq2rlbewgnqykxvoksw4-csar.csar 2021-08-24T06:57:07.008Z|b15b76f3-977f-4eed-ae19-ff22e97064bd|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-08-24T06:57:07.009Z|b15b76f3-977f-4eed-ae19-ff22e97064bd|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-08-24T06:57:07.010Z|b15b76f3-977f-4eed-ae19-ff22e97064bd|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-24T06:57:07.010Z|b15b76f3-977f-4eed-ae19-ff22e97064bd|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "b15b76f3-977f-4eed-ae19-ff22e97064bd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629788227008, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQq2rlbewgnqykxvoksw4/1.0/artifacts/service-DemoPnfQq2rlbewgnqykxvoksw4-csar.csar", "status": "DEPLOY_OK" } 2021-08-24T06:57:07.110Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-24T06:57:07.111Z||pool-88-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-24T06:57:07.111Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Vzzhpb2vWYCtMmLH) ... 2021-08-24T06:57:07.118Z||pool-88-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T06:57:07.118Z||pool-88-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":1,"count":1} 2021-08-24T06:57:08.011Z|b15b76f3-977f-4eed-ae19-ff22e97064bd|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b15b76f3-977f-4eed-ae19-ff22e97064bd Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-08-24T06:57:08.018Z|b15b76f3-977f-4eed-ae19-ff22e97064bd|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b15b76f3-977f-4eed-ae19-ff22e97064bd Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-08-24T06:57:08.020Z|b15b76f3-977f-4eed-ae19-ff22e97064bd|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-08-24T06:57:08.020Z|b15b76f3-977f-4eed-ae19-ff22e97064bd|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-08-24T06:57:08.020Z|b15b76f3-977f-4eed-ae19-ff22e97064bd|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-08-24T06:57:08.020Z|b15b76f3-977f-4eed-ae19-ff22e97064bd|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-08-24T06:57:08.020Z|b15b76f3-977f-4eed-ae19-ff22e97064bd|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-24T06:57:08.020Z|b15b76f3-977f-4eed-ae19-ff22e97064bd|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-24T06:57:08.020Z|b15b76f3-977f-4eed-ae19-ff22e97064bd|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-24T06:57:08.020Z|b15b76f3-977f-4eed-ae19-ff22e97064bd|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-24T06:57:08.020Z|b15b76f3-977f-4eed-ae19-ff22e97064bd|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-24T06:57:08.020Z|b15b76f3-977f-4eed-ae19-ff22e97064bd|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-24T06:57:08.020Z|b15b76f3-977f-4eed-ae19-ff22e97064bd|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-24T06:57:08.020Z|b15b76f3-977f-4eed-ae19-ff22e97064bd|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-08-24T06:57:08.024Z|b15b76f3-977f-4eed-ae19-ff22e97064bd|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-08-24T06:57:38.024Z|b15b76f3-977f-4eed-ae19-ff22e97064bd|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b15b76f3-977f-4eed-ae19-ff22e97064bd and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2021-08-24T06:57:38.029Z|b15b76f3-977f-4eed-ae19-ff22e97064bd|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b15b76f3-977f-4eed-ae19-ff22e97064bd and serviceModelVersionId: 7262ce1d-bc35-413b-bdc7-17fb92efe836 2021-08-24T06:57:38.030Z|b15b76f3-977f-4eed-ae19-ff22e97064bd|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : abdf3e5e-6879-47ff-afcb-cfd7006500d7 2021-08-24T06:57:38.030Z|b15b76f3-977f-4eed-ae19-ff22e97064bd|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/abdf3e5e-6879-47ff-afcb-cfd7006500d7/model-vers/model-ver/7262ce1d-bc35-413b-bdc7-17fb92efe836?depth=0 2021-08-24T06:57:38.035Z|b15b76f3-977f-4eed-ae19-ff22e97064bd|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context! 2021-08-24T06:57:38.067Z|b15b76f3-977f-4eed-ae19-ff22e97064bd|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/abdf3e5e-6879-47ff-afcb-cfd7006500d7/model-vers/model-ver/7262ce1d-bc35-413b-bdc7-17fb92efe836?depth=0|INFO|500||Invoke 2021-08-24T06:57:38.067Z|b15b76f3-977f-4eed-ae19-ff22e97064bd|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/abdf3e5e-6879-47ff-afcb-cfd7006500d7/model-vers/model-ver/7262ce1d-bc35-413b-bdc7-17fb92efe836?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/abdf3e5e-6879-47ff-afcb-cfd7006500d7/model-vers/model-ver/7262ce1d-bc35-413b-bdc7-17fb92efe836?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[b15b76f3-977f-4eed-ae19-ff22e97064bd], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[39fedcce-8aa7-48c7-ad8c-623824c85a75], X-ECOMP-RequestID=[b15b76f3-977f-4eed-ae19-ff22e97064bd], X-TransactionId=[], X-ONAP-RequestID=[b15b76f3-977f-4eed-ae19-ff22e97064bd], Content-Type=[application/merge-patch+json]} 2021-08-24T06:57:38.096Z|b15b76f3-977f-4eed-ae19-ff22e97064bd|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/abdf3e5e-6879-47ff-afcb-cfd7006500d7/model-vers/model-ver/7262ce1d-bc35-413b-bdc7-17fb92efe836?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-08-24T06:57:38.417Z|b15b76f3-977f-4eed-ae19-ff22e97064bd|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/abdf3e5e-6879-47ff-afcb-cfd7006500d7/model-vers/model-ver/7262ce1d-bc35-413b-bdc7-17fb92efe836?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/abdf3e5e-6879-47ff-afcb-cfd7006500d7/model-vers/model-ver/7262ce1d-bc35-413b-bdc7-17fb92efe836?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210824-06:57:38:101-76368], vertex-id=[311528], Content-Length=[0], Date=[Tue, 24 Aug 2021 06:57:38 GMT], Content-Type=[application/json]} 2021-08-24T06:57:38.417Z|b15b76f3-977f-4eed-ae19-ff22e97064bd|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/abdf3e5e-6879-47ff-afcb-cfd7006500d7/model-vers/model-ver/7262ce1d-bc35-413b-bdc7-17fb92efe836?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-08-24T06:57:38.418Z|b15b76f3-977f-4eed-ae19-ff22e97064bd|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/abdf3e5e-6879-47ff-afcb-cfd7006500d7/model-vers/model-ver/7262ce1d-bc35-413b-bdc7-17fb92efe836?depth=0|INFO|500||InvokeReturn 2021-08-24T06:57:38.418Z|b15b76f3-977f-4eed-ae19-ff22e97064bd|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-08-24T06:57:38.418Z|b15b76f3-977f-4eed-ae19-ff22e97064bd|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-08-24T06:57:38.422Z|b15b76f3-977f-4eed-ae19-ff22e97064bd|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-08-24T06:57:38.423Z|b15b76f3-977f-4eed-ae19-ff22e97064bd|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b15b76f3-977f-4eed-ae19-ff22e97064bd and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-08-24T06:57:38.423Z|b15b76f3-977f-4eed-ae19-ff22e97064bd|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-08-24T06:57:38.423Z|b15b76f3-977f-4eed-ae19-ff22e97064bd|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-08-24T06:57:38.425Z|b15b76f3-977f-4eed-ae19-ff22e97064bd|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-24T06:57:38.425Z|b15b76f3-977f-4eed-ae19-ff22e97064bd|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "b15b76f3-977f-4eed-ae19-ff22e97064bd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629788258423, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-08-24T06:57:38.525Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-24T06:57:38.526Z||pool-89-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-24T06:57:38.526Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Vzzhpb2vWYCtMmLH) ... 2021-08-24T06:57:38.537Z||pool-89-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T06:57:38.537Z||pool-89-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-08-24T06:57:56.284Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T06:57:56.285Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T06:57:56.285Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T06:57:56.286Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T06:57:56.286Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T06:57:56.286Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T06:57:56.406Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T06:57:56.407Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T06:57:56.407Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b15b76f3-977f-4eed-ae19-ff22e97064bd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629788216284, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQq2rlbewgnqykxvoksw4/1.0/resourceInstances/pnf306829d152f20/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-24T06:57:56.408Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-24T06:57:56.907Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T06:57:56.908Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-24T06:57:56.908Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"4b97f22f-103c-4d1d-8cae-e283f1d6509e","serviceName":"Demo_pNF_xCne1bVaI545bAkoJhGW","serviceVersion":"1.0","serviceUUID":"7e8f8e14-2be7-47b9-998e-bc6938db3cd5","serviceDescription":"catalog service description","serviceInvariantUUID":"509aca27-78aa-4250-90cc-5f08e7652fbb","resources":[{"resourceInstanceName":"pNF a5571acd-85e5 0","resourceName":"pNF a5571acd-85e5","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"20ba9446-e9b2-49d4-8fdc-5e6cff77b9c6","resourceInvariantUUID":"f4072b22-7b7b-4d69-bede-08c7b41d03fc","resourceCustomizationUUID":"9f43a50b-82b2-4873-af77-24709662d356","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfXcne1bvai545bakojhgw/1.0/resourceInstances/pnfa5571acd85e50/artifacts/vf-license-model.xml","artifactChecksum":"NzY5NjhmZTU4NDI4NmQyNWE1NjExY2E1MDkwZjIxYjg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"4023c872-9be5-4ef5-8bbd-5afb505a8afc","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfXcne1bvai545bakojhgw/1.0/resourceInstances/pnfa5571acd85e50/artifacts/pNF.csar","artifactChecksum":"YTVhYzM1ZWY1ZTZhOWM4ZmYzOTFlZDQ3OTA5NzgxNGU\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"73a3ffb1-ed43-48c8-9fbb-417895a66488","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfXcne1bvai545bakojhgw/1.0/resourceInstances/pnfa5571acd85e50/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0f91a230-f366-4d5c-98ba-2086234463e3","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfXcne1bvai545bakojhgw/1.0/resourceInstances/pnfa5571acd85e50/artifacts/vendor-license-model.xml","artifactChecksum":"MGRjN2RjN2E3OGYxNGFhMGVhOTgzMDhlNGE3ZjYyN2U\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"829ff80b-e1f6-4880-aedc-44d3d0f8bae0","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfXcne1bvai545bakojhgw/1.0/resourceInstances/pnfa5571acd85e50/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3e1de760-f834-4bc9-8a08-e733ea316044","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfXcne1bvai545bakojhgw/1.0/resourceInstances/pnfa5571acd85e50/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"fc397c9b-8992-49ee-8b35-ff6a32196b35","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfXcne1bvai545bakojhgw-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfXcne1bvai545bakojhgw/1.0/artifacts/service-DemoPnfXcne1bvai545bakojhgw-template.yml","artifactChecksum":"MjBiNmU0YmQwMjdhYTc1MTU0ODYxZDZjNjY0YzlmZjc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ce835994-caf4-4cfd-9eb8-d52b724da297","artifactVersion":"1"},{"artifactName":"service-DemoPnfXcne1bvai545bakojhgw-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfXcne1bvai545bakojhgw/1.0/artifacts/service-DemoPnfXcne1bvai545bakojhgw-csar.csar","artifactChecksum":"ZGQ4OTUxOGQ2MzU0MDI3YWRhMWIwNWE0NGMwMmFlMmU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"085e1185-f8cb-4386-95d1-20a324f394c8","artifactVersion":"1"}],"workloadContext":"Production"} 2021-08-24T06:57:56.910Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-24T06:57:56.911Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-08-24T06:57:56.913Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-24T06:57:56.913Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "4b97f22f-103c-4d1d-8cae-e283f1d6509e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629788276284, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXcne1bvai545bakojhgw/1.0/resourceInstances/pnfa5571acd85e50/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-24T06:57:57.013Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-24T06:57:57.014Z||pool-90-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-24T06:57:57.014Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Vzzhpb2vWYCtMmLH) ... 2021-08-24T06:57:57.022Z||pool-90-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T06:57:57.023Z||pool-90-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-08-24T06:57:57.914Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-24T06:57:57.915Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-08-24T06:57:57.917Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-24T06:57:57.917Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "4b97f22f-103c-4d1d-8cae-e283f1d6509e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629788276284, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXcne1bvai545bakojhgw/1.0/resourceInstances/pnfa5571acd85e50/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-08-24T06:57:58.017Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-24T06:57:58.018Z||pool-91-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-24T06:57:58.018Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Vzzhpb2vWYCtMmLH) ... 2021-08-24T06:57:58.028Z||pool-91-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T06:57:58.029Z||pool-91-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-08-24T06:57:58.917Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-24T06:57:58.918Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-08-24T06:57:58.921Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-24T06:57:58.921Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "4b97f22f-103c-4d1d-8cae-e283f1d6509e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629788276284, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXcne1bvai545bakojhgw/1.0/resourceInstances/pnfa5571acd85e50/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-08-24T06:57:59.021Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-24T06:57:59.022Z||pool-92-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-24T06:57:59.022Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Vzzhpb2vWYCtMmLH) ... 2021-08-24T06:57:59.032Z||pool-92-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T06:57:59.033Z||pool-92-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-08-24T06:57:59.922Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-24T06:57:59.922Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-08-24T06:57:59.925Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-24T06:57:59.925Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "4b97f22f-103c-4d1d-8cae-e283f1d6509e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629788276284, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXcne1bvai545bakojhgw/1.0/resourceInstances/pnfa5571acd85e50/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-24T06:58:00.025Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-24T06:58:00.025Z||pool-93-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-24T06:58:00.026Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Vzzhpb2vWYCtMmLH) ... 2021-08-24T06:58:00.035Z||pool-93-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T06:58:00.035Z||pool-93-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-08-24T06:58:00.925Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-24T06:58:00.926Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-08-24T06:58:00.928Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-24T06:58:00.928Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "4b97f22f-103c-4d1d-8cae-e283f1d6509e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629788276284, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXcne1bvai545bakojhgw/1.0/resourceInstances/pnfa5571acd85e50/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-08-24T06:58:01.028Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-24T06:58:01.029Z||pool-94-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-24T06:58:01.029Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Vzzhpb2vWYCtMmLH) ... 2021-08-24T06:58:01.038Z||pool-94-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T06:58:01.039Z||pool-94-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2021-08-24T06:58:01.928Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-24T06:58:01.929Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-08-24T06:58:01.931Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-24T06:58:01.931Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "4b97f22f-103c-4d1d-8cae-e283f1d6509e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629788276284, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXcne1bvai545bakojhgw/1.0/resourceInstances/pnfa5571acd85e50/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-08-24T06:58:02.032Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-08-24T06:58:02.032Z||pool-95-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-24T06:58:02.033Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Vzzhpb2vWYCtMmLH) ... 2021-08-24T06:58:02.042Z||pool-95-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T06:58:02.042Z||pool-95-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-08-24T06:58:02.932Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-24T06:58:02.932Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-08-24T06:58:02.934Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-24T06:58:02.935Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "4b97f22f-103c-4d1d-8cae-e283f1d6509e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629788276284, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXcne1bvai545bakojhgw/1.0/artifacts/service-DemoPnfXcne1bvai545bakojhgw-template.yml", "status": "NOT_NOTIFIED" } 2021-08-24T06:58:03.035Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-24T06:58:03.036Z||pool-96-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-24T06:58:03.036Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Vzzhpb2vWYCtMmLH) ... 2021-08-24T06:58:03.045Z||pool-96-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T06:58:03.045Z||pool-96-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-08-24T06:58:03.935Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-24T06:58:03.936Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-08-24T06:58:03.938Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-24T06:58:03.938Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "4b97f22f-103c-4d1d-8cae-e283f1d6509e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629788276284, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXcne1bvai545bakojhgw/1.0/artifacts/service-DemoPnfXcne1bvai545bakojhgw-csar.csar", "status": "NOTIFIED" } 2021-08-24T06:58:04.039Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-08-24T06:58:04.039Z||pool-97-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-24T06:58:04.039Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Vzzhpb2vWYCtMmLH) ... 2021-08-24T06:58:04.051Z||pool-97-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T06:58:04.051Z||pool-97-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-08-24T06:58:04.940Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "4b97f22f-103c-4d1d-8cae-e283f1d6509e", "serviceName": "Demo_pNF_xCne1bVaI545bAkoJhGW", "serviceVersion": "1.0", "serviceUUID": "7e8f8e14-2be7-47b9-998e-bc6938db3cd5", "serviceDescription": "catalog service description", "serviceInvariantUUID": "509aca27-78aa-4250-90cc-5f08e7652fbb", "resources": [ { "resourceInstanceName": "pNF a5571acd-85e5 0", "resourceCustomizationUUID": "9f43a50b-82b2-4873-af77-24709662d356", "resourceName": "pNF a5571acd-85e5", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "20ba9446-e9b2-49d4-8fdc-5e6cff77b9c6", "resourceInvariantUUID": "f4072b22-7b7b-4d69-bede-08c7b41d03fc", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfXcne1bvai545bakojhgw-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfXcne1bvai545bakojhgw/1.0/artifacts/service-DemoPnfXcne1bvai545bakojhgw-csar.csar", "artifactChecksum": "ZGQ4OTUxOGQ2MzU0MDI3YWRhMWIwNWE0NGMwMmFlMmU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "085e1185-f8cb-4386-95d1-20a324f394c8" } ], "workloadContext": "Production" } 2021-08-24T06:58:04.940Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-08-24T06:58:04.940Z|99b1029c-14da-4b87-93bb-721b6f5ba66f|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 7e8f8e14-2be7-47b9-998e-bc6938db3cd5 ASDC 2021-08-24T06:58:04.941Z|4b97f22f-103c-4d1d-8cae-e283f1d6509e|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:4b97f22f-103c-4d1d-8cae-e283f1d6509e ServiceName:Demo_pNF_xCne1bVaI545bAkoJhGW ServiceVersion:1.0 ServiceUUID:7e8f8e14-2be7-47b9-998e-bc6938db3cd5 ServiceInvariantUUID:509aca27-78aa-4250-90cc-5f08e7652fbb ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfXcne1bvai545bakojhgw-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfXcne1bvai545bakojhgw/1.0/artifacts/service-DemoPnfXcne1bvai545bakojhgw-csar.csar ArtifactUUID:085e1185-f8cb-4386-95d1-20a324f394c8 ArtifactChecksum:ZGQ4OTUxOGQ2MzU0MDI3YWRhMWIwNWE0NGMwMmFlMmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF a5571acd-85e5 0 ResourceCustomizationUUID:9f43a50b-82b2-4873-af77-24709662d356 ResourceInvariantUUID:f4072b22-7b7b-4d69-bede-08c7b41d03fc ResourceName:pNF a5571acd-85e5 ResourceType:PNF ResourceUUID:20ba9446-e9b2-49d4-8fdc-5e6cff77b9c6 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2021-08-24T06:58:04.941Z|4b97f22f-103c-4d1d-8cae-e283f1d6509e|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7e8f8e14-2be7-47b9-998e-bc6938db3cd5 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-08-24T06:58:04.962Z|4b97f22f-103c-4d1d-8cae-e283f1d6509e|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-08-24T06:58:04.963Z|4b97f22f-103c-4d1d-8cae-e283f1d6509e|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2021-08-24T06:58:04.963Z|4b97f22f-103c-4d1d-8cae-e283f1d6509e|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2021-08-24T06:58:04.963Z|4b97f22f-103c-4d1d-8cae-e283f1d6509e|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 085e1185-f8cb-4386-95d1-20a324f394c8 from URL: /sdc/v1/catalog/services/DemoPnfXcne1bvai545bakojhgw/1.0/artifacts/service-DemoPnfXcne1bvai545bakojhgw-csar.csar 2021-08-24T06:58:04.963Z|4b97f22f-103c-4d1d-8cae-e283f1d6509e|pool-2-thread-8|||||INFO|500||DistributionClient - download 2021-08-24T06:58:04.963Z|4b97f22f-103c-4d1d-8cae-e283f1d6509e|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfXcne1bvai545bakojhgw/1.0/artifacts/service-DemoPnfXcne1bvai545bakojhgw-csar.csar 2021-08-24T06:58:05.316Z|4b97f22f-103c-4d1d-8cae-e283f1d6509e|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2021-08-24T06:58:05.320Z|4b97f22f-103c-4d1d-8cae-e283f1d6509e|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfXcne1bvai545bakojhgw/1.0/artifacts/service-DemoPnfXcne1bvai545bakojhgw-csar.csar 085e1185-f8cb-4386-95d1-20a324f394c8 82542 2021-08-24T06:58:05.321Z|4b97f22f-103c-4d1d-8cae-e283f1d6509e|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfXcne1bvai545bakojhgw/1.0/artifacts/service-DemoPnfXcne1bvai545bakojhgw-csar.csar ASDC sendASDCNotification 2021-08-24T06:58:05.321Z|4b97f22f-103c-4d1d-8cae-e283f1d6509e|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfXcne1bvai545bakojhgw/1.0/artifacts/service-DemoPnfXcne1bvai545bakojhgw-csar.csar 2021-08-24T06:58:05.321Z|4b97f22f-103c-4d1d-8cae-e283f1d6509e|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-08-24T06:58:05.321Z|4b97f22f-103c-4d1d-8cae-e283f1d6509e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-08-24T06:58:05.323Z|4b97f22f-103c-4d1d-8cae-e283f1d6509e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-24T06:58:05.323Z|4b97f22f-103c-4d1d-8cae-e283f1d6509e|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "4b97f22f-103c-4d1d-8cae-e283f1d6509e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629788285321, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXcne1bvai545bakojhgw/1.0/artifacts/service-DemoPnfXcne1bvai545bakojhgw-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-24T06:58:05.424Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-08-24T06:58:05.424Z||pool-98-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-24T06:58:05.424Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Vzzhpb2vWYCtMmLH) ... 2021-08-24T06:58:05.434Z||pool-98-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T06:58:05.434Z||pool-98-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-08-24T06:58:06.323Z|4b97f22f-103c-4d1d-8cae-e283f1d6509e|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-08-24T06:58:06.325Z|4b97f22f-103c-4d1d-8cae-e283f1d6509e|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2021-08-24T06:58:06.325Z|4b97f22f-103c-4d1d-8cae-e283f1d6509e|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 085e1185-f8cb-4386-95d1-20a324f394c8, URL: /sdc/v1/catalog/services/DemoPnfXcne1bvai545bakojhgw/1.0/artifacts/service-DemoPnfXcne1bvai545bakojhgw-csar.csar to file: /app/ASDC/1/service-DemoPnfXcne1bvai545bakojhgw-csar.csar 2021-08-24T06:58:06.326Z|4b97f22f-103c-4d1d-8cae-e283f1d6509e|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfXcne1bvai545bakojhgw-csar.csar 2021-08-24T06:58:06.326Z|4b97f22f-103c-4d1d-8cae-e283f1d6509e|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfXcne1bvai545bakojhgw-csar.csar 2021-08-24T06:58:06.326Z|4b97f22f-103c-4d1d-8cae-e283f1d6509e|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfXcne1bvai545bakojhgw-csar.csar 2021-08-24T06:58:06.396Z|4b97f22f-103c-4d1d-8cae-e283f1d6509e|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7494298873176180004/Definitions/service-DemoPnfXcne1bvai545bakojhgw-template.yml 2021-08-24T06:58:06.856Z|4b97f22f-103c-4d1d-8cae-e283f1d6509e|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2021-08-24T06:58:06.856Z|4b97f22f-103c-4d1d-8cae-e283f1d6509e|pool-2-thread-8|||||WARN|500||#################################################################################################### 2021-08-24T06:58:06.856Z|4b97f22f-103c-4d1d-8cae-e283f1d6509e|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfXcne1bvai545bakojhgw-csar.csar 2021-08-24T06:58:06.856Z|4b97f22f-103c-4d1d-8cae-e283f1d6509e|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2021-08-24T06:58:06.856Z|4b97f22f-103c-4d1d-8cae-e283f1d6509e|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF a5571acd-85e5 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-DemoPnfXcne1bvai545bakojhgw-csar.csar 2021-08-24T06:58:06.856Z|4b97f22f-103c-4d1d-8cae-e283f1d6509e|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-DemoPnfXcne1bvai545bakojhgw-csar.csar 2021-08-24T06:58:06.856Z|4b97f22f-103c-4d1d-8cae-e283f1d6509e|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-DemoPnfXcne1bvai545bakojhgw-csar.csar 2021-08-24T06:58:06.856Z|4b97f22f-103c-4d1d-8cae-e283f1d6509e|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-DemoPnfXcne1bvai545bakojhgw-csar.csar 2021-08-24T06:58:06.856Z|4b97f22f-103c-4d1d-8cae-e283f1d6509e|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-DemoPnfXcne1bvai545bakojhgw-csar.csar 2021-08-24T06:58:06.856Z|4b97f22f-103c-4d1d-8cae-e283f1d6509e|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-DemoPnfXcne1bvai545bakojhgw-csar.csar 2021-08-24T06:58:06.856Z|4b97f22f-103c-4d1d-8cae-e283f1d6509e|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-DemoPnfXcne1bvai545bakojhgw-csar.csar 2021-08-24T06:58:06.856Z|4b97f22f-103c-4d1d-8cae-e283f1d6509e|pool-2-thread-8|||||WARN|500||#################################################################################################### 2021-08-24T06:58:06.856Z|4b97f22f-103c-4d1d-8cae-e283f1d6509e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-24T06:58:06.856Z|4b97f22f-103c-4d1d-8cae-e283f1d6509e|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_xCne1bVaI545bAkoJhGW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-08-24T06:58:06.857Z|4b97f22f-103c-4d1d-8cae-e283f1d6509e|pool-2-thread-8|||||DEBUG|500||Node template pNF a5571acd-85e5 0 is matching search criteria 2021-08-24T06:58:06.857Z|4b97f22f-103c-4d1d-8cae-e283f1d6509e|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2021-08-24T06:58:06.857Z|4b97f22f-103c-4d1d-8cae-e283f1d6509e|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF a5571acd-85e5 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-08-24T06:58:06.857Z|4b97f22f-103c-4d1d-8cae-e283f1d6509e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-24T06:58:06.857Z|4b97f22f-103c-4d1d-8cae-e283f1d6509e|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_xCne1bVaI545bAkoJhGW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-08-24T06:58:06.857Z|4b97f22f-103c-4d1d-8cae-e283f1d6509e|pool-2-thread-8|||||DEBUG|500||Node template pNF a5571acd-85e5 0 is matching search criteria 2021-08-24T06:58:06.857Z|4b97f22f-103c-4d1d-8cae-e283f1d6509e|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2021-08-24T06:58:06.857Z|4b97f22f-103c-4d1d-8cae-e283f1d6509e|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF a5571acd-85e5 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-08-24T06:58:06.857Z|4b97f22f-103c-4d1d-8cae-e283f1d6509e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-24T06:58:06.857Z|4b97f22f-103c-4d1d-8cae-e283f1d6509e|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_xCne1bVaI545bAkoJhGW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-08-24T06:58:06.857Z|4b97f22f-103c-4d1d-8cae-e283f1d6509e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-24T06:58:06.857Z|4b97f22f-103c-4d1d-8cae-e283f1d6509e|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_xCne1bVaI545bAkoJhGW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-08-24T06:58:06.857Z|4b97f22f-103c-4d1d-8cae-e283f1d6509e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-24T06:58:06.857Z|4b97f22f-103c-4d1d-8cae-e283f1d6509e|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_xCne1bVaI545bAkoJhGW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-08-24T06:58:06.857Z|4b97f22f-103c-4d1d-8cae-e283f1d6509e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-24T06:58:06.857Z|4b97f22f-103c-4d1d-8cae-e283f1d6509e|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_xCne1bVaI545bAkoJhGW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-08-24T06:58:06.857Z|4b97f22f-103c-4d1d-8cae-e283f1d6509e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-24T06:58:06.857Z|4b97f22f-103c-4d1d-8cae-e283f1d6509e|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_xCne1bVaI545bAkoJhGW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-08-24T06:58:06.857Z|4b97f22f-103c-4d1d-8cae-e283f1d6509e|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_xCne1bVaI545bAkoJhGW Description:catalog service description Model UUID:7e8f8e14-2be7-47b9-998e-bc6938db3cd5 Model Version:NULL Model InvariantUuid:509aca27-78aa-4250-90cc-5f08e7652fbb Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-08-24T06:58:06.863Z|4b97f22f-103c-4d1d-8cae-e283f1d6509e|pool-2-thread-8|||||INFO|500||Processing Resource Type: PNF, Model UUID: 20ba9446-e9b2-49d4-8fdc-5e6cff77b9c6 Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-08-24T06:58:06.865Z|4b97f22f-103c-4d1d-8cae-e283f1d6509e|pool-2-thread-8|||||INFO|500||pNF a5571acd-85e5 0 2021-08-24T06:58:06.865Z|4b97f22f-103c-4d1d-8cae-e283f1d6509e|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 20ba9446-e9b2-49d4-8fdc-5e6cff77b9c6 2021-08-24T06:58:06.865Z|4b97f22f-103c-4d1d-8cae-e283f1d6509e|pool-2-thread-8|||||DEBUG|500||No resources found for Service: 7e8f8e14-2be7-47b9-998e-bc6938db3cd5 2021-08-24T06:58:06.865Z|4b97f22f-103c-4d1d-8cae-e283f1d6509e|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 7e8f8e14-2be7-47b9-998e-bc6938db3cd5 2021-08-24T06:58:06.865Z|4b97f22f-103c-4d1d-8cae-e283f1d6509e|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF a5571acd-85e5 0 20ba9446-e9b2-49d4-8fdc-5e6cff77b9c6 ASDC Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-08-24T06:58:06.869Z|4b97f22f-103c-4d1d-8cae-e283f1d6509e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-24T06:58:06.869Z|4b97f22f-103c-4d1d-8cae-e283f1d6509e|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_xCne1bVaI545bAkoJhGW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-08-24T06:58:06.869Z|4b97f22f-103c-4d1d-8cae-e283f1d6509e|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 7e8f8e14-2be7-47b9-998e-bc6938db3cd5: pNF a5571acd-85e5 2021-08-24T06:58:06.869Z|4b97f22f-103c-4d1d-8cae-e283f1d6509e|pool-2-thread-8|||||INFO|500||Processing PNF resource: 20ba9446-e9b2-49d4-8fdc-5e6cff77b9c6 2021-08-24T06:58:06.869Z|4b97f22f-103c-4d1d-8cae-e283f1d6509e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-24T06:58:06.869Z|4b97f22f-103c-4d1d-8cae-e283f1d6509e|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_xCne1bVaI545bAkoJhGW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-08-24T06:58:06.869Z|4b97f22f-103c-4d1d-8cae-e283f1d6509e|pool-2-thread-8|||||INFO|500||Resource customization UUID: 9f43a50b-82b2-4873-af77-24709662d356 is the same as notified resource customizationUUID: 9f43a50b-82b2-4873-af77-24709662d356 Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_44_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_44_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_44_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_44_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_44_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_44_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_44_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_44_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_44_0_, pnfresourc0_.NF_ROLE as nf_role11_44_0_, pnfresourc0_.NF_TYPE as nf_type12_44_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_44_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_44_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_44_0_, pnfresourc1_.MODEL_UUID as model_uu1_43_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_43_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_43_1_, pnfresourc1_.DESCRIPTION as descript4_43_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_43_1_, pnfresourc1_.MODEL_NAME as model_na6_43_1_, pnfresourc1_.MODEL_VERSION as model_ve7_43_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_43_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_43_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_43_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_43_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc0_.DESCRIPTION as descript4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc0_.MODEL_NAME as model_na6_43_0_, pnfresourc0_.MODEL_VERSION as model_ve7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_44_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_44_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_44_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_44_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_44_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_44_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_44_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_44_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_44_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_44_1_, pnfresourc0_.NF_ROLE as nf_role11_44_1_, pnfresourc0_.NF_TYPE as nf_type12_44_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_44_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_44_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_44_1_, pnfresourc1_.MODEL_UUID as model_uu1_43_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc1_.DESCRIPTION as descript4_43_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc1_.MODEL_NAME as model_na6_43_0_, pnfresourc1_.MODEL_VERSION as model_ve7_43_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_43_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc0_.DESCRIPTION as descript4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc0_.MODEL_NAME as model_na6_43_0_, pnfresourc0_.MODEL_VERSION as model_ve7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?) 2021-08-24T06:58:06.896Z|4b97f22f-103c-4d1d-8cae-e283f1d6509e|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF a5571acd-85e5 20ba9446-e9b2-49d4-8fdc-5e6cff77b9c6 0 ASDC deployResourceStructure 2021-08-24T06:58:06.897Z|4b97f22f-103c-4d1d-8cae-e283f1d6509e|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfXcne1bvai545bakojhgw/1.0/artifacts/service-DemoPnfXcne1bvai545bakojhgw-csar.csar ASDC sendASDCNotification 2021-08-24T06:58:06.897Z|4b97f22f-103c-4d1d-8cae-e283f1d6509e|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfXcne1bvai545bakojhgw/1.0/artifacts/service-DemoPnfXcne1bvai545bakojhgw-csar.csar 2021-08-24T06:58:06.897Z|4b97f22f-103c-4d1d-8cae-e283f1d6509e|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-08-24T06:58:06.897Z|4b97f22f-103c-4d1d-8cae-e283f1d6509e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-08-24T06:58:06.899Z|4b97f22f-103c-4d1d-8cae-e283f1d6509e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-24T06:58:06.899Z|4b97f22f-103c-4d1d-8cae-e283f1d6509e|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "4b97f22f-103c-4d1d-8cae-e283f1d6509e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629788286897, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXcne1bvai545bakojhgw/1.0/artifacts/service-DemoPnfXcne1bvai545bakojhgw-csar.csar", "status": "DEPLOY_OK" } 2021-08-24T06:58:07.000Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-24T06:58:07.001Z||pool-99-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-24T06:58:07.001Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Vzzhpb2vWYCtMmLH) ... 2021-08-24T06:58:07.011Z||pool-99-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T06:58:07.011Z||pool-99-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-08-24T06:58:07.900Z|4b97f22f-103c-4d1d-8cae-e283f1d6509e|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4b97f22f-103c-4d1d-8cae-e283f1d6509e Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-08-24T06:58:07.909Z|4b97f22f-103c-4d1d-8cae-e283f1d6509e|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4b97f22f-103c-4d1d-8cae-e283f1d6509e Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-08-24T06:58:07.912Z|4b97f22f-103c-4d1d-8cae-e283f1d6509e|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-08-24T06:58:07.912Z|4b97f22f-103c-4d1d-8cae-e283f1d6509e|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-08-24T06:58:07.912Z|4b97f22f-103c-4d1d-8cae-e283f1d6509e|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-08-24T06:58:37.912Z|4b97f22f-103c-4d1d-8cae-e283f1d6509e|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4b97f22f-103c-4d1d-8cae-e283f1d6509e Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-08-24T06:58:37.920Z|4b97f22f-103c-4d1d-8cae-e283f1d6509e|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4b97f22f-103c-4d1d-8cae-e283f1d6509e Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-08-24T06:58:37.922Z|4b97f22f-103c-4d1d-8cae-e283f1d6509e|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-08-24T06:58:37.922Z|4b97f22f-103c-4d1d-8cae-e283f1d6509e|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-08-24T06:58:37.922Z|4b97f22f-103c-4d1d-8cae-e283f1d6509e|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-08-24T06:58:56.286Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T06:58:56.286Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T06:58:56.286Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T06:58:56.307Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T06:58:56.308Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T06:58:56.308Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b15b76f3-977f-4eed-ae19-ff22e97064bd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629788216284, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQq2rlbewgnqykxvoksw4/1.0/resourceInstances/pnf306829d152f20/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-08-24T06:58:56.309Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-24T06:58:56.309Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T06:58:56.309Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b15b76f3-977f-4eed-ae19-ff22e97064bd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629788216284, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQq2rlbewgnqykxvoksw4/1.0/resourceInstances/pnf306829d152f20/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-08-24T06:58:56.309Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-24T06:58:56.309Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T06:58:56.309Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b15b76f3-977f-4eed-ae19-ff22e97064bd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629788216284, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQq2rlbewgnqykxvoksw4/1.0/resourceInstances/pnf306829d152f20/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-24T06:58:56.309Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-24T06:58:56.309Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T06:58:56.309Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b15b76f3-977f-4eed-ae19-ff22e97064bd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629788216284, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQq2rlbewgnqykxvoksw4/1.0/resourceInstances/pnf306829d152f20/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-08-24T06:58:56.309Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-24T06:58:56.309Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T06:58:56.309Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b15b76f3-977f-4eed-ae19-ff22e97064bd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629788216284, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQq2rlbewgnqykxvoksw4/1.0/resourceInstances/pnf306829d152f20/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-08-24T06:58:56.309Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-24T06:58:56.310Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T06:58:56.310Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b15b76f3-977f-4eed-ae19-ff22e97064bd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629788216284, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQq2rlbewgnqykxvoksw4/1.0/artifacts/service-DemoPnfQq2rlbewgnqykxvoksw4-template.yml", "status": "NOT_NOTIFIED" } 2021-08-24T06:58:56.310Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-24T06:58:56.310Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T06:58:56.310Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b15b76f3-977f-4eed-ae19-ff22e97064bd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629788216284, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQq2rlbewgnqykxvoksw4/1.0/artifacts/service-DemoPnfQq2rlbewgnqykxvoksw4-csar.csar", "status": "NOTIFIED" } 2021-08-24T06:58:56.310Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-24T06:58:56.310Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T06:58:56.310Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b15b76f3-977f-4eed-ae19-ff22e97064bd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629788225410, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQq2rlbewgnqykxvoksw4/1.0/artifacts/service-DemoPnfQq2rlbewgnqykxvoksw4-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-24T06:58:56.310Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-24T06:58:56.310Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T06:58:56.310Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b15b76f3-977f-4eed-ae19-ff22e97064bd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629788227008, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQq2rlbewgnqykxvoksw4/1.0/artifacts/service-DemoPnfQq2rlbewgnqykxvoksw4-csar.csar", "status": "DEPLOY_OK" } 2021-08-24T06:58:56.310Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-24T06:58:56.310Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T06:58:56.311Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b15b76f3-977f-4eed-ae19-ff22e97064bd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629788258423, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-08-24T06:58:56.311Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-24T06:58:56.311Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T06:58:56.311Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b97f22f-103c-4d1d-8cae-e283f1d6509e", "consumerID": "ves-openapi-manager", "timestamp": 1629788265332, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXcne1bvai545bakojhgw/1.0/resourceInstances/pnfa5571acd85e50/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-24T06:58:56.311Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-24T06:58:56.311Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T06:58:56.311Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b97f22f-103c-4d1d-8cae-e283f1d6509e", "consumerID": "cds", "timestamp": 1629788269329, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXcne1bvai545bakojhgw/1.0/resourceInstances/pnfa5571acd85e50/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-24T06:58:56.311Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-24T06:58:56.311Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T06:58:56.311Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b97f22f-103c-4d1d-8cae-e283f1d6509e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629788262109, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXcne1bvai545bakojhgw/1.0/resourceInstances/pnfa5571acd85e50/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-24T06:58:56.311Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-24T06:58:56.311Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T06:58:56.311Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b97f22f-103c-4d1d-8cae-e283f1d6509e", "consumerID": "ves-openapi-manager", "timestamp": 1629788265332, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXcne1bvai545bakojhgw/1.0/resourceInstances/pnfa5571acd85e50/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-08-24T06:58:56.311Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-24T06:58:56.312Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T06:58:56.312Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b97f22f-103c-4d1d-8cae-e283f1d6509e", "consumerID": "cds", "timestamp": 1629788269329, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXcne1bvai545bakojhgw/1.0/resourceInstances/pnfa5571acd85e50/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-08-24T06:58:56.312Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-24T06:58:56.312Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T06:58:56.312Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b97f22f-103c-4d1d-8cae-e283f1d6509e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629788262109, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXcne1bvai545bakojhgw/1.0/resourceInstances/pnfa5571acd85e50/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-08-24T06:58:56.312Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-24T06:58:56.312Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T06:58:56.312Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b97f22f-103c-4d1d-8cae-e283f1d6509e", "consumerID": "ves-openapi-manager", "timestamp": 1629788265332, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXcne1bvai545bakojhgw/1.0/resourceInstances/pnfa5571acd85e50/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-08-24T06:58:56.312Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-24T06:58:56.312Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T06:58:56.312Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b97f22f-103c-4d1d-8cae-e283f1d6509e", "consumerID": "cds", "timestamp": 1629788269329, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXcne1bvai545bakojhgw/1.0/resourceInstances/pnfa5571acd85e50/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-08-24T06:58:56.313Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-24T06:58:56.313Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T06:58:56.313Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b97f22f-103c-4d1d-8cae-e283f1d6509e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629788262109, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXcne1bvai545bakojhgw/1.0/resourceInstances/pnfa5571acd85e50/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-08-24T06:58:56.313Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-24T06:58:56.313Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T06:58:56.313Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b97f22f-103c-4d1d-8cae-e283f1d6509e", "consumerID": "policy-id", "timestamp": 1629788272422, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXcne1bvai545bakojhgw/1.0/resourceInstances/pnfa5571acd85e50/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-24T06:58:56.313Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-24T06:58:56.313Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T06:58:56.313Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b97f22f-103c-4d1d-8cae-e283f1d6509e", "consumerID": "ves-openapi-manager", "timestamp": 1629788265332, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXcne1bvai545bakojhgw/1.0/resourceInstances/pnfa5571acd85e50/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-24T06:58:56.313Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-24T06:58:56.313Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T06:58:56.313Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b97f22f-103c-4d1d-8cae-e283f1d6509e", "consumerID": "cds", "timestamp": 1629788269329, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXcne1bvai545bakojhgw/1.0/resourceInstances/pnfa5571acd85e50/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-24T06:58:56.313Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-24T06:58:56.313Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T06:58:56.313Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b97f22f-103c-4d1d-8cae-e283f1d6509e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629788262109, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXcne1bvai545bakojhgw/1.0/resourceInstances/pnfa5571acd85e50/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-24T06:58:56.313Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-24T06:58:56.313Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T06:58:56.314Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b97f22f-103c-4d1d-8cae-e283f1d6509e", "consumerID": "policy-id", "timestamp": 1629788272422, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXcne1bvai545bakojhgw/1.0/resourceInstances/pnfa5571acd85e50/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-08-24T06:58:56.314Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-24T06:58:56.314Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T06:58:56.314Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b97f22f-103c-4d1d-8cae-e283f1d6509e", "consumerID": "ves-openapi-manager", "timestamp": 1629788265332, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXcne1bvai545bakojhgw/1.0/resourceInstances/pnfa5571acd85e50/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-08-24T06:58:56.314Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-24T06:58:56.314Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T06:58:56.314Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b97f22f-103c-4d1d-8cae-e283f1d6509e", "consumerID": "cds", "timestamp": 1629788269329, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXcne1bvai545bakojhgw/1.0/resourceInstances/pnfa5571acd85e50/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-08-24T06:58:56.314Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-24T06:58:56.314Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T06:58:56.314Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b97f22f-103c-4d1d-8cae-e283f1d6509e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629788262109, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXcne1bvai545bakojhgw/1.0/resourceInstances/pnfa5571acd85e50/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-08-24T06:58:56.314Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-24T06:58:56.314Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T06:58:56.314Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b97f22f-103c-4d1d-8cae-e283f1d6509e", "consumerID": "policy-id", "timestamp": 1629788272422, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXcne1bvai545bakojhgw/1.0/resourceInstances/pnfa5571acd85e50/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-08-24T06:58:56.314Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-24T06:58:56.314Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T06:58:56.314Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b97f22f-103c-4d1d-8cae-e283f1d6509e", "consumerID": "ves-openapi-manager", "timestamp": 1629788265332, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXcne1bvai545bakojhgw/1.0/resourceInstances/pnfa5571acd85e50/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2021-08-24T06:58:56.315Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-24T06:58:56.315Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T06:58:56.315Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b97f22f-103c-4d1d-8cae-e283f1d6509e", "consumerID": "cds", "timestamp": 1629788269329, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXcne1bvai545bakojhgw/1.0/resourceInstances/pnfa5571acd85e50/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-08-24T06:58:56.315Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-24T06:58:56.315Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T06:58:56.315Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b97f22f-103c-4d1d-8cae-e283f1d6509e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629788262109, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXcne1bvai545bakojhgw/1.0/resourceInstances/pnfa5571acd85e50/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-08-24T06:58:56.315Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-24T06:58:56.315Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T06:58:56.315Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b97f22f-103c-4d1d-8cae-e283f1d6509e", "consumerID": "policy-id", "timestamp": 1629788272422, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXcne1bvai545bakojhgw/1.0/resourceInstances/pnfa5571acd85e50/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-24T06:58:56.315Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-24T06:59:07.922Z|4b97f22f-103c-4d1d-8cae-e283f1d6509e|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4b97f22f-103c-4d1d-8cae-e283f1d6509e Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-08-24T06:59:07.929Z|4b97f22f-103c-4d1d-8cae-e283f1d6509e|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4b97f22f-103c-4d1d-8cae-e283f1d6509e Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-08-24T06:59:07.931Z|4b97f22f-103c-4d1d-8cae-e283f1d6509e|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-08-24T06:59:07.931Z|4b97f22f-103c-4d1d-8cae-e283f1d6509e|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-08-24T06:59:07.931Z|4b97f22f-103c-4d1d-8cae-e283f1d6509e|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-08-24T06:59:37.931Z|4b97f22f-103c-4d1d-8cae-e283f1d6509e|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4b97f22f-103c-4d1d-8cae-e283f1d6509e Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-08-24T06:59:37.939Z|4b97f22f-103c-4d1d-8cae-e283f1d6509e|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4b97f22f-103c-4d1d-8cae-e283f1d6509e Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-08-24T06:59:37.942Z|4b97f22f-103c-4d1d-8cae-e283f1d6509e|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-08-24T06:59:37.942Z|4b97f22f-103c-4d1d-8cae-e283f1d6509e|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-08-24T06:59:37.942Z|4b97f22f-103c-4d1d-8cae-e283f1d6509e|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-08-24T06:59:56.286Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T06:59:56.286Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T06:59:56.286Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T06:59:56.309Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T06:59:56.310Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T06:59:56.310Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b97f22f-103c-4d1d-8cae-e283f1d6509e", "consumerID": "multicloud-k8s-id", "timestamp": 1629788275874, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXcne1bvai545bakojhgw/1.0/resourceInstances/pnfa5571acd85e50/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-24T06:59:56.310Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-24T07:00:07.942Z|4b97f22f-103c-4d1d-8cae-e283f1d6509e|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4b97f22f-103c-4d1d-8cae-e283f1d6509e Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-08-24T07:00:07.950Z|4b97f22f-103c-4d1d-8cae-e283f1d6509e|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4b97f22f-103c-4d1d-8cae-e283f1d6509e Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-08-24T07:00:07.953Z|4b97f22f-103c-4d1d-8cae-e283f1d6509e|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-08-24T07:00:07.953Z|4b97f22f-103c-4d1d-8cae-e283f1d6509e|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-08-24T07:00:07.954Z|4b97f22f-103c-4d1d-8cae-e283f1d6509e|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-08-24T07:00:37.954Z|4b97f22f-103c-4d1d-8cae-e283f1d6509e|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4b97f22f-103c-4d1d-8cae-e283f1d6509e Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-08-24T07:00:37.963Z|4b97f22f-103c-4d1d-8cae-e283f1d6509e|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4b97f22f-103c-4d1d-8cae-e283f1d6509e Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-08-24T07:00:37.964Z|4b97f22f-103c-4d1d-8cae-e283f1d6509e|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-08-24T07:00:37.965Z|4b97f22f-103c-4d1d-8cae-e283f1d6509e|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-08-24T07:00:37.965Z|4b97f22f-103c-4d1d-8cae-e283f1d6509e|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-08-24T07:00:56.286Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T07:00:56.286Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T07:00:56.286Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T07:00:56.302Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T07:00:56.315Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T07:00:56.315Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b97f22f-103c-4d1d-8cae-e283f1d6509e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629788276284, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXcne1bvai545bakojhgw/1.0/resourceInstances/pnfa5571acd85e50/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-24T07:00:56.316Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-24T07:00:56.316Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T07:00:56.316Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b97f22f-103c-4d1d-8cae-e283f1d6509e", "consumerID": "ves-openapi-manager", "timestamp": 1629788265332, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXcne1bvai545bakojhgw/1.0/artifacts/service-DemoPnfXcne1bvai545bakojhgw-template.yml", "status": "NOT_NOTIFIED" } 2021-08-24T07:00:56.316Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-24T07:00:56.316Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T07:00:56.316Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b97f22f-103c-4d1d-8cae-e283f1d6509e", "consumerID": "cds", "timestamp": 1629788269329, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXcne1bvai545bakojhgw/1.0/artifacts/service-DemoPnfXcne1bvai545bakojhgw-template.yml", "status": "NOT_NOTIFIED" } 2021-08-24T07:00:56.316Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-24T07:00:56.316Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T07:00:56.316Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b97f22f-103c-4d1d-8cae-e283f1d6509e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629788262109, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXcne1bvai545bakojhgw/1.0/artifacts/service-DemoPnfXcne1bvai545bakojhgw-template.yml", "status": "NOT_NOTIFIED" } 2021-08-24T07:00:56.316Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-24T07:00:56.316Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T07:00:56.316Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b97f22f-103c-4d1d-8cae-e283f1d6509e", "consumerID": "policy-id", "timestamp": 1629788272422, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXcne1bvai545bakojhgw/1.0/resourceInstances/pnfa5571acd85e50/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-08-24T07:00:56.316Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-24T07:00:56.316Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T07:00:56.317Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b97f22f-103c-4d1d-8cae-e283f1d6509e", "consumerID": "clamp", "timestamp": 1629788276528, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXcne1bvai545bakojhgw/1.0/resourceInstances/pnfa5571acd85e50/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-24T07:00:56.317Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-24T07:00:56.317Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T07:00:56.317Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b97f22f-103c-4d1d-8cae-e283f1d6509e", "consumerID": "multicloud-k8s-id", "timestamp": 1629788275874, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXcne1bvai545bakojhgw/1.0/resourceInstances/pnfa5571acd85e50/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-08-24T07:00:56.317Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-24T07:00:56.317Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T07:00:56.317Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b97f22f-103c-4d1d-8cae-e283f1d6509e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629788276284, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXcne1bvai545bakojhgw/1.0/resourceInstances/pnfa5571acd85e50/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-08-24T07:00:56.317Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-24T07:00:56.317Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T07:00:56.317Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b97f22f-103c-4d1d-8cae-e283f1d6509e", "consumerID": "ves-openapi-manager", "timestamp": 1629788265332, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXcne1bvai545bakojhgw/1.0/artifacts/service-DemoPnfXcne1bvai545bakojhgw-csar.csar", "status": "NOT_NOTIFIED" } 2021-08-24T07:00:56.317Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-24T07:00:56.317Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T07:00:56.317Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b97f22f-103c-4d1d-8cae-e283f1d6509e", "consumerID": "cds", "timestamp": 1629788269329, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXcne1bvai545bakojhgw/1.0/artifacts/service-DemoPnfXcne1bvai545bakojhgw-csar.csar", "status": "NOTIFIED" } 2021-08-24T07:00:56.317Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-24T07:00:56.317Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T07:00:56.317Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b97f22f-103c-4d1d-8cae-e283f1d6509e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629788262109, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXcne1bvai545bakojhgw/1.0/artifacts/service-DemoPnfXcne1bvai545bakojhgw-csar.csar", "status": "NOTIFIED" } 2021-08-24T07:00:56.317Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-24T07:00:56.317Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T07:00:56.318Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b97f22f-103c-4d1d-8cae-e283f1d6509e", "consumerID": "policy-id", "timestamp": 1629788272422, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXcne1bvai545bakojhgw/1.0/resourceInstances/pnfa5571acd85e50/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-08-24T07:00:56.318Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-24T07:00:56.318Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T07:00:56.318Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b97f22f-103c-4d1d-8cae-e283f1d6509e", "consumerID": "clamp", "timestamp": 1629788276528, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXcne1bvai545bakojhgw/1.0/resourceInstances/pnfa5571acd85e50/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-08-24T07:00:56.318Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-24T07:00:56.318Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T07:00:56.318Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b97f22f-103c-4d1d-8cae-e283f1d6509e", "consumerID": "multicloud-k8s-id", "timestamp": 1629788275874, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXcne1bvai545bakojhgw/1.0/resourceInstances/pnfa5571acd85e50/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-08-24T07:00:56.318Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-24T07:00:56.318Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T07:00:56.318Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b97f22f-103c-4d1d-8cae-e283f1d6509e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629788276284, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXcne1bvai545bakojhgw/1.0/resourceInstances/pnfa5571acd85e50/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-08-24T07:00:56.318Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-24T07:00:56.318Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T07:00:56.318Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b97f22f-103c-4d1d-8cae-e283f1d6509e", "consumerID": "policy-id", "timestamp": 1629788272422, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXcne1bvai545bakojhgw/1.0/artifacts/service-DemoPnfXcne1bvai545bakojhgw-template.yml", "status": "NOT_NOTIFIED" } 2021-08-24T07:00:56.318Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-24T07:00:56.318Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T07:00:56.318Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b97f22f-103c-4d1d-8cae-e283f1d6509e", "consumerID": "dcae-sch", "timestamp": 1629788278523, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXcne1bvai545bakojhgw/1.0/resourceInstances/pnfa5571acd85e50/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-24T07:00:56.318Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-24T07:00:56.319Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T07:00:56.319Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b97f22f-103c-4d1d-8cae-e283f1d6509e", "consumerID": "clamp", "timestamp": 1629788276528, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXcne1bvai545bakojhgw/1.0/resourceInstances/pnfa5571acd85e50/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-08-24T07:00:56.319Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-24T07:00:56.319Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T07:00:56.319Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b97f22f-103c-4d1d-8cae-e283f1d6509e", "consumerID": "multicloud-k8s-id", "timestamp": 1629788275874, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXcne1bvai545bakojhgw/1.0/resourceInstances/pnfa5571acd85e50/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-24T07:00:56.319Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-24T07:00:56.319Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T07:00:56.319Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b97f22f-103c-4d1d-8cae-e283f1d6509e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629788276284, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXcne1bvai545bakojhgw/1.0/resourceInstances/pnfa5571acd85e50/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-24T07:00:56.319Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-24T07:00:56.319Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T07:00:56.319Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b97f22f-103c-4d1d-8cae-e283f1d6509e", "consumerID": "policy-id", "timestamp": 1629788272422, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXcne1bvai545bakojhgw/1.0/artifacts/service-DemoPnfXcne1bvai545bakojhgw-csar.csar", "status": "NOTIFIED" } 2021-08-24T07:00:56.319Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-24T07:00:56.319Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T07:00:56.319Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b97f22f-103c-4d1d-8cae-e283f1d6509e", "consumerID": "dcae-sch", "timestamp": 1629788278523, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXcne1bvai545bakojhgw/1.0/resourceInstances/pnfa5571acd85e50/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-08-24T07:00:56.319Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-24T07:00:56.319Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T07:00:56.319Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b97f22f-103c-4d1d-8cae-e283f1d6509e", "consumerID": "clamp", "timestamp": 1629788276528, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXcne1bvai545bakojhgw/1.0/resourceInstances/pnfa5571acd85e50/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-24T07:00:56.319Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-24T07:00:56.320Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T07:00:56.320Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b97f22f-103c-4d1d-8cae-e283f1d6509e", "consumerID": "cds", "timestamp": 1629788280248, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXcne1bvai545bakojhgw/1.0/artifacts/service-DemoPnfXcne1bvai545bakojhgw-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-24T07:00:56.320Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-24T07:00:56.320Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T07:00:56.320Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b97f22f-103c-4d1d-8cae-e283f1d6509e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629788280352, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXcne1bvai545bakojhgw/1.0/artifacts/service-DemoPnfXcne1bvai545bakojhgw-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-24T07:00:56.320Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-24T07:00:56.320Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T07:00:56.320Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b97f22f-103c-4d1d-8cae-e283f1d6509e", "consumerID": "ves-openapi-manager", "timestamp": 1629788280448, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXcne1bvai545bakojhgw/1.0/resourceInstances/pnfa5571acd85e50/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2021-08-24T07:00:56.320Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-24T07:00:56.320Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T07:00:56.320Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b97f22f-103c-4d1d-8cae-e283f1d6509e", "consumerID": "multicloud-k8s-id", "timestamp": 1629788275874, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXcne1bvai545bakojhgw/1.0/resourceInstances/pnfa5571acd85e50/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-08-24T07:00:56.320Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-24T07:00:56.320Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T07:00:56.320Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b97f22f-103c-4d1d-8cae-e283f1d6509e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629788276284, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXcne1bvai545bakojhgw/1.0/resourceInstances/pnfa5571acd85e50/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-08-24T07:00:56.320Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-24T07:00:56.320Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T07:00:56.320Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b97f22f-103c-4d1d-8cae-e283f1d6509e", "consumerID": "dcae-sch", "timestamp": 1629788278523, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXcne1bvai545bakojhgw/1.0/resourceInstances/pnfa5571acd85e50/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-08-24T07:00:56.320Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-24T07:00:56.320Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T07:00:56.320Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b97f22f-103c-4d1d-8cae-e283f1d6509e", "consumerID": "clamp", "timestamp": 1629788276528, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXcne1bvai545bakojhgw/1.0/resourceInstances/pnfa5571acd85e50/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-08-24T07:00:56.320Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-24T07:00:56.320Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T07:00:56.320Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b97f22f-103c-4d1d-8cae-e283f1d6509e", "consumerID": "cds", "timestamp": 1629788281252, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXcne1bvai545bakojhgw/1.0/artifacts/service-DemoPnfXcne1bvai545bakojhgw-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-08-24T07:00:56.326Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 4b97f22f-103c-4d1d-8cae-e283f1d6509e 2021-08-24T07:00:56.326Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4b97f22f-103c-4d1d-8cae-e283f1d6509e and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-08-24T07:00:56.334Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T07:00:56.334Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b97f22f-103c-4d1d-8cae-e283f1d6509e", "consumerID": "ves-openapi-manager", "timestamp": 1629788281474, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXcne1bvai545bakojhgw/1.0/resourceInstances/pnfa5571acd85e50/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2021-08-24T07:00:56.334Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-24T07:00:56.334Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T07:00:56.334Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b97f22f-103c-4d1d-8cae-e283f1d6509e", "consumerID": "multicloud-k8s-id", "timestamp": 1629788275874, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXcne1bvai545bakojhgw/1.0/resourceInstances/pnfa5571acd85e50/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-08-24T07:00:56.335Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-24T07:00:56.335Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T07:00:56.335Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b97f22f-103c-4d1d-8cae-e283f1d6509e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629788276284, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXcne1bvai545bakojhgw/1.0/resourceInstances/pnfa5571acd85e50/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-08-24T07:00:56.335Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-24T07:00:56.335Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T07:00:56.335Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b97f22f-103c-4d1d-8cae-e283f1d6509e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629788281990, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXcne1bvai545bakojhgw/1.0/artifacts/service-DemoPnfXcne1bvai545bakojhgw-csar.csar", "status": "DEPLOY_OK" } 2021-08-24T07:00:56.335Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-24T07:00:56.335Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T07:00:56.335Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b97f22f-103c-4d1d-8cae-e283f1d6509e", "consumerID": "dcae-sch", "timestamp": 1629788278523, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXcne1bvai545bakojhgw/1.0/resourceInstances/pnfa5571acd85e50/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-24T07:00:56.335Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-24T07:00:56.336Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T07:00:56.336Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b97f22f-103c-4d1d-8cae-e283f1d6509e", "consumerID": "clamp", "timestamp": 1629788276528, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXcne1bvai545bakojhgw/1.0/resourceInstances/pnfa5571acd85e50/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-08-24T07:00:56.336Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-24T07:00:56.336Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T07:00:56.336Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b97f22f-103c-4d1d-8cae-e283f1d6509e", "consumerID": "ves-openapi-manager", "timestamp": 1629788282477, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-08-24T07:00:56.339Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 4b97f22f-103c-4d1d-8cae-e283f1d6509e 2021-08-24T07:00:56.340Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4b97f22f-103c-4d1d-8cae-e283f1d6509e and ComponentName Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-08-24T07:00:56.345Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T07:00:56.345Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b97f22f-103c-4d1d-8cae-e283f1d6509e", "consumerID": "multicloud-k8s-id", "timestamp": 1629788275874, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXcne1bvai545bakojhgw/1.0/artifacts/service-DemoPnfXcne1bvai545bakojhgw-template.yml", "status": "NOT_NOTIFIED" } 2021-08-24T07:00:56.345Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-24T07:00:56.345Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T07:00:56.345Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b97f22f-103c-4d1d-8cae-e283f1d6509e", "consumerID": "policy-id", "timestamp": 1629788282807, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXcne1bvai545bakojhgw/1.0/artifacts/service-DemoPnfXcne1bvai545bakojhgw-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-24T07:00:56.345Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-24T07:00:56.345Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T07:00:56.345Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b97f22f-103c-4d1d-8cae-e283f1d6509e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629788276284, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXcne1bvai545bakojhgw/1.0/artifacts/service-DemoPnfXcne1bvai545bakojhgw-template.yml", "status": "NOT_NOTIFIED" } 2021-08-24T07:00:56.346Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-24T07:00:56.346Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T07:00:56.346Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b97f22f-103c-4d1d-8cae-e283f1d6509e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629788282994, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-08-24T07:00:56.349Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 4b97f22f-103c-4d1d-8cae-e283f1d6509e 2021-08-24T07:00:56.349Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4b97f22f-103c-4d1d-8cae-e283f1d6509e and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-08-24T07:00:56.354Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T07:00:56.354Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b97f22f-103c-4d1d-8cae-e283f1d6509e", "consumerID": "dcae-sch", "timestamp": 1629788278523, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXcne1bvai545bakojhgw/1.0/resourceInstances/pnfa5571acd85e50/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-08-24T07:00:56.354Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-24T07:00:56.354Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T07:00:56.354Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b97f22f-103c-4d1d-8cae-e283f1d6509e", "consumerID": "clamp", "timestamp": 1629788276528, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXcne1bvai545bakojhgw/1.0/artifacts/service-DemoPnfXcne1bvai545bakojhgw-template.yml", "status": "NOT_NOTIFIED" } 2021-08-24T07:00:56.354Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-24T07:00:56.354Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T07:00:56.354Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b97f22f-103c-4d1d-8cae-e283f1d6509e", "consumerID": "multicloud-k8s-id", "timestamp": 1629788275874, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXcne1bvai545bakojhgw/1.0/artifacts/service-DemoPnfXcne1bvai545bakojhgw-csar.csar", "status": "NOTIFIED" } 2021-08-24T07:00:56.354Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-24T07:00:56.354Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T07:00:56.354Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b97f22f-103c-4d1d-8cae-e283f1d6509e", "consumerID": "policy-id", "timestamp": 1629788283811, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXcne1bvai545bakojhgw/1.0/artifacts/service-DemoPnfXcne1bvai545bakojhgw-csar.csar", "status": "DEPLOY_OK" } 2021-08-24T07:00:56.354Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-24T07:00:56.355Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T07:00:56.355Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b97f22f-103c-4d1d-8cae-e283f1d6509e", "consumerID": "aai-ml", "timestamp": 1629788283227, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXcne1bvai545bakojhgw/1.0/resourceInstances/pnfa5571acd85e50/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-24T07:00:56.355Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-24T07:00:56.355Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T07:00:56.355Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b97f22f-103c-4d1d-8cae-e283f1d6509e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629788276284, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXcne1bvai545bakojhgw/1.0/artifacts/service-DemoPnfXcne1bvai545bakojhgw-csar.csar", "status": "NOTIFIED" } 2021-08-24T07:00:56.355Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-24T07:00:56.355Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T07:00:56.355Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b97f22f-103c-4d1d-8cae-e283f1d6509e", "consumerID": "dcae-sch", "timestamp": 1629788278523, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXcne1bvai545bakojhgw/1.0/resourceInstances/pnfa5571acd85e50/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-08-24T07:00:56.355Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-24T07:00:56.355Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T07:00:56.355Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b97f22f-103c-4d1d-8cae-e283f1d6509e", "consumerID": "clamp", "timestamp": 1629788276528, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXcne1bvai545bakojhgw/1.0/artifacts/service-DemoPnfXcne1bvai545bakojhgw-csar.csar", "status": "NOTIFIED" } 2021-08-24T07:00:56.355Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-24T07:00:56.355Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T07:00:56.355Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "858c67aa-03c2-4126-ad13-3aad53d17d44", "consumerID": "multicloud-k8s-id", "timestamp": 1629788275874, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824065518/1.0/resourceInstances/vfwbd08434b1a150/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-24T07:00:56.355Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-24T07:00:56.355Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T07:00:56.355Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b97f22f-103c-4d1d-8cae-e283f1d6509e", "consumerID": "policy-id", "timestamp": 1629788284814, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-08-24T07:00:56.358Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4b97f22f-103c-4d1d-8cae-e283f1d6509e 2021-08-24T07:00:56.358Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4b97f22f-103c-4d1d-8cae-e283f1d6509e and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-08-24T07:00:56.362Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T07:00:56.362Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b97f22f-103c-4d1d-8cae-e283f1d6509e", "consumerID": "aai-ml", "timestamp": 1629788283227, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXcne1bvai545bakojhgw/1.0/resourceInstances/pnfa5571acd85e50/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-08-24T07:00:56.362Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-24T07:00:56.362Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T07:00:56.363Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "858c67aa-03c2-4126-ad13-3aad53d17d44", "consumerID": "cds", "timestamp": 1629788284329, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824065518/1.0/resourceInstances/vfwbd08434b1a150/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-24T07:00:56.363Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-24T07:00:56.363Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T07:00:56.363Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b97f22f-103c-4d1d-8cae-e283f1d6509e", "consumerID": "dcae-sch", "timestamp": 1629788278523, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXcne1bvai545bakojhgw/1.0/artifacts/service-DemoPnfXcne1bvai545bakojhgw-template.yml", "status": "NOT_NOTIFIED" } 2021-08-24T07:00:56.363Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-24T07:00:56.363Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T07:00:56.363Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b97f22f-103c-4d1d-8cae-e283f1d6509e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629788285321, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXcne1bvai545bakojhgw/1.0/artifacts/service-DemoPnfXcne1bvai545bakojhgw-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-24T07:00:56.363Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-24T07:00:56.363Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T07:00:56.363Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "858c67aa-03c2-4126-ad13-3aad53d17d44", "consumerID": "multicloud-k8s-id", "timestamp": 1629788275874, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824065518/1.0/resourceInstances/vfwbd08434b1a150/artifacts/vfwbd08434b1a150_modules.json", "status": "NOTIFIED" } 2021-08-24T07:00:56.363Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-24T07:00:56.363Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T07:00:56.363Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b97f22f-103c-4d1d-8cae-e283f1d6509e", "consumerID": "aai-ml", "timestamp": 1629788283227, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXcne1bvai545bakojhgw/1.0/resourceInstances/pnfa5571acd85e50/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-08-24T07:00:56.363Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-24T07:00:56.363Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T07:00:56.363Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "858c67aa-03c2-4126-ad13-3aad53d17d44", "consumerID": "ves-openapi-manager", "timestamp": 1629788285332, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824065518/1.0/resourceInstances/vfwbd08434b1a150/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-24T07:00:56.363Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-24T07:00:56.363Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T07:00:56.363Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "858c67aa-03c2-4126-ad13-3aad53d17d44", "consumerID": "cds", "timestamp": 1629788284329, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824065518/1.0/resourceInstances/vfwbd08434b1a150/artifacts/vfwbd08434b1a150_modules.json", "status": "NOT_NOTIFIED" } 2021-08-24T07:00:56.363Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-24T07:00:56.363Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T07:00:56.363Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b97f22f-103c-4d1d-8cae-e283f1d6509e", "consumerID": "dcae-sch", "timestamp": 1629788278523, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXcne1bvai545bakojhgw/1.0/artifacts/service-DemoPnfXcne1bvai545bakojhgw-csar.csar", "status": "NOT_NOTIFIED" } 2021-08-24T07:00:56.363Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-24T07:00:56.363Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T07:00:56.363Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "858c67aa-03c2-4126-ad13-3aad53d17d44", "consumerID": "multicloud-k8s-id", "timestamp": 1629788275874, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824065518/1.0/resourceInstances/vfwbd08434b1a150/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-08-24T07:00:56.363Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-24T07:00:56.363Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T07:00:56.363Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b97f22f-103c-4d1d-8cae-e283f1d6509e", "consumerID": "aai-ml", "timestamp": 1629788283227, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXcne1bvai545bakojhgw/1.0/resourceInstances/pnfa5571acd85e50/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-24T07:00:56.363Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-24T07:00:56.363Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T07:00:56.363Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b97f22f-103c-4d1d-8cae-e283f1d6509e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629788286897, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXcne1bvai545bakojhgw/1.0/artifacts/service-DemoPnfXcne1bvai545bakojhgw-csar.csar", "status": "DEPLOY_OK" } 2021-08-24T07:00:56.363Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-24T07:00:56.364Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T07:00:56.364Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "858c67aa-03c2-4126-ad13-3aad53d17d44", "consumerID": "ves-openapi-manager", "timestamp": 1629788285332, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824065518/1.0/resourceInstances/vfwbd08434b1a150/artifacts/vfwbd08434b1a150_modules.json", "status": "NOT_NOTIFIED" } 2021-08-24T07:00:56.364Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-24T07:00:56.364Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T07:00:56.364Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "858c67aa-03c2-4126-ad13-3aad53d17d44", "consumerID": "cds", "timestamp": 1629788284329, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824065518/1.0/resourceInstances/vfwbd08434b1a150/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-08-24T07:00:56.364Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-24T07:00:56.364Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T07:00:56.364Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "858c67aa-03c2-4126-ad13-3aad53d17d44", "consumerID": "dcae-sch", "timestamp": 1629788278523, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824065518/1.0/resourceInstances/vfwbd08434b1a150/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-24T07:00:56.364Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-24T07:00:56.364Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T07:00:56.364Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b97f22f-103c-4d1d-8cae-e283f1d6509e", "consumerID": "clamp", "timestamp": 1629788287409, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXcne1bvai545bakojhgw/1.0/artifacts/service-DemoPnfXcne1bvai545bakojhgw-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-24T07:00:56.364Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-24T07:00:56.364Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T07:00:56.364Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "858c67aa-03c2-4126-ad13-3aad53d17d44", "consumerID": "multicloud-k8s-id", "timestamp": 1629788275874, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824065518/1.0/resourceInstances/vfwbd08434b1a150/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-24T07:00:56.364Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-24T07:00:56.364Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T07:00:56.364Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b97f22f-103c-4d1d-8cae-e283f1d6509e", "consumerID": "aai-ml", "timestamp": 1629788283227, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXcne1bvai545bakojhgw/1.0/resourceInstances/pnfa5571acd85e50/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-08-24T07:00:56.364Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-24T07:00:56.364Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T07:00:56.364Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "858c67aa-03c2-4126-ad13-3aad53d17d44", "consumerID": "ves-openapi-manager", "timestamp": 1629788285332, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824065518/1.0/resourceInstances/vfwbd08434b1a150/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-08-24T07:00:56.364Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-24T07:00:56.364Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T07:00:56.364Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "858c67aa-03c2-4126-ad13-3aad53d17d44", "consumerID": "cds", "timestamp": 1629788284329, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824065518/1.0/resourceInstances/vfwbd08434b1a150/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-24T07:00:56.364Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-24T07:00:56.364Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T07:00:56.364Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "858c67aa-03c2-4126-ad13-3aad53d17d44", "consumerID": "dcae-sch", "timestamp": 1629788278523, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824065518/1.0/resourceInstances/vfwbd08434b1a150/artifacts/vfwbd08434b1a150_modules.json", "status": "NOT_NOTIFIED" } 2021-08-24T07:00:56.364Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-24T07:00:56.364Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T07:00:56.364Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b97f22f-103c-4d1d-8cae-e283f1d6509e", "consumerID": "clamp", "timestamp": 1629788288535, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXcne1bvai545bakojhgw/1.0/artifacts/service-DemoPnfXcne1bvai545bakojhgw-csar.csar", "status": "DEPLOY_OK" } 2021-08-24T07:00:56.365Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-24T07:00:56.365Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T07:00:56.365Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "858c67aa-03c2-4126-ad13-3aad53d17d44", "consumerID": "multicloud-k8s-id", "timestamp": 1629788275874, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824065518/1.0/resourceInstances/vfwbd08434b1a150/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-08-24T07:00:56.365Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-24T07:00:56.365Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T07:00:56.365Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b97f22f-103c-4d1d-8cae-e283f1d6509e", "consumerID": "aai-ml", "timestamp": 1629788283227, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXcne1bvai545bakojhgw/1.0/resourceInstances/pnfa5571acd85e50/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-08-24T07:00:56.365Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-24T07:00:56.365Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T07:00:56.365Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "858c67aa-03c2-4126-ad13-3aad53d17d44", "consumerID": "ves-openapi-manager", "timestamp": 1629788285332, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824065518/1.0/resourceInstances/vfwbd08434b1a150/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-24T07:00:56.365Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-24T07:00:56.365Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T07:00:56.365Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "858c67aa-03c2-4126-ad13-3aad53d17d44", "consumerID": "cds", "timestamp": 1629788284329, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824065518/1.0/resourceInstances/vfwbd08434b1a150/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-08-24T07:00:56.365Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-24T07:00:56.365Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T07:00:56.365Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "858c67aa-03c2-4126-ad13-3aad53d17d44", "consumerID": "dcae-sch", "timestamp": 1629788278523, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824065518/1.0/resourceInstances/vfwbd08434b1a150/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-08-24T07:00:56.365Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-24T07:00:56.365Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T07:00:56.365Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b97f22f-103c-4d1d-8cae-e283f1d6509e", "consumerID": "clamp", "timestamp": 1629788289538, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-08-24T07:00:56.367Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 4b97f22f-103c-4d1d-8cae-e283f1d6509e 2021-08-24T07:00:56.368Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4b97f22f-103c-4d1d-8cae-e283f1d6509e and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-08-24T07:00:56.372Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T07:00:56.372Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "858c67aa-03c2-4126-ad13-3aad53d17d44", "consumerID": "multicloud-k8s-id", "timestamp": 1629788275874, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824065518/1.0/artifacts/service-Vfw20210824065518-template.yml", "status": "NOT_NOTIFIED" } 2021-08-24T07:00:56.372Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-24T07:00:56.372Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T07:00:56.372Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b97f22f-103c-4d1d-8cae-e283f1d6509e", "consumerID": "aai-ml", "timestamp": 1629788283227, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXcne1bvai545bakojhgw/1.0/artifacts/service-DemoPnfXcne1bvai545bakojhgw-template.yml", "status": "NOT_NOTIFIED" } 2021-08-24T07:00:56.372Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-24T07:00:56.372Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T07:00:56.372Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "858c67aa-03c2-4126-ad13-3aad53d17d44", "consumerID": "ves-openapi-manager", "timestamp": 1629788285332, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824065518/1.0/resourceInstances/vfwbd08434b1a150/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-08-24T07:00:56.372Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-24T07:00:56.372Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T07:00:56.372Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "858c67aa-03c2-4126-ad13-3aad53d17d44", "consumerID": "cds", "timestamp": 1629788284329, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824065518/1.0/artifacts/service-Vfw20210824065518-template.yml", "status": "NOT_NOTIFIED" } 2021-08-24T07:00:56.372Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-24T07:00:56.372Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T07:00:56.372Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "858c67aa-03c2-4126-ad13-3aad53d17d44", "consumerID": "dcae-sch", "timestamp": 1629788278523, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824065518/1.0/resourceInstances/vfwbd08434b1a150/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-24T07:00:56.372Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-24T07:00:56.372Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T07:00:56.372Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "858c67aa-03c2-4126-ad13-3aad53d17d44", "consumerID": "clamp", "timestamp": 1629788276528, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824065518/1.0/resourceInstances/vfwbd08434b1a150/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-24T07:00:56.372Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-24T07:00:56.372Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T07:00:56.372Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "858c67aa-03c2-4126-ad13-3aad53d17d44", "consumerID": "multicloud-k8s-id", "timestamp": 1629788275874, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824065518/1.0/artifacts/service-Vfw20210824065518-csar.csar", "status": "NOTIFIED" } 2021-08-24T07:00:56.372Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-24T07:00:56.372Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T07:00:56.372Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b97f22f-103c-4d1d-8cae-e283f1d6509e", "consumerID": "aai-ml", "timestamp": 1629788283227, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXcne1bvai545bakojhgw/1.0/artifacts/service-DemoPnfXcne1bvai545bakojhgw-csar.csar", "status": "NOTIFIED" } 2021-08-24T07:00:56.373Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-24T07:00:56.373Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T07:00:56.373Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "858c67aa-03c2-4126-ad13-3aad53d17d44", "consumerID": "ves-openapi-manager", "timestamp": 1629788285332, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824065518/1.0/artifacts/service-Vfw20210824065518-template.yml", "status": "NOT_NOTIFIED" } 2021-08-24T07:00:56.373Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-24T07:00:56.373Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T07:00:56.373Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "858c67aa-03c2-4126-ad13-3aad53d17d44", "consumerID": "cds", "timestamp": 1629788284329, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824065518/1.0/artifacts/service-Vfw20210824065518-csar.csar", "status": "NOTIFIED" } 2021-08-24T07:00:56.373Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-24T07:00:56.373Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T07:00:56.373Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "858c67aa-03c2-4126-ad13-3aad53d17d44", "consumerID": "dcae-sch", "timestamp": 1629788278523, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824065518/1.0/resourceInstances/vfwbd08434b1a150/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-08-24T07:00:56.373Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-24T07:00:56.373Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T07:00:56.373Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "858c67aa-03c2-4126-ad13-3aad53d17d44", "consumerID": "clamp", "timestamp": 1629788276528, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824065518/1.0/resourceInstances/vfwbd08434b1a150/artifacts/vfwbd08434b1a150_modules.json", "status": "NOTIFIED" } 2021-08-24T07:00:56.373Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-24T07:00:56.373Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T07:00:56.373Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "858c67aa-03c2-4126-ad13-3aad53d17d44", "consumerID": "ves-openapi-manager", "timestamp": 1629788285332, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824065518/1.0/artifacts/service-Vfw20210824065518-csar.csar", "status": "NOT_NOTIFIED" } 2021-08-24T07:00:56.373Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-24T07:00:56.373Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T07:00:56.373Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "858c67aa-03c2-4126-ad13-3aad53d17d44", "consumerID": "multicloud-k8s-id", "timestamp": 1629788292119, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824065518/1.0/resourceInstances/vfwbd08434b1a150/artifacts/vfwbd08434b1a150_modules.json", "status": "DOWNLOAD_OK" } 2021-08-24T07:00:56.373Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-24T07:00:56.373Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T07:00:56.373Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "858c67aa-03c2-4126-ad13-3aad53d17d44", "consumerID": "dcae-sch", "timestamp": 1629788278523, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824065518/1.0/artifacts/service-Vfw20210824065518-template.yml", "status": "NOT_NOTIFIED" } 2021-08-24T07:00:56.373Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-24T07:00:56.373Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T07:00:56.373Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b97f22f-103c-4d1d-8cae-e283f1d6509e", "consumerID": "aai-ml", "timestamp": 1629788292333, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXcne1bvai545bakojhgw/1.0/artifacts/service-DemoPnfXcne1bvai545bakojhgw-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-24T07:00:56.373Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-24T07:00:56.373Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T07:00:56.373Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "858c67aa-03c2-4126-ad13-3aad53d17d44", "consumerID": "cds", "timestamp": 1629788292355, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824065518/1.0/artifacts/service-Vfw20210824065518-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-24T07:00:56.373Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-24T07:00:56.373Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T07:00:56.373Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "858c67aa-03c2-4126-ad13-3aad53d17d44", "consumerID": "clamp", "timestamp": 1629788276528, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824065518/1.0/resourceInstances/vfwbd08434b1a150/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-08-24T07:00:56.373Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-24T07:00:56.373Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T07:00:56.373Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "858c67aa-03c2-4126-ad13-3aad53d17d44", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629788292109, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824065518/1.0/resourceInstances/vfwbd08434b1a150/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-24T07:00:56.373Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-24T07:00:56.374Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T07:00:56.374Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "858c67aa-03c2-4126-ad13-3aad53d17d44", "consumerID": "policy-id", "timestamp": 1629788292422, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824065518/1.0/resourceInstances/vfwbd08434b1a150/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-24T07:00:56.374Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-24T07:00:56.374Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T07:00:56.374Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "858c67aa-03c2-4126-ad13-3aad53d17d44", "consumerID": "dcae-sch", "timestamp": 1629788278523, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824065518/1.0/artifacts/service-Vfw20210824065518-csar.csar", "status": "NOT_NOTIFIED" } 2021-08-24T07:00:56.374Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-24T07:00:56.374Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T07:00:56.374Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "858c67aa-03c2-4126-ad13-3aad53d17d44", "consumerID": "cds", "timestamp": 1629788293360, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824065518/1.0/artifacts/service-Vfw20210824065518-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-08-24T07:00:56.380Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 858c67aa-03c2-4126-ad13-3aad53d17d44 2021-08-24T07:00:56.380Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 858c67aa-03c2-4126-ad13-3aad53d17d44 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-08-24T07:00:56.384Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T07:00:56.384Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "858c67aa-03c2-4126-ad13-3aad53d17d44", "consumerID": "clamp", "timestamp": 1629788276528, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824065518/1.0/resourceInstances/vfwbd08434b1a150/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-24T07:00:56.384Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-24T07:00:56.384Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T07:00:56.384Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "858c67aa-03c2-4126-ad13-3aad53d17d44", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629788292109, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824065518/1.0/resourceInstances/vfwbd08434b1a150/artifacts/vfwbd08434b1a150_modules.json", "status": "NOT_NOTIFIED" } 2021-08-24T07:00:56.384Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-24T07:00:56.384Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T07:00:56.385Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "858c67aa-03c2-4126-ad13-3aad53d17d44", "consumerID": "multicloud-k8s-id", "timestamp": 1629788293827, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824065518/1.0/resourceInstances/vfwbd08434b1a150/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-08-24T07:00:56.385Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-24T07:00:56.385Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T07:00:56.385Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "858c67aa-03c2-4126-ad13-3aad53d17d44", "consumerID": "policy-id", "timestamp": 1629788292422, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824065518/1.0/resourceInstances/vfwbd08434b1a150/artifacts/vfwbd08434b1a150_modules.json", "status": "NOT_NOTIFIED" } 2021-08-24T07:00:56.385Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-24T07:00:56.385Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T07:00:56.385Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "858c67aa-03c2-4126-ad13-3aad53d17d44", "consumerID": "clamp", "timestamp": 1629788276528, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824065518/1.0/resourceInstances/vfwbd08434b1a150/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-08-24T07:00:56.385Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-24T07:00:56.385Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T07:00:56.385Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "858c67aa-03c2-4126-ad13-3aad53d17d44", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629788292109, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824065518/1.0/resourceInstances/vfwbd08434b1a150/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-08-24T07:00:56.385Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-24T07:00:56.385Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T07:00:56.385Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "858c67aa-03c2-4126-ad13-3aad53d17d44", "consumerID": "policy-id", "timestamp": 1629788292422, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824065518/1.0/resourceInstances/vfwbd08434b1a150/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-08-24T07:00:56.385Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-24T07:00:56.385Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T07:00:56.385Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "858c67aa-03c2-4126-ad13-3aad53d17d44", "consumerID": "multicloud-k8s-id", "timestamp": 1629788295550, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824065518/1.0/resourceInstances/vfwbd08434b1a150/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-08-24T07:00:56.385Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-24T07:00:56.385Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T07:00:56.385Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "858c67aa-03c2-4126-ad13-3aad53d17d44", "consumerID": "clamp", "timestamp": 1629788276528, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824065518/1.0/artifacts/service-Vfw20210824065518-template.yml", "status": "NOT_NOTIFIED" } 2021-08-24T07:00:56.385Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-24T07:00:56.386Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T07:00:56.386Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "858c67aa-03c2-4126-ad13-3aad53d17d44", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629788292109, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824065518/1.0/resourceInstances/vfwbd08434b1a150/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-24T07:00:56.386Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-24T07:00:56.386Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T07:00:56.386Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "858c67aa-03c2-4126-ad13-3aad53d17d44", "consumerID": "policy-id", "timestamp": 1629788292422, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824065518/1.0/resourceInstances/vfwbd08434b1a150/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-24T07:00:56.386Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-24T07:00:56.386Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T07:00:56.386Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "858c67aa-03c2-4126-ad13-3aad53d17d44", "consumerID": "clamp", "timestamp": 1629788276528, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824065518/1.0/artifacts/service-Vfw20210824065518-csar.csar", "status": "NOTIFIED" } 2021-08-24T07:00:56.386Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-24T07:00:56.386Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T07:00:56.386Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "858c67aa-03c2-4126-ad13-3aad53d17d44", "consumerID": "multicloud-k8s-id", "timestamp": 1629788296571, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-08-24T07:00:56.389Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 858c67aa-03c2-4126-ad13-3aad53d17d44 2021-08-24T07:00:56.389Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 858c67aa-03c2-4126-ad13-3aad53d17d44 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-08-24T07:00:56.394Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T07:00:56.394Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b97f22f-103c-4d1d-8cae-e283f1d6509e", "consumerID": "aai-ml", "timestamp": 1629788296718, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXcne1bvai545bakojhgw/1.0/artifacts/service-DemoPnfXcne1bvai545bakojhgw-csar.csar", "status": "DEPLOY_OK" } 2021-08-24T07:00:56.394Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-24T07:00:56.394Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T07:00:56.394Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "858c67aa-03c2-4126-ad13-3aad53d17d44", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629788292109, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824065518/1.0/resourceInstances/vfwbd08434b1a150/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-08-24T07:00:56.394Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-24T07:00:56.394Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T07:00:56.394Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "858c67aa-03c2-4126-ad13-3aad53d17d44", "consumerID": "policy-id", "timestamp": 1629788292422, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824065518/1.0/resourceInstances/vfwbd08434b1a150/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-08-24T07:00:56.394Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-24T07:00:56.394Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T07:00:56.394Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "858c67aa-03c2-4126-ad13-3aad53d17d44", "consumerID": "multicloud-k8s-id", "timestamp": 1629788297574, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824065518/1.0/resourceInstances/vfwbd08434b1a150/artifacts/vfwbd08434b1a150_modules.json", "status": "DEPLOY_OK" } 2021-08-24T07:00:56.394Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-24T07:00:56.394Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T07:00:56.394Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b97f22f-103c-4d1d-8cae-e283f1d6509e", "consumerID": "aai-ml", "timestamp": 1629788297723, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-08-24T07:00:56.397Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 4b97f22f-103c-4d1d-8cae-e283f1d6509e 2021-08-24T07:00:56.397Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4b97f22f-103c-4d1d-8cae-e283f1d6509e and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-08-24T07:00:56.401Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T07:00:56.402Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "858c67aa-03c2-4126-ad13-3aad53d17d44", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629788292109, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824065518/1.0/artifacts/service-Vfw20210824065518-template.yml", "status": "NOT_NOTIFIED" } 2021-08-24T07:00:56.402Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-24T07:00:56.402Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T07:00:56.402Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "858c67aa-03c2-4126-ad13-3aad53d17d44", "consumerID": "policy-id", "timestamp": 1629788292422, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824065518/1.0/artifacts/service-Vfw20210824065518-template.yml", "status": "NOT_NOTIFIED" } 2021-08-24T07:00:56.402Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-24T07:00:56.402Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T07:00:56.402Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "858c67aa-03c2-4126-ad13-3aad53d17d44", "consumerID": "aai-ml", "timestamp": 1629788283227, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824065518/1.0/resourceInstances/vfwbd08434b1a150/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-24T07:00:56.402Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-24T07:00:56.402Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T07:00:56.402Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "858c67aa-03c2-4126-ad13-3aad53d17d44", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629788292109, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824065518/1.0/artifacts/service-Vfw20210824065518-csar.csar", "status": "NOTIFIED" } 2021-08-24T07:00:56.402Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-24T07:00:56.402Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T07:00:56.402Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "858c67aa-03c2-4126-ad13-3aad53d17d44", "consumerID": "policy-id", "timestamp": 1629788292422, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824065518/1.0/artifacts/service-Vfw20210824065518-csar.csar", "status": "NOTIFIED" } 2021-08-24T07:00:56.402Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-24T07:00:56.402Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T07:00:56.402Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "858c67aa-03c2-4126-ad13-3aad53d17d44", "consumerID": "aai-ml", "timestamp": 1629788283227, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824065518/1.0/resourceInstances/vfwbd08434b1a150/artifacts/vfwbd08434b1a150_modules.json", "status": "NOT_NOTIFIED" } 2021-08-24T07:00:56.402Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-24T07:00:56.402Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T07:00:56.402Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "858c67aa-03c2-4126-ad13-3aad53d17d44", "consumerID": "aai-ml", "timestamp": 1629788283227, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824065518/1.0/resourceInstances/vfwbd08434b1a150/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-08-24T07:00:56.402Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-24T07:00:56.402Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T07:00:56.402Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "858c67aa-03c2-4126-ad13-3aad53d17d44", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629788300857, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824065518/1.0/artifacts/service-Vfw20210824065518-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-24T07:00:56.402Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-24T07:00:56.402Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T07:00:56.402Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "858c67aa-03c2-4126-ad13-3aad53d17d44", "consumerID": "policy-id", "timestamp": 1629788301252, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824065518/1.0/artifacts/service-Vfw20210824065518-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-24T07:00:56.402Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-24T07:00:56.402Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T07:00:56.402Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "858c67aa-03c2-4126-ad13-3aad53d17d44", "consumerID": "aai-ml", "timestamp": 1629788283227, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824065518/1.0/resourceInstances/vfwbd08434b1a150/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-24T07:00:56.402Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-24T07:00:56.402Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T07:00:56.402Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "858c67aa-03c2-4126-ad13-3aad53d17d44", "consumerID": "policy-id", "timestamp": 1629788302256, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824065518/1.0/artifacts/service-Vfw20210824065518-csar.csar", "status": "DEPLOY_OK" } 2021-08-24T07:00:56.402Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-24T07:00:56.403Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T07:00:56.403Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "858c67aa-03c2-4126-ad13-3aad53d17d44", "consumerID": "aai-ml", "timestamp": 1629788283227, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824065518/1.0/resourceInstances/vfwbd08434b1a150/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-08-24T07:00:56.403Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-24T07:00:56.403Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T07:00:56.403Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "858c67aa-03c2-4126-ad13-3aad53d17d44", "consumerID": "policy-id", "timestamp": 1629788303258, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-08-24T07:00:56.405Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 858c67aa-03c2-4126-ad13-3aad53d17d44 2021-08-24T07:00:56.405Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 858c67aa-03c2-4126-ad13-3aad53d17d44 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2021-08-24T07:00:56.408Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T07:00:56.408Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "858c67aa-03c2-4126-ad13-3aad53d17d44", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629788303505, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824065518/1.0/artifacts/service-Vfw20210824065518-csar.csar", "status": "DEPLOY_OK" } 2021-08-24T07:00:56.408Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-24T07:00:56.408Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T07:00:56.408Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "858c67aa-03c2-4126-ad13-3aad53d17d44", "consumerID": "aai-ml", "timestamp": 1629788283227, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824065518/1.0/artifacts/service-Vfw20210824065518-template.yml", "status": "NOT_NOTIFIED" } 2021-08-24T07:00:56.408Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-24T07:00:56.408Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T07:00:56.408Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "858c67aa-03c2-4126-ad13-3aad53d17d44", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629788304508, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-08-24T07:00:56.411Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 858c67aa-03c2-4126-ad13-3aad53d17d44 2021-08-24T07:00:56.411Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 858c67aa-03c2-4126-ad13-3aad53d17d44 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-08-24T07:00:56.415Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T07:00:56.416Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "858c67aa-03c2-4126-ad13-3aad53d17d44", "consumerID": "aai-ml", "timestamp": 1629788283227, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824065518/1.0/artifacts/service-Vfw20210824065518-csar.csar", "status": "NOTIFIED" } 2021-08-24T07:00:56.416Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-24T07:00:56.416Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T07:00:56.416Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "858c67aa-03c2-4126-ad13-3aad53d17d44", "consumerID": "clamp", "timestamp": 1629788305164, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824065518/1.0/artifacts/service-Vfw20210824065518-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-24T07:00:56.416Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-24T07:00:56.416Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T07:00:56.416Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "858c67aa-03c2-4126-ad13-3aad53d17d44", "consumerID": "aai-ml", "timestamp": 1629788306316, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824065518/1.0/artifacts/service-Vfw20210824065518-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-24T07:00:56.416Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-24T07:00:56.416Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T07:00:56.416Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "858c67aa-03c2-4126-ad13-3aad53d17d44", "consumerID": "clamp", "timestamp": 1629788306419, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824065518/1.0/artifacts/service-Vfw20210824065518-csar.csar", "status": "DEPLOY_OK" } 2021-08-24T07:00:56.416Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-24T07:00:56.416Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T07:00:56.416Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "858c67aa-03c2-4126-ad13-3aad53d17d44", "consumerID": "clamp", "timestamp": 1629788307422, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-08-24T07:00:56.418Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 858c67aa-03c2-4126-ad13-3aad53d17d44 2021-08-24T07:00:56.418Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 858c67aa-03c2-4126-ad13-3aad53d17d44 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-08-24T07:00:56.423Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T07:00:56.424Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "858c67aa-03c2-4126-ad13-3aad53d17d44", "consumerID": "aai-ml", "timestamp": 1629788313517, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824065518/1.0/artifacts/service-Vfw20210824065518-csar.csar", "status": "DEPLOY_OK" } 2021-08-24T07:00:56.424Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-24T07:00:56.424Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T07:00:56.424Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "858c67aa-03c2-4126-ad13-3aad53d17d44", "consumerID": "aai-ml", "timestamp": 1629788314520, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-08-24T07:00:56.426Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 858c67aa-03c2-4126-ad13-3aad53d17d44 2021-08-24T07:00:56.426Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 858c67aa-03c2-4126-ad13-3aad53d17d44 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-08-24T07:00:56.431Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T07:00:56.431Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4856d67-4c70-4e01-aa61-8df4c1acb610", "consumerID": "clamp", "timestamp": 1629788308425, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824065626/1.0/resourceInstances/vfw5ec12b1513580/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-24T07:00:56.431Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-24T07:00:56.431Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T07:00:56.431Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4856d67-4c70-4e01-aa61-8df4c1acb610", "consumerID": "multicloud-k8s-id", "timestamp": 1629788315874, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824065626/1.0/resourceInstances/vfw5ec12b1513580/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-24T07:00:56.431Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-24T07:00:56.431Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T07:00:56.431Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4856d67-4c70-4e01-aa61-8df4c1acb610", "consumerID": "policy-id", "timestamp": 1629788312422, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824065626/1.0/resourceInstances/vfw5ec12b1513580/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-24T07:00:56.431Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-24T07:00:56.431Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T07:00:56.431Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4856d67-4c70-4e01-aa61-8df4c1acb610", "consumerID": "aai-ml", "timestamp": 1629788315523, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824065626/1.0/resourceInstances/vfw5ec12b1513580/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-24T07:00:56.431Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-24T07:00:56.431Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T07:00:56.431Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4856d67-4c70-4e01-aa61-8df4c1acb610", "consumerID": "cds", "timestamp": 1629788314329, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824065626/1.0/resourceInstances/vfw5ec12b1513580/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-24T07:00:56.431Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-24T07:00:56.431Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T07:00:56.431Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4856d67-4c70-4e01-aa61-8df4c1acb610", "consumerID": "clamp", "timestamp": 1629788308425, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824065626/1.0/resourceInstances/vfw5ec12b1513580/artifacts/vfw5ec12b1513580_modules.json", "status": "NOTIFIED" } 2021-08-24T07:00:56.431Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-24T07:00:56.431Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T07:00:56.431Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4856d67-4c70-4e01-aa61-8df4c1acb610", "consumerID": "multicloud-k8s-id", "timestamp": 1629788315874, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824065626/1.0/resourceInstances/vfw5ec12b1513580/artifacts/vfw5ec12b1513580_modules.json", "status": "NOTIFIED" } 2021-08-24T07:00:56.432Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-24T07:00:56.432Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T07:00:56.432Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4856d67-4c70-4e01-aa61-8df4c1acb610", "consumerID": "policy-id", "timestamp": 1629788312422, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824065626/1.0/resourceInstances/vfw5ec12b1513580/artifacts/vfw5ec12b1513580_modules.json", "status": "NOT_NOTIFIED" } 2021-08-24T07:00:56.432Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-24T07:00:56.432Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T07:00:56.432Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4856d67-4c70-4e01-aa61-8df4c1acb610", "consumerID": "aai-ml", "timestamp": 1629788315523, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824065626/1.0/resourceInstances/vfw5ec12b1513580/artifacts/vfw5ec12b1513580_modules.json", "status": "NOT_NOTIFIED" } 2021-08-24T07:00:56.432Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-24T07:00:56.432Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T07:00:56.432Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4856d67-4c70-4e01-aa61-8df4c1acb610", "consumerID": "cds", "timestamp": 1629788314329, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824065626/1.0/resourceInstances/vfw5ec12b1513580/artifacts/vfw5ec12b1513580_modules.json", "status": "NOT_NOTIFIED" } 2021-08-24T07:00:56.432Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-24T07:00:56.432Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T07:00:56.432Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4856d67-4c70-4e01-aa61-8df4c1acb610", "consumerID": "multicloud-k8s-id", "timestamp": 1629788315874, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824065626/1.0/resourceInstances/vfw5ec12b1513580/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-08-24T07:00:56.432Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-24T07:00:56.432Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T07:00:56.432Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4856d67-4c70-4e01-aa61-8df4c1acb610", "consumerID": "clamp", "timestamp": 1629788308425, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824065626/1.0/resourceInstances/vfw5ec12b1513580/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-08-24T07:00:56.432Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-24T07:00:56.432Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T07:00:56.432Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4856d67-4c70-4e01-aa61-8df4c1acb610", "consumerID": "policy-id", "timestamp": 1629788312422, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824065626/1.0/resourceInstances/vfw5ec12b1513580/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-08-24T07:00:56.432Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-24T07:00:56.432Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T07:00:56.432Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4856d67-4c70-4e01-aa61-8df4c1acb610", "consumerID": "cds", "timestamp": 1629788314329, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824065626/1.0/resourceInstances/vfw5ec12b1513580/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-08-24T07:00:56.432Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-24T07:00:56.432Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T07:00:56.432Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4856d67-4c70-4e01-aa61-8df4c1acb610", "consumerID": "aai-ml", "timestamp": 1629788315523, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824065626/1.0/resourceInstances/vfw5ec12b1513580/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-08-24T07:00:56.432Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-24T07:00:56.432Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T07:00:56.432Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4856d67-4c70-4e01-aa61-8df4c1acb610", "consumerID": "dcae-sch", "timestamp": 1629788318523, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824065626/1.0/resourceInstances/vfw5ec12b1513580/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-24T07:00:56.432Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-24T07:00:56.433Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T07:00:56.433Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4856d67-4c70-4e01-aa61-8df4c1acb610", "consumerID": "multicloud-k8s-id", "timestamp": 1629788315874, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824065626/1.0/resourceInstances/vfw5ec12b1513580/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-24T07:00:56.433Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-24T07:00:56.433Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T07:00:56.433Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4856d67-4c70-4e01-aa61-8df4c1acb610", "consumerID": "clamp", "timestamp": 1629788308425, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824065626/1.0/resourceInstances/vfw5ec12b1513580/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-24T07:00:56.433Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-24T07:00:56.433Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T07:00:56.433Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4856d67-4c70-4e01-aa61-8df4c1acb610", "consumerID": "policy-id", "timestamp": 1629788312422, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824065626/1.0/resourceInstances/vfw5ec12b1513580/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-24T07:00:56.433Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-24T07:00:56.433Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T07:00:56.433Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4856d67-4c70-4e01-aa61-8df4c1acb610", "consumerID": "aai-ml", "timestamp": 1629788315523, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824065626/1.0/resourceInstances/vfw5ec12b1513580/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-24T07:00:56.433Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-24T07:00:56.433Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T07:00:56.433Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4856d67-4c70-4e01-aa61-8df4c1acb610", "consumerID": "cds", "timestamp": 1629788314329, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824065626/1.0/resourceInstances/vfw5ec12b1513580/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-24T07:00:56.433Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-24T07:00:56.433Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T07:00:56.433Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4856d67-4c70-4e01-aa61-8df4c1acb610", "consumerID": "dcae-sch", "timestamp": 1629788318523, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824065626/1.0/resourceInstances/vfw5ec12b1513580/artifacts/vfw5ec12b1513580_modules.json", "status": "NOT_NOTIFIED" } 2021-08-24T07:00:56.433Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-24T07:00:56.433Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T07:00:56.433Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4856d67-4c70-4e01-aa61-8df4c1acb610", "consumerID": "clamp", "timestamp": 1629788308425, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824065626/1.0/resourceInstances/vfw5ec12b1513580/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-08-24T07:00:56.433Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-24T07:00:56.433Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T07:00:56.433Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4856d67-4c70-4e01-aa61-8df4c1acb610", "consumerID": "multicloud-k8s-id", "timestamp": 1629788315874, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824065626/1.0/resourceInstances/vfw5ec12b1513580/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-08-24T07:00:56.433Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-24T07:00:56.434Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T07:00:56.434Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4856d67-4c70-4e01-aa61-8df4c1acb610", "consumerID": "policy-id", "timestamp": 1629788312422, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824065626/1.0/resourceInstances/vfw5ec12b1513580/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-08-24T07:00:56.434Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-24T07:00:56.434Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T07:00:56.434Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4856d67-4c70-4e01-aa61-8df4c1acb610", "consumerID": "cds", "timestamp": 1629788314329, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824065626/1.0/resourceInstances/vfw5ec12b1513580/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-08-24T07:00:56.434Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-24T07:00:56.434Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T07:00:56.434Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4856d67-4c70-4e01-aa61-8df4c1acb610", "consumerID": "aai-ml", "timestamp": 1629788315523, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824065626/1.0/resourceInstances/vfw5ec12b1513580/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-08-24T07:00:56.434Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-24T07:00:56.434Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T07:00:56.434Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4856d67-4c70-4e01-aa61-8df4c1acb610", "consumerID": "dcae-sch", "timestamp": 1629788318523, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824065626/1.0/resourceInstances/vfw5ec12b1513580/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-08-24T07:00:56.434Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-24T07:00:56.434Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T07:00:56.434Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4856d67-4c70-4e01-aa61-8df4c1acb610", "consumerID": "clamp", "timestamp": 1629788308425, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824065626/1.0/artifacts/service-Vfw20210824065626-template.yml", "status": "NOT_NOTIFIED" } 2021-08-24T07:00:56.434Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-24T07:00:56.434Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T07:00:56.434Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4856d67-4c70-4e01-aa61-8df4c1acb610", "consumerID": "multicloud-k8s-id", "timestamp": 1629788315874, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824065626/1.0/artifacts/service-Vfw20210824065626-template.yml", "status": "NOT_NOTIFIED" } 2021-08-24T07:00:56.434Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-24T07:00:56.434Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T07:00:56.434Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4856d67-4c70-4e01-aa61-8df4c1acb610", "consumerID": "policy-id", "timestamp": 1629788312422, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824065626/1.0/artifacts/service-Vfw20210824065626-template.yml", "status": "NOT_NOTIFIED" } 2021-08-24T07:00:56.434Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-24T07:00:56.434Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T07:00:56.434Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4856d67-4c70-4e01-aa61-8df4c1acb610", "consumerID": "cds", "timestamp": 1629788314329, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824065626/1.0/artifacts/service-Vfw20210824065626-template.yml", "status": "NOT_NOTIFIED" } 2021-08-24T07:00:56.434Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-24T07:00:56.434Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T07:00:56.434Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4856d67-4c70-4e01-aa61-8df4c1acb610", "consumerID": "aai-ml", "timestamp": 1629788315523, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824065626/1.0/artifacts/service-Vfw20210824065626-template.yml", "status": "NOT_NOTIFIED" } 2021-08-24T07:00:56.434Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-24T07:00:56.434Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T07:00:56.434Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4856d67-4c70-4e01-aa61-8df4c1acb610", "consumerID": "dcae-sch", "timestamp": 1629788318523, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824065626/1.0/resourceInstances/vfw5ec12b1513580/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-24T07:00:56.435Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-24T07:00:56.435Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T07:00:56.435Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4856d67-4c70-4e01-aa61-8df4c1acb610", "consumerID": "multicloud-k8s-id", "timestamp": 1629788315874, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824065626/1.0/artifacts/service-Vfw20210824065626-csar.csar", "status": "NOTIFIED" } 2021-08-24T07:00:56.435Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-24T07:00:56.435Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T07:00:56.435Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4856d67-4c70-4e01-aa61-8df4c1acb610", "consumerID": "clamp", "timestamp": 1629788308425, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824065626/1.0/artifacts/service-Vfw20210824065626-csar.csar", "status": "NOTIFIED" } 2021-08-24T07:00:56.435Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-24T07:00:56.435Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T07:00:56.435Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4856d67-4c70-4e01-aa61-8df4c1acb610", "consumerID": "policy-id", "timestamp": 1629788312422, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824065626/1.0/artifacts/service-Vfw20210824065626-csar.csar", "status": "NOTIFIED" } 2021-08-24T07:00:56.435Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-24T07:00:56.435Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T07:00:56.435Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4856d67-4c70-4e01-aa61-8df4c1acb610", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629788322109, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824065626/1.0/resourceInstances/vfw5ec12b1513580/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-24T07:00:56.435Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-24T07:00:56.435Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T07:00:56.435Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4856d67-4c70-4e01-aa61-8df4c1acb610", "consumerID": "aai-ml", "timestamp": 1629788315523, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824065626/1.0/artifacts/service-Vfw20210824065626-csar.csar", "status": "NOTIFIED" } 2021-08-24T07:00:56.435Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-24T07:00:56.435Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T07:00:56.435Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4856d67-4c70-4e01-aa61-8df4c1acb610", "consumerID": "cds", "timestamp": 1629788314329, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824065626/1.0/artifacts/service-Vfw20210824065626-csar.csar", "status": "NOTIFIED" } 2021-08-24T07:00:56.435Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-24T07:00:56.435Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T07:00:56.435Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4856d67-4c70-4e01-aa61-8df4c1acb610", "consumerID": "dcae-sch", "timestamp": 1629788318523, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824065626/1.0/resourceInstances/vfw5ec12b1513580/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-08-24T07:00:56.435Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-24T07:00:56.435Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T07:00:56.435Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4856d67-4c70-4e01-aa61-8df4c1acb610", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629788322109, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824065626/1.0/resourceInstances/vfw5ec12b1513580/artifacts/vfw5ec12b1513580_modules.json", "status": "NOT_NOTIFIED" } 2021-08-24T07:00:56.435Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-24T07:00:56.435Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T07:00:56.435Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4856d67-4c70-4e01-aa61-8df4c1acb610", "consumerID": "multicloud-k8s-id", "timestamp": 1629788324030, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824065626/1.0/resourceInstances/vfw5ec12b1513580/artifacts/vfw5ec12b1513580_modules.json", "status": "DOWNLOAD_OK" } 2021-08-24T07:00:56.435Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-24T07:00:56.435Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T07:00:56.435Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4856d67-4c70-4e01-aa61-8df4c1acb610", "consumerID": "policy-id", "timestamp": 1629788324035, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824065626/1.0/artifacts/service-Vfw20210824065626-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-24T07:00:56.435Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-24T07:00:56.435Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T07:00:56.435Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4856d67-4c70-4e01-aa61-8df4c1acb610", "consumerID": "aai-ml", "timestamp": 1629788324122, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824065626/1.0/artifacts/service-Vfw20210824065626-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-24T07:00:56.435Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-24T07:00:56.436Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T07:00:56.436Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4856d67-4c70-4e01-aa61-8df4c1acb610", "consumerID": "cds", "timestamp": 1629788324134, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824065626/1.0/artifacts/service-Vfw20210824065626-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-24T07:00:56.436Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-24T07:00:56.436Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T07:00:56.436Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4856d67-4c70-4e01-aa61-8df4c1acb610", "consumerID": "dcae-sch", "timestamp": 1629788318523, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824065626/1.0/artifacts/service-Vfw20210824065626-template.yml", "status": "NOT_NOTIFIED" } 2021-08-24T07:00:56.436Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-24T07:00:56.436Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T07:00:56.436Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4856d67-4c70-4e01-aa61-8df4c1acb610", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629788322109, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824065626/1.0/resourceInstances/vfw5ec12b1513580/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-08-24T07:00:56.436Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-24T07:00:56.436Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T07:00:56.436Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4856d67-4c70-4e01-aa61-8df4c1acb610", "consumerID": "policy-id", "timestamp": 1629788325038, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824065626/1.0/artifacts/service-Vfw20210824065626-csar.csar", "status": "DEPLOY_OK" } 2021-08-24T07:00:56.436Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-24T07:00:56.436Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T07:00:56.436Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4856d67-4c70-4e01-aa61-8df4c1acb610", "consumerID": "cds", "timestamp": 1629788325147, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824065626/1.0/artifacts/service-Vfw20210824065626-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-08-24T07:00:56.443Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of b4856d67-4c70-4e01-aa61-8df4c1acb610 2021-08-24T07:00:56.443Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId b4856d67-4c70-4e01-aa61-8df4c1acb610 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-08-24T07:00:56.449Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T07:00:56.449Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4856d67-4c70-4e01-aa61-8df4c1acb610", "consumerID": "dcae-sch", "timestamp": 1629788318523, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824065626/1.0/artifacts/service-Vfw20210824065626-csar.csar", "status": "NOT_NOTIFIED" } 2021-08-24T07:00:56.450Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-24T07:00:56.450Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T07:00:56.450Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4856d67-4c70-4e01-aa61-8df4c1acb610", "consumerID": "multicloud-k8s-id", "timestamp": 1629788325339, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824065626/1.0/resourceInstances/vfw5ec12b1513580/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-08-24T07:00:56.450Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-24T07:00:56.450Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T07:00:56.451Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4856d67-4c70-4e01-aa61-8df4c1acb610", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629788322109, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824065626/1.0/resourceInstances/vfw5ec12b1513580/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-24T07:00:56.451Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-24T07:00:56.451Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T07:00:56.452Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4856d67-4c70-4e01-aa61-8df4c1acb610", "consumerID": "ves-openapi-manager", "timestamp": 1629788325332, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824065626/1.0/resourceInstances/vfw5ec12b1513580/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-24T07:00:56.452Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-24T07:00:56.452Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T07:00:56.452Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4856d67-4c70-4e01-aa61-8df4c1acb610", "consumerID": "policy-id", "timestamp": 1629788326041, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-08-24T07:00:56.456Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b4856d67-4c70-4e01-aa61-8df4c1acb610 2021-08-24T07:00:56.456Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId b4856d67-4c70-4e01-aa61-8df4c1acb610 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-08-24T07:00:56.461Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T07:00:56.461Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4856d67-4c70-4e01-aa61-8df4c1acb610", "consumerID": "multicloud-k8s-id", "timestamp": 1629788326567, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824065626/1.0/resourceInstances/vfw5ec12b1513580/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-08-24T07:00:56.461Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-24T07:00:56.461Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T07:00:56.462Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4856d67-4c70-4e01-aa61-8df4c1acb610", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629788322109, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824065626/1.0/resourceInstances/vfw5ec12b1513580/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-08-24T07:00:56.462Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-24T07:00:56.462Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T07:00:56.462Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4856d67-4c70-4e01-aa61-8df4c1acb610", "consumerID": "ves-openapi-manager", "timestamp": 1629788325332, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824065626/1.0/resourceInstances/vfw5ec12b1513580/artifacts/vfw5ec12b1513580_modules.json", "status": "NOT_NOTIFIED" } 2021-08-24T07:00:56.462Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-24T07:00:56.462Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T07:00:56.462Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4856d67-4c70-4e01-aa61-8df4c1acb610", "consumerID": "multicloud-k8s-id", "timestamp": 1629788327587, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-08-24T07:00:56.464Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b4856d67-4c70-4e01-aa61-8df4c1acb610 2021-08-24T07:00:56.464Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId b4856d67-4c70-4e01-aa61-8df4c1acb610 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2021-08-24T07:00:56.468Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T07:00:56.468Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4856d67-4c70-4e01-aa61-8df4c1acb610", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629788322109, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824065626/1.0/artifacts/service-Vfw20210824065626-template.yml", "status": "NOT_NOTIFIED" } 2021-08-24T07:00:56.468Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-24T07:00:56.468Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T07:00:56.468Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4856d67-4c70-4e01-aa61-8df4c1acb610", "consumerID": "ves-openapi-manager", "timestamp": 1629788325332, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824065626/1.0/resourceInstances/vfw5ec12b1513580/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-08-24T07:00:56.468Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-24T07:00:56.468Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T07:00:56.468Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4856d67-4c70-4e01-aa61-8df4c1acb610", "consumerID": "multicloud-k8s-id", "timestamp": 1629788328589, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824065626/1.0/resourceInstances/vfw5ec12b1513580/artifacts/vfw5ec12b1513580_modules.json", "status": "DEPLOY_OK" } 2021-08-24T07:00:56.468Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-24T07:00:56.468Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T07:00:56.468Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4856d67-4c70-4e01-aa61-8df4c1acb610", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629788322109, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824065626/1.0/artifacts/service-Vfw20210824065626-csar.csar", "status": "NOTIFIED" } 2021-08-24T07:00:56.468Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-24T07:00:56.468Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T07:00:56.468Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4856d67-4c70-4e01-aa61-8df4c1acb610", "consumerID": "ves-openapi-manager", "timestamp": 1629788325332, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824065626/1.0/resourceInstances/vfw5ec12b1513580/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-24T07:00:56.468Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-24T07:00:56.468Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T07:00:56.468Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4856d67-4c70-4e01-aa61-8df4c1acb610", "consumerID": "ves-openapi-manager", "timestamp": 1629788325332, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824065626/1.0/resourceInstances/vfw5ec12b1513580/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-08-24T07:00:56.468Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-24T07:00:56.468Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T07:00:56.468Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4856d67-4c70-4e01-aa61-8df4c1acb610", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629788330023, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824065626/1.0/artifacts/service-Vfw20210824065626-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-24T07:00:56.468Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-24T07:00:56.468Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T07:00:56.468Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4856d67-4c70-4e01-aa61-8df4c1acb610", "consumerID": "ves-openapi-manager", "timestamp": 1629788325332, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824065626/1.0/artifacts/service-Vfw20210824065626-template.yml", "status": "NOT_NOTIFIED" } 2021-08-24T07:00:56.468Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-24T07:00:56.468Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T07:00:56.469Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4856d67-4c70-4e01-aa61-8df4c1acb610", "consumerID": "aai-ml", "timestamp": 1629788331250, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824065626/1.0/artifacts/service-Vfw20210824065626-csar.csar", "status": "DEPLOY_OK" } 2021-08-24T07:00:56.469Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-24T07:00:56.469Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T07:00:56.469Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4856d67-4c70-4e01-aa61-8df4c1acb610", "consumerID": "ves-openapi-manager", "timestamp": 1629788325332, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824065626/1.0/artifacts/service-Vfw20210824065626-csar.csar", "status": "NOT_NOTIFIED" } 2021-08-24T07:00:56.469Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-24T07:00:56.469Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T07:00:56.469Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4856d67-4c70-4e01-aa61-8df4c1acb610", "consumerID": "aai-ml", "timestamp": 1629788332254, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-08-24T07:00:56.471Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of b4856d67-4c70-4e01-aa61-8df4c1acb610 2021-08-24T07:00:56.471Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId b4856d67-4c70-4e01-aa61-8df4c1acb610 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-08-24T07:00:56.475Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T07:00:56.475Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4856d67-4c70-4e01-aa61-8df4c1acb610", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629788332556, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824065626/1.0/artifacts/service-Vfw20210824065626-csar.csar", "status": "DEPLOY_OK" } 2021-08-24T07:00:56.476Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-24T07:00:56.476Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T07:00:56.476Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4856d67-4c70-4e01-aa61-8df4c1acb610", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629788333559, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-08-24T07:00:56.478Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of b4856d67-4c70-4e01-aa61-8df4c1acb610 2021-08-24T07:00:56.478Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId b4856d67-4c70-4e01-aa61-8df4c1acb610 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-08-24T07:00:56.482Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T07:00:56.482Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4856d67-4c70-4e01-aa61-8df4c1acb610", "consumerID": "clamp", "timestamp": 1629788335097, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824065626/1.0/artifacts/service-Vfw20210824065626-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-24T07:00:56.482Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-24T07:01:07.965Z|4b97f22f-103c-4d1d-8cae-e283f1d6509e|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4b97f22f-103c-4d1d-8cae-e283f1d6509e Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-08-24T07:01:07.975Z|4b97f22f-103c-4d1d-8cae-e283f1d6509e|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4b97f22f-103c-4d1d-8cae-e283f1d6509e Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-08-24T07:01:07.978Z|4b97f22f-103c-4d1d-8cae-e283f1d6509e|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-08-24T07:01:07.978Z|4b97f22f-103c-4d1d-8cae-e283f1d6509e|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-08-24T07:01:07.978Z|4b97f22f-103c-4d1d-8cae-e283f1d6509e|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-08-24T07:01:07.978Z|4b97f22f-103c-4d1d-8cae-e283f1d6509e|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-08-24T07:01:07.978Z|4b97f22f-103c-4d1d-8cae-e283f1d6509e|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-24T07:01:07.978Z|4b97f22f-103c-4d1d-8cae-e283f1d6509e|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-24T07:01:07.978Z|4b97f22f-103c-4d1d-8cae-e283f1d6509e|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-24T07:01:07.978Z|4b97f22f-103c-4d1d-8cae-e283f1d6509e|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-24T07:01:07.978Z|4b97f22f-103c-4d1d-8cae-e283f1d6509e|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-24T07:01:07.978Z|4b97f22f-103c-4d1d-8cae-e283f1d6509e|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-24T07:01:07.978Z|4b97f22f-103c-4d1d-8cae-e283f1d6509e|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-24T07:01:07.978Z|4b97f22f-103c-4d1d-8cae-e283f1d6509e|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=? 2021-08-24T07:01:07.981Z|4b97f22f-103c-4d1d-8cae-e283f1d6509e|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-08-24T07:01:37.982Z|4b97f22f-103c-4d1d-8cae-e283f1d6509e|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4b97f22f-103c-4d1d-8cae-e283f1d6509e and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2021-08-24T07:01:37.986Z|4b97f22f-103c-4d1d-8cae-e283f1d6509e|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4b97f22f-103c-4d1d-8cae-e283f1d6509e and serviceModelVersionId: 7e8f8e14-2be7-47b9-998e-bc6938db3cd5 2021-08-24T07:01:37.986Z|4b97f22f-103c-4d1d-8cae-e283f1d6509e|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 509aca27-78aa-4250-90cc-5f08e7652fbb 2021-08-24T07:01:37.987Z|4b97f22f-103c-4d1d-8cae-e283f1d6509e|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/509aca27-78aa-4250-90cc-5f08e7652fbb/model-vers/model-ver/7e8f8e14-2be7-47b9-998e-bc6938db3cd5?depth=0 2021-08-24T07:01:37.992Z|4b97f22f-103c-4d1d-8cae-e283f1d6509e|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2021-08-24T07:01:38.016Z|4b97f22f-103c-4d1d-8cae-e283f1d6509e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/509aca27-78aa-4250-90cc-5f08e7652fbb/model-vers/model-ver/7e8f8e14-2be7-47b9-998e-bc6938db3cd5?depth=0|INFO|500||Invoke 2021-08-24T07:01:38.016Z|4b97f22f-103c-4d1d-8cae-e283f1d6509e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/509aca27-78aa-4250-90cc-5f08e7652fbb/model-vers/model-ver/7e8f8e14-2be7-47b9-998e-bc6938db3cd5?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/509aca27-78aa-4250-90cc-5f08e7652fbb/model-vers/model-ver/7e8f8e14-2be7-47b9-998e-bc6938db3cd5?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[4b97f22f-103c-4d1d-8cae-e283f1d6509e], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[2251ec4f-d9c0-48dc-88a6-88fdfe127f90], X-ECOMP-RequestID=[4b97f22f-103c-4d1d-8cae-e283f1d6509e], X-TransactionId=[], X-ONAP-RequestID=[4b97f22f-103c-4d1d-8cae-e283f1d6509e], Content-Type=[application/merge-patch+json]} 2021-08-24T07:01:38.029Z|4b97f22f-103c-4d1d-8cae-e283f1d6509e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/509aca27-78aa-4250-90cc-5f08e7652fbb/model-vers/model-ver/7e8f8e14-2be7-47b9-998e-bc6938db3cd5?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-08-24T07:01:38.355Z|4b97f22f-103c-4d1d-8cae-e283f1d6509e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/509aca27-78aa-4250-90cc-5f08e7652fbb/model-vers/model-ver/7e8f8e14-2be7-47b9-998e-bc6938db3cd5?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/509aca27-78aa-4250-90cc-5f08e7652fbb/model-vers/model-ver/7e8f8e14-2be7-47b9-998e-bc6938db3cd5?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210824-07:01:38:035-85253], vertex-id=[217144], Content-Length=[0], Date=[Tue, 24 Aug 2021 07:01:38 GMT], Content-Type=[application/json]} 2021-08-24T07:01:38.355Z|4b97f22f-103c-4d1d-8cae-e283f1d6509e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/509aca27-78aa-4250-90cc-5f08e7652fbb/model-vers/model-ver/7e8f8e14-2be7-47b9-998e-bc6938db3cd5?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-08-24T07:01:38.356Z|4b97f22f-103c-4d1d-8cae-e283f1d6509e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/509aca27-78aa-4250-90cc-5f08e7652fbb/model-vers/model-ver/7e8f8e14-2be7-47b9-998e-bc6938db3cd5?depth=0|INFO|500||InvokeReturn 2021-08-24T07:01:38.356Z|4b97f22f-103c-4d1d-8cae-e283f1d6509e|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-08-24T07:01:38.356Z|4b97f22f-103c-4d1d-8cae-e283f1d6509e|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-08-24T07:01:38.362Z|4b97f22f-103c-4d1d-8cae-e283f1d6509e|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) 2021-08-24T07:01:38.362Z|4b97f22f-103c-4d1d-8cae-e283f1d6509e|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4b97f22f-103c-4d1d-8cae-e283f1d6509e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-08-24T07:01:38.362Z|4b97f22f-103c-4d1d-8cae-e283f1d6509e|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-08-24T07:01:38.362Z|4b97f22f-103c-4d1d-8cae-e283f1d6509e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-08-24T07:01:38.364Z|4b97f22f-103c-4d1d-8cae-e283f1d6509e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-24T07:01:38.364Z|4b97f22f-103c-4d1d-8cae-e283f1d6509e|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "4b97f22f-103c-4d1d-8cae-e283f1d6509e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629788498362, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-08-24T07:01:38.465Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-08-24T07:01:38.465Z||pool-100-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-24T07:01:38.465Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Vzzhpb2vWYCtMmLH) ... 2021-08-24T07:01:38.476Z||pool-100-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T07:01:38.476Z||pool-100-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-08-24T07:01:39.373Z|4b97f22f-103c-4d1d-8cae-e283f1d6509e|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-24T07:01:39.374Z|4b97f22f-103c-4d1d-8cae-e283f1d6509e|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"858c67aa-03c2-4126-ad13-3aad53d17d44","serviceName":"vFW 2021-08-24 06-55-18","serviceVersion":"1.0","serviceUUID":"358b06b2-efd8-420c-a398-bef52ac36ff0","serviceDescription":"catalog service description","serviceInvariantUUID":"9d7d6275-1c46-43af-942e-2cb7652e9736","resources":[{"resourceInstanceName":"vFW bd08434b-1a15 0","resourceName":"vFW bd08434b-1a15","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"073b7999-ef6a-4937-96fe-94fd36993f21","resourceInvariantUUID":"04c3a779-12e2-46fc-b369-b3c09b9902ee","resourceCustomizationUUID":"879368e4-8ffe-467e-90b2-50e4f29816e6","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210824065518/1.0/resourceInstances/vfwbd08434b1a150/artifacts/vf-license-model.xml","artifactChecksum":"YzI5N2FmMWNiZDE4NjI2ZjhhMWJmMTU3NDQ3MjQ1OGY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6b967d60-b3f7-45d8-819b-fa162000d5d8","artifactVersion":"1"},{"artifactName":"vfwbd08434b1a150_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20210824065518/1.0/resourceInstances/vfwbd08434b1a150/artifacts/vfwbd08434b1a150_modules.json","artifactChecksum":"ZmEwZDg1MGI1M2I4YTFkMGExZDVjMGY2ZWQ3NmYyNjU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"c0b5efd3-1021-46b1-85fb-fc23ed5ca2b6","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20210824065518/1.0/resourceInstances/vfwbd08434b1a150/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"8c10ea1c-77e6-40f0-a058-59ebd1c2212b","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210824065518/1.0/resourceInstances/vfwbd08434b1a150/artifacts/vendor-license-model.xml","artifactChecksum":"MDE5MDA2NzQ2OGJhMzJmYTU3OTljY2ZlYTI5YTM0YTY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"a9c74572-63da-4c5a-9962-a42eca11de41","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20210824065518/1.0/resourceInstances/vfwbd08434b1a150/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"80b7837a-6138-4f34-aaf7-535f14382edc","artifactVersion":"2","generatedFromUUID":"8c10ea1c-77e6-40f0-a058-59ebd1c2212b"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20210824065518-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20210824065518/1.0/artifacts/service-Vfw20210824065518-template.yml","artifactChecksum":"OWYwODRiNWI4NzVmMGUwZTZhZDc3NDFjMDhmMjIwNDc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"70c68a6b-1f8d-45a1-8169-87f591ea6885","artifactVersion":"1"},{"artifactName":"service-Vfw20210824065518-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20210824065518/1.0/artifacts/service-Vfw20210824065518-csar.csar","artifactChecksum":"MTUxNWRiYjM3ZWRkMjFmZTljN2MyNTc4YTU3OTQ3ZmE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e3557806-8071-496e-9f20-36ffe665cdf0","artifactVersion":"1"}],"workloadContext":"Production"} 2021-08-24T07:01:39.374Z|4b97f22f-103c-4d1d-8cae-e283f1d6509e|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-24T07:01:39.374Z|4b97f22f-103c-4d1d-8cae-e283f1d6509e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-08-24T07:01:39.376Z|4b97f22f-103c-4d1d-8cae-e283f1d6509e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-24T07:01:39.376Z|4b97f22f-103c-4d1d-8cae-e283f1d6509e|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "858c67aa-03c2-4126-ad13-3aad53d17d44", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629788276284, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824065518/1.0/resourceInstances/vfwbd08434b1a150/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-24T07:01:39.476Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-24T07:01:39.477Z||pool-101-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-24T07:01:39.477Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Vzzhpb2vWYCtMmLH) ... 2021-08-24T07:01:39.487Z||pool-101-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T07:01:39.488Z||pool-101-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-08-24T07:01:40.377Z|4b97f22f-103c-4d1d-8cae-e283f1d6509e|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-24T07:01:40.378Z|4b97f22f-103c-4d1d-8cae-e283f1d6509e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-08-24T07:01:40.380Z|4b97f22f-103c-4d1d-8cae-e283f1d6509e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-24T07:01:40.380Z|4b97f22f-103c-4d1d-8cae-e283f1d6509e|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "858c67aa-03c2-4126-ad13-3aad53d17d44", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629788276284, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824065518/1.0/resourceInstances/vfwbd08434b1a150/artifacts/vfwbd08434b1a150_modules.json", "status": "NOTIFIED" } 2021-08-24T07:01:40.480Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-08-24T07:01:40.480Z||pool-102-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-24T07:01:40.480Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Vzzhpb2vWYCtMmLH) ... 2021-08-24T07:01:40.490Z||pool-102-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T07:01:40.490Z||pool-102-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-08-24T07:01:41.381Z|4b97f22f-103c-4d1d-8cae-e283f1d6509e|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-24T07:01:41.382Z|4b97f22f-103c-4d1d-8cae-e283f1d6509e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-08-24T07:01:41.384Z|4b97f22f-103c-4d1d-8cae-e283f1d6509e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-24T07:01:41.384Z|4b97f22f-103c-4d1d-8cae-e283f1d6509e|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "858c67aa-03c2-4126-ad13-3aad53d17d44", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629788276284, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824065518/1.0/resourceInstances/vfwbd08434b1a150/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-08-24T07:01:41.484Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-24T07:01:41.485Z||pool-103-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-24T07:01:41.485Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Vzzhpb2vWYCtMmLH) ... 2021-08-24T07:01:41.494Z||pool-103-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T07:01:41.494Z||pool-103-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-08-24T07:01:42.384Z|4b97f22f-103c-4d1d-8cae-e283f1d6509e|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-24T07:01:42.385Z|4b97f22f-103c-4d1d-8cae-e283f1d6509e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-08-24T07:01:42.387Z|4b97f22f-103c-4d1d-8cae-e283f1d6509e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-24T07:01:42.388Z|4b97f22f-103c-4d1d-8cae-e283f1d6509e|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "858c67aa-03c2-4126-ad13-3aad53d17d44", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629788276284, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824065518/1.0/resourceInstances/vfwbd08434b1a150/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-24T07:01:42.488Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-24T07:01:42.488Z||pool-104-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-24T07:01:42.488Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Vzzhpb2vWYCtMmLH) ... 2021-08-24T07:01:42.498Z||pool-104-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T07:01:42.498Z||pool-104-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-08-24T07:01:43.388Z|4b97f22f-103c-4d1d-8cae-e283f1d6509e|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-24T07:01:43.389Z|4b97f22f-103c-4d1d-8cae-e283f1d6509e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-08-24T07:01:43.391Z|4b97f22f-103c-4d1d-8cae-e283f1d6509e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-24T07:01:43.391Z|4b97f22f-103c-4d1d-8cae-e283f1d6509e|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "858c67aa-03c2-4126-ad13-3aad53d17d44", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629788276284, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824065518/1.0/resourceInstances/vfwbd08434b1a150/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-08-24T07:01:43.491Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-24T07:01:43.491Z||pool-105-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-24T07:01:43.492Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Vzzhpb2vWYCtMmLH) ... 2021-08-24T07:01:43.501Z||pool-105-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T07:01:43.502Z||pool-105-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-08-24T07:01:44.391Z|4b97f22f-103c-4d1d-8cae-e283f1d6509e|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-24T07:01:44.392Z|4b97f22f-103c-4d1d-8cae-e283f1d6509e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-08-24T07:01:44.393Z|4b97f22f-103c-4d1d-8cae-e283f1d6509e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-24T07:01:44.393Z|4b97f22f-103c-4d1d-8cae-e283f1d6509e|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "858c67aa-03c2-4126-ad13-3aad53d17d44", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629788276284, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824065518/1.0/artifacts/service-Vfw20210824065518-template.yml", "status": "NOT_NOTIFIED" } 2021-08-24T07:01:44.494Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-24T07:01:44.494Z||pool-106-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-24T07:01:44.494Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Vzzhpb2vWYCtMmLH) ... 2021-08-24T07:01:44.505Z||pool-106-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T07:01:44.505Z||pool-106-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-08-24T07:01:45.394Z|4b97f22f-103c-4d1d-8cae-e283f1d6509e|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-24T07:01:45.395Z|4b97f22f-103c-4d1d-8cae-e283f1d6509e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-08-24T07:01:45.397Z|4b97f22f-103c-4d1d-8cae-e283f1d6509e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-24T07:01:45.397Z|4b97f22f-103c-4d1d-8cae-e283f1d6509e|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "858c67aa-03c2-4126-ad13-3aad53d17d44", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629788276284, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824065518/1.0/artifacts/service-Vfw20210824065518-csar.csar", "status": "NOTIFIED" } 2021-08-24T07:01:45.497Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-24T07:01:45.498Z||pool-107-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-24T07:01:45.498Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Vzzhpb2vWYCtMmLH) ... 2021-08-24T07:01:45.507Z||pool-107-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T07:01:45.508Z||pool-107-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-08-24T07:01:46.400Z|4b97f22f-103c-4d1d-8cae-e283f1d6509e|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "858c67aa-03c2-4126-ad13-3aad53d17d44", "serviceName": "vFW 2021-08-24 06-55-18", "serviceVersion": "1.0", "serviceUUID": "358b06b2-efd8-420c-a398-bef52ac36ff0", "serviceDescription": "catalog service description", "serviceInvariantUUID": "9d7d6275-1c46-43af-942e-2cb7652e9736", "resources": [ { "resourceInstanceName": "vFW bd08434b-1a15 0", "resourceCustomizationUUID": "879368e4-8ffe-467e-90b2-50e4f29816e6", "resourceName": "vFW bd08434b-1a15", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "073b7999-ef6a-4937-96fe-94fd36993f21", "resourceInvariantUUID": "04c3a779-12e2-46fc-b369-b3c09b9902ee", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfwbd08434b1a150_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20210824065518/1.0/resourceInstances/vfwbd08434b1a150/artifacts/vfwbd08434b1a150_modules.json", "artifactChecksum": "ZmEwZDg1MGI1M2I4YTFkMGExZDVjMGY2ZWQ3NmYyNjU\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "c0b5efd3-1021-46b1-85fb-fc23ed5ca2b6", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20210824065518/1.0/resourceInstances/vfwbd08434b1a150/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "8c10ea1c-77e6-40f0-a058-59ebd1c2212b", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20210824065518/1.0/resourceInstances/vfwbd08434b1a150/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "80b7837a-6138-4f34-aaf7-535f14382edc", "generatedFromUUID": "8c10ea1c-77e6-40f0-a058-59ebd1c2212b" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20210824065518/1.0/resourceInstances/vfwbd08434b1a150/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "80b7837a-6138-4f34-aaf7-535f14382edc", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20210824065518-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20210824065518/1.0/artifacts/service-Vfw20210824065518-csar.csar", "artifactChecksum": "MTUxNWRiYjM3ZWRkMjFmZTljN2MyNTc4YTU3OTQ3ZmE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "e3557806-8071-496e-9f20-36ffe665cdf0" } ], "workloadContext": "Production" } 2021-08-24T07:01:46.401Z|4b97f22f-103c-4d1d-8cae-e283f1d6509e|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-08-24T07:01:46.401Z|4b97f22f-103c-4d1d-8cae-e283f1d6509e|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 358b06b2-efd8-420c-a398-bef52ac36ff0 ASDC 2021-08-24T07:01:46.402Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:858c67aa-03c2-4126-ad13-3aad53d17d44 ServiceName:vFW 2021-08-24 06-55-18 ServiceVersion:1.0 ServiceUUID:358b06b2-efd8-420c-a398-bef52ac36ff0 ServiceInvariantUUID:9d7d6275-1c46-43af-942e-2cb7652e9736 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20210824065518-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20210824065518/1.0/artifacts/service-Vfw20210824065518-csar.csar ArtifactUUID:e3557806-8071-496e-9f20-36ffe665cdf0 ArtifactChecksum:MTUxNWRiYjM3ZWRkMjFmZTljN2MyNTc4YTU3OTQ3ZmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW bd08434b-1a15 0 ResourceCustomizationUUID:879368e4-8ffe-467e-90b2-50e4f29816e6 ResourceInvariantUUID:04c3a779-12e2-46fc-b369-b3c09b9902ee ResourceName:vFW bd08434b-1a15 ResourceType:VF ResourceUUID:073b7999-ef6a-4937-96fe-94fd36993f21 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfwbd08434b1a150_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20210824065518/1.0/resourceInstances/vfwbd08434b1a150/artifacts/vfwbd08434b1a150_modules.json ArtifactUUID:c0b5efd3-1021-46b1-85fb-fc23ed5ca2b6 ArtifactChecksum:ZmEwZDg1MGI1M2I4YTFkMGExZDVjMGY2ZWQ3NmYyNjU= 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/Vfw20210824065518/1.0/resourceInstances/vfwbd08434b1a150/artifacts/base_vfw.yaml ArtifactUUID:8c10ea1c-77e6-40f0-a058-59ebd1c2212b 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/Vfw20210824065518/1.0/resourceInstances/vfwbd08434b1a150/artifacts/base_vfw.env ArtifactUUID:80b7837a-6138-4f34-aaf7-535f14382edc 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/Vfw20210824065518/1.0/resourceInstances/vfwbd08434b1a150/artifacts/base_vfw.env ArtifactUUID:80b7837a-6138-4f34-aaf7-535f14382edc ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-08-24T07:01:46.402Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 358b06b2-efd8-420c-a398-bef52ac36ff0 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-08-24T07:01:46.428Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-08-24T07:01:46.428Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2021-08-24T07:01:46.429Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2021-08-24T07:01:46.429Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: e3557806-8071-496e-9f20-36ffe665cdf0 from URL: /sdc/v1/catalog/services/Vfw20210824065518/1.0/artifacts/service-Vfw20210824065518-csar.csar 2021-08-24T07:01:46.429Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||INFO|500||DistributionClient - download 2021-08-24T07:01:46.429Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210824065518/1.0/artifacts/service-Vfw20210824065518-csar.csar 2021-08-24T07:01:46.825Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2021-08-24T07:01:46.833Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210824065518/1.0/artifacts/service-Vfw20210824065518-csar.csar e3557806-8071-496e-9f20-36ffe665cdf0 98723 2021-08-24T07:01:46.834Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210824065518/1.0/artifacts/service-Vfw20210824065518-csar.csar ASDC sendASDCNotification 2021-08-24T07:01:46.834Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210824065518/1.0/artifacts/service-Vfw20210824065518-csar.csar 2021-08-24T07:01:46.834Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-08-24T07:01:46.834Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-08-24T07:01:46.836Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-24T07:01:46.836Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "858c67aa-03c2-4126-ad13-3aad53d17d44", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629788506834, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824065518/1.0/artifacts/service-Vfw20210824065518-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-24T07:01:46.938Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2021-08-24T07:01:46.939Z||pool-108-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-24T07:01:46.939Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Vzzhpb2vWYCtMmLH) ... 2021-08-24T07:01:46.948Z||pool-108-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T07:01:46.949Z||pool-108-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-08-24T07:01:47.837Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-08-24T07:01:47.839Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2021-08-24T07:01:47.839Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: e3557806-8071-496e-9f20-36ffe665cdf0, URL: /sdc/v1/catalog/services/Vfw20210824065518/1.0/artifacts/service-Vfw20210824065518-csar.csar to file: /app/ASDC/1/service-Vfw20210824065518-csar.csar 2021-08-24T07:01:47.839Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20210824065518-csar.csar 2021-08-24T07:01:47.840Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20210824065518-csar.csar 2021-08-24T07:01:47.840Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20210824065518-csar.csar 2021-08-24T07:01:47.978Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP755439782441770754/Definitions/service-Vfw20210824065518-template.yml Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided 2021-08-24T07:01:49.237Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2021-08-24T07:01:49.237Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||WARN|500||#################################################################################################### 2021-08-24T07:01:49.237Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20210824065518-csar.csar 2021-08-24T07:01:49.237Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred... 2021-08-24T07:01:49.237Z|858c67aa-03c2-4126-ad13-3aad53d17d44|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-Vfw20210824065518-csar.csar 2021-08-24T07:01:49.237Z|858c67aa-03c2-4126-ad13-3aad53d17d44|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-Vfw20210824065518-csar.csar 2021-08-24T07:01:49.237Z|858c67aa-03c2-4126-ad13-3aad53d17d44|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-Vfw20210824065518-csar.csar 2021-08-24T07:01:49.237Z|858c67aa-03c2-4126-ad13-3aad53d17d44|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-Vfw20210824065518-csar.csar 2021-08-24T07:01:49.237Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW bd08434b-1a15 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-Vfw20210824065518-csar.csar 2021-08-24T07:01:49.238Z|858c67aa-03c2-4126-ad13-3aad53d17d44|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-Vfw20210824065518-csar.csar 2021-08-24T07:01:49.238Z|858c67aa-03c2-4126-ad13-3aad53d17d44|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-Vfw20210824065518-csar.csar 2021-08-24T07:01:49.238Z|858c67aa-03c2-4126-ad13-3aad53d17d44|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-Vfw20210824065518-csar.csar 2021-08-24T07:01:49.238Z|858c67aa-03c2-4126-ad13-3aad53d17d44|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-Vfw20210824065518-csar.csar 2021-08-24T07:01:49.238Z|858c67aa-03c2-4126-ad13-3aad53d17d44|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-Vfw20210824065518-csar.csar 2021-08-24T07:01:49.238Z|858c67aa-03c2-4126-ad13-3aad53d17d44|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-Vfw20210824065518-csar.csar 2021-08-24T07:01:49.238Z|858c67aa-03c2-4126-ad13-3aad53d17d44|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-Vfw20210824065518-csar.csar 2021-08-24T07:01:49.238Z|858c67aa-03c2-4126-ad13-3aad53d17d44|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-Vfw20210824065518-csar.csar 2021-08-24T07:01:49.238Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||WARN|500||#################################################################################################### 2021-08-24T07:01:49.238Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-24T07:01:49.238Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-08-24 06-55-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-08-24T07:01:49.238Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||DEBUG|500||Node template vFW bd08434b-1a15 0 is matching search criteria 2021-08-24T07:01:49.238Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2021-08-24T07:01:49.238Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW bd08434b-1a15 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2021-08-24T07:01:49.238Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-24T07:01:49.238Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-08-24 06-55-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-08-24T07:01:49.238Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||DEBUG|500||Node template vFW bd08434b-1a15 0 is matching search criteria 2021-08-24T07:01:49.238Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2021-08-24T07:01:49.238Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW bd08434b-1a15 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2021-08-24T07:01:49.238Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-24T07:01:49.238Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-08-24 06-55-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-08-24T07:01:49.239Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-24T07:01:49.239Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||DEBUG|500||Node template vFW bd08434b-1a15 0 is not matching search criteria 2021-08-24T07:01:49.239Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-08-24T07:01:49.239Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-08-24T07:01:49.239Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-08-24T07:01:49.239Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-08-24T07:01:49.239Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-08-24T07:01:49.239Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-08-24T07:01:49.239Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria 2021-08-24T07:01:49.239Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-08-24T07:01:49.239Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria 2021-08-24T07:01:49.239Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-08-24T07:01:49.239Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-08-24T07:01:49.239Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-08-24T07:01:49.239Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-08-24T07:01:49.239Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria 2021-08-24T07:01:49.239Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-08-24T07:01:49.239Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-08-24T07:01:49.239Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-24T07:01:49.239Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-08-24 06-55-18 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-08-24T07:01:49.239Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-24T07:01:49.240Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||DEBUG|500||Node template vFW bd08434b-1a15 0 is matching search criteria 2021-08-24T07:01:49.240Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW bd08434b-1a15 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-24T07:01:49.240Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-24T07:01:49.240Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||DEBUG|500||Node template vFW bd08434b-1a15 0 is matching search criteria 2021-08-24T07:01:49.240Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW bd08434b-1a15 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-24T07:01:49.240Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-24T07:01:49.240Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||DEBUG|500||Node template vFW bd08434b-1a15 0 is matching search criteria 2021-08-24T07:01:49.240Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW bd08434b-1a15 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-24T07:01:49.240Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-24T07:01:49.240Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||DEBUG|500||Node template vFW bd08434b-1a15 0 is not matching search criteria 2021-08-24T07:01:49.240Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-08-24T07:01:49.240Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-08-24T07:01:49.240Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2021-08-24T07:01:49.240Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-08-24T07:01:49.240Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria 2021-08-24T07:01:49.240Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-08-24T07:01:49.240Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-08-24T07:01:49.240Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-08-24T07:01:49.240Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-08-24T07:01:49.241Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria 2021-08-24T07:01:49.241Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-08-24T07:01:49.241Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=273e65ea-11d3-4f22-a214-453fd5ac9eca 2021-08-24T07:01:49.241Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-24T07:01:49.241Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||DEBUG|500||Node template vFW bd08434b-1a15 0 is not matching search criteria 2021-08-24T07:01:49.241Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-08-24T07:01:49.241Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-08-24T07:01:49.241Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-08-24T07:01:49.241Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-08-24T07:01:49.241Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-08-24T07:01:49.241Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-08-24T07:01:49.241Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria 2021-08-24T07:01:49.241Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2021-08-24T07:01:49.241Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-08-24T07:01:49.241Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-08-24T07:01:49.241Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria 2021-08-24T07:01:49.241Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-08-24T07:01:49.241Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=32368103-8765-466c-abbe-0439292463ee 2021-08-24T07:01:49.241Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-24T07:01:49.241Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||DEBUG|500||Node template vFW bd08434b-1a15 0 is not matching search criteria 2021-08-24T07:01:49.241Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-08-24T07:01:49.241Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-08-24T07:01:49.242Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-08-24T07:01:49.242Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-08-24T07:01:49.242Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-08-24T07:01:49.242Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-08-24T07:01:49.242Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria 2021-08-24T07:01:49.242Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-08-24T07:01:49.242Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria 2021-08-24T07:01:49.242Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-08-24T07:01:49.242Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-08-24T07:01:49.242Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2021-08-24T07:01:49.242Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=bb189748-cb3e-40f4-bb91-167909ac1f1d 2021-08-24T07:01:49.242Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-24T07:01:49.242Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-08-24 06-55-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-08-24T07:01:49.242Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-24T07:01:49.242Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-08-24 06-55-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-08-24T07:01:49.242Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-24T07:01:49.242Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-08-24 06-55-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-08-24T07:01:49.242Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-24T07:01:49.242Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-08-24 06-55-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-08-24T07:01:49.242Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2021-08-24 06-55-18 Description:catalog service description Model UUID:358b06b2-efd8-420c-a398-bef52ac36ff0 Model Version:NULL Model InvariantUuid:9d7d6275-1c46-43af-942e-2cb7652e9736 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW bd08434b-1a15 Model UUID:39fbd6ec-0781-4f26-840a-6491f479a844 Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:04c3a779-12e2-46fc-b369-b3c09b9902ee Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:879368e4-8ffe-467e-90b2-50e4f29816e6 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:663055e9-dbf1-49cc-8a36-af17c213667e ModelName:VfwBd08434b1a15..base_vfw..module-0 ModelUuid:40e3637c-68f9-4d6d-9539-6c983a52bc92 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:273e65ea-11d3-4f22-a214-453fd5ac9eca ModelInvariantUuid:c43fb503-7c08-4111-a917-65b194bee70f ModelName:vFW bd08434b-1a15-nodes.vfwCvfc ModelUuid:9b28d6d1-7184-4ee5-a789-3d403a993a01 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:7d07d97a-bc8b-4393-b5ff-9e93b13d3659 ModelInvariantUuid:45655641-ba6f-4708-879b-abfdcfed5866 ModelName:VfwBd08434b1a15.compute.nodes.heat.vfw ModelUuid:f9afa301-f548-46fd-b452-8989afebf661 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:32368103-8765-466c-abbe-0439292463ee ModelInvariantUuid:cbd8918f-3f65-4596-88be-9a3d48a46a17 ModelName:vFW bd08434b-1a15-nodes.vsnCvfc ModelUuid:0786163a-7bf9-46c2-a90d-7d4c7e353b41 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:27e5fe8d-3829-4b84-9a08-d837e6554ad5 ModelInvariantUuid:eaac9e01-5933-47f2-af82-7c543d7ba965 ModelName:VfwBd08434b1a15.compute.nodes.heat.vsn ModelUuid:5fed97b0-3d16-411e-9456-7947ffcb0b43 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:bb189748-cb3e-40f4-bb91-167909ac1f1d ModelInvariantUuid:94d9e125-ee76-40a9-821b-8a229e9e09ff ModelName:vFW bd08434b-1a15-nodes.vpgCvfc ModelUuid:1bc81d0e-2006-4cde-9ddb-40e41bd4db2b ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:bdf0a0c8-a13c-44b1-b38f-48298f5ff16d ModelInvariantUuid:16831947-5173-4695-9109-8bfcb479c522 ModelName:VfwBd08434b1a15.compute.nodes.heat.vpg ModelUuid:fd84f30f-303b-4f88-a4ad-901fc3bbf2b2 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-08-24T07:01:49.249Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 073b7999-ef6a-4937-96fe-94fd36993f21 Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-08-24T07:01:49.252Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||INFO|500||vFW bd08434b-1a15 0 2021-08-24T07:01:49.252Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 073b7999-ef6a-4937-96fe-94fd36993f21 2021-08-24T07:01:49.252Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: c0b5efd3-1021-46b1-85fb-fc23ed5ca2b6 from URL: /sdc/v1/catalog/services/Vfw20210824065518/1.0/resourceInstances/vfwbd08434b1a150/artifacts/vfwbd08434b1a150_modules.json 2021-08-24T07:01:49.252Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||INFO|500||DistributionClient - download 2021-08-24T07:01:49.252Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210824065518/1.0/resourceInstances/vfwbd08434b1a150/artifacts/vfwbd08434b1a150_modules.json 2021-08-24T07:01:49.623Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2021-08-24T07:01:49.623Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210824065518/1.0/resourceInstances/vfwbd08434b1a150/artifacts/vfwbd08434b1a150_modules.json c0b5efd3-1021-46b1-85fb-fc23ed5ca2b6 785 2021-08-24T07:01:49.623Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210824065518/1.0/resourceInstances/vfwbd08434b1a150/artifacts/vfwbd08434b1a150_modules.json ASDC sendASDCNotification 2021-08-24T07:01:49.624Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210824065518/1.0/resourceInstances/vfwbd08434b1a150/artifacts/vfwbd08434b1a150_modules.json 2021-08-24T07:01:49.624Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-08-24T07:01:49.624Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-08-24T07:01:49.626Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-24T07:01:49.627Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "858c67aa-03c2-4126-ad13-3aad53d17d44", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629788509623, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824065518/1.0/resourceInstances/vfwbd08434b1a150/artifacts/vfwbd08434b1a150_modules.json", "status": "DOWNLOAD_OK" } 2021-08-24T07:01:49.727Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-24T07:01:49.727Z||pool-109-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-24T07:01:49.728Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Vzzhpb2vWYCtMmLH) ... 2021-08-24T07:01:49.739Z||pool-109-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T07:01:49.739Z||pool-109-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-08-24T07:01:50.627Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwBd08434b1a15..base_vfw..module-0", "vfModuleModelInvariantUUID": "663055e9-dbf1-49cc-8a36-af17c213667e", "vfModuleModelVersion": "1", "vfModuleModelUUID": "40e3637c-68f9-4d6d-9539-6c983a52bc92", "vfModuleModelCustomizationUUID": "d6823462-5e6c-4cfa-9ea9-0b2aa187feb5", "isBase": true, "artifacts": [ "8c10ea1c-77e6-40f0-a058-59ebd1c2212b", "80b7837a-6138-4f34-aaf7-535f14382edc" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_vfw", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2021-08-24T07:01:50.632Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwBd08434b1a15..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:40e3637c-68f9-4d6d-9539-6c983a52bc92 VfModuleModelInvariantUUID:663055e9-dbf1-49cc-8a36-af17c213667e VfModuleModelDescription:NULL Artifacts UUID List:{ 8c10ea1c-77e6-40f0-a058-59ebd1c2212b , 80b7837a-6138-4f34-aaf7-535f14382edc } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_vfw max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2021-08-24T07:01:50.635Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwBd08434b1a15..base_vfw..module-0", "vfModuleModelInvariantUUID": "663055e9-dbf1-49cc-8a36-af17c213667e", "vfModuleModelVersion": "1", "vfModuleModelUUID": "40e3637c-68f9-4d6d-9539-6c983a52bc92", "vfModuleModelCustomizationUUID": "d6823462-5e6c-4cfa-9ea9-0b2aa187feb5", "isBase": true, "artifacts": [ "8c10ea1c-77e6-40f0-a058-59ebd1c2212b", "80b7837a-6138-4f34-aaf7-535f14382edc" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_vfw", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2021-08-24T07:01:50.635Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwBd08434b1a15..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:40e3637c-68f9-4d6d-9539-6c983a52bc92 VfModuleModelInvariantUUID:663055e9-dbf1-49cc-8a36-af17c213667e VfModuleModelDescription:NULL Artifacts UUID List:{ 8c10ea1c-77e6-40f0-a058-59ebd1c2212b , 80b7837a-6138-4f34-aaf7-535f14382edc } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_vfw max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2021-08-24T07:01:50.635Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 8c10ea1c-77e6-40f0-a058-59ebd1c2212b from URL: /sdc/v1/catalog/services/Vfw20210824065518/1.0/resourceInstances/vfwbd08434b1a150/artifacts/base_vfw.yaml 2021-08-24T07:01:50.636Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||INFO|500||DistributionClient - download 2021-08-24T07:01:50.636Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210824065518/1.0/resourceInstances/vfwbd08434b1a150/artifacts/base_vfw.yaml 2021-08-24T07:01:50.751Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2021-08-24T07:01:50.752Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210824065518/1.0/resourceInstances/vfwbd08434b1a150/artifacts/base_vfw.yaml 8c10ea1c-77e6-40f0-a058-59ebd1c2212b 20368 2021-08-24T07:01:50.752Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210824065518/1.0/resourceInstances/vfwbd08434b1a150/artifacts/base_vfw.yaml ASDC sendASDCNotification 2021-08-24T07:01:50.752Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210824065518/1.0/resourceInstances/vfwbd08434b1a150/artifacts/base_vfw.yaml 2021-08-24T07:01:50.752Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-08-24T07:01:50.753Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-08-24T07:01:50.755Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-24T07:01:50.755Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "858c67aa-03c2-4126-ad13-3aad53d17d44", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629788510752, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824065518/1.0/resourceInstances/vfwbd08434b1a150/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-08-24T07:01:50.855Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-24T07:01:50.856Z||pool-110-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-24T07:01:50.856Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Vzzhpb2vWYCtMmLH) ... 2021-08-24T07:01:50.867Z||pool-110-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T07:01:50.868Z||pool-110-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-08-24T07:01:51.755Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 80b7837a-6138-4f34-aaf7-535f14382edc from URL: /sdc/v1/catalog/services/Vfw20210824065518/1.0/resourceInstances/vfwbd08434b1a150/artifacts/base_vfw.env 2021-08-24T07:01:51.757Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||INFO|500||DistributionClient - download 2021-08-24T07:01:51.757Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210824065518/1.0/resourceInstances/vfwbd08434b1a150/artifacts/base_vfw.env 2021-08-24T07:01:51.875Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2021-08-24T07:01:51.876Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210824065518/1.0/resourceInstances/vfwbd08434b1a150/artifacts/base_vfw.env 80b7837a-6138-4f34-aaf7-535f14382edc 2098 2021-08-24T07:01:51.876Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210824065518/1.0/resourceInstances/vfwbd08434b1a150/artifacts/base_vfw.env ASDC sendASDCNotification 2021-08-24T07:01:51.876Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210824065518/1.0/resourceInstances/vfwbd08434b1a150/artifacts/base_vfw.env 2021-08-24T07:01:51.876Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-08-24T07:01:51.876Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-08-24T07:01:51.879Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-24T07:01:51.879Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "858c67aa-03c2-4126-ad13-3aad53d17d44", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629788511876, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824065518/1.0/resourceInstances/vfwbd08434b1a150/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-08-24T07:01:51.979Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-24T07:01:51.979Z||pool-111-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-24T07:01:51.980Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Vzzhpb2vWYCtMmLH) ... 2021-08-24T07:01:51.989Z||pool-111-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T07:01:51.990Z||pool-111-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-08-24T07:01:52.880Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 358b06b2-efd8-420c-a398-bef52ac36ff0 2021-08-24T07:01:52.881Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW bd08434b-1a15 0 073b7999-ef6a-4937-96fe-94fd36993f21 ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-08-24T07:01:52.902Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-24T07:01:52.902Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-08-24 06-55-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-08-24T07:01:52.902Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 2021-08-24T07:01:52.903Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= 879368e4-8ffe-467e-90b2-50e4f29816e6 2021-08-24T07:01:52.903Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 879368e4-8ffe-467e-90b2-50e4f29816e6 matches Tosca VF Customization UUID: 879368e4-8ffe-467e-90b2-50e4f29816e6 2021-08-24T07:01:52.903Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: 879368e4-8ffe-467e-90b2-50e4f29816e6 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2021-08-24T07:01:52.905Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-24T07:01:52.905Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-08-24 06-55-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-08-24T07:01:52.905Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id 879368e4-8ffe-467e-90b2-50e4f29816e6: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"} 2021-08-24T07:01:52.905Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@25101d72 2021-08-24T07:01:52.905Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-24T07:01:52.905Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-08-24 06-55-18 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-08-24T07:01:52.906Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : d6823462-5e6c-4cfa-9ea9-0b2aa187feb5 2021-08-24T07:01:52.906Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID d6823462-5e6c-4cfa-9ea9-0b2aa187feb5 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2021-08-24T07:01:52.907Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-24T07:01:52.908Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||DEBUG|500||Node template vFW bd08434b-1a15 0 is matching search criteria 2021-08-24T07:01:52.908Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW bd08434b-1a15 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-24T07:01:52.908Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-24T07:01:52.908Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||DEBUG|500||Node template vFW bd08434b-1a15 0 is matching search criteria 2021-08-24T07:01:52.908Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW bd08434b-1a15 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-24T07:01:52.908Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-24T07:01:52.908Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||DEBUG|500||Node template vFW bd08434b-1a15 0 is not matching search criteria 2021-08-24T07:01:52.908Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-08-24T07:01:52.908Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-08-24T07:01:52.908Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2021-08-24T07:01:52.908Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-08-24T07:01:52.909Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria 2021-08-24T07:01:52.909Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-08-24T07:01:52.909Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-08-24T07:01:52.909Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-08-24T07:01:52.909Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-08-24T07:01:52.909Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria 2021-08-24T07:01:52.909Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-08-24T07:01:52.909Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=273e65ea-11d3-4f22-a214-453fd5ac9eca Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-08-24T07:01:52.911Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-24T07:01:52.911Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||DEBUG|500||Node template vFW bd08434b-1a15 0 is matching search criteria 2021-08-24T07:01:52.911Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW bd08434b-1a15 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-24T07:01:52.911Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-24T07:01:52.911Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||DEBUG|500||Node template vFW bd08434b-1a15 0 is not matching search criteria 2021-08-24T07:01:52.911Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-08-24T07:01:52.912Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-08-24T07:01:52.912Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-08-24T07:01:52.912Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-08-24T07:01:52.912Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-08-24T07:01:52.912Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-08-24T07:01:52.912Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria 2021-08-24T07:01:52.912Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2021-08-24T07:01:52.912Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-08-24T07:01:52.912Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-08-24T07:01:52.912Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria 2021-08-24T07:01:52.912Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-08-24T07:01:52.912Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=32368103-8765-466c-abbe-0439292463ee Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-08-24T07:01:52.914Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-24T07:01:52.914Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||DEBUG|500||Node template vFW bd08434b-1a15 0 is matching search criteria 2021-08-24T07:01:52.914Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW bd08434b-1a15 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-24T07:01:52.916Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-24T07:01:52.916Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||DEBUG|500||Node template vFW bd08434b-1a15 0 is not matching search criteria 2021-08-24T07:01:52.916Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-08-24T07:01:52.916Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-08-24T07:01:52.916Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-08-24T07:01:52.916Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-08-24T07:01:52.916Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-08-24T07:01:52.916Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-08-24T07:01:52.917Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria 2021-08-24T07:01:52.917Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-08-24T07:01:52.917Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria 2021-08-24T07:01:52.917Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-08-24T07:01:52.917Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-08-24T07:01:52.917Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2021-08-24T07:01:52.917Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=bb189748-cb3e-40f4-bb91-167909ac1f1d Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-08-24T07:01:52.919Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-24T07:01:52.919Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||DEBUG|500||Node template vFW bd08434b-1a15 0 is matching search criteria 2021-08-24T07:01:52.919Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW bd08434b-1a15 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-24T07:01:52.919Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-24T07:01:52.919Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||DEBUG|500||Node template vFW bd08434b-1a15 0 is matching search criteria 2021-08-24T07:01:52.919Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW bd08434b-1a15 0] matching following query criteria: sdcType=VF, customizationUUID=879368e4-8ffe-467e-90b2-50e4f29816e6 Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-08-24T07:01:52.921Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-24T07:01:52.921Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-08-24 06-55-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-08-24T07:01:52.921Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 358b06b2-efd8-420c-a398-bef52ac36ff0: vFW bd08434b-1a15 2021-08-24T07:01:52.921Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-24T07:01:52.921Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-08-24 06-55-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-08-24T07:01:52.921Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-24T07:01:52.921Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-08-24 06-55-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-08-24T07:01:52.921Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-24T07:01:52.921Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-08-24 06-55-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-08-24T07:01:52.921Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-24T07:01:52.922Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-08-24 06-55-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-08-24T07:01:52.922Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-24T07:01:52.922Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-08-24 06-55-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-08-24T07:01:52.922Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||INFO|500||Saving Service: vFW 2021-08-24 06-55-18 Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-08-24T07:01:53.096Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW bd08434b-1a15 073b7999-ef6a-4937-96fe-94fd36993f21 1 ASDC deployResourceStructure 2021-08-24T07:01:53.096Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210824065518/1.0/resourceInstances/vfwbd08434b1a150/artifacts/vfwbd08434b1a150_modules.json ASDC sendASDCNotification 2021-08-24T07:01:53.096Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210824065518/1.0/resourceInstances/vfwbd08434b1a150/artifacts/vfwbd08434b1a150_modules.json 2021-08-24T07:01:53.096Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-08-24T07:01:53.096Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-08-24T07:01:53.097Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-24T07:01:53.098Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "858c67aa-03c2-4126-ad13-3aad53d17d44", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629788513096, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824065518/1.0/resourceInstances/vfwbd08434b1a150/artifacts/vfwbd08434b1a150_modules.json", "status": "DEPLOY_OK" } 2021-08-24T07:01:53.198Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-24T07:01:53.199Z||pool-112-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-24T07:01:53.199Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Vzzhpb2vWYCtMmLH) ... 2021-08-24T07:01:53.210Z||pool-112-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T07:01:53.210Z||pool-112-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-08-24T07:01:54.098Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210824065518/1.0/resourceInstances/vfwbd08434b1a150/artifacts/base_vfw.yaml ASDC sendASDCNotification 2021-08-24T07:01:54.099Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210824065518/1.0/resourceInstances/vfwbd08434b1a150/artifacts/base_vfw.yaml 2021-08-24T07:01:54.099Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-08-24T07:01:54.099Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-08-24T07:01:54.102Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-24T07:01:54.102Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "858c67aa-03c2-4126-ad13-3aad53d17d44", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629788514098, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824065518/1.0/resourceInstances/vfwbd08434b1a150/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2021-08-24T07:01:54.203Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-08-24T07:01:54.203Z||pool-113-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-24T07:01:54.203Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Vzzhpb2vWYCtMmLH) ... 2021-08-24T07:01:54.215Z||pool-113-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T07:01:54.215Z||pool-113-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-08-24T07:01:55.103Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210824065518/1.0/resourceInstances/vfwbd08434b1a150/artifacts/base_vfw.env ASDC sendASDCNotification 2021-08-24T07:01:55.104Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210824065518/1.0/resourceInstances/vfwbd08434b1a150/artifacts/base_vfw.env 2021-08-24T07:01:55.104Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-08-24T07:01:55.104Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-08-24T07:01:55.106Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-24T07:01:55.106Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "858c67aa-03c2-4126-ad13-3aad53d17d44", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629788515103, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824065518/1.0/resourceInstances/vfwbd08434b1a150/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2021-08-24T07:01:55.207Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-08-24T07:01:55.207Z||pool-114-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-24T07:01:55.207Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Vzzhpb2vWYCtMmLH) ... 2021-08-24T07:01:55.218Z||pool-114-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T07:01:55.218Z||pool-114-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-08-24T07:01:56.107Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210824065518/1.0/artifacts/service-Vfw20210824065518-csar.csar ASDC sendASDCNotification 2021-08-24T07:01:56.108Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210824065518/1.0/artifacts/service-Vfw20210824065518-csar.csar 2021-08-24T07:01:56.108Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-08-24T07:01:56.108Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-08-24T07:01:56.110Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-24T07:01:56.110Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "858c67aa-03c2-4126-ad13-3aad53d17d44", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629788516107, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824065518/1.0/artifacts/service-Vfw20210824065518-csar.csar", "status": "DEPLOY_OK" } 2021-08-24T07:01:56.210Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-08-24T07:01:56.211Z||pool-115-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-24T07:01:56.211Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Vzzhpb2vWYCtMmLH) ... 2021-08-24T07:01:56.222Z||pool-115-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T07:01:56.222Z||pool-115-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-08-24T07:01:56.286Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T07:01:56.286Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T07:01:56.286Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T07:01:56.308Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T07:01:56.309Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T07:01:56.309Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4856d67-4c70-4e01-aa61-8df4c1acb610", "consumerID": "clamp", "timestamp": 1629788336423, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824065626/1.0/artifacts/service-Vfw20210824065626-csar.csar", "status": "DEPLOY_OK" } 2021-08-24T07:01:56.310Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-24T07:01:56.310Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-24T07:01:56.310Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4856d67-4c70-4e01-aa61-8df4c1acb610", "consumerID": "clamp", "timestamp": 1629788337425, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-08-24T07:01:56.315Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of b4856d67-4c70-4e01-aa61-8df4c1acb610 2021-08-24T07:01:56.316Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId b4856d67-4c70-4e01-aa61-8df4c1acb610 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-08-24T07:01:57.111Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 858c67aa-03c2-4126-ad13-3aad53d17d44 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-08-24T07:01:57.120Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 858c67aa-03c2-4126-ad13-3aad53d17d44 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-08-24T07:01:57.122Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-08-24T07:01:57.122Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-08-24T07:01:57.122Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-08-24T07:01:57.122Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-08-24T07:01:57.122Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-24T07:01:57.123Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-24T07:01:57.123Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-24T07:01:57.123Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-24T07:01:57.123Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-24T07:01:57.123Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-24T07:01:57.123Z|858c67aa-03c2-4126-ad13-3aad53d17d44|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=? 2021-08-24T07:01:57.127Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-08-24T07:02:27.127Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 858c67aa-03c2-4126-ad13-3aad53d17d44 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2021-08-24T07:02:27.133Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 858c67aa-03c2-4126-ad13-3aad53d17d44 and serviceModelVersionId: 358b06b2-efd8-420c-a398-bef52ac36ff0 2021-08-24T07:02:27.133Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 9d7d6275-1c46-43af-942e-2cb7652e9736 2021-08-24T07:02:27.134Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/9d7d6275-1c46-43af-942e-2cb7652e9736/model-vers/model-ver/358b06b2-efd8-420c-a398-bef52ac36ff0?depth=0 2021-08-24T07:02:27.139Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2021-08-24T07:02:27.158Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/9d7d6275-1c46-43af-942e-2cb7652e9736/model-vers/model-ver/358b06b2-efd8-420c-a398-bef52ac36ff0?depth=0|INFO|500||Invoke 2021-08-24T07:02:27.158Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/9d7d6275-1c46-43af-942e-2cb7652e9736/model-vers/model-ver/358b06b2-efd8-420c-a398-bef52ac36ff0?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/9d7d6275-1c46-43af-942e-2cb7652e9736/model-vers/model-ver/358b06b2-efd8-420c-a398-bef52ac36ff0?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[858c67aa-03c2-4126-ad13-3aad53d17d44], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[33d4905d-2243-4a65-8238-596139d4ec63], X-ECOMP-RequestID=[858c67aa-03c2-4126-ad13-3aad53d17d44], X-TransactionId=[], X-ONAP-RequestID=[858c67aa-03c2-4126-ad13-3aad53d17d44], Content-Type=[application/merge-patch+json]} 2021-08-24T07:02:27.171Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/9d7d6275-1c46-43af-942e-2cb7652e9736/model-vers/model-ver/358b06b2-efd8-420c-a398-bef52ac36ff0?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-08-24T07:02:27.301Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/9d7d6275-1c46-43af-942e-2cb7652e9736/model-vers/model-ver/358b06b2-efd8-420c-a398-bef52ac36ff0?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/9d7d6275-1c46-43af-942e-2cb7652e9736/model-vers/model-ver/358b06b2-efd8-420c-a398-bef52ac36ff0?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210824-07:02:27:177-35999], vertex-id=[237720], Content-Length=[0], Date=[Tue, 24 Aug 2021 07:02:27 GMT], Content-Type=[application/json]} 2021-08-24T07:02:27.302Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/9d7d6275-1c46-43af-942e-2cb7652e9736/model-vers/model-ver/358b06b2-efd8-420c-a398-bef52ac36ff0?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-08-24T07:02:27.303Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/9d7d6275-1c46-43af-942e-2cb7652e9736/model-vers/model-ver/358b06b2-efd8-420c-a398-bef52ac36ff0?depth=0|INFO|500||InvokeReturn 2021-08-24T07:02:27.303Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-08-24T07:02:27.303Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-08-24T07:02:27.308Z|858c67aa-03c2-4126-ad13-3aad53d17d44|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) 2021-08-24T07:02:27.309Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 858c67aa-03c2-4126-ad13-3aad53d17d44 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-08-24T07:02:27.309Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-08-24T07:02:27.310Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-08-24T07:02:27.311Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-24T07:02:27.311Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "858c67aa-03c2-4126-ad13-3aad53d17d44", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629788547309, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-08-24T07:02:27.412Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-08-24T07:02:27.412Z||pool-116-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-24T07:02:27.412Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Vzzhpb2vWYCtMmLH) ... 2021-08-24T07:02:27.433Z||pool-116-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T07:02:27.433Z||pool-116-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-08-24T07:02:28.322Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T07:02:28.323Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T07:02:28.323Z|858c67aa-03c2-4126-ad13-3aad53d17d44|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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T07:02:32.608Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T07:02:32.610Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-24T07:02:32.610Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"b4856d67-4c70-4e01-aa61-8df4c1acb610","serviceName":"vFW 2021-08-24 06-56-26","serviceVersion":"1.0","serviceUUID":"8439d638-be33-4ef5-8bb9-71cfb45999f9","serviceDescription":"catalog service description","serviceInvariantUUID":"03fa510d-e2ad-406a-b965-53e5279cc318","resources":[{"resourceInstanceName":"vFW 5ec12b15-1358 0","resourceName":"vFW 5ec12b15-1358","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"7122402c-e252-442d-b385-30b097a20ccf","resourceInvariantUUID":"a004acb1-df06-4793-9bfe-77fc2dc07c32","resourceCustomizationUUID":"ffb91906-c2b3-439a-86fc-31719713eb5a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210824065626/1.0/resourceInstances/vfw5ec12b1513580/artifacts/vf-license-model.xml","artifactChecksum":"NzQwNDgxNGU1YTY2YzE0OWY2YTY2OGZlNjEwODI2Nzc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e8876f1c-c0ba-4bdf-9f14-3e8eb13ff231","artifactVersion":"1"},{"artifactName":"vfw5ec12b1513580_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20210824065626/1.0/resourceInstances/vfw5ec12b1513580/artifacts/vfw5ec12b1513580_modules.json","artifactChecksum":"NzBiMTdiZDdlNGI0ZjExZTVjMzdlMWQ4Nzk0ZTBhMTk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"4a73f76f-fa4d-407f-8224-6b76bfebf67d","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20210824065626/1.0/resourceInstances/vfw5ec12b1513580/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"d9455352-1996-4ef5-b876-289c89fadd73","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210824065626/1.0/resourceInstances/vfw5ec12b1513580/artifacts/vendor-license-model.xml","artifactChecksum":"M2U4YTMxYzEyODVhZjhkOTllYmYyMjFmMjg1NGRhNGQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"a78ab3d0-c165-4d7b-9f1e-333eedf5bd30","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20210824065626/1.0/resourceInstances/vfw5ec12b1513580/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"acb58bab-5aa2-4c02-a8ae-8db4004119cc","artifactVersion":"2","generatedFromUUID":"d9455352-1996-4ef5-b876-289c89fadd73"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20210824065626-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20210824065626/1.0/artifacts/service-Vfw20210824065626-template.yml","artifactChecksum":"ZWUwYjhkZjE3ZmRlNGY0NTc3MGY4ZGFmODRjNzA0MjA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2ed2e3fc-cd09-4933-8e5a-34e8d9282104","artifactVersion":"1"},{"artifactName":"service-Vfw20210824065626-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20210824065626/1.0/artifacts/service-Vfw20210824065626-csar.csar","artifactChecksum":"NTEwYWEyNzQ2MmZkYjdiMzZlZGNjMmY1ZDMwNjUwMTQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2f4728f0-497e-4caf-bc5e-1e649def96a0","artifactVersion":"1"}],"workloadContext":"Production"} 2021-08-24T07:02:32.611Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-24T07:02:32.612Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-08-24T07:02:32.613Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-24T07:02:32.614Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "b4856d67-4c70-4e01-aa61-8df4c1acb610", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629788548322, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824065626/1.0/resourceInstances/vfw5ec12b1513580/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-24T07:02:32.714Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-24T07:02:32.714Z||pool-117-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-24T07:02:32.715Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Vzzhpb2vWYCtMmLH) ... 2021-08-24T07:02:32.725Z||pool-117-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T07:02:32.725Z||pool-117-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-08-24T07:02:33.614Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-24T07:02:33.616Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-08-24T07:02:33.618Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-24T07:02:33.619Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "b4856d67-4c70-4e01-aa61-8df4c1acb610", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629788548322, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824065626/1.0/resourceInstances/vfw5ec12b1513580/artifacts/vfw5ec12b1513580_modules.json", "status": "NOTIFIED" } 2021-08-24T07:02:33.719Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-24T07:02:33.719Z||pool-118-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-24T07:02:33.720Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Vzzhpb2vWYCtMmLH) ... 2021-08-24T07:02:33.730Z||pool-118-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T07:02:33.730Z||pool-118-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-08-24T07:02:34.619Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-24T07:02:34.621Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-08-24T07:02:34.623Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-24T07:02:34.624Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "b4856d67-4c70-4e01-aa61-8df4c1acb610", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629788548322, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824065626/1.0/resourceInstances/vfw5ec12b1513580/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-08-24T07:02:34.724Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-24T07:02:34.725Z||pool-119-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-24T07:02:34.725Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Vzzhpb2vWYCtMmLH) ... 2021-08-24T07:02:34.735Z||pool-119-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T07:02:34.736Z||pool-119-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-08-24T07:02:35.624Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-24T07:02:35.625Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-08-24T07:02:35.628Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-24T07:02:35.628Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "b4856d67-4c70-4e01-aa61-8df4c1acb610", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629788548322, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824065626/1.0/resourceInstances/vfw5ec12b1513580/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-24T07:02:35.728Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-24T07:02:35.729Z||pool-120-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-24T07:02:35.729Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Vzzhpb2vWYCtMmLH) ... 2021-08-24T07:02:35.739Z||pool-120-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T07:02:35.740Z||pool-120-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-08-24T07:02:36.628Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-24T07:02:36.630Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-08-24T07:02:36.632Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-24T07:02:36.632Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "b4856d67-4c70-4e01-aa61-8df4c1acb610", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629788548322, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824065626/1.0/resourceInstances/vfw5ec12b1513580/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-08-24T07:02:36.732Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-24T07:02:36.733Z||pool-121-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-24T07:02:36.733Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Vzzhpb2vWYCtMmLH) ... 2021-08-24T07:02:36.745Z||pool-121-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T07:02:36.745Z||pool-121-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2021-08-24T07:02:37.633Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-24T07:02:37.634Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-08-24T07:02:37.636Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-24T07:02:37.636Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "b4856d67-4c70-4e01-aa61-8df4c1acb610", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629788548322, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824065626/1.0/artifacts/service-Vfw20210824065626-template.yml", "status": "NOT_NOTIFIED" } 2021-08-24T07:02:37.736Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-24T07:02:37.736Z||pool-122-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-24T07:02:37.737Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Vzzhpb2vWYCtMmLH) ... 2021-08-24T07:02:37.745Z||pool-122-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T07:02:37.746Z||pool-122-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-08-24T07:02:38.637Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-24T07:02:38.638Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-08-24T07:02:38.641Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-24T07:02:38.641Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "b4856d67-4c70-4e01-aa61-8df4c1acb610", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629788548322, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824065626/1.0/artifacts/service-Vfw20210824065626-csar.csar", "status": "NOTIFIED" } 2021-08-24T07:02:38.741Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-08-24T07:02:38.742Z||pool-123-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-24T07:02:38.742Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Vzzhpb2vWYCtMmLH) ... 2021-08-24T07:02:38.752Z||pool-123-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T07:02:38.752Z||pool-123-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-08-24T07:02:39.642Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "b4856d67-4c70-4e01-aa61-8df4c1acb610", "serviceName": "vFW 2021-08-24 06-56-26", "serviceVersion": "1.0", "serviceUUID": "8439d638-be33-4ef5-8bb9-71cfb45999f9", "serviceDescription": "catalog service description", "serviceInvariantUUID": "03fa510d-e2ad-406a-b965-53e5279cc318", "resources": [ { "resourceInstanceName": "vFW 5ec12b15-1358 0", "resourceCustomizationUUID": "ffb91906-c2b3-439a-86fc-31719713eb5a", "resourceName": "vFW 5ec12b15-1358", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "7122402c-e252-442d-b385-30b097a20ccf", "resourceInvariantUUID": "a004acb1-df06-4793-9bfe-77fc2dc07c32", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfw5ec12b1513580_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20210824065626/1.0/resourceInstances/vfw5ec12b1513580/artifacts/vfw5ec12b1513580_modules.json", "artifactChecksum": "NzBiMTdiZDdlNGI0ZjExZTVjMzdlMWQ4Nzk0ZTBhMTk\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "4a73f76f-fa4d-407f-8224-6b76bfebf67d", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20210824065626/1.0/resourceInstances/vfw5ec12b1513580/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "d9455352-1996-4ef5-b876-289c89fadd73", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20210824065626/1.0/resourceInstances/vfw5ec12b1513580/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "acb58bab-5aa2-4c02-a8ae-8db4004119cc", "generatedFromUUID": "d9455352-1996-4ef5-b876-289c89fadd73" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20210824065626/1.0/resourceInstances/vfw5ec12b1513580/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "acb58bab-5aa2-4c02-a8ae-8db4004119cc", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20210824065626-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20210824065626/1.0/artifacts/service-Vfw20210824065626-csar.csar", "artifactChecksum": "NTEwYWEyNzQ2MmZkYjdiMzZlZGNjMmY1ZDMwNjUwMTQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "2f4728f0-497e-4caf-bc5e-1e649def96a0" } ], "workloadContext": "Production" } 2021-08-24T07:02:39.643Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-08-24T07:02:39.643Z|858c67aa-03c2-4126-ad13-3aad53d17d44|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 8439d638-be33-4ef5-8bb9-71cfb45999f9 ASDC 2021-08-24T07:02:39.643Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:b4856d67-4c70-4e01-aa61-8df4c1acb610 ServiceName:vFW 2021-08-24 06-56-26 ServiceVersion:1.0 ServiceUUID:8439d638-be33-4ef5-8bb9-71cfb45999f9 ServiceInvariantUUID:03fa510d-e2ad-406a-b965-53e5279cc318 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20210824065626-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20210824065626/1.0/artifacts/service-Vfw20210824065626-csar.csar ArtifactUUID:2f4728f0-497e-4caf-bc5e-1e649def96a0 ArtifactChecksum:NTEwYWEyNzQ2MmZkYjdiMzZlZGNjMmY1ZDMwNjUwMTQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW 5ec12b15-1358 0 ResourceCustomizationUUID:ffb91906-c2b3-439a-86fc-31719713eb5a ResourceInvariantUUID:a004acb1-df06-4793-9bfe-77fc2dc07c32 ResourceName:vFW 5ec12b15-1358 ResourceType:VF ResourceUUID:7122402c-e252-442d-b385-30b097a20ccf ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfw5ec12b1513580_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20210824065626/1.0/resourceInstances/vfw5ec12b1513580/artifacts/vfw5ec12b1513580_modules.json ArtifactUUID:4a73f76f-fa4d-407f-8224-6b76bfebf67d ArtifactChecksum:NzBiMTdiZDdlNGI0ZjExZTVjMzdlMWQ4Nzk0ZTBhMTk= 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/Vfw20210824065626/1.0/resourceInstances/vfw5ec12b1513580/artifacts/base_vfw.yaml ArtifactUUID:d9455352-1996-4ef5-b876-289c89fadd73 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/Vfw20210824065626/1.0/resourceInstances/vfw5ec12b1513580/artifacts/base_vfw.env ArtifactUUID:acb58bab-5aa2-4c02-a8ae-8db4004119cc 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/Vfw20210824065626/1.0/resourceInstances/vfw5ec12b1513580/artifacts/base_vfw.env ArtifactUUID:acb58bab-5aa2-4c02-a8ae-8db4004119cc ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-08-24T07:02:39.644Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 8439d638-be33-4ef5-8bb9-71cfb45999f9 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-08-24T07:02:39.670Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-08-24T07:02:39.671Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2021-08-24T07:02:39.671Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2021-08-24T07:02:39.671Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 2f4728f0-497e-4caf-bc5e-1e649def96a0 from URL: /sdc/v1/catalog/services/Vfw20210824065626/1.0/artifacts/service-Vfw20210824065626-csar.csar 2021-08-24T07:02:39.671Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||INFO|500||DistributionClient - download 2021-08-24T07:02:39.672Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210824065626/1.0/artifacts/service-Vfw20210824065626-csar.csar 2021-08-24T07:02:40.178Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2021-08-24T07:02:40.186Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210824065626/1.0/artifacts/service-Vfw20210824065626-csar.csar 2f4728f0-497e-4caf-bc5e-1e649def96a0 98683 2021-08-24T07:02:40.186Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210824065626/1.0/artifacts/service-Vfw20210824065626-csar.csar ASDC sendASDCNotification 2021-08-24T07:02:40.186Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210824065626/1.0/artifacts/service-Vfw20210824065626-csar.csar 2021-08-24T07:02:40.187Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-08-24T07:02:40.187Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-08-24T07:02:40.188Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-24T07:02:40.188Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "b4856d67-4c70-4e01-aa61-8df4c1acb610", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629788560186, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824065626/1.0/artifacts/service-Vfw20210824065626-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-24T07:02:40.289Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-24T07:02:40.289Z||pool-124-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-24T07:02:40.289Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Vzzhpb2vWYCtMmLH) ... 2021-08-24T07:02:40.299Z||pool-124-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T07:02:40.300Z||pool-124-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-08-24T07:02:41.189Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-08-24T07:02:41.190Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2021-08-24T07:02:41.190Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 2f4728f0-497e-4caf-bc5e-1e649def96a0, URL: /sdc/v1/catalog/services/Vfw20210824065626/1.0/artifacts/service-Vfw20210824065626-csar.csar to file: /app/ASDC/1/service-Vfw20210824065626-csar.csar 2021-08-24T07:02:41.191Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20210824065626-csar.csar 2021-08-24T07:02:41.191Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20210824065626-csar.csar 2021-08-24T07:02:41.192Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20210824065626-csar.csar 2021-08-24T07:02:41.484Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12980166742692707069/Definitions/service-Vfw20210824065626-template.yml Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided 2021-08-24T07:02:42.807Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2021-08-24T07:02:42.807Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||WARN|500||#################################################################################################### 2021-08-24T07:02:42.807Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20210824065626-csar.csar 2021-08-24T07:02:42.807Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred... 2021-08-24T07:02:42.807Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|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-Vfw20210824065626-csar.csar 2021-08-24T07:02:42.807Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|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-Vfw20210824065626-csar.csar 2021-08-24T07:02:42.807Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|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-Vfw20210824065626-csar.csar 2021-08-24T07:02:42.807Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|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-Vfw20210824065626-csar.csar 2021-08-24T07:02:42.807Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|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-Vfw20210824065626-csar.csar 2021-08-24T07:02:42.807Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|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-Vfw20210824065626-csar.csar 2021-08-24T07:02:42.807Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|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-Vfw20210824065626-csar.csar 2021-08-24T07:02:42.807Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|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-Vfw20210824065626-csar.csar 2021-08-24T07:02:42.807Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|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-Vfw20210824065626-csar.csar 2021-08-24T07:02:42.807Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|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-Vfw20210824065626-csar.csar 2021-08-24T07:02:42.808Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|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-Vfw20210824065626-csar.csar 2021-08-24T07:02:42.808Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|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-Vfw20210824065626-csar.csar 2021-08-24T07:02:42.808Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 5ec12b15-1358 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-Vfw20210824065626-csar.csar 2021-08-24T07:02:42.808Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||WARN|500||#################################################################################################### 2021-08-24T07:02:42.808Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-24T07:02:42.808Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-08-24 06-56-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-08-24T07:02:42.808Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||Node template vFW 5ec12b15-1358 0 is matching search criteria 2021-08-24T07:02:42.808Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2021-08-24T07:02:42.808Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 5ec12b15-1358 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2021-08-24T07:02:42.808Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-24T07:02:42.808Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-08-24 06-56-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-08-24T07:02:42.808Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||Node template vFW 5ec12b15-1358 0 is matching search criteria 2021-08-24T07:02:42.808Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2021-08-24T07:02:42.808Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 5ec12b15-1358 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2021-08-24T07:02:42.808Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-24T07:02:42.808Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-08-24 06-56-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-08-24T07:02:42.808Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-24T07:02:42.809Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||Node template vFW 5ec12b15-1358 0 is not matching search criteria 2021-08-24T07:02:42.809Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-08-24T07:02:42.809Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-08-24T07:02:42.809Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-08-24T07:02:42.809Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-08-24T07:02:42.809Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-08-24T07:02:42.809Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria 2021-08-24T07:02:42.809Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-08-24T07:02:42.809Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-08-24T07:02:42.809Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria 2021-08-24T07:02:42.809Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-08-24T07:02:42.809Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-08-24T07:02:42.809Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-08-24T07:02:42.809Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-08-24T07:02:42.809Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria 2021-08-24T07:02:42.809Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-08-24T07:02:42.809Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-08-24T07:02:42.809Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-24T07:02:42.809Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-08-24 06-56-26 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-08-24T07:02:42.809Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-24T07:02:42.809Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||Node template vFW 5ec12b15-1358 0 is matching search criteria 2021-08-24T07:02:42.810Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 5ec12b15-1358 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-24T07:02:42.810Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-24T07:02:42.810Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||Node template vFW 5ec12b15-1358 0 is matching search criteria 2021-08-24T07:02:42.810Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 5ec12b15-1358 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-24T07:02:42.810Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-24T07:02:42.810Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||Node template vFW 5ec12b15-1358 0 is matching search criteria 2021-08-24T07:02:42.810Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 5ec12b15-1358 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-24T07:02:42.810Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-24T07:02:42.810Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||Node template vFW 5ec12b15-1358 0 is not matching search criteria 2021-08-24T07:02:42.810Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-08-24T07:02:42.810Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2021-08-24T07:02:42.810Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-08-24T07:02:42.810Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-08-24T07:02:42.810Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria 2021-08-24T07:02:42.810Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-08-24T07:02:42.810Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-08-24T07:02:42.810Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-08-24T07:02:42.810Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-08-24T07:02:42.810Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria 2021-08-24T07:02:42.810Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-08-24T07:02:42.811Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=134b88b5-1fb1-450f-92e4-3fcf6fa4a085 2021-08-24T07:02:42.811Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-24T07:02:42.811Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||Node template vFW 5ec12b15-1358 0 is not matching search criteria 2021-08-24T07:02:42.811Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-08-24T07:02:42.811Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-08-24T07:02:42.811Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-08-24T07:02:42.811Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-08-24T07:02:42.811Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-08-24T07:02:42.811Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria 2021-08-24T07:02:42.811Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-08-24T07:02:42.811Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2021-08-24T07:02:42.811Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-08-24T07:02:42.811Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-08-24T07:02:42.811Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria 2021-08-24T07:02:42.811Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-08-24T07:02:42.811Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=b474a393-7af4-48a4-9ef0-e6e78dda8e7e 2021-08-24T07:02:42.811Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-24T07:02:42.812Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||Node template vFW 5ec12b15-1358 0 is not matching search criteria 2021-08-24T07:02:42.812Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-08-24T07:02:42.812Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-08-24T07:02:42.812Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-08-24T07:02:42.812Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-08-24T07:02:42.812Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-08-24T07:02:42.812Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria 2021-08-24T07:02:42.812Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-08-24T07:02:42.812Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-08-24T07:02:42.812Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria 2021-08-24T07:02:42.812Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-08-24T07:02:42.812Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-08-24T07:02:42.812Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2021-08-24T07:02:42.812Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=55555389-5ff1-4563-b668-fa3511e27980 2021-08-24T07:02:42.812Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-24T07:02:42.812Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-08-24 06-56-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-08-24T07:02:42.812Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-24T07:02:42.812Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-08-24 06-56-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-08-24T07:02:42.813Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-24T07:02:42.813Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-08-24 06-56-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-08-24T07:02:42.813Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-24T07:02:42.813Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-08-24 06-56-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-08-24T07:02:42.813Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2021-08-24 06-56-26 Description:catalog service description Model UUID:8439d638-be33-4ef5-8bb9-71cfb45999f9 Model Version:NULL Model InvariantUuid:03fa510d-e2ad-406a-b965-53e5279cc318 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW 5ec12b15-1358 Model UUID:c790e7fb-78d3-4765-9181-75973058574f Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:a004acb1-df06-4793-9bfe-77fc2dc07c32 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:ffb91906-c2b3-439a-86fc-31719713eb5a NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:6eedda9f-001a-40fc-ae96-b414dd834eea ModelName:Vfw5ec12b151358..base_vfw..module-0 ModelUuid:e9d97521-47a9-4a68-a28e-c906a4f3aa3e ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:134b88b5-1fb1-450f-92e4-3fcf6fa4a085 ModelInvariantUuid:fb700977-c250-4a15-9777-3317cbdacf12 ModelName:vFW 5ec12b15-1358-nodes.vfwCvfc ModelUuid:df30e7d5-67e9-483b-8b1f-82d9856bdda5 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:75ebce88-bf23-4147-a8cd-d178830fe442 ModelInvariantUuid:a8059820-2f5e-44c7-a570-f717b6da254a ModelName:Vfw5ec12b151358.compute.nodes.heat.vfw ModelUuid:30143f30-95c8-455c-b210-c8d8145fbb09 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:b474a393-7af4-48a4-9ef0-e6e78dda8e7e ModelInvariantUuid:f54e80d5-0627-4f04-a4cf-c09e20fe5e19 ModelName:vFW 5ec12b15-1358-nodes.vsnCvfc ModelUuid:14fe7d51-32c1-4a57-a5b6-3589af7513ad ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:45c084ae-bc76-48a4-aecc-e6643179bb91 ModelInvariantUuid:6712e6ff-a34f-4f50-8d3f-471e98a3f92e ModelName:Vfw5ec12b151358.compute.nodes.heat.vsn ModelUuid:ba03a2da-afc3-4b96-a6ce-52c44e1faf60 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:55555389-5ff1-4563-b668-fa3511e27980 ModelInvariantUuid:cf98f0ec-840d-4f01-8293-d12db90c37da ModelName:vFW 5ec12b15-1358-nodes.vpgCvfc ModelUuid:f2931044-f24f-4aea-949b-86f55c4ce814 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:2d5f2899-1943-4aa3-add6-f8c0c6781f59 ModelInvariantUuid:0029556a-52f3-4b3a-8777-e6d1e41515f8 ModelName:Vfw5ec12b151358.compute.nodes.heat.vpg ModelUuid:572eabe6-c7d4-4802-9f58-2bfa3978b1a6 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-08-24T07:02:42.818Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 7122402c-e252-442d-b385-30b097a20ccf Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-08-24T07:02:42.820Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||INFO|500||vFW 5ec12b15-1358 0 2021-08-24T07:02:42.820Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 7122402c-e252-442d-b385-30b097a20ccf 2021-08-24T07:02:42.820Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 4a73f76f-fa4d-407f-8224-6b76bfebf67d from URL: /sdc/v1/catalog/services/Vfw20210824065626/1.0/resourceInstances/vfw5ec12b1513580/artifacts/vfw5ec12b1513580_modules.json 2021-08-24T07:02:42.821Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||INFO|500||DistributionClient - download 2021-08-24T07:02:42.821Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210824065626/1.0/resourceInstances/vfw5ec12b1513580/artifacts/vfw5ec12b1513580_modules.json 2021-08-24T07:02:43.206Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2021-08-24T07:02:43.207Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210824065626/1.0/resourceInstances/vfw5ec12b1513580/artifacts/vfw5ec12b1513580_modules.json 4a73f76f-fa4d-407f-8224-6b76bfebf67d 785 2021-08-24T07:02:43.207Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210824065626/1.0/resourceInstances/vfw5ec12b1513580/artifacts/vfw5ec12b1513580_modules.json ASDC sendASDCNotification 2021-08-24T07:02:43.207Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210824065626/1.0/resourceInstances/vfw5ec12b1513580/artifacts/vfw5ec12b1513580_modules.json 2021-08-24T07:02:43.207Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-08-24T07:02:43.207Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-08-24T07:02:43.210Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-24T07:02:43.210Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "b4856d67-4c70-4e01-aa61-8df4c1acb610", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629788563207, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824065626/1.0/resourceInstances/vfw5ec12b1513580/artifacts/vfw5ec12b1513580_modules.json", "status": "DOWNLOAD_OK" } 2021-08-24T07:02:43.310Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-24T07:02:43.311Z||pool-125-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-24T07:02:43.311Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Vzzhpb2vWYCtMmLH) ... 2021-08-24T07:02:43.321Z||pool-125-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T07:02:43.321Z||pool-125-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-08-24T07:02:44.211Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw5ec12b151358..base_vfw..module-0", "vfModuleModelInvariantUUID": "6eedda9f-001a-40fc-ae96-b414dd834eea", "vfModuleModelVersion": "1", "vfModuleModelUUID": "e9d97521-47a9-4a68-a28e-c906a4f3aa3e", "vfModuleModelCustomizationUUID": "8060cbaf-1659-44fa-8de4-25249e1cc441", "isBase": true, "artifacts": [ "d9455352-1996-4ef5-b876-289c89fadd73", "acb58bab-5aa2-4c02-a8ae-8db4004119cc" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_vfw", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2021-08-24T07:02:44.216Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw5ec12b151358..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:e9d97521-47a9-4a68-a28e-c906a4f3aa3e VfModuleModelInvariantUUID:6eedda9f-001a-40fc-ae96-b414dd834eea VfModuleModelDescription:NULL Artifacts UUID List:{ d9455352-1996-4ef5-b876-289c89fadd73 , acb58bab-5aa2-4c02-a8ae-8db4004119cc } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_vfw max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2021-08-24T07:02:44.218Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw5ec12b151358..base_vfw..module-0", "vfModuleModelInvariantUUID": "6eedda9f-001a-40fc-ae96-b414dd834eea", "vfModuleModelVersion": "1", "vfModuleModelUUID": "e9d97521-47a9-4a68-a28e-c906a4f3aa3e", "vfModuleModelCustomizationUUID": "8060cbaf-1659-44fa-8de4-25249e1cc441", "isBase": true, "artifacts": [ "d9455352-1996-4ef5-b876-289c89fadd73", "acb58bab-5aa2-4c02-a8ae-8db4004119cc" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_vfw", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2021-08-24T07:02:44.218Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw5ec12b151358..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:e9d97521-47a9-4a68-a28e-c906a4f3aa3e VfModuleModelInvariantUUID:6eedda9f-001a-40fc-ae96-b414dd834eea VfModuleModelDescription:NULL Artifacts UUID List:{ d9455352-1996-4ef5-b876-289c89fadd73 , acb58bab-5aa2-4c02-a8ae-8db4004119cc } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_vfw max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2021-08-24T07:02:44.218Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: d9455352-1996-4ef5-b876-289c89fadd73 from URL: /sdc/v1/catalog/services/Vfw20210824065626/1.0/resourceInstances/vfw5ec12b1513580/artifacts/base_vfw.yaml 2021-08-24T07:02:44.218Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||INFO|500||DistributionClient - download 2021-08-24T07:02:44.218Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210824065626/1.0/resourceInstances/vfw5ec12b1513580/artifacts/base_vfw.yaml 2021-08-24T07:02:44.811Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2021-08-24T07:02:44.812Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210824065626/1.0/resourceInstances/vfw5ec12b1513580/artifacts/base_vfw.yaml d9455352-1996-4ef5-b876-289c89fadd73 20368 2021-08-24T07:02:44.813Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210824065626/1.0/resourceInstances/vfw5ec12b1513580/artifacts/base_vfw.yaml ASDC sendASDCNotification 2021-08-24T07:02:44.813Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210824065626/1.0/resourceInstances/vfw5ec12b1513580/artifacts/base_vfw.yaml 2021-08-24T07:02:44.813Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-08-24T07:02:44.813Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-08-24T07:02:44.815Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-24T07:02:44.815Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "b4856d67-4c70-4e01-aa61-8df4c1acb610", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629788564813, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824065626/1.0/resourceInstances/vfw5ec12b1513580/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-08-24T07:02:44.915Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-08-24T07:02:44.916Z||pool-126-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-24T07:02:44.916Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Vzzhpb2vWYCtMmLH) ... 2021-08-24T07:02:44.925Z||pool-126-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T07:02:44.926Z||pool-126-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-08-24T07:02:45.816Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: acb58bab-5aa2-4c02-a8ae-8db4004119cc from URL: /sdc/v1/catalog/services/Vfw20210824065626/1.0/resourceInstances/vfw5ec12b1513580/artifacts/base_vfw.env 2021-08-24T07:02:45.817Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||INFO|500||DistributionClient - download 2021-08-24T07:02:45.817Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210824065626/1.0/resourceInstances/vfw5ec12b1513580/artifacts/base_vfw.env 2021-08-24T07:02:46.205Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2021-08-24T07:02:46.206Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210824065626/1.0/resourceInstances/vfw5ec12b1513580/artifacts/base_vfw.env acb58bab-5aa2-4c02-a8ae-8db4004119cc 2098 2021-08-24T07:02:46.206Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210824065626/1.0/resourceInstances/vfw5ec12b1513580/artifacts/base_vfw.env ASDC sendASDCNotification 2021-08-24T07:02:46.206Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210824065626/1.0/resourceInstances/vfw5ec12b1513580/artifacts/base_vfw.env 2021-08-24T07:02:46.206Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-08-24T07:02:46.207Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-08-24T07:02:46.209Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-24T07:02:46.209Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "b4856d67-4c70-4e01-aa61-8df4c1acb610", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629788566206, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824065626/1.0/resourceInstances/vfw5ec12b1513580/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-08-24T07:02:46.309Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-08-24T07:02:46.310Z||pool-127-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-24T07:02:46.310Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Vzzhpb2vWYCtMmLH) ... 2021-08-24T07:02:46.321Z||pool-127-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T07:02:46.321Z||pool-127-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-08-24T07:02:47.210Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 8439d638-be33-4ef5-8bb9-71cfb45999f9 2021-08-24T07:02:47.211Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 5ec12b15-1358 0 7122402c-e252-442d-b385-30b097a20ccf ASDC Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-08-24T07:02:47.230Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-24T07:02:47.231Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-08-24 06-56-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-08-24T07:02:47.231Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 2021-08-24T07:02:47.231Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= ffb91906-c2b3-439a-86fc-31719713eb5a 2021-08-24T07:02:47.231Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: ffb91906-c2b3-439a-86fc-31719713eb5a matches Tosca VF Customization UUID: ffb91906-c2b3-439a-86fc-31719713eb5a 2021-08-24T07:02:47.231Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: ffb91906-c2b3-439a-86fc-31719713eb5a matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2021-08-24T07:02:47.233Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-24T07:02:47.233Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-08-24 06-56-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-08-24T07:02:47.234Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id ffb91906-c2b3-439a-86fc-31719713eb5a: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"} 2021-08-24T07:02:47.234Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6f10bb6e 2021-08-24T07:02:47.234Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-24T07:02:47.234Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-08-24 06-56-26 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-08-24T07:02:47.234Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 8060cbaf-1659-44fa-8de4-25249e1cc441 2021-08-24T07:02:47.234Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 8060cbaf-1659-44fa-8de4-25249e1cc441 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2021-08-24T07:02:47.236Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-24T07:02:47.236Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||Node template vFW 5ec12b15-1358 0 is matching search criteria 2021-08-24T07:02:47.236Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 5ec12b15-1358 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-24T07:02:47.236Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-24T07:02:47.236Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||Node template vFW 5ec12b15-1358 0 is matching search criteria 2021-08-24T07:02:47.236Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 5ec12b15-1358 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-24T07:02:47.236Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-24T07:02:47.236Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||Node template vFW 5ec12b15-1358 0 is not matching search criteria 2021-08-24T07:02:47.236Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-08-24T07:02:47.237Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2021-08-24T07:02:47.237Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-08-24T07:02:47.237Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-08-24T07:02:47.237Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria 2021-08-24T07:02:47.237Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-08-24T07:02:47.237Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-08-24T07:02:47.237Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-08-24T07:02:47.237Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-08-24T07:02:47.237Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria 2021-08-24T07:02:47.237Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-08-24T07:02:47.237Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=134b88b5-1fb1-450f-92e4-3fcf6fa4a085 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-08-24T07:02:47.239Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-24T07:02:47.239Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||Node template vFW 5ec12b15-1358 0 is matching search criteria 2021-08-24T07:02:47.239Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 5ec12b15-1358 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-24T07:02:47.239Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-24T07:02:47.239Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||Node template vFW 5ec12b15-1358 0 is not matching search criteria 2021-08-24T07:02:47.239Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-08-24T07:02:47.239Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-08-24T07:02:47.239Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-08-24T07:02:47.240Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-08-24T07:02:47.240Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-08-24T07:02:47.240Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria 2021-08-24T07:02:47.240Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-08-24T07:02:47.240Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2021-08-24T07:02:47.240Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-08-24T07:02:47.240Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-08-24T07:02:47.240Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria 2021-08-24T07:02:47.240Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-08-24T07:02:47.240Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=b474a393-7af4-48a4-9ef0-e6e78dda8e7e Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-08-24T07:02:47.242Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-24T07:02:47.242Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||Node template vFW 5ec12b15-1358 0 is matching search criteria 2021-08-24T07:02:47.242Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 5ec12b15-1358 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-24T07:02:47.242Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-24T07:02:47.242Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||Node template vFW 5ec12b15-1358 0 is not matching search criteria 2021-08-24T07:02:47.242Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-08-24T07:02:47.242Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-08-24T07:02:47.242Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-08-24T07:02:47.242Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-08-24T07:02:47.242Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-08-24T07:02:47.242Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria 2021-08-24T07:02:47.242Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-08-24T07:02:47.242Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-08-24T07:02:47.242Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria 2021-08-24T07:02:47.243Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-08-24T07:02:47.243Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-08-24T07:02:47.243Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2021-08-24T07:02:47.243Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=55555389-5ff1-4563-b668-fa3511e27980 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-08-24T07:02:47.244Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-24T07:02:47.244Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||Node template vFW 5ec12b15-1358 0 is matching search criteria 2021-08-24T07:02:47.244Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 5ec12b15-1358 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-24T07:02:47.245Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-24T07:02:47.245Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||Node template vFW 5ec12b15-1358 0 is matching search criteria 2021-08-24T07:02:47.245Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 5ec12b15-1358 0] matching following query criteria: sdcType=VF, customizationUUID=ffb91906-c2b3-439a-86fc-31719713eb5a Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-08-24T07:02:47.246Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-24T07:02:47.246Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-08-24 06-56-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-08-24T07:02:47.246Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 8439d638-be33-4ef5-8bb9-71cfb45999f9: vFW 5ec12b15-1358 2021-08-24T07:02:47.246Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-24T07:02:47.246Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-08-24 06-56-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-08-24T07:02:47.246Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-24T07:02:47.247Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-08-24 06-56-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-08-24T07:02:47.247Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-24T07:02:47.247Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-08-24 06-56-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-08-24T07:02:47.247Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-24T07:02:47.247Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-08-24 06-56-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-08-24T07:02:47.247Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-24T07:02:47.247Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-08-24 06-56-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-08-24T07:02:47.247Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||INFO|500||Saving Service: vFW 2021-08-24 06-56-26 Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-08-24T07:02:47.407Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 5ec12b15-1358 7122402c-e252-442d-b385-30b097a20ccf 1 ASDC deployResourceStructure 2021-08-24T07:02:47.407Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210824065626/1.0/resourceInstances/vfw5ec12b1513580/artifacts/vfw5ec12b1513580_modules.json ASDC sendASDCNotification 2021-08-24T07:02:47.407Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210824065626/1.0/resourceInstances/vfw5ec12b1513580/artifacts/vfw5ec12b1513580_modules.json 2021-08-24T07:02:47.407Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-08-24T07:02:47.408Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-08-24T07:02:47.409Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-24T07:02:47.409Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "b4856d67-4c70-4e01-aa61-8df4c1acb610", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629788567407, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824065626/1.0/resourceInstances/vfw5ec12b1513580/artifacts/vfw5ec12b1513580_modules.json", "status": "DEPLOY_OK" } 2021-08-24T07:02:47.510Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-08-24T07:02:47.510Z||pool-128-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-24T07:02:47.511Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Vzzhpb2vWYCtMmLH) ... 2021-08-24T07:02:47.520Z||pool-128-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T07:02:47.521Z||pool-128-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2021-08-24T07:02:48.410Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210824065626/1.0/resourceInstances/vfw5ec12b1513580/artifacts/base_vfw.yaml ASDC sendASDCNotification 2021-08-24T07:02:48.411Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210824065626/1.0/resourceInstances/vfw5ec12b1513580/artifacts/base_vfw.yaml 2021-08-24T07:02:48.411Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-08-24T07:02:48.411Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-08-24T07:02:48.413Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-24T07:02:48.414Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "b4856d67-4c70-4e01-aa61-8df4c1acb610", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629788568410, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824065626/1.0/resourceInstances/vfw5ec12b1513580/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2021-08-24T07:02:48.514Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-24T07:02:48.515Z||pool-129-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-24T07:02:48.515Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Vzzhpb2vWYCtMmLH) ... 2021-08-24T07:02:48.525Z||pool-129-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T07:02:48.525Z||pool-129-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-08-24T07:02:49.414Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210824065626/1.0/resourceInstances/vfw5ec12b1513580/artifacts/base_vfw.env ASDC sendASDCNotification 2021-08-24T07:02:49.415Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210824065626/1.0/resourceInstances/vfw5ec12b1513580/artifacts/base_vfw.env 2021-08-24T07:02:49.415Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-08-24T07:02:49.416Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-08-24T07:02:49.418Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-24T07:02:49.418Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "b4856d67-4c70-4e01-aa61-8df4c1acb610", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629788569414, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824065626/1.0/resourceInstances/vfw5ec12b1513580/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2021-08-24T07:02:49.518Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-24T07:02:49.519Z||pool-130-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-24T07:02:49.519Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Vzzhpb2vWYCtMmLH) ... 2021-08-24T07:02:49.529Z||pool-130-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T07:02:49.529Z||pool-130-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2021-08-24T07:02:50.419Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210824065626/1.0/artifacts/service-Vfw20210824065626-csar.csar ASDC sendASDCNotification 2021-08-24T07:02:50.420Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210824065626/1.0/artifacts/service-Vfw20210824065626-csar.csar 2021-08-24T07:02:50.420Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-08-24T07:02:50.420Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-08-24T07:02:50.422Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-24T07:02:50.422Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "b4856d67-4c70-4e01-aa61-8df4c1acb610", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629788570419, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824065626/1.0/artifacts/service-Vfw20210824065626-csar.csar", "status": "DEPLOY_OK" } 2021-08-24T07:02:50.523Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-24T07:02:50.523Z||pool-131-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-24T07:02:50.523Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Vzzhpb2vWYCtMmLH) ... 2021-08-24T07:02:50.533Z||pool-131-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T07:02:50.533Z||pool-131-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-08-24T07:02:51.423Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b4856d67-4c70-4e01-aa61-8df4c1acb610 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-08-24T07:02:51.433Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b4856d67-4c70-4e01-aa61-8df4c1acb610 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-08-24T07:02:51.435Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-08-24T07:02:51.436Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-08-24T07:02:51.436Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-08-24T07:02:51.436Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-08-24T07:02:51.436Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-24T07:02:51.436Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-24T07:02:51.436Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-24T07:02:51.436Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-24T07:02:51.437Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-24T07:02:51.437Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-24T07:02:51.437Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|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=? 2021-08-24T07:02:51.440Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-08-24T07:02:56.286Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T07:02:56.286Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T07:02:56.286Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T07:02:56.306Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T07:02:56.307Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T07:02:56.307Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b97f22f-103c-4d1d-8cae-e283f1d6509e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629788498362, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-08-24T07:02:56.308Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-24T07:02:56.308Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T07:02:56.308Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "858c67aa-03c2-4126-ad13-3aad53d17d44", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629788276284, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824065518/1.0/resourceInstances/vfwbd08434b1a150/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-24T07:02:56.308Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-24T07:02:56.308Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T07:02:56.308Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "858c67aa-03c2-4126-ad13-3aad53d17d44", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629788276284, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824065518/1.0/resourceInstances/vfwbd08434b1a150/artifacts/vfwbd08434b1a150_modules.json", "status": "NOTIFIED" } 2021-08-24T07:02:56.308Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-24T07:02:56.308Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T07:02:56.308Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "858c67aa-03c2-4126-ad13-3aad53d17d44", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629788276284, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824065518/1.0/resourceInstances/vfwbd08434b1a150/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-08-24T07:02:56.308Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-24T07:02:56.308Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T07:02:56.309Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "858c67aa-03c2-4126-ad13-3aad53d17d44", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629788276284, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824065518/1.0/resourceInstances/vfwbd08434b1a150/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-24T07:02:56.309Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-24T07:02:56.309Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T07:02:56.309Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "858c67aa-03c2-4126-ad13-3aad53d17d44", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629788276284, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824065518/1.0/resourceInstances/vfwbd08434b1a150/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-08-24T07:02:56.309Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-24T07:02:56.309Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T07:02:56.309Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "858c67aa-03c2-4126-ad13-3aad53d17d44", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629788276284, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824065518/1.0/artifacts/service-Vfw20210824065518-template.yml", "status": "NOT_NOTIFIED" } 2021-08-24T07:02:56.309Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-24T07:02:56.309Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T07:02:56.309Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "858c67aa-03c2-4126-ad13-3aad53d17d44", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629788276284, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824065518/1.0/artifacts/service-Vfw20210824065518-csar.csar", "status": "NOTIFIED" } 2021-08-24T07:02:56.310Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-24T07:02:56.310Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T07:02:56.310Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "858c67aa-03c2-4126-ad13-3aad53d17d44", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629788506834, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824065518/1.0/artifacts/service-Vfw20210824065518-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-24T07:02:56.310Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-24T07:02:56.310Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T07:02:56.310Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "858c67aa-03c2-4126-ad13-3aad53d17d44", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629788509623, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824065518/1.0/resourceInstances/vfwbd08434b1a150/artifacts/vfwbd08434b1a150_modules.json", "status": "DOWNLOAD_OK" } 2021-08-24T07:02:56.310Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-24T07:02:56.310Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T07:02:56.310Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "858c67aa-03c2-4126-ad13-3aad53d17d44", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629788510752, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824065518/1.0/resourceInstances/vfwbd08434b1a150/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-08-24T07:02:56.310Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-24T07:02:56.311Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T07:02:56.311Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "858c67aa-03c2-4126-ad13-3aad53d17d44", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629788511876, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824065518/1.0/resourceInstances/vfwbd08434b1a150/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-08-24T07:02:56.311Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-24T07:02:56.311Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T07:02:56.311Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "858c67aa-03c2-4126-ad13-3aad53d17d44", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629788513096, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824065518/1.0/resourceInstances/vfwbd08434b1a150/artifacts/vfwbd08434b1a150_modules.json", "status": "DEPLOY_OK" } 2021-08-24T07:02:56.311Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-24T07:02:56.311Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T07:02:56.311Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "858c67aa-03c2-4126-ad13-3aad53d17d44", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629788514098, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824065518/1.0/resourceInstances/vfwbd08434b1a150/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2021-08-24T07:02:56.311Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-24T07:02:56.311Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T07:02:56.312Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "858c67aa-03c2-4126-ad13-3aad53d17d44", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629788515103, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824065518/1.0/resourceInstances/vfwbd08434b1a150/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2021-08-24T07:02:56.312Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-24T07:02:56.312Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T07:02:56.312Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "858c67aa-03c2-4126-ad13-3aad53d17d44", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629788516107, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824065518/1.0/artifacts/service-Vfw20210824065518-csar.csar", "status": "DEPLOY_OK" } 2021-08-24T07:02:56.312Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-24T07:03:21.441Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b4856d67-4c70-4e01-aa61-8df4c1acb610 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2021-08-24T07:03:21.444Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b4856d67-4c70-4e01-aa61-8df4c1acb610 and serviceModelVersionId: 8439d638-be33-4ef5-8bb9-71cfb45999f9 2021-08-24T07:03:21.445Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 03fa510d-e2ad-406a-b965-53e5279cc318 2021-08-24T07:03:21.445Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/03fa510d-e2ad-406a-b965-53e5279cc318/model-vers/model-ver/8439d638-be33-4ef5-8bb9-71cfb45999f9?depth=0 2021-08-24T07:03:21.452Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2021-08-24T07:03:21.470Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/03fa510d-e2ad-406a-b965-53e5279cc318/model-vers/model-ver/8439d638-be33-4ef5-8bb9-71cfb45999f9?depth=0|INFO|500||Invoke 2021-08-24T07:03:21.471Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/03fa510d-e2ad-406a-b965-53e5279cc318/model-vers/model-ver/8439d638-be33-4ef5-8bb9-71cfb45999f9?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/03fa510d-e2ad-406a-b965-53e5279cc318/model-vers/model-ver/8439d638-be33-4ef5-8bb9-71cfb45999f9?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[b4856d67-4c70-4e01-aa61-8df4c1acb610], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[28be8557-3826-47aa-99cf-d8af6681e29e], X-ECOMP-RequestID=[b4856d67-4c70-4e01-aa61-8df4c1acb610], X-TransactionId=[], X-ONAP-RequestID=[b4856d67-4c70-4e01-aa61-8df4c1acb610], Content-Type=[application/merge-patch+json]} 2021-08-24T07:03:21.484Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/03fa510d-e2ad-406a-b965-53e5279cc318/model-vers/model-ver/8439d638-be33-4ef5-8bb9-71cfb45999f9?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-08-24T07:03:21.847Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/03fa510d-e2ad-406a-b965-53e5279cc318/model-vers/model-ver/8439d638-be33-4ef5-8bb9-71cfb45999f9?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/03fa510d-e2ad-406a-b965-53e5279cc318/model-vers/model-ver/8439d638-be33-4ef5-8bb9-71cfb45999f9?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210824-07:03:21:488-67758], vertex-id=[499920], Content-Length=[0], Date=[Tue, 24 Aug 2021 07:03:21 GMT], Content-Type=[application/json]} 2021-08-24T07:03:21.847Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/03fa510d-e2ad-406a-b965-53e5279cc318/model-vers/model-ver/8439d638-be33-4ef5-8bb9-71cfb45999f9?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-08-24T07:03:21.848Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/03fa510d-e2ad-406a-b965-53e5279cc318/model-vers/model-ver/8439d638-be33-4ef5-8bb9-71cfb45999f9?depth=0|INFO|500||InvokeReturn 2021-08-24T07:03:21.849Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-08-24T07:03:21.849Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-08-24T07:03:21.853Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|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) 2021-08-24T07:03:21.854Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b4856d67-4c70-4e01-aa61-8df4c1acb610 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-08-24T07:03:21.854Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-08-24T07:03:21.854Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-08-24T07:03:21.856Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-24T07:03:21.857Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "b4856d67-4c70-4e01-aa61-8df4c1acb610", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629788601854, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-08-24T07:03:21.957Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-24T07:03:21.958Z||pool-132-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-24T07:03:21.958Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Vzzhpb2vWYCtMmLH) ... 2021-08-24T07:03:21.974Z||pool-132-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T07:03:21.974Z||pool-132-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-08-24T07:03:22.866Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T07:03:22.867Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T07:03:22.867Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T07:03:32.405Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T07:03:32.405Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T07:03:32.405Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T07:03:32.405Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T07:03:41.942Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T07:03:41.943Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T07:03:41.943Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T07:03:41.944Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T07:03:51.486Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T07:03:51.486Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T07:03:51.487Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T07:03:51.487Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T07:03:56.286Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T07:03:56.286Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T07:03:56.287Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T07:03:56.314Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T07:03:56.315Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-24T07:03:56.315Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "858c67aa-03c2-4126-ad13-3aad53d17d44", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629788547309, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-08-24T07:03:56.316Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-24T07:03:56.316Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-24T07:03:56.316Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4856d67-4c70-4e01-aa61-8df4c1acb610", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629788548322, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824065626/1.0/resourceInstances/vfw5ec12b1513580/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-24T07:03:56.316Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-08-24T07:03:56.316Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-24T07:03:56.316Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4856d67-4c70-4e01-aa61-8df4c1acb610", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629788548322, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824065626/1.0/resourceInstances/vfw5ec12b1513580/artifacts/vfw5ec12b1513580_modules.json", "status": "NOTIFIED" } 2021-08-24T07:03:56.316Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-08-24T07:03:56.316Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-24T07:03:56.316Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4856d67-4c70-4e01-aa61-8df4c1acb610", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629788548322, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824065626/1.0/resourceInstances/vfw5ec12b1513580/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-08-24T07:03:56.316Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-08-24T07:03:56.317Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-24T07:03:56.317Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4856d67-4c70-4e01-aa61-8df4c1acb610", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629788548322, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824065626/1.0/resourceInstances/vfw5ec12b1513580/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-24T07:03:56.317Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-08-24T07:03:56.317Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-24T07:03:56.317Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4856d67-4c70-4e01-aa61-8df4c1acb610", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629788548322, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824065626/1.0/resourceInstances/vfw5ec12b1513580/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-08-24T07:03:56.317Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-08-24T07:03:56.317Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-24T07:03:56.317Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4856d67-4c70-4e01-aa61-8df4c1acb610", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629788548322, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824065626/1.0/artifacts/service-Vfw20210824065626-template.yml", "status": "NOT_NOTIFIED" } 2021-08-24T07:03:56.317Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-08-24T07:03:56.317Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-24T07:03:56.317Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4856d67-4c70-4e01-aa61-8df4c1acb610", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629788548322, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824065626/1.0/artifacts/service-Vfw20210824065626-csar.csar", "status": "NOTIFIED" } 2021-08-24T07:03:56.318Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-08-24T07:03:56.318Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-24T07:03:56.318Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4856d67-4c70-4e01-aa61-8df4c1acb610", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629788560186, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824065626/1.0/artifacts/service-Vfw20210824065626-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-24T07:03:56.318Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-24T07:03:56.318Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-24T07:03:56.318Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4856d67-4c70-4e01-aa61-8df4c1acb610", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629788563207, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824065626/1.0/resourceInstances/vfw5ec12b1513580/artifacts/vfw5ec12b1513580_modules.json", "status": "DOWNLOAD_OK" } 2021-08-24T07:03:56.318Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-24T07:03:56.318Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-24T07:03:56.318Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4856d67-4c70-4e01-aa61-8df4c1acb610", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629788564813, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824065626/1.0/resourceInstances/vfw5ec12b1513580/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-08-24T07:03:56.318Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-24T07:03:56.318Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-24T07:03:56.318Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4856d67-4c70-4e01-aa61-8df4c1acb610", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629788566206, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824065626/1.0/resourceInstances/vfw5ec12b1513580/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-08-24T07:03:56.318Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-24T07:03:56.319Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-24T07:03:56.319Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4856d67-4c70-4e01-aa61-8df4c1acb610", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629788567407, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824065626/1.0/resourceInstances/vfw5ec12b1513580/artifacts/vfw5ec12b1513580_modules.json", "status": "DEPLOY_OK" } 2021-08-24T07:03:56.319Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-24T07:03:56.319Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-24T07:03:56.319Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4856d67-4c70-4e01-aa61-8df4c1acb610", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629788568410, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824065626/1.0/resourceInstances/vfw5ec12b1513580/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2021-08-24T07:03:56.319Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-24T07:03:56.319Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-24T07:03:56.319Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4856d67-4c70-4e01-aa61-8df4c1acb610", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629788569414, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824065626/1.0/resourceInstances/vfw5ec12b1513580/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2021-08-24T07:03:56.319Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-24T07:03:56.319Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-24T07:03:56.319Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4856d67-4c70-4e01-aa61-8df4c1acb610", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629788570419, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824065626/1.0/artifacts/service-Vfw20210824065626-csar.csar", "status": "DEPLOY_OK" } 2021-08-24T07:03:56.319Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-24T07:04:01.020Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T07:04:01.021Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T07:04:01.021Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T07:04:01.021Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T07:04:10.565Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T07:04:56.284Z|b15b76f3-977f-4eed-ae19-ff22e97064bd|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T07:04:56.286Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T07:04:56.286Z|b15b76f3-977f-4eed-ae19-ff22e97064bd|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T07:04:56.286Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T07:04:56.286Z|b15b76f3-977f-4eed-ae19-ff22e97064bd|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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T07:04:56.286Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T07:04:56.809Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T07:04:56.810Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-24T07:04:56.810Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4856d67-4c70-4e01-aa61-8df4c1acb610", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629788601854, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-08-24T07:04:56.810Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-24T07:05:05.829Z|b15b76f3-977f-4eed-ae19-ff22e97064bd|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T07:05:56.284Z|b15b76f3-977f-4eed-ae19-ff22e97064bd|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T07:05:56.284Z|b15b76f3-977f-4eed-ae19-ff22e97064bd|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T07:05:56.285Z|b15b76f3-977f-4eed-ae19-ff22e97064bd|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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T07:05:56.286Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T07:05:56.286Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T07:05:56.286Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T07:06:05.826Z|b15b76f3-977f-4eed-ae19-ff22e97064bd|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T07:06:05.834Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T07:06:56.284Z|b15b76f3-977f-4eed-ae19-ff22e97064bd|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T07:06:56.285Z|b15b76f3-977f-4eed-ae19-ff22e97064bd|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T07:06:56.285Z|b15b76f3-977f-4eed-ae19-ff22e97064bd|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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T07:06:56.286Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T07:06:56.286Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T07:06:56.286Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T07:07:05.829Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T07:07:05.836Z|b15b76f3-977f-4eed-ae19-ff22e97064bd|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T07:07:56.286Z|b15b76f3-977f-4eed-ae19-ff22e97064bd|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T07:07:56.286Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T07:07:56.286Z|b15b76f3-977f-4eed-ae19-ff22e97064bd|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T07:07:56.286Z|b15b76f3-977f-4eed-ae19-ff22e97064bd|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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T07:07:56.286Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T07:07:56.287Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T07:08:05.834Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T07:08:05.834Z|b15b76f3-977f-4eed-ae19-ff22e97064bd|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T07:08:56.284Z|b15b76f3-977f-4eed-ae19-ff22e97064bd|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T07:08:56.285Z|b15b76f3-977f-4eed-ae19-ff22e97064bd|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T07:08:56.286Z|b15b76f3-977f-4eed-ae19-ff22e97064bd|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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T07:08:56.286Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T07:08:56.286Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T07:08:56.286Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T07:09:05.832Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T07:09:05.836Z|b15b76f3-977f-4eed-ae19-ff22e97064bd|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T07:09:56.284Z|b15b76f3-977f-4eed-ae19-ff22e97064bd|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T07:09:56.285Z|b15b76f3-977f-4eed-ae19-ff22e97064bd|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T07:09:56.285Z|b15b76f3-977f-4eed-ae19-ff22e97064bd|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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T07:09:56.286Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T07:09:56.286Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T07:09:56.286Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T07:10:05.832Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T07:10:05.832Z|b15b76f3-977f-4eed-ae19-ff22e97064bd|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T07:10:56.284Z|b15b76f3-977f-4eed-ae19-ff22e97064bd|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T07:10:56.285Z|b15b76f3-977f-4eed-ae19-ff22e97064bd|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T07:10:56.285Z|b15b76f3-977f-4eed-ae19-ff22e97064bd|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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T07:10:56.286Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T07:10:56.286Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T07:10:56.286Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T07:11:05.833Z|b15b76f3-977f-4eed-ae19-ff22e97064bd|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T07:11:05.834Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T07:11:56.284Z|b15b76f3-977f-4eed-ae19-ff22e97064bd|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T07:11:56.285Z|b15b76f3-977f-4eed-ae19-ff22e97064bd|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T07:11:56.285Z|b15b76f3-977f-4eed-ae19-ff22e97064bd|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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T07:11:56.286Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T07:11:56.286Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T07:11:56.286Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T07:12:05.830Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T07:12:05.830Z|b15b76f3-977f-4eed-ae19-ff22e97064bd|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T07:12:56.284Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T07:12:56.285Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T07:12:56.285Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T07:12:56.286Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T07:12:56.287Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T07:12:56.287Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T07:13:05.838Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T07:13:05.838Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T07:13:56.284Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T07:13:56.285Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T07:13:56.285Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T07:13:56.286Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T07:13:56.286Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T07:13:56.286Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T07:14:05.828Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T07:14:05.831Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T07:14:56.284Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T07:14:56.285Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T07:14:56.285Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T07:14:56.286Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T07:14:56.286Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T07:14:56.286Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T07:15:05.828Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T07:15:05.855Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T07:15:56.284Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T07:15:56.285Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T07:15:56.285Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T07:15:56.286Z|b15b76f3-977f-4eed-ae19-ff22e97064bd|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T07:15:56.286Z|b15b76f3-977f-4eed-ae19-ff22e97064bd|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T07:15:56.286Z|b15b76f3-977f-4eed-ae19-ff22e97064bd|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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T07:16:05.832Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T07:16:05.833Z|b15b76f3-977f-4eed-ae19-ff22e97064bd|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T07:16:56.284Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T07:16:56.285Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T07:16:56.285Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T07:16:56.286Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T07:16:56.286Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T07:16:56.287Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T07:17:05.832Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T07:17:05.835Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T07:17:56.284Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T07:17:56.285Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T07:17:56.285Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T07:17:56.286Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T07:17:56.286Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T07:17:56.286Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T07:18:05.828Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T07:18:05.828Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T07:18:56.284Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T07:18:56.285Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T07:18:56.285Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T07:18:56.286Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T07:18:56.286Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T07:18:56.286Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T07:19:05.828Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T07:19:05.837Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T07:19:56.284Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T07:19:56.285Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T07:19:56.285Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T07:19:56.286Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T07:19:56.286Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T07:19:56.286Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T07:20:05.831Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T07:20:05.834Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T07:20:56.284Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T07:20:56.285Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T07:20:56.285Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T07:20:56.286Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T07:20:56.286Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T07:20:56.286Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T07:21:05.830Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T07:21:05.830Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T07:21:56.284Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T07:21:56.285Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T07:21:56.285Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T07:21:56.286Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T07:21:56.286Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T07:21:56.286Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T07:22:05.829Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T07:22:05.830Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T07:22:56.284Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T07:22:56.285Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T07:22:56.285Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T07:22:56.286Z|b15b76f3-977f-4eed-ae19-ff22e97064bd|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T07:22:56.286Z|b15b76f3-977f-4eed-ae19-ff22e97064bd|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T07:22:56.286Z|b15b76f3-977f-4eed-ae19-ff22e97064bd|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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T07:23:05.829Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T07:23:05.830Z|b15b76f3-977f-4eed-ae19-ff22e97064bd|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T07:23:56.284Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T07:23:56.285Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T07:23:56.285Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T07:23:56.286Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T07:23:56.286Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T07:23:56.286Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T07:24:05.830Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T07:24:05.835Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T07:24:56.284Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T07:24:56.285Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T07:24:56.285Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T07:24:56.286Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T07:24:56.286Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T07:24:56.286Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T07:25:05.830Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T07:25:05.831Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T07:25:56.284Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T07:25:56.285Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T07:25:56.285Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T07:25:56.286Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T07:25:56.286Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T07:25:56.286Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T07:26:05.822Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T07:26:05.829Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T07:26:56.284Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T07:26:56.285Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T07:26:56.285Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T07:26:56.286Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T07:26:56.286Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T07:26:56.286Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T07:27:05.830Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T07:27:05.831Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T07:27:56.284Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T07:27:56.285Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T07:27:56.285Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T07:27:56.286Z|b15b76f3-977f-4eed-ae19-ff22e97064bd|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T07:27:56.286Z|b15b76f3-977f-4eed-ae19-ff22e97064bd|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T07:27:56.286Z|b15b76f3-977f-4eed-ae19-ff22e97064bd|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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T07:28:05.829Z|b15b76f3-977f-4eed-ae19-ff22e97064bd|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T07:28:05.829Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T07:28:56.284Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T07:28:56.285Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T07:28:56.285Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T07:28:56.286Z|b15b76f3-977f-4eed-ae19-ff22e97064bd|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T07:28:56.286Z|b15b76f3-977f-4eed-ae19-ff22e97064bd|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T07:28:56.286Z|b15b76f3-977f-4eed-ae19-ff22e97064bd|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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T07:29:05.841Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T07:29:05.846Z|b15b76f3-977f-4eed-ae19-ff22e97064bd|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T07:29:56.284Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T07:29:56.285Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T07:29:56.285Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T07:29:56.286Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T07:29:56.286Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T07:29:56.286Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T07:30:05.829Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T07:30:05.833Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T07:30:56.284Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T07:30:56.285Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T07:30:56.285Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T07:30:56.286Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T07:30:56.286Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T07:30:56.286Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T07:30:56.906Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T07:30:56.906Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-24T07:30:56.907Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"54e574e9-3da9-4702-99b0-d7a07fe31f04","serviceName":"vFW 2021-08-24 07-28-47","serviceVersion":"1.0","serviceUUID":"d6a51fe9-ad7e-4034-a230-9396d0425b98","serviceDescription":"catalog service description","serviceInvariantUUID":"50ebb666-e7fe-4f3e-841b-e45331bb55c3","resources":[{"resourceInstanceName":"vFW a8352126-76b7 0","resourceName":"vFW a8352126-76b7","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"c12f271b-b813-46c9-a2db-ef55be1b4147","resourceInvariantUUID":"3d422da4-3374-499f-8952-fb773d7894ee","resourceCustomizationUUID":"9731e3a4-5af2-4f75-aa7f-5499f00c90c2","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210824072847/1.0/resourceInstances/vfwa835212676b70/artifacts/vf-license-model.xml","artifactChecksum":"NDY0ZTgwY2M3MWIwOTNhNjkwNzAwMjhhOTI1OTAwMTc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"02f1489c-47ea-44fd-b54d-508f8df55aeb","artifactVersion":"1"},{"artifactName":"vfwa835212676b70_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20210824072847/1.0/resourceInstances/vfwa835212676b70/artifacts/vfwa835212676b70_modules.json","artifactChecksum":"NmI2NDBjMmM5N2NkYjU0YWQxZWYxMDYwMmIzMWZiMWE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"07af0744-93bf-4715-bad0-d57adafca57e","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20210824072847/1.0/resourceInstances/vfwa835212676b70/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"42ccb883-a6a3-40f0-ae71-d58e9b0f8c32","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210824072847/1.0/resourceInstances/vfwa835212676b70/artifacts/vendor-license-model.xml","artifactChecksum":"ZTdlNGI1NTM3MTU5ODIwZDI0ZjRjNjA0NWUzNzdmNjg\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"d512a3ea-ef36-4c0a-a22d-3b6fd46bbc63","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20210824072847/1.0/resourceInstances/vfwa835212676b70/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"2c00b218-eb44-4e27-ba52-d910a29226d8","artifactVersion":"2","generatedFromUUID":"42ccb883-a6a3-40f0-ae71-d58e9b0f8c32"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20210824072847-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20210824072847/1.0/artifacts/service-Vfw20210824072847-template.yml","artifactChecksum":"MzJjN2EwMTBkYmIzYzU3M2VlNzBiNjM3NWM0MmJhYTk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"731e3548-5900-4a3b-b835-f5bad1cd396a","artifactVersion":"1"},{"artifactName":"service-Vfw20210824072847-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20210824072847/1.0/artifacts/service-Vfw20210824072847-csar.csar","artifactChecksum":"MjNlYjA3MzRmYzE1ZWM4M2ZjYjY4MTI0Y2JiNmNlNmU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"dbca26ed-c0ff-43cc-a448-66f67f3dbb3f","artifactVersion":"1"}],"workloadContext":"Production"} 2021-08-24T07:30:56.909Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-24T07:30:56.909Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-08-24T07:30:56.912Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-24T07:30:56.912Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "54e574e9-3da9-4702-99b0-d7a07fe31f04", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629790256284, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824072847/1.0/resourceInstances/vfwa835212676b70/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-24T07:30:56.916Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T07:30:56.918Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-24T07:30:56.918Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "54e574e9-3da9-4702-99b0-d7a07fe31f04", "consumerID": "cds", "timestamp": 1629790234329, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824072847/1.0/resourceInstances/vfwa835212676b70/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-24T07:30:56.918Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-24T07:30:56.918Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-24T07:30:56.918Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "54e574e9-3da9-4702-99b0-d7a07fe31f04", "consumerID": "multicloud-k8s-id", "timestamp": 1629790235874, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824072847/1.0/resourceInstances/vfwa835212676b70/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-24T07:30:56.918Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-24T07:30:56.918Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-24T07:30:56.918Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "54e574e9-3da9-4702-99b0-d7a07fe31f04", "consumerID": "dcae-sch", "timestamp": 1629790238523, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824072847/1.0/resourceInstances/vfwa835212676b70/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-24T07:30:56.919Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-24T07:30:56.919Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-24T07:30:56.919Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "54e574e9-3da9-4702-99b0-d7a07fe31f04", "consumerID": "aai-ml", "timestamp": 1629790233227, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824072847/1.0/resourceInstances/vfwa835212676b70/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-24T07:30:56.919Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-24T07:30:56.919Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-24T07:30:56.919Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "54e574e9-3da9-4702-99b0-d7a07fe31f04", "consumerID": "policy-id", "timestamp": 1629790232422, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824072847/1.0/resourceInstances/vfwa835212676b70/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-24T07:30:56.919Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-24T07:30:56.919Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-24T07:30:56.919Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "54e574e9-3da9-4702-99b0-d7a07fe31f04", "consumerID": "multicloud-k8s-id", "timestamp": 1629790235874, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824072847/1.0/resourceInstances/vfwa835212676b70/artifacts/vfwa835212676b70_modules.json", "status": "NOTIFIED" } 2021-08-24T07:30:56.919Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-24T07:30:56.919Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-24T07:30:56.919Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "54e574e9-3da9-4702-99b0-d7a07fe31f04", "consumerID": "cds", "timestamp": 1629790234329, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824072847/1.0/resourceInstances/vfwa835212676b70/artifacts/vfwa835212676b70_modules.json", "status": "NOT_NOTIFIED" } 2021-08-24T07:30:56.919Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-24T07:30:56.919Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-24T07:30:56.919Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "54e574e9-3da9-4702-99b0-d7a07fe31f04", "consumerID": "dcae-sch", "timestamp": 1629790238523, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824072847/1.0/resourceInstances/vfwa835212676b70/artifacts/vfwa835212676b70_modules.json", "status": "NOT_NOTIFIED" } 2021-08-24T07:30:56.919Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-24T07:30:56.919Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-24T07:30:56.919Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "54e574e9-3da9-4702-99b0-d7a07fe31f04", "consumerID": "aai-ml", "timestamp": 1629790233227, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824072847/1.0/resourceInstances/vfwa835212676b70/artifacts/vfwa835212676b70_modules.json", "status": "NOT_NOTIFIED" } 2021-08-24T07:30:56.919Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-24T07:30:56.919Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-24T07:30:56.919Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "54e574e9-3da9-4702-99b0-d7a07fe31f04", "consumerID": "policy-id", "timestamp": 1629790232422, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824072847/1.0/resourceInstances/vfwa835212676b70/artifacts/vfwa835212676b70_modules.json", "status": "NOT_NOTIFIED" } 2021-08-24T07:30:56.920Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-24T07:30:56.920Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-24T07:30:56.920Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "54e574e9-3da9-4702-99b0-d7a07fe31f04", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629790242109, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824072847/1.0/resourceInstances/vfwa835212676b70/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-24T07:30:56.920Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-24T07:30:56.920Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-24T07:30:56.920Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "54e574e9-3da9-4702-99b0-d7a07fe31f04", "consumerID": "dcae-sch", "timestamp": 1629790238523, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824072847/1.0/resourceInstances/vfwa835212676b70/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-08-24T07:30:56.920Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-24T07:30:56.920Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-24T07:30:56.920Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "54e574e9-3da9-4702-99b0-d7a07fe31f04", "consumerID": "cds", "timestamp": 1629790234329, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824072847/1.0/resourceInstances/vfwa835212676b70/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-08-24T07:30:56.920Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-24T07:30:56.920Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-24T07:30:56.920Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "54e574e9-3da9-4702-99b0-d7a07fe31f04", "consumerID": "multicloud-k8s-id", "timestamp": 1629790235874, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824072847/1.0/resourceInstances/vfwa835212676b70/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-08-24T07:30:56.920Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-24T07:30:56.920Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-24T07:30:56.920Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "54e574e9-3da9-4702-99b0-d7a07fe31f04", "consumerID": "aai-ml", "timestamp": 1629790233227, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824072847/1.0/resourceInstances/vfwa835212676b70/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-08-24T07:30:56.920Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-24T07:30:56.920Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-24T07:30:56.920Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "54e574e9-3da9-4702-99b0-d7a07fe31f04", "consumerID": "policy-id", "timestamp": 1629790232422, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824072847/1.0/resourceInstances/vfwa835212676b70/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-08-24T07:30:56.920Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-24T07:30:56.920Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-24T07:30:56.920Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "54e574e9-3da9-4702-99b0-d7a07fe31f04", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629790242109, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824072847/1.0/resourceInstances/vfwa835212676b70/artifacts/vfwa835212676b70_modules.json", "status": "NOT_NOTIFIED" } 2021-08-24T07:30:56.920Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-24T07:30:56.921Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-24T07:30:56.921Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "54e574e9-3da9-4702-99b0-d7a07fe31f04", "consumerID": "cds", "timestamp": 1629790234329, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824072847/1.0/resourceInstances/vfwa835212676b70/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-24T07:30:56.921Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-24T07:30:56.921Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-24T07:30:56.921Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "54e574e9-3da9-4702-99b0-d7a07fe31f04", "consumerID": "dcae-sch", "timestamp": 1629790238523, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824072847/1.0/resourceInstances/vfwa835212676b70/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-24T07:30:56.921Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-24T07:30:56.921Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-24T07:30:56.921Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "54e574e9-3da9-4702-99b0-d7a07fe31f04", "consumerID": "multicloud-k8s-id", "timestamp": 1629790235874, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824072847/1.0/resourceInstances/vfwa835212676b70/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-24T07:30:56.921Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-24T07:30:56.921Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-24T07:30:56.922Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "54e574e9-3da9-4702-99b0-d7a07fe31f04", "consumerID": "aai-ml", "timestamp": 1629790233227, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824072847/1.0/resourceInstances/vfwa835212676b70/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-24T07:30:56.922Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-24T07:30:56.922Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-24T07:30:56.922Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "54e574e9-3da9-4702-99b0-d7a07fe31f04", "consumerID": "policy-id", "timestamp": 1629790232422, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824072847/1.0/resourceInstances/vfwa835212676b70/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-24T07:30:56.922Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-24T07:30:56.922Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-24T07:30:56.922Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "54e574e9-3da9-4702-99b0-d7a07fe31f04", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629790242109, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824072847/1.0/resourceInstances/vfwa835212676b70/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-08-24T07:30:56.922Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-24T07:30:56.922Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-24T07:30:56.922Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "54e574e9-3da9-4702-99b0-d7a07fe31f04", "consumerID": "dcae-sch", "timestamp": 1629790238523, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824072847/1.0/resourceInstances/vfwa835212676b70/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-08-24T07:30:56.922Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-24T07:30:56.922Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-24T07:30:56.923Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "54e574e9-3da9-4702-99b0-d7a07fe31f04", "consumerID": "cds", "timestamp": 1629790234329, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824072847/1.0/resourceInstances/vfwa835212676b70/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-08-24T07:30:56.923Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-24T07:30:56.923Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-24T07:30:56.923Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "54e574e9-3da9-4702-99b0-d7a07fe31f04", "consumerID": "multicloud-k8s-id", "timestamp": 1629790235874, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824072847/1.0/resourceInstances/vfwa835212676b70/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-08-24T07:30:56.923Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-24T07:30:56.923Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-24T07:30:56.923Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "54e574e9-3da9-4702-99b0-d7a07fe31f04", "consumerID": "aai-ml", "timestamp": 1629790233227, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824072847/1.0/resourceInstances/vfwa835212676b70/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-08-24T07:30:56.923Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-24T07:30:56.923Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-24T07:30:56.923Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "54e574e9-3da9-4702-99b0-d7a07fe31f04", "consumerID": "policy-id", "timestamp": 1629790232422, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824072847/1.0/resourceInstances/vfwa835212676b70/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-08-24T07:30:56.923Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-24T07:30:56.923Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-24T07:30:56.923Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "54e574e9-3da9-4702-99b0-d7a07fe31f04", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629790242109, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824072847/1.0/resourceInstances/vfwa835212676b70/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-24T07:30:56.923Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-24T07:30:56.924Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-24T07:30:56.924Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "54e574e9-3da9-4702-99b0-d7a07fe31f04", "consumerID": "ves-openapi-manager", "timestamp": 1629790245332, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824072847/1.0/resourceInstances/vfwa835212676b70/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-24T07:30:56.924Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-24T07:30:56.924Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-24T07:30:56.924Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "54e574e9-3da9-4702-99b0-d7a07fe31f04", "consumerID": "dcae-sch", "timestamp": 1629790238523, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824072847/1.0/artifacts/service-Vfw20210824072847-template.yml", "status": "NOT_NOTIFIED" } 2021-08-24T07:30:56.924Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-24T07:30:56.924Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-24T07:30:56.924Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "54e574e9-3da9-4702-99b0-d7a07fe31f04", "consumerID": "cds", "timestamp": 1629790234329, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824072847/1.0/artifacts/service-Vfw20210824072847-template.yml", "status": "NOT_NOTIFIED" } 2021-08-24T07:30:56.924Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-24T07:30:56.924Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-24T07:30:56.924Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "54e574e9-3da9-4702-99b0-d7a07fe31f04", "consumerID": "multicloud-k8s-id", "timestamp": 1629790235874, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824072847/1.0/artifacts/service-Vfw20210824072847-template.yml", "status": "NOT_NOTIFIED" } 2021-08-24T07:30:56.924Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-24T07:30:56.924Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-24T07:30:56.924Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "54e574e9-3da9-4702-99b0-d7a07fe31f04", "consumerID": "aai-ml", "timestamp": 1629790233227, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824072847/1.0/artifacts/service-Vfw20210824072847-template.yml", "status": "NOT_NOTIFIED" } 2021-08-24T07:30:56.925Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-24T07:30:56.925Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-24T07:30:56.925Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "54e574e9-3da9-4702-99b0-d7a07fe31f04", "consumerID": "policy-id", "timestamp": 1629790232422, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824072847/1.0/artifacts/service-Vfw20210824072847-template.yml", "status": "NOT_NOTIFIED" } 2021-08-24T07:30:56.925Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-24T07:30:56.925Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-24T07:30:56.925Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "54e574e9-3da9-4702-99b0-d7a07fe31f04", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629790242109, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824072847/1.0/resourceInstances/vfwa835212676b70/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-08-24T07:30:56.925Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-24T07:30:56.925Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-24T07:30:56.925Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "54e574e9-3da9-4702-99b0-d7a07fe31f04", "consumerID": "ves-openapi-manager", "timestamp": 1629790245332, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824072847/1.0/resourceInstances/vfwa835212676b70/artifacts/vfwa835212676b70_modules.json", "status": "NOT_NOTIFIED" } 2021-08-24T07:30:56.925Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-24T07:30:56.925Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-24T07:30:56.926Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "54e574e9-3da9-4702-99b0-d7a07fe31f04", "consumerID": "dcae-sch", "timestamp": 1629790238523, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824072847/1.0/artifacts/service-Vfw20210824072847-csar.csar", "status": "NOT_NOTIFIED" } 2021-08-24T07:30:56.926Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-24T07:30:56.926Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-24T07:30:56.926Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "54e574e9-3da9-4702-99b0-d7a07fe31f04", "consumerID": "cds", "timestamp": 1629790234329, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824072847/1.0/artifacts/service-Vfw20210824072847-csar.csar", "status": "NOTIFIED" } 2021-08-24T07:30:56.926Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-24T07:30:56.926Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-24T07:30:56.926Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "54e574e9-3da9-4702-99b0-d7a07fe31f04", "consumerID": "multicloud-k8s-id", "timestamp": 1629790235874, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824072847/1.0/artifacts/service-Vfw20210824072847-csar.csar", "status": "NOTIFIED" } 2021-08-24T07:30:56.926Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-24T07:30:56.926Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-24T07:30:56.926Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "54e574e9-3da9-4702-99b0-d7a07fe31f04", "consumerID": "aai-ml", "timestamp": 1629790233227, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824072847/1.0/artifacts/service-Vfw20210824072847-csar.csar", "status": "NOTIFIED" } 2021-08-24T07:30:56.926Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-24T07:30:56.927Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-24T07:30:56.927Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "54e574e9-3da9-4702-99b0-d7a07fe31f04", "consumerID": "policy-id", "timestamp": 1629790232422, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824072847/1.0/artifacts/service-Vfw20210824072847-csar.csar", "status": "NOTIFIED" } 2021-08-24T07:30:56.927Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-24T07:30:56.927Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-24T07:30:56.927Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "54e574e9-3da9-4702-99b0-d7a07fe31f04", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629790242109, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824072847/1.0/artifacts/service-Vfw20210824072847-template.yml", "status": "NOT_NOTIFIED" } 2021-08-24T07:30:56.927Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-24T07:30:56.927Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-24T07:30:56.927Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "54e574e9-3da9-4702-99b0-d7a07fe31f04", "consumerID": "ves-openapi-manager", "timestamp": 1629790245332, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824072847/1.0/resourceInstances/vfwa835212676b70/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-08-24T07:30:56.928Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-24T07:30:56.928Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-24T07:30:56.928Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "54e574e9-3da9-4702-99b0-d7a07fe31f04", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629790242109, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824072847/1.0/artifacts/service-Vfw20210824072847-csar.csar", "status": "NOTIFIED" } 2021-08-24T07:30:56.928Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-24T07:30:56.928Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-24T07:30:56.928Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "54e574e9-3da9-4702-99b0-d7a07fe31f04", "consumerID": "ves-openapi-manager", "timestamp": 1629790245332, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824072847/1.0/resourceInstances/vfwa835212676b70/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-24T07:30:56.928Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-24T07:30:56.928Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-24T07:30:56.928Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "54e574e9-3da9-4702-99b0-d7a07fe31f04", "consumerID": "cds", "timestamp": 1629790249013, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824072847/1.0/artifacts/service-Vfw20210824072847-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-24T07:30:56.928Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-24T07:30:56.928Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-24T07:30:56.928Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "54e574e9-3da9-4702-99b0-d7a07fe31f04", "consumerID": "multicloud-k8s-id", "timestamp": 1629790249016, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824072847/1.0/resourceInstances/vfwa835212676b70/artifacts/vfwa835212676b70_modules.json", "status": "DOWNLOAD_OK" } 2021-08-24T07:30:56.929Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-24T07:30:56.929Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-24T07:30:56.929Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "54e574e9-3da9-4702-99b0-d7a07fe31f04", "consumerID": "policy-id", "timestamp": 1629790249017, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824072847/1.0/artifacts/service-Vfw20210824072847-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-24T07:30:56.929Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-24T07:30:56.929Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-24T07:30:56.929Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "54e574e9-3da9-4702-99b0-d7a07fe31f04", "consumerID": "aai-ml", "timestamp": 1629790249124, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824072847/1.0/artifacts/service-Vfw20210824072847-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-24T07:30:56.929Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-24T07:30:56.929Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-24T07:30:56.929Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "54e574e9-3da9-4702-99b0-d7a07fe31f04", "consumerID": "ves-openapi-manager", "timestamp": 1629790245332, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824072847/1.0/resourceInstances/vfwa835212676b70/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-08-24T07:30:56.929Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-24T07:30:56.929Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-24T07:30:56.930Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "54e574e9-3da9-4702-99b0-d7a07fe31f04", "consumerID": "cds", "timestamp": 1629790250018, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824072847/1.0/artifacts/service-Vfw20210824072847-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-08-24T07:30:56.945Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 54e574e9-3da9-4702-99b0-d7a07fe31f04 2021-08-24T07:30:56.945Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 54e574e9-3da9-4702-99b0-d7a07fe31f04 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-08-24T07:30:56.953Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-24T07:30:56.953Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "54e574e9-3da9-4702-99b0-d7a07fe31f04", "consumerID": "policy-id", "timestamp": 1629790250021, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824072847/1.0/artifacts/service-Vfw20210824072847-csar.csar", "status": "DEPLOY_OK" } 2021-08-24T07:30:56.953Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-24T07:30:56.953Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-24T07:30:56.953Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "54e574e9-3da9-4702-99b0-d7a07fe31f04", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629790250127, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824072847/1.0/artifacts/service-Vfw20210824072847-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-24T07:30:56.953Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-24T07:30:56.953Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-24T07:30:56.953Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "54e574e9-3da9-4702-99b0-d7a07fe31f04", "consumerID": "multicloud-k8s-id", "timestamp": 1629790250616, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824072847/1.0/resourceInstances/vfwa835212676b70/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-08-24T07:30:56.953Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-24T07:30:56.953Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-24T07:30:56.953Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "54e574e9-3da9-4702-99b0-d7a07fe31f04", "consumerID": "ves-openapi-manager", "timestamp": 1629790245332, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824072847/1.0/artifacts/service-Vfw20210824072847-template.yml", "status": "NOT_NOTIFIED" } 2021-08-24T07:30:56.954Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-24T07:30:56.954Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-24T07:30:56.954Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "54e574e9-3da9-4702-99b0-d7a07fe31f04", "consumerID": "policy-id", "timestamp": 1629790251024, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-08-24T07:30:56.960Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 54e574e9-3da9-4702-99b0-d7a07fe31f04 2021-08-24T07:30:56.960Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 54e574e9-3da9-4702-99b0-d7a07fe31f04 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-08-24T07:30:56.968Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-24T07:30:56.968Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "54e574e9-3da9-4702-99b0-d7a07fe31f04", "consumerID": "multicloud-k8s-id", "timestamp": 1629790251729, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824072847/1.0/resourceInstances/vfwa835212676b70/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-08-24T07:30:56.968Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-24T07:30:56.968Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-24T07:30:56.968Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "54e574e9-3da9-4702-99b0-d7a07fe31f04", "consumerID": "ves-openapi-manager", "timestamp": 1629790245332, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824072847/1.0/artifacts/service-Vfw20210824072847-csar.csar", "status": "NOT_NOTIFIED" } 2021-08-24T07:30:56.969Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-24T07:30:56.969Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-24T07:30:56.969Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "54e574e9-3da9-4702-99b0-d7a07fe31f04", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629790252692, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824072847/1.0/artifacts/service-Vfw20210824072847-csar.csar", "status": "DEPLOY_OK" } 2021-08-24T07:30:56.969Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-24T07:30:56.969Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-24T07:30:56.969Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "54e574e9-3da9-4702-99b0-d7a07fe31f04", "consumerID": "multicloud-k8s-id", "timestamp": 1629790252750, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-08-24T07:30:56.974Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 54e574e9-3da9-4702-99b0-d7a07fe31f04 2021-08-24T07:30:56.974Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 54e574e9-3da9-4702-99b0-d7a07fe31f04 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2021-08-24T07:30:56.981Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-24T07:30:56.981Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "54e574e9-3da9-4702-99b0-d7a07fe31f04", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629790253694, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-08-24T07:30:56.986Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 54e574e9-3da9-4702-99b0-d7a07fe31f04 2021-08-24T07:30:56.986Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 54e574e9-3da9-4702-99b0-d7a07fe31f04 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-08-24T07:30:56.994Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-24T07:30:56.994Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "54e574e9-3da9-4702-99b0-d7a07fe31f04", "consumerID": "multicloud-k8s-id", "timestamp": 1629790253752, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824072847/1.0/resourceInstances/vfwa835212676b70/artifacts/vfwa835212676b70_modules.json", "status": "DEPLOY_OK" } 2021-08-24T07:30:56.994Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-24T07:30:57.012Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-24T07:30:57.013Z||pool-133-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-24T07:30:57.013Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Vzzhpb2vWYCtMmLH) ... 2021-08-24T07:30:57.024Z||pool-133-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T07:30:57.024Z||pool-133-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-08-24T07:30:57.913Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-24T07:30:57.914Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-08-24T07:30:57.916Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-24T07:30:57.917Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "54e574e9-3da9-4702-99b0-d7a07fe31f04", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629790256284, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824072847/1.0/resourceInstances/vfwa835212676b70/artifacts/vfwa835212676b70_modules.json", "status": "NOTIFIED" } 2021-08-24T07:30:58.017Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-24T07:30:58.018Z||pool-134-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-24T07:30:58.018Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Vzzhpb2vWYCtMmLH) ... 2021-08-24T07:30:58.027Z||pool-134-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T07:30:58.027Z||pool-134-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1} 2021-08-24T07:30:58.917Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-24T07:30:58.918Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-08-24T07:30:58.921Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-24T07:30:58.921Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "54e574e9-3da9-4702-99b0-d7a07fe31f04", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629790256284, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824072847/1.0/resourceInstances/vfwa835212676b70/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-08-24T07:30:59.022Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-08-24T07:30:59.022Z||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. 2021-08-24T07:30:59.023Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Vzzhpb2vWYCtMmLH) ... 2021-08-24T07:30:59.032Z||pool-135-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T07:30:59.032Z||pool-135-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-08-24T07:30:59.922Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-24T07:30:59.923Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-08-24T07:30:59.925Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-24T07:30:59.925Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "54e574e9-3da9-4702-99b0-d7a07fe31f04", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629790256284, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824072847/1.0/resourceInstances/vfwa835212676b70/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-24T07:31:00.026Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-08-24T07:31:00.026Z||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. 2021-08-24T07:31:00.027Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Vzzhpb2vWYCtMmLH) ... 2021-08-24T07:31:00.037Z||pool-136-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T07:31:00.037Z||pool-136-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2021-08-24T07:31:00.926Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-24T07:31:00.927Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-08-24T07:31:00.929Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-24T07:31:00.929Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "54e574e9-3da9-4702-99b0-d7a07fe31f04", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629790256284, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824072847/1.0/resourceInstances/vfwa835212676b70/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-08-24T07:31:01.029Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-24T07:31:01.030Z||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. 2021-08-24T07:31:01.030Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Vzzhpb2vWYCtMmLH) ... 2021-08-24T07:31:01.040Z||pool-137-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T07:31:01.040Z||pool-137-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-08-24T07:31:01.929Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-24T07:31:01.930Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-08-24T07:31:01.932Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-24T07:31:01.932Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "54e574e9-3da9-4702-99b0-d7a07fe31f04", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629790256284, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824072847/1.0/artifacts/service-Vfw20210824072847-template.yml", "status": "NOT_NOTIFIED" } 2021-08-24T07:31:02.032Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-24T07:31:02.033Z||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. 2021-08-24T07:31:02.033Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Vzzhpb2vWYCtMmLH) ... 2021-08-24T07:31:02.042Z||pool-138-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T07:31:02.043Z||pool-138-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-08-24T07:31:02.932Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-24T07:31:02.933Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-08-24T07:31:02.935Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-24T07:31:02.935Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "54e574e9-3da9-4702-99b0-d7a07fe31f04", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629790256284, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824072847/1.0/artifacts/service-Vfw20210824072847-csar.csar", "status": "NOTIFIED" } 2021-08-24T07:31:03.036Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-24T07:31:03.036Z||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. 2021-08-24T07:31:03.037Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Vzzhpb2vWYCtMmLH) ... 2021-08-24T07:31:03.047Z||pool-139-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T07:31:03.048Z||pool-139-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-08-24T07:31:03.937Z||pool-2-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "54e574e9-3da9-4702-99b0-d7a07fe31f04", "serviceName": "vFW 2021-08-24 07-28-47", "serviceVersion": "1.0", "serviceUUID": "d6a51fe9-ad7e-4034-a230-9396d0425b98", "serviceDescription": "catalog service description", "serviceInvariantUUID": "50ebb666-e7fe-4f3e-841b-e45331bb55c3", "resources": [ { "resourceInstanceName": "vFW a8352126-76b7 0", "resourceCustomizationUUID": "9731e3a4-5af2-4f75-aa7f-5499f00c90c2", "resourceName": "vFW a8352126-76b7", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "c12f271b-b813-46c9-a2db-ef55be1b4147", "resourceInvariantUUID": "3d422da4-3374-499f-8952-fb773d7894ee", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfwa835212676b70_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20210824072847/1.0/resourceInstances/vfwa835212676b70/artifacts/vfwa835212676b70_modules.json", "artifactChecksum": "NmI2NDBjMmM5N2NkYjU0YWQxZWYxMDYwMmIzMWZiMWE\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "07af0744-93bf-4715-bad0-d57adafca57e", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20210824072847/1.0/resourceInstances/vfwa835212676b70/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "42ccb883-a6a3-40f0-ae71-d58e9b0f8c32", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20210824072847/1.0/resourceInstances/vfwa835212676b70/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "2c00b218-eb44-4e27-ba52-d910a29226d8", "generatedFromUUID": "42ccb883-a6a3-40f0-ae71-d58e9b0f8c32" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20210824072847/1.0/resourceInstances/vfwa835212676b70/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "2c00b218-eb44-4e27-ba52-d910a29226d8", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20210824072847-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20210824072847/1.0/artifacts/service-Vfw20210824072847-csar.csar", "artifactChecksum": "MjNlYjA3MzRmYzE1ZWM4M2ZjYjY4MTI0Y2JiNmNlNmU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "dbca26ed-c0ff-43cc-a448-66f67f3dbb3f" } ], "workloadContext": "Production" } 2021-08-24T07:31:03.937Z||pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-08-24T07:31:03.937Z||pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 d6a51fe9-ad7e-4034-a230-9396d0425b98 ASDC 2021-08-24T07:31:03.938Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:54e574e9-3da9-4702-99b0-d7a07fe31f04 ServiceName:vFW 2021-08-24 07-28-47 ServiceVersion:1.0 ServiceUUID:d6a51fe9-ad7e-4034-a230-9396d0425b98 ServiceInvariantUUID:50ebb666-e7fe-4f3e-841b-e45331bb55c3 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20210824072847-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20210824072847/1.0/artifacts/service-Vfw20210824072847-csar.csar ArtifactUUID:dbca26ed-c0ff-43cc-a448-66f67f3dbb3f ArtifactChecksum:MjNlYjA3MzRmYzE1ZWM4M2ZjYjY4MTI0Y2JiNmNlNmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW a8352126-76b7 0 ResourceCustomizationUUID:9731e3a4-5af2-4f75-aa7f-5499f00c90c2 ResourceInvariantUUID:3d422da4-3374-499f-8952-fb773d7894ee ResourceName:vFW a8352126-76b7 ResourceType:VF ResourceUUID:c12f271b-b813-46c9-a2db-ef55be1b4147 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfwa835212676b70_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20210824072847/1.0/resourceInstances/vfwa835212676b70/artifacts/vfwa835212676b70_modules.json ArtifactUUID:07af0744-93bf-4715-bad0-d57adafca57e ArtifactChecksum:NmI2NDBjMmM5N2NkYjU0YWQxZWYxMDYwMmIzMWZiMWE= 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/Vfw20210824072847/1.0/resourceInstances/vfwa835212676b70/artifacts/base_vfw.yaml ArtifactUUID:42ccb883-a6a3-40f0-ae71-d58e9b0f8c32 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/Vfw20210824072847/1.0/resourceInstances/vfwa835212676b70/artifacts/base_vfw.env ArtifactUUID:2c00b218-eb44-4e27-ba52-d910a29226d8 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/Vfw20210824072847/1.0/resourceInstances/vfwa835212676b70/artifacts/base_vfw.env ArtifactUUID:2c00b218-eb44-4e27-ba52-d910a29226d8 ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-08-24T07:31:03.938Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d6a51fe9-ad7e-4034-a230-9396d0425b98 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-08-24T07:31:03.971Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-08-24T07:31:03.972Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2021-08-24T07:31:03.972Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2021-08-24T07:31:03.972Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: dbca26ed-c0ff-43cc-a448-66f67f3dbb3f from URL: /sdc/v1/catalog/services/Vfw20210824072847/1.0/artifacts/service-Vfw20210824072847-csar.csar 2021-08-24T07:31:03.972Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||INFO|500||DistributionClient - download 2021-08-24T07:31:03.972Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210824072847/1.0/artifacts/service-Vfw20210824072847-csar.csar 2021-08-24T07:31:04.310Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2021-08-24T07:31:04.314Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210824072847/1.0/artifacts/service-Vfw20210824072847-csar.csar dbca26ed-c0ff-43cc-a448-66f67f3dbb3f 98753 2021-08-24T07:31:04.315Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210824072847/1.0/artifacts/service-Vfw20210824072847-csar.csar ASDC sendASDCNotification 2021-08-24T07:31:04.315Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210824072847/1.0/artifacts/service-Vfw20210824072847-csar.csar 2021-08-24T07:31:04.315Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2021-08-24T07:31:04.315Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-08-24T07:31:04.316Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-24T07:31:04.316Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "54e574e9-3da9-4702-99b0-d7a07fe31f04", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629790264314, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824072847/1.0/artifacts/service-Vfw20210824072847-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-24T07:31:04.417Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-24T07:31:04.417Z||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. 2021-08-24T07:31:04.418Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Vzzhpb2vWYCtMmLH) ... 2021-08-24T07:31:04.427Z||pool-140-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T07:31:04.428Z||pool-140-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-08-24T07:31:05.317Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-08-24T07:31:05.318Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2021-08-24T07:31:05.319Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: dbca26ed-c0ff-43cc-a448-66f67f3dbb3f, URL: /sdc/v1/catalog/services/Vfw20210824072847/1.0/artifacts/service-Vfw20210824072847-csar.csar to file: /app/ASDC/1/service-Vfw20210824072847-csar.csar 2021-08-24T07:31:05.319Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20210824072847-csar.csar 2021-08-24T07:31:05.320Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20210824072847-csar.csar 2021-08-24T07:31:05.321Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20210824072847-csar.csar 2021-08-24T07:31:05.450Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9014727510369219704/Definitions/service-Vfw20210824072847-template.yml Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided 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 2021-08-24T07:31:06.678Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0 2021-08-24T07:31:06.678Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||WARN|500||#################################################################################################### 2021-08-24T07:31:06.678Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20210824072847-csar.csar 2021-08-24T07:31:06.678Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred... 2021-08-24T07:31:06.678Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||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-Vfw20210824072847-csar.csar 2021-08-24T07:31:06.678Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||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-Vfw20210824072847-csar.csar 2021-08-24T07:31:06.678Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210824072847-csar.csar 2021-08-24T07:31:06.678Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210824072847-csar.csar 2021-08-24T07:31:06.678Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210824072847-csar.csar 2021-08-24T07:31:06.679Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||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-Vfw20210824072847-csar.csar 2021-08-24T07:31:06.679Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210824072847-csar.csar 2021-08-24T07:31:06.679Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210824072847-csar.csar 2021-08-24T07:31:06.679Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20210824072847-csar.csar 2021-08-24T07:31:06.679Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20210824072847-csar.csar 2021-08-24T07:31:06.679Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210824072847-csar.csar 2021-08-24T07:31:06.679Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW a8352126-76b7 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-Vfw20210824072847-csar.csar 2021-08-24T07:31:06.679Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210824072847-csar.csar 2021-08-24T07:31:06.679Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||WARN|500||#################################################################################################### 2021-08-24T07:31:06.679Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-24T07:31:06.679Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-08-24 07-28-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-08-24T07:31:06.679Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||DEBUG|500||Node template vFW a8352126-76b7 0 is matching search criteria 2021-08-24T07:31:06.679Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2021-08-24T07:31:06.680Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW a8352126-76b7 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2021-08-24T07:31:06.680Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-24T07:31:06.680Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-08-24 07-28-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-08-24T07:31:06.680Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||DEBUG|500||Node template vFW a8352126-76b7 0 is matching search criteria 2021-08-24T07:31:06.680Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2021-08-24T07:31:06.680Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW a8352126-76b7 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2021-08-24T07:31:06.680Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-24T07:31:06.680Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-08-24 07-28-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-08-24T07:31:06.680Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-24T07:31:06.680Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||DEBUG|500||Node template vFW a8352126-76b7 0 is not matching search criteria 2021-08-24T07:31:06.680Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-08-24T07:31:06.681Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-08-24T07:31:06.681Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-08-24T07:31:06.681Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-08-24T07:31:06.681Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-08-24T07:31:06.681Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria 2021-08-24T07:31:06.681Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-08-24T07:31:06.681Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-08-24T07:31:06.681Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria 2021-08-24T07:31:06.681Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-08-24T07:31:06.681Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-08-24T07:31:06.681Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-08-24T07:31:06.682Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-08-24T07:31:06.682Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria 2021-08-24T07:31:06.682Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-08-24T07:31:06.682Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-08-24T07:31:06.682Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-24T07:31:06.682Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-08-24 07-28-47 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-08-24T07:31:06.682Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-24T07:31:06.682Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||DEBUG|500||Node template vFW a8352126-76b7 0 is matching search criteria 2021-08-24T07:31:06.682Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW a8352126-76b7 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-24T07:31:06.682Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-24T07:31:06.682Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||DEBUG|500||Node template vFW a8352126-76b7 0 is matching search criteria 2021-08-24T07:31:06.682Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW a8352126-76b7 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-24T07:31:06.683Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-24T07:31:06.683Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||DEBUG|500||Node template vFW a8352126-76b7 0 is matching search criteria 2021-08-24T07:31:06.683Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW a8352126-76b7 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-24T07:31:06.683Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-24T07:31:06.683Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||DEBUG|500||Node template vFW a8352126-76b7 0 is not matching search criteria 2021-08-24T07:31:06.683Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-08-24T07:31:06.683Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-08-24T07:31:06.683Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2021-08-24T07:31:06.683Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-08-24T07:31:06.683Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria 2021-08-24T07:31:06.683Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-08-24T07:31:06.683Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-08-24T07:31:06.683Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-08-24T07:31:06.684Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-08-24T07:31:06.684Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria 2021-08-24T07:31:06.684Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-08-24T07:31:06.684Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=d9d0a96a-4ce6-410a-b605-23113621374e 2021-08-24T07:31:06.684Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-24T07:31:06.684Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||DEBUG|500||Node template vFW a8352126-76b7 0 is not matching search criteria 2021-08-24T07:31:06.684Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-08-24T07:31:06.684Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-08-24T07:31:06.684Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-08-24T07:31:06.684Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-08-24T07:31:06.684Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-08-24T07:31:06.684Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria 2021-08-24T07:31:06.684Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-08-24T07:31:06.685Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2021-08-24T07:31:06.685Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-08-24T07:31:06.685Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-08-24T07:31:06.685Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria 2021-08-24T07:31:06.685Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-08-24T07:31:06.685Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=794454f2-2b41-4b99-8c46-c4ae604608b1 2021-08-24T07:31:06.685Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-24T07:31:06.685Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||DEBUG|500||Node template vFW a8352126-76b7 0 is not matching search criteria 2021-08-24T07:31:06.685Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-08-24T07:31:06.685Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-08-24T07:31:06.685Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-08-24T07:31:06.685Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-08-24T07:31:06.686Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-08-24T07:31:06.686Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria 2021-08-24T07:31:06.686Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-08-24T07:31:06.686Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-08-24T07:31:06.686Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria 2021-08-24T07:31:06.686Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-08-24T07:31:06.686Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-08-24T07:31:06.686Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2021-08-24T07:31:06.686Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=cf0a31dc-b42b-4cca-a49c-fd27e723a986 2021-08-24T07:31:06.686Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-24T07:31:06.686Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-08-24 07-28-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-08-24T07:31:06.686Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-24T07:31:06.687Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-08-24 07-28-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-08-24T07:31:06.687Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-24T07:31:06.687Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-08-24 07-28-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-08-24T07:31:06.687Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-24T07:31:06.687Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-08-24 07-28-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-08-24T07:31:06.687Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2021-08-24 07-28-47 Description:catalog service description Model UUID:d6a51fe9-ad7e-4034-a230-9396d0425b98 Model Version:NULL Model InvariantUuid:50ebb666-e7fe-4f3e-841b-e45331bb55c3 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW a8352126-76b7 Model UUID:d320f0e1-1336-48aa-8267-026663bd3e89 Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:3d422da4-3374-499f-8952-fb773d7894ee Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:9731e3a4-5af2-4f75-aa7f-5499f00c90c2 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:7fde9bf6-0e6b-41af-ba4d-ce0903b38fe0 ModelName:VfwA835212676b7..base_vfw..module-0 ModelUuid:28408581-f9fb-4942-9107-3fb51baca757 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:d9d0a96a-4ce6-410a-b605-23113621374e ModelInvariantUuid:8a47545a-19c5-4109-9659-2770088c9e46 ModelName:vFW a8352126-76b7-nodes.vfwCvfc ModelUuid:964e6f79-fddb-4ba6-9a6c-dc3da40c271c ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:56e8c6c2-885b-4ee4-ac57-9cc4911dea64 ModelInvariantUuid:68b103f4-ce8b-472a-a84c-e4bd00ef0072 ModelName:VfwA835212676b7.compute.nodes.heat.vfw ModelUuid:7690015c-4ebf-423e-9a99-24ea5b74a7d7 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:794454f2-2b41-4b99-8c46-c4ae604608b1 ModelInvariantUuid:040f4ca6-2a6b-41f4-9867-4c2ce6d36840 ModelName:vFW a8352126-76b7-nodes.vsnCvfc ModelUuid:9fc9e3ad-37eb-4449-8722-241db1aea58c ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:716258bd-52bb-48e9-a53c-eb62e015266d ModelInvariantUuid:74b7ad26-9759-4950-b593-8f2c821205dc ModelName:VfwA835212676b7.compute.nodes.heat.vsn ModelUuid:e2adc7a6-1639-48d6-95cd-ed90ad010c50 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:cf0a31dc-b42b-4cca-a49c-fd27e723a986 ModelInvariantUuid:69592d87-c34b-49ae-b129-ff5f259811f9 ModelName:vFW a8352126-76b7-nodes.vpgCvfc ModelUuid:be20d151-3c16-41c0-a68d-a2987209118d ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:144bf79e-f2d2-4cf3-bc49-5aa93209afc5 ModelInvariantUuid:721efb6b-e03d-4496-9a03-79ee259b7c81 ModelName:VfwA835212676b7.compute.nodes.heat.vpg ModelUuid:9217e4a7-f213-470d-863c-e39222e868e7 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-08-24T07:31:06.691Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: c12f271b-b813-46c9-a2db-ef55be1b4147 Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-08-24T07:31:06.692Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||INFO|500||vFW a8352126-76b7 0 2021-08-24T07:31:06.693Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: c12f271b-b813-46c9-a2db-ef55be1b4147 2021-08-24T07:31:06.693Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 07af0744-93bf-4715-bad0-d57adafca57e from URL: /sdc/v1/catalog/services/Vfw20210824072847/1.0/resourceInstances/vfwa835212676b70/artifacts/vfwa835212676b70_modules.json 2021-08-24T07:31:06.693Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||INFO|500||DistributionClient - download 2021-08-24T07:31:06.693Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210824072847/1.0/resourceInstances/vfwa835212676b70/artifacts/vfwa835212676b70_modules.json 2021-08-24T07:31:07.106Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2021-08-24T07:31:07.107Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210824072847/1.0/resourceInstances/vfwa835212676b70/artifacts/vfwa835212676b70_modules.json 07af0744-93bf-4715-bad0-d57adafca57e 785 2021-08-24T07:31:07.107Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210824072847/1.0/resourceInstances/vfwa835212676b70/artifacts/vfwa835212676b70_modules.json ASDC sendASDCNotification 2021-08-24T07:31:07.107Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210824072847/1.0/resourceInstances/vfwa835212676b70/artifacts/vfwa835212676b70_modules.json 2021-08-24T07:31:07.107Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2021-08-24T07:31:07.108Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-08-24T07:31:07.110Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-24T07:31:07.111Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "54e574e9-3da9-4702-99b0-d7a07fe31f04", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629790267107, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824072847/1.0/resourceInstances/vfwa835212676b70/artifacts/vfwa835212676b70_modules.json", "status": "DOWNLOAD_OK" } 2021-08-24T07:31:07.211Z||pool-141-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-24T07:31:07.212Z||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. 2021-08-24T07:31:07.212Z||pool-141-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Vzzhpb2vWYCtMmLH) ... 2021-08-24T07:31:07.224Z||pool-141-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T07:31:07.225Z||pool-141-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-08-24T07:31:08.111Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwA835212676b7..base_vfw..module-0", "vfModuleModelInvariantUUID": "7fde9bf6-0e6b-41af-ba4d-ce0903b38fe0", "vfModuleModelVersion": "1", "vfModuleModelUUID": "28408581-f9fb-4942-9107-3fb51baca757", "vfModuleModelCustomizationUUID": "77fab26a-9038-43bd-a804-9f35ffae2b0b", "isBase": true, "artifacts": [ "42ccb883-a6a3-40f0-ae71-d58e9b0f8c32", "2c00b218-eb44-4e27-ba52-d910a29226d8" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_vfw", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2021-08-24T07:31:08.116Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwA835212676b7..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:28408581-f9fb-4942-9107-3fb51baca757 VfModuleModelInvariantUUID:7fde9bf6-0e6b-41af-ba4d-ce0903b38fe0 VfModuleModelDescription:NULL Artifacts UUID List:{ 42ccb883-a6a3-40f0-ae71-d58e9b0f8c32 , 2c00b218-eb44-4e27-ba52-d910a29226d8 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_vfw max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2021-08-24T07:31:08.118Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwA835212676b7..base_vfw..module-0", "vfModuleModelInvariantUUID": "7fde9bf6-0e6b-41af-ba4d-ce0903b38fe0", "vfModuleModelVersion": "1", "vfModuleModelUUID": "28408581-f9fb-4942-9107-3fb51baca757", "vfModuleModelCustomizationUUID": "77fab26a-9038-43bd-a804-9f35ffae2b0b", "isBase": true, "artifacts": [ "42ccb883-a6a3-40f0-ae71-d58e9b0f8c32", "2c00b218-eb44-4e27-ba52-d910a29226d8" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_vfw", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2021-08-24T07:31:08.118Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwA835212676b7..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:28408581-f9fb-4942-9107-3fb51baca757 VfModuleModelInvariantUUID:7fde9bf6-0e6b-41af-ba4d-ce0903b38fe0 VfModuleModelDescription:NULL Artifacts UUID List:{ 42ccb883-a6a3-40f0-ae71-d58e9b0f8c32 , 2c00b218-eb44-4e27-ba52-d910a29226d8 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_vfw max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2021-08-24T07:31:08.118Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 42ccb883-a6a3-40f0-ae71-d58e9b0f8c32 from URL: /sdc/v1/catalog/services/Vfw20210824072847/1.0/resourceInstances/vfwa835212676b70/artifacts/base_vfw.yaml 2021-08-24T07:31:08.118Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||INFO|500||DistributionClient - download 2021-08-24T07:31:08.118Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210824072847/1.0/resourceInstances/vfwa835212676b70/artifacts/base_vfw.yaml 2021-08-24T07:31:08.615Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2021-08-24T07:31:08.617Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210824072847/1.0/resourceInstances/vfwa835212676b70/artifacts/base_vfw.yaml 42ccb883-a6a3-40f0-ae71-d58e9b0f8c32 20368 2021-08-24T07:31:08.617Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210824072847/1.0/resourceInstances/vfwa835212676b70/artifacts/base_vfw.yaml ASDC sendASDCNotification 2021-08-24T07:31:08.617Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210824072847/1.0/resourceInstances/vfwa835212676b70/artifacts/base_vfw.yaml 2021-08-24T07:31:08.617Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2021-08-24T07:31:08.618Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-08-24T07:31:08.620Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-24T07:31:08.620Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "54e574e9-3da9-4702-99b0-d7a07fe31f04", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629790268617, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824072847/1.0/resourceInstances/vfwa835212676b70/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-08-24T07:31:08.720Z||pool-142-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-24T07:31:08.721Z||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. 2021-08-24T07:31:08.721Z||pool-142-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Vzzhpb2vWYCtMmLH) ... 2021-08-24T07:31:08.731Z||pool-142-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T07:31:08.731Z||pool-142-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-08-24T07:31:09.621Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 2c00b218-eb44-4e27-ba52-d910a29226d8 from URL: /sdc/v1/catalog/services/Vfw20210824072847/1.0/resourceInstances/vfwa835212676b70/artifacts/base_vfw.env 2021-08-24T07:31:09.622Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||INFO|500||DistributionClient - download 2021-08-24T07:31:09.622Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210824072847/1.0/resourceInstances/vfwa835212676b70/artifacts/base_vfw.env 2021-08-24T07:31:10.108Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2021-08-24T07:31:10.109Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210824072847/1.0/resourceInstances/vfwa835212676b70/artifacts/base_vfw.env 2c00b218-eb44-4e27-ba52-d910a29226d8 2098 2021-08-24T07:31:10.109Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210824072847/1.0/resourceInstances/vfwa835212676b70/artifacts/base_vfw.env ASDC sendASDCNotification 2021-08-24T07:31:10.109Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210824072847/1.0/resourceInstances/vfwa835212676b70/artifacts/base_vfw.env 2021-08-24T07:31:10.109Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2021-08-24T07:31:10.109Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-08-24T07:31:10.110Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-24T07:31:10.110Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "54e574e9-3da9-4702-99b0-d7a07fe31f04", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629790270109, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824072847/1.0/resourceInstances/vfwa835212676b70/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-08-24T07:31:10.211Z||pool-143-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-24T07:31:10.212Z||pool-143-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-24T07:31:10.212Z||pool-143-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Vzzhpb2vWYCtMmLH) ... 2021-08-24T07:31:10.221Z||pool-143-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T07:31:10.222Z||pool-143-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-08-24T07:31:11.111Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: d6a51fe9-ad7e-4034-a230-9396d0425b98 2021-08-24T07:31:11.112Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW a8352126-76b7 0 c12f271b-b813-46c9-a2db-ef55be1b4147 ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-08-24T07:31:11.126Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-24T07:31:11.127Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-08-24 07-28-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-08-24T07:31:11.127Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 2021-08-24T07:31:11.127Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= 9731e3a4-5af2-4f75-aa7f-5499f00c90c2 2021-08-24T07:31:11.127Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 9731e3a4-5af2-4f75-aa7f-5499f00c90c2 matches Tosca VF Customization UUID: 9731e3a4-5af2-4f75-aa7f-5499f00c90c2 2021-08-24T07:31:11.127Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: 9731e3a4-5af2-4f75-aa7f-5499f00c90c2 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2021-08-24T07:31:11.130Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-24T07:31:11.130Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-08-24 07-28-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-08-24T07:31:11.131Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id 9731e3a4-5af2-4f75-aa7f-5499f00c90c2: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"} 2021-08-24T07:31:11.131Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@19bf488a 2021-08-24T07:31:11.132Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-24T07:31:11.132Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-08-24 07-28-47 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-08-24T07:31:11.132Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 77fab26a-9038-43bd-a804-9f35ffae2b0b 2021-08-24T07:31:11.132Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 77fab26a-9038-43bd-a804-9f35ffae2b0b Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2021-08-24T07:31:11.134Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-24T07:31:11.135Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||DEBUG|500||Node template vFW a8352126-76b7 0 is matching search criteria 2021-08-24T07:31:11.135Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW a8352126-76b7 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-24T07:31:11.135Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-24T07:31:11.135Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||DEBUG|500||Node template vFW a8352126-76b7 0 is matching search criteria 2021-08-24T07:31:11.135Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW a8352126-76b7 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-24T07:31:11.136Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-24T07:31:11.136Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||DEBUG|500||Node template vFW a8352126-76b7 0 is not matching search criteria 2021-08-24T07:31:11.136Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-08-24T07:31:11.136Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-08-24T07:31:11.136Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2021-08-24T07:31:11.136Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-08-24T07:31:11.137Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria 2021-08-24T07:31:11.137Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-08-24T07:31:11.137Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-08-24T07:31:11.137Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-08-24T07:31:11.137Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-08-24T07:31:11.137Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria 2021-08-24T07:31:11.137Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-08-24T07:31:11.137Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=d9d0a96a-4ce6-410a-b605-23113621374e Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-08-24T07:31:11.138Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-24T07:31:11.138Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||DEBUG|500||Node template vFW a8352126-76b7 0 is matching search criteria 2021-08-24T07:31:11.138Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW a8352126-76b7 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-24T07:31:11.139Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-24T07:31:11.139Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||DEBUG|500||Node template vFW a8352126-76b7 0 is not matching search criteria 2021-08-24T07:31:11.139Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-08-24T07:31:11.139Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-08-24T07:31:11.139Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-08-24T07:31:11.139Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-08-24T07:31:11.139Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-08-24T07:31:11.139Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria 2021-08-24T07:31:11.139Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-08-24T07:31:11.139Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2021-08-24T07:31:11.139Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-08-24T07:31:11.140Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-08-24T07:31:11.140Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria 2021-08-24T07:31:11.140Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-08-24T07:31:11.140Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=794454f2-2b41-4b99-8c46-c4ae604608b1 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-08-24T07:31:11.141Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-24T07:31:11.141Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||DEBUG|500||Node template vFW a8352126-76b7 0 is matching search criteria 2021-08-24T07:31:11.141Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW a8352126-76b7 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-24T07:31:11.141Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-24T07:31:11.141Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||DEBUG|500||Node template vFW a8352126-76b7 0 is not matching search criteria 2021-08-24T07:31:11.142Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-08-24T07:31:11.142Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-08-24T07:31:11.142Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-08-24T07:31:11.142Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-08-24T07:31:11.142Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-08-24T07:31:11.142Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria 2021-08-24T07:31:11.142Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-08-24T07:31:11.142Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-08-24T07:31:11.142Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria 2021-08-24T07:31:11.142Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-08-24T07:31:11.142Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-08-24T07:31:11.142Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2021-08-24T07:31:11.142Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=cf0a31dc-b42b-4cca-a49c-fd27e723a986 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-08-24T07:31:11.144Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-24T07:31:11.144Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||DEBUG|500||Node template vFW a8352126-76b7 0 is matching search criteria 2021-08-24T07:31:11.144Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW a8352126-76b7 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-24T07:31:11.144Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-24T07:31:11.144Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||DEBUG|500||Node template vFW a8352126-76b7 0 is matching search criteria 2021-08-24T07:31:11.144Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW a8352126-76b7 0] matching following query criteria: sdcType=VF, customizationUUID=9731e3a4-5af2-4f75-aa7f-5499f00c90c2 Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-08-24T07:31:11.145Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-24T07:31:11.146Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-08-24 07-28-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-08-24T07:31:11.146Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid d6a51fe9-ad7e-4034-a230-9396d0425b98: vFW a8352126-76b7 2021-08-24T07:31:11.146Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-24T07:31:11.146Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-08-24 07-28-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-08-24T07:31:11.146Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-24T07:31:11.146Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-08-24 07-28-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-08-24T07:31:11.146Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-24T07:31:11.146Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-08-24 07-28-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-08-24T07:31:11.146Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-24T07:31:11.146Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-08-24 07-28-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-08-24T07:31:11.146Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-24T07:31:11.146Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-08-24 07-28-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-08-24T07:31:11.146Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||INFO|500||Saving Service: vFW 2021-08-24 07-28-47 Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-08-24T07:31:11.256Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW a8352126-76b7 c12f271b-b813-46c9-a2db-ef55be1b4147 1 ASDC deployResourceStructure 2021-08-24T07:31:11.256Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210824072847/1.0/resourceInstances/vfwa835212676b70/artifacts/vfwa835212676b70_modules.json ASDC sendASDCNotification 2021-08-24T07:31:11.256Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210824072847/1.0/resourceInstances/vfwa835212676b70/artifacts/vfwa835212676b70_modules.json 2021-08-24T07:31:11.256Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-08-24T07:31:11.257Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-08-24T07:31:11.258Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-24T07:31:11.258Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "54e574e9-3da9-4702-99b0-d7a07fe31f04", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629790271256, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824072847/1.0/resourceInstances/vfwa835212676b70/artifacts/vfwa835212676b70_modules.json", "status": "DEPLOY_OK" } 2021-08-24T07:31:11.359Z||pool-144-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-24T07:31:11.359Z||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. 2021-08-24T07:31:11.359Z||pool-144-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Vzzhpb2vWYCtMmLH) ... 2021-08-24T07:31:11.371Z||pool-144-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T07:31:11.371Z||pool-144-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-08-24T07:31:12.258Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210824072847/1.0/resourceInstances/vfwa835212676b70/artifacts/base_vfw.yaml ASDC sendASDCNotification 2021-08-24T07:31:12.259Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210824072847/1.0/resourceInstances/vfwa835212676b70/artifacts/base_vfw.yaml 2021-08-24T07:31:12.260Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-08-24T07:31:12.260Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-08-24T07:31:12.261Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-24T07:31:12.261Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "54e574e9-3da9-4702-99b0-d7a07fe31f04", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629790272258, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824072847/1.0/resourceInstances/vfwa835212676b70/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2021-08-24T07:31:12.362Z||pool-145-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-08-24T07:31:12.362Z||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. 2021-08-24T07:31:12.362Z||pool-145-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Vzzhpb2vWYCtMmLH) ... 2021-08-24T07:31:12.372Z||pool-145-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T07:31:12.373Z||pool-145-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-08-24T07:31:13.262Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210824072847/1.0/resourceInstances/vfwa835212676b70/artifacts/base_vfw.env ASDC sendASDCNotification 2021-08-24T07:31:13.262Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210824072847/1.0/resourceInstances/vfwa835212676b70/artifacts/base_vfw.env 2021-08-24T07:31:13.263Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-08-24T07:31:13.263Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-08-24T07:31:13.265Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-24T07:31:13.265Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "54e574e9-3da9-4702-99b0-d7a07fe31f04", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629790273262, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824072847/1.0/resourceInstances/vfwa835212676b70/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2021-08-24T07:31:13.366Z||pool-146-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-24T07:31:13.366Z||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. 2021-08-24T07:31:13.367Z||pool-146-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Vzzhpb2vWYCtMmLH) ... 2021-08-24T07:31:13.377Z||pool-146-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T07:31:13.378Z||pool-146-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-08-24T07:31:14.266Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210824072847/1.0/artifacts/service-Vfw20210824072847-csar.csar ASDC sendASDCNotification 2021-08-24T07:31:14.267Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210824072847/1.0/artifacts/service-Vfw20210824072847-csar.csar 2021-08-24T07:31:14.267Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-08-24T07:31:14.268Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-08-24T07:31:14.269Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-24T07:31:14.269Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "54e574e9-3da9-4702-99b0-d7a07fe31f04", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629790274266, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824072847/1.0/artifacts/service-Vfw20210824072847-csar.csar", "status": "DEPLOY_OK" } 2021-08-24T07:31:14.370Z||pool-147-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-08-24T07:31:14.370Z||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. 2021-08-24T07:31:14.370Z||pool-147-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Vzzhpb2vWYCtMmLH) ... 2021-08-24T07:31:14.380Z||pool-147-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T07:31:14.380Z||pool-147-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-08-24T07:31:15.270Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 54e574e9-3da9-4702-99b0-d7a07fe31f04 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-08-24T07:31:15.282Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 54e574e9-3da9-4702-99b0-d7a07fe31f04 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-08-24T07:31:15.285Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-08-24T07:31:15.285Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-08-24T07:31:15.285Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-08-24T07:31:45.285Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 54e574e9-3da9-4702-99b0-d7a07fe31f04 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-08-24T07:31:45.297Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 54e574e9-3da9-4702-99b0-d7a07fe31f04 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-08-24T07:31:45.300Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-08-24T07:31:45.300Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-08-24T07:31:45.300Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-08-24T07:31:56.286Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T07:31:56.287Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T07:31:56.287Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T07:31:56.409Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T07:31:56.410Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-24T07:31:56.410Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "54e574e9-3da9-4702-99b0-d7a07fe31f04", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629790256284, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824072847/1.0/resourceInstances/vfwa835212676b70/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-24T07:31:56.410Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-24T07:32:15.300Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 54e574e9-3da9-4702-99b0-d7a07fe31f04 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-08-24T07:32:15.310Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 54e574e9-3da9-4702-99b0-d7a07fe31f04 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-08-24T07:32:15.312Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-08-24T07:32:15.312Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-08-24T07:32:15.312Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-08-24T07:32:45.312Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 54e574e9-3da9-4702-99b0-d7a07fe31f04 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-08-24T07:32:45.324Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 54e574e9-3da9-4702-99b0-d7a07fe31f04 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-08-24T07:32:45.326Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-08-24T07:32:45.326Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-08-24T07:32:45.326Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-08-24T07:32:56.286Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T07:32:56.286Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T07:32:56.287Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T07:32:56.812Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T07:32:56.814Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-24T07:32:56.814Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "54e574e9-3da9-4702-99b0-d7a07fe31f04", "consumerID": "clamp", "timestamp": 1629790256528, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824072847/1.0/resourceInstances/vfwa835212676b70/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-24T07:32:56.815Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-24T07:32:56.815Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-24T07:32:56.815Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "54e574e9-3da9-4702-99b0-d7a07fe31f04", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629790256284, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824072847/1.0/resourceInstances/vfwa835212676b70/artifacts/vfwa835212676b70_modules.json", "status": "NOTIFIED" } 2021-08-24T07:32:56.815Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-24T07:32:56.816Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-24T07:32:56.816Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "54e574e9-3da9-4702-99b0-d7a07fe31f04", "consumerID": "clamp", "timestamp": 1629790256528, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824072847/1.0/resourceInstances/vfwa835212676b70/artifacts/vfwa835212676b70_modules.json", "status": "NOTIFIED" } 2021-08-24T07:32:56.816Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-24T07:32:56.816Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-24T07:32:56.816Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "54e574e9-3da9-4702-99b0-d7a07fe31f04", "consumerID": "aai-ml", "timestamp": 1629790258250, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824072847/1.0/artifacts/service-Vfw20210824072847-csar.csar", "status": "DEPLOY_OK" } 2021-08-24T07:32:56.816Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-24T07:32:56.816Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-24T07:32:56.816Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "54e574e9-3da9-4702-99b0-d7a07fe31f04", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629790256284, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824072847/1.0/resourceInstances/vfwa835212676b70/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-08-24T07:32:56.816Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-24T07:32:56.816Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-24T07:32:56.816Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "54e574e9-3da9-4702-99b0-d7a07fe31f04", "consumerID": "clamp", "timestamp": 1629790256528, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824072847/1.0/resourceInstances/vfwa835212676b70/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-08-24T07:32:56.816Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-24T07:32:56.817Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-24T07:32:56.817Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "54e574e9-3da9-4702-99b0-d7a07fe31f04", "consumerID": "aai-ml", "timestamp": 1629790259253, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-08-24T07:32:56.825Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 54e574e9-3da9-4702-99b0-d7a07fe31f04 2021-08-24T07:32:56.825Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 54e574e9-3da9-4702-99b0-d7a07fe31f04 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-08-24T07:32:56.834Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-24T07:32:56.834Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "54e574e9-3da9-4702-99b0-d7a07fe31f04", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629790256284, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824072847/1.0/resourceInstances/vfwa835212676b70/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-24T07:32:56.834Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-24T07:32:56.834Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-24T07:32:56.834Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "54e574e9-3da9-4702-99b0-d7a07fe31f04", "consumerID": "clamp", "timestamp": 1629790256528, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824072847/1.0/resourceInstances/vfwa835212676b70/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-24T07:32:56.834Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-24T07:32:56.834Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-24T07:32:56.834Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "54e574e9-3da9-4702-99b0-d7a07fe31f04", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629790256284, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824072847/1.0/resourceInstances/vfwa835212676b70/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-08-24T07:32:56.834Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-24T07:32:56.834Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-24T07:32:56.834Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "54e574e9-3da9-4702-99b0-d7a07fe31f04", "consumerID": "clamp", "timestamp": 1629790256528, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824072847/1.0/resourceInstances/vfwa835212676b70/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-08-24T07:32:56.834Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-24T07:32:56.835Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-24T07:32:56.835Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "54e574e9-3da9-4702-99b0-d7a07fe31f04", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629790256284, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824072847/1.0/artifacts/service-Vfw20210824072847-template.yml", "status": "NOT_NOTIFIED" } 2021-08-24T07:32:56.835Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-24T07:32:56.835Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-24T07:32:56.835Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "54e574e9-3da9-4702-99b0-d7a07fe31f04", "consumerID": "clamp", "timestamp": 1629790256528, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824072847/1.0/artifacts/service-Vfw20210824072847-template.yml", "status": "NOT_NOTIFIED" } 2021-08-24T07:32:56.835Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-24T07:32:56.835Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-24T07:32:56.835Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "54e574e9-3da9-4702-99b0-d7a07fe31f04", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629790256284, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824072847/1.0/artifacts/service-Vfw20210824072847-csar.csar", "status": "NOTIFIED" } 2021-08-24T07:32:56.835Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-24T07:32:56.835Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-24T07:32:56.835Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "54e574e9-3da9-4702-99b0-d7a07fe31f04", "consumerID": "clamp", "timestamp": 1629790256528, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824072847/1.0/artifacts/service-Vfw20210824072847-csar.csar", "status": "NOTIFIED" } 2021-08-24T07:32:56.835Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-24T07:32:56.835Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-24T07:32:56.835Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "54e574e9-3da9-4702-99b0-d7a07fe31f04", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629790264314, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824072847/1.0/artifacts/service-Vfw20210824072847-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-24T07:32:56.836Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-24T07:32:56.836Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-24T07:32:56.836Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "54e574e9-3da9-4702-99b0-d7a07fe31f04", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629790267107, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824072847/1.0/resourceInstances/vfwa835212676b70/artifacts/vfwa835212676b70_modules.json", "status": "DOWNLOAD_OK" } 2021-08-24T07:32:56.836Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-24T07:32:56.836Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-24T07:32:56.836Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "54e574e9-3da9-4702-99b0-d7a07fe31f04", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629790268617, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824072847/1.0/resourceInstances/vfwa835212676b70/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-08-24T07:32:56.836Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-24T07:32:56.836Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-24T07:32:56.836Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "54e574e9-3da9-4702-99b0-d7a07fe31f04", "consumerID": "clamp", "timestamp": 1629790268730, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824072847/1.0/artifacts/service-Vfw20210824072847-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-24T07:32:56.836Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-24T07:32:56.836Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-24T07:32:56.836Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "54e574e9-3da9-4702-99b0-d7a07fe31f04", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629790270109, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824072847/1.0/resourceInstances/vfwa835212676b70/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-08-24T07:32:56.836Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-24T07:32:56.836Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-24T07:32:56.836Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "54e574e9-3da9-4702-99b0-d7a07fe31f04", "consumerID": "clamp", "timestamp": 1629790270738, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824072847/1.0/artifacts/service-Vfw20210824072847-csar.csar", "status": "DEPLOY_OK" } 2021-08-24T07:32:56.836Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-24T07:32:56.837Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-24T07:32:56.837Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "54e574e9-3da9-4702-99b0-d7a07fe31f04", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629790271256, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824072847/1.0/resourceInstances/vfwa835212676b70/artifacts/vfwa835212676b70_modules.json", "status": "DEPLOY_OK" } 2021-08-24T07:32:56.837Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-24T07:32:56.837Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-24T07:32:56.837Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "54e574e9-3da9-4702-99b0-d7a07fe31f04", "consumerID": "clamp", "timestamp": 1629790271740, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-08-24T07:32:56.842Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 54e574e9-3da9-4702-99b0-d7a07fe31f04 2021-08-24T07:32:56.842Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 54e574e9-3da9-4702-99b0-d7a07fe31f04 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-08-24T07:32:56.850Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-24T07:32:56.850Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "54e574e9-3da9-4702-99b0-d7a07fe31f04", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629790272258, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824072847/1.0/resourceInstances/vfwa835212676b70/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2021-08-24T07:32:56.851Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-24T07:32:56.851Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-24T07:32:56.851Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "54e574e9-3da9-4702-99b0-d7a07fe31f04", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629790273262, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824072847/1.0/resourceInstances/vfwa835212676b70/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2021-08-24T07:32:56.851Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-24T07:32:56.851Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-24T07:32:56.851Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "54e574e9-3da9-4702-99b0-d7a07fe31f04", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629790274266, "artifactURL": "/sdc/v1/catalog/services/Vfw20210824072847/1.0/artifacts/service-Vfw20210824072847-csar.csar", "status": "DEPLOY_OK" } 2021-08-24T07:32:56.851Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-24T07:33:15.326Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 54e574e9-3da9-4702-99b0-d7a07fe31f04 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-08-24T07:33:15.336Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 54e574e9-3da9-4702-99b0-d7a07fe31f04 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-08-24T07:33:15.338Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-08-24T07:33:15.338Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-08-24T07:33:15.338Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-08-24T07:33:15.339Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-08-24T07:33:15.339Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-24T07:33:15.339Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-24T07:33:15.339Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-24T07:33:15.339Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-24T07:33:15.339Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-24T07:33:15.339Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-24T07:33:15.339Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-08-24T07:33:15.344Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-08-24T07:33:45.344Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 54e574e9-3da9-4702-99b0-d7a07fe31f04 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2021-08-24T07:33:45.350Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 54e574e9-3da9-4702-99b0-d7a07fe31f04 and serviceModelVersionId: d6a51fe9-ad7e-4034-a230-9396d0425b98 2021-08-24T07:33:45.350Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 50ebb666-e7fe-4f3e-841b-e45331bb55c3 2021-08-24T07:33:45.351Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/50ebb666-e7fe-4f3e-841b-e45331bb55c3/model-vers/model-ver/d6a51fe9-ad7e-4034-a230-9396d0425b98?depth=0 2021-08-24T07:33:45.357Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context! 2021-08-24T07:33:45.391Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/50ebb666-e7fe-4f3e-841b-e45331bb55c3/model-vers/model-ver/d6a51fe9-ad7e-4034-a230-9396d0425b98?depth=0|INFO|500||Invoke 2021-08-24T07:33:45.391Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/50ebb666-e7fe-4f3e-841b-e45331bb55c3/model-vers/model-ver/d6a51fe9-ad7e-4034-a230-9396d0425b98?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/50ebb666-e7fe-4f3e-841b-e45331bb55c3/model-vers/model-ver/d6a51fe9-ad7e-4034-a230-9396d0425b98?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[54e574e9-3da9-4702-99b0-d7a07fe31f04], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[3de8ce2c-5d28-4ca7-9aa6-7ed3c8620084], X-ECOMP-RequestID=[54e574e9-3da9-4702-99b0-d7a07fe31f04], X-TransactionId=[], X-ONAP-RequestID=[54e574e9-3da9-4702-99b0-d7a07fe31f04], Content-Type=[application/merge-patch+json]} 2021-08-24T07:33:45.409Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/50ebb666-e7fe-4f3e-841b-e45331bb55c3/model-vers/model-ver/d6a51fe9-ad7e-4034-a230-9396d0425b98?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-08-24T07:33:45.611Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/50ebb666-e7fe-4f3e-841b-e45331bb55c3/model-vers/model-ver/d6a51fe9-ad7e-4034-a230-9396d0425b98?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/50ebb666-e7fe-4f3e-841b-e45331bb55c3/model-vers/model-ver/d6a51fe9-ad7e-4034-a230-9396d0425b98?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210824-07:33:45:414-58862], vertex-id=[266376], Content-Length=[0], Date=[Tue, 24 Aug 2021 07:33:45 GMT], Content-Type=[application/json]} 2021-08-24T07:33:45.612Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/50ebb666-e7fe-4f3e-841b-e45331bb55c3/model-vers/model-ver/d6a51fe9-ad7e-4034-a230-9396d0425b98?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-08-24T07:33:45.612Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/50ebb666-e7fe-4f3e-841b-e45331bb55c3/model-vers/model-ver/d6a51fe9-ad7e-4034-a230-9396d0425b98?depth=0|INFO|500||InvokeReturn 2021-08-24T07:33:45.613Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-08-24T07:33:45.613Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-08-24T07:33:45.617Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-08-24T07:33:45.617Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 54e574e9-3da9-4702-99b0-d7a07fe31f04 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-08-24T07:33:45.617Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-08-24T07:33:45.618Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-08-24T07:33:45.619Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-24T07:33:45.620Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "54e574e9-3da9-4702-99b0-d7a07fe31f04", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629790425617, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-08-24T07:33:45.720Z||pool-148-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-24T07:33:45.721Z||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. 2021-08-24T07:33:45.721Z||pool-148-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Vzzhpb2vWYCtMmLH) ... 2021-08-24T07:33:45.734Z||pool-148-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T07:33:45.734Z||pool-148-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-08-24T07:33:46.630Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T07:33:46.630Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T07:33:46.630Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T07:33:50.911Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T07:33:50.912Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-24T07:33:50.912Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"b8f2bf8f-558f-475c-b7a1-aa8611fff9f8","serviceName":"basic_onboard_ymbNuh","serviceVersion":"1.0","serviceUUID":"94038b94-67a5-45f7-8db9-43b4d81baa16","serviceDescription":"service","serviceInvariantUUID":"11e37c41-2662-4a78-a080-df80fc81df65","resources":[{"resourceInstanceName":"basic_onboard_ymbNuh 0","resourceName":"basic_onboard_ymbNuh","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"60def9f3-6f78-4251-9772-365877fc06fe","resourceInvariantUUID":"3e8c45d5-59f6-44c1-96f8-9bc1e875c699","resourceCustomizationUUID":"f52e822f-fb11-4d4b-a893-06c69e154ae0","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYmbnuh/1.0/resourceInstances/basic_onboard_ymbnuh0/artifacts/vf-license-model.xml","artifactChecksum":"OWQ3MDI1ZGQ3OTYyMDEwNTQ2OGQ4YWJiZTViZWYxZjk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"bcbb7e60-f635-498e-8971-95322bd999da","artifactVersion":"1"},{"artifactName":"basic_onboard_ymbnuh0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYmbnuh/1.0/resourceInstances/basic_onboard_ymbnuh0/artifacts/basic_onboard_ymbnuh0_modules.json","artifactChecksum":"MzRiYTcxMTUzMzI0ZTM5MDI4OGIzNDc3YTg3MWMzZjA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"5a736597-5167-4ee0-98ee-fc5c48e99010","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYmbnuh/1.0/resourceInstances/basic_onboard_ymbnuh0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"0fc77c49-e882-4737-8e43-41baecb0fc89","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYmbnuh/1.0/resourceInstances/basic_onboard_ymbnuh0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"5261d8cf-8610-4bc4-a61a-812558c9a9c5","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYmbnuh/1.0/resourceInstances/basic_onboard_ymbnuh0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"a4fafa73-013c-4aa9-991c-76e60c22b7ae","artifactVersion":"2","generatedFromUUID":"0fc77c49-e882-4737-8e43-41baecb0fc89"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardYmbnuh-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYmbnuh/1.0/artifacts/service-BasicOnboardYmbnuh-template.yml","artifactChecksum":"NDRkNzNmNWNmNDExYzE0MzY2MjBjNDAyNDA5MGNmNGM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3abd125a-cf1a-462b-8699-5d77756c50b5","artifactVersion":"1"},{"artifactName":"service-BasicOnboardYmbnuh-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYmbnuh/1.0/artifacts/service-BasicOnboardYmbnuh-csar.csar","artifactChecksum":"N2I1OGFlODJmYTA4ODM0NzZkNWQzOWE5NzFiM2U2NDY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"545401c6-4f02-4edd-b763-01ba9665748a","artifactVersion":"1"}],"workloadContext":"Production"} 2021-08-24T07:33:50.914Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-24T07:33:50.914Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-08-24T07:33:50.917Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-24T07:33:50.917Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "b8f2bf8f-558f-475c-b7a1-aa8611fff9f8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629790426630, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYmbnuh/1.0/resourceInstances/basic_onboard_ymbnuh0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-24T07:33:51.017Z||pool-149-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-24T07:33:51.018Z||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. 2021-08-24T07:33:51.018Z||pool-149-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Vzzhpb2vWYCtMmLH) ... 2021-08-24T07:33:51.029Z||pool-149-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T07:33:51.029Z||pool-149-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-08-24T07:33:51.918Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-24T07:33:51.919Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-08-24T07:33:51.921Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-24T07:33:51.922Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "b8f2bf8f-558f-475c-b7a1-aa8611fff9f8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629790426630, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYmbnuh/1.0/resourceInstances/basic_onboard_ymbnuh0/artifacts/basic_onboard_ymbnuh0_modules.json", "status": "NOTIFIED" } 2021-08-24T07:33:52.022Z||pool-150-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-24T07:33:52.022Z||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. 2021-08-24T07:33:52.023Z||pool-150-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Vzzhpb2vWYCtMmLH) ... 2021-08-24T07:33:52.032Z||pool-150-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T07:33:52.032Z||pool-150-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-08-24T07:33:52.922Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-24T07:33:52.923Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-08-24T07:33:52.925Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-24T07:33:52.925Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "b8f2bf8f-558f-475c-b7a1-aa8611fff9f8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629790426630, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYmbnuh/1.0/resourceInstances/basic_onboard_ymbnuh0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-08-24T07:33:53.026Z||pool-151-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-24T07:33:53.026Z||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. 2021-08-24T07:33:53.026Z||pool-151-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Vzzhpb2vWYCtMmLH) ... 2021-08-24T07:33:53.036Z||pool-151-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T07:33:53.036Z||pool-151-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-08-24T07:33:53.926Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-24T07:33:53.927Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-08-24T07:33:53.928Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-24T07:33:53.929Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "b8f2bf8f-558f-475c-b7a1-aa8611fff9f8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629790426630, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYmbnuh/1.0/resourceInstances/basic_onboard_ymbnuh0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-24T07:33:54.029Z||pool-152-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-24T07:33:54.030Z||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. 2021-08-24T07:33:54.030Z||pool-152-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Vzzhpb2vWYCtMmLH) ... 2021-08-24T07:33:54.040Z||pool-152-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T07:33:54.041Z||pool-152-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-08-24T07:33:54.929Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-24T07:33:54.930Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-08-24T07:33:54.932Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-24T07:33:54.932Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "b8f2bf8f-558f-475c-b7a1-aa8611fff9f8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629790426630, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYmbnuh/1.0/resourceInstances/basic_onboard_ymbnuh0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-08-24T07:33:55.033Z||pool-153-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-24T07:33:55.033Z||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. 2021-08-24T07:33:55.034Z||pool-153-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Vzzhpb2vWYCtMmLH) ... 2021-08-24T07:33:55.043Z||pool-153-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T07:33:55.044Z||pool-153-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-08-24T07:33:55.933Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-24T07:33:55.934Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-08-24T07:33:55.935Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-24T07:33:55.935Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "b8f2bf8f-558f-475c-b7a1-aa8611fff9f8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629790426630, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYmbnuh/1.0/artifacts/service-BasicOnboardYmbnuh-template.yml", "status": "NOT_NOTIFIED" } 2021-08-24T07:33:56.036Z||pool-154-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-08-24T07:33:56.036Z||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. 2021-08-24T07:33:56.037Z||pool-154-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Vzzhpb2vWYCtMmLH) ... 2021-08-24T07:33:56.045Z||pool-154-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T07:33:56.045Z||pool-154-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-08-24T07:33:56.286Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T07:33:56.286Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T07:33:56.286Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T07:33:56.914Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T07:33:56.916Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-24T07:33:56.916Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "b8f2bf8f-558f-475c-b7a1-aa8611fff9f8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629790392109, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYmbnuh/1.0/resourceInstances/basic_onboard_ymbnuh0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-24T07:33:56.917Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-24T07:33:56.917Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-24T07:33:56.917Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "b8f2bf8f-558f-475c-b7a1-aa8611fff9f8", "consumerID": "multicloud-k8s-id", "timestamp": 1629790395874, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYmbnuh/1.0/resourceInstances/basic_onboard_ymbnuh0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-24T07:33:56.917Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-24T07:33:56.917Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-24T07:33:56.918Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "b8f2bf8f-558f-475c-b7a1-aa8611fff9f8", "consumerID": "policy-id", "timestamp": 1629790392422, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYmbnuh/1.0/resourceInstances/basic_onboard_ymbnuh0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-24T07:33:56.918Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-24T07:33:56.918Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-24T07:33:56.918Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "b8f2bf8f-558f-475c-b7a1-aa8611fff9f8", "consumerID": "dcae-sch", "timestamp": 1629790398523, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYmbnuh/1.0/resourceInstances/basic_onboard_ymbnuh0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-24T07:33:56.918Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-24T07:33:56.918Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-24T07:33:56.918Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "b8f2bf8f-558f-475c-b7a1-aa8611fff9f8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629790392109, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYmbnuh/1.0/resourceInstances/basic_onboard_ymbnuh0/artifacts/basic_onboard_ymbnuh0_modules.json", "status": "NOT_NOTIFIED" } 2021-08-24T07:33:56.918Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-24T07:33:56.918Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-24T07:33:56.918Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "b8f2bf8f-558f-475c-b7a1-aa8611fff9f8", "consumerID": "multicloud-k8s-id", "timestamp": 1629790395874, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYmbnuh/1.0/resourceInstances/basic_onboard_ymbnuh0/artifacts/basic_onboard_ymbnuh0_modules.json", "status": "NOTIFIED" } 2021-08-24T07:33:56.919Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-24T07:33:56.919Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-24T07:33:56.919Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "b8f2bf8f-558f-475c-b7a1-aa8611fff9f8", "consumerID": "policy-id", "timestamp": 1629790392422, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYmbnuh/1.0/resourceInstances/basic_onboard_ymbnuh0/artifacts/basic_onboard_ymbnuh0_modules.json", "status": "NOT_NOTIFIED" } 2021-08-24T07:33:56.919Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-24T07:33:56.919Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-24T07:33:56.919Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "b8f2bf8f-558f-475c-b7a1-aa8611fff9f8", "consumerID": "cds", "timestamp": 1629790399329, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYmbnuh/1.0/resourceInstances/basic_onboard_ymbnuh0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-24T07:33:56.919Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-24T07:33:56.919Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-24T07:33:56.919Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "b8f2bf8f-558f-475c-b7a1-aa8611fff9f8", "consumerID": "dcae-sch", "timestamp": 1629790398523, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYmbnuh/1.0/resourceInstances/basic_onboard_ymbnuh0/artifacts/basic_onboard_ymbnuh0_modules.json", "status": "NOT_NOTIFIED" } 2021-08-24T07:33:56.919Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-24T07:33:56.920Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-24T07:33:56.920Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "b8f2bf8f-558f-475c-b7a1-aa8611fff9f8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629790392109, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYmbnuh/1.0/resourceInstances/basic_onboard_ymbnuh0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-08-24T07:33:56.920Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-24T07:33:56.920Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-24T07:33:56.920Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "b8f2bf8f-558f-475c-b7a1-aa8611fff9f8", "consumerID": "multicloud-k8s-id", "timestamp": 1629790395874, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYmbnuh/1.0/resourceInstances/basic_onboard_ymbnuh0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-08-24T07:33:56.920Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-24T07:33:56.920Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-24T07:33:56.920Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "b8f2bf8f-558f-475c-b7a1-aa8611fff9f8", "consumerID": "policy-id", "timestamp": 1629790392422, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYmbnuh/1.0/resourceInstances/basic_onboard_ymbnuh0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-08-24T07:33:56.920Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-24T07:33:56.920Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-24T07:33:56.920Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "b8f2bf8f-558f-475c-b7a1-aa8611fff9f8", "consumerID": "cds", "timestamp": 1629790399329, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYmbnuh/1.0/resourceInstances/basic_onboard_ymbnuh0/artifacts/basic_onboard_ymbnuh0_modules.json", "status": "NOT_NOTIFIED" } 2021-08-24T07:33:56.920Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-24T07:33:56.920Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-24T07:33:56.921Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "b8f2bf8f-558f-475c-b7a1-aa8611fff9f8", "consumerID": "dcae-sch", "timestamp": 1629790398523, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYmbnuh/1.0/resourceInstances/basic_onboard_ymbnuh0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-08-24T07:33:56.921Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-24T07:33:56.921Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-24T07:33:56.921Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "b8f2bf8f-558f-475c-b7a1-aa8611fff9f8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629790392109, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYmbnuh/1.0/resourceInstances/basic_onboard_ymbnuh0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-24T07:33:56.921Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-24T07:33:56.921Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-24T07:33:56.921Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "b8f2bf8f-558f-475c-b7a1-aa8611fff9f8", "consumerID": "multicloud-k8s-id", "timestamp": 1629790395874, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYmbnuh/1.0/resourceInstances/basic_onboard_ymbnuh0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-24T07:33:56.921Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-24T07:33:56.921Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-24T07:33:56.921Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "b8f2bf8f-558f-475c-b7a1-aa8611fff9f8", "consumerID": "policy-id", "timestamp": 1629790392422, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYmbnuh/1.0/resourceInstances/basic_onboard_ymbnuh0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-24T07:33:56.922Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-24T07:33:56.922Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-24T07:33:56.922Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "b8f2bf8f-558f-475c-b7a1-aa8611fff9f8", "consumerID": "cds", "timestamp": 1629790399329, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYmbnuh/1.0/resourceInstances/basic_onboard_ymbnuh0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-08-24T07:33:56.922Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-24T07:33:56.922Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-24T07:33:56.922Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "b8f2bf8f-558f-475c-b7a1-aa8611fff9f8", "consumerID": "dcae-sch", "timestamp": 1629790398523, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYmbnuh/1.0/resourceInstances/basic_onboard_ymbnuh0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-24T07:33:56.922Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-24T07:33:56.922Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-24T07:33:56.922Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "b8f2bf8f-558f-475c-b7a1-aa8611fff9f8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629790392109, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYmbnuh/1.0/resourceInstances/basic_onboard_ymbnuh0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-08-24T07:33:56.922Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-24T07:33:56.922Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-24T07:33:56.922Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "b8f2bf8f-558f-475c-b7a1-aa8611fff9f8", "consumerID": "multicloud-k8s-id", "timestamp": 1629790395874, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYmbnuh/1.0/resourceInstances/basic_onboard_ymbnuh0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-08-24T07:33:56.923Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-24T07:33:56.923Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-24T07:33:56.923Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "b8f2bf8f-558f-475c-b7a1-aa8611fff9f8", "consumerID": "policy-id", "timestamp": 1629790392422, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYmbnuh/1.0/resourceInstances/basic_onboard_ymbnuh0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-08-24T07:33:56.923Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-24T07:33:56.923Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-24T07:33:56.923Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "b8f2bf8f-558f-475c-b7a1-aa8611fff9f8", "consumerID": "cds", "timestamp": 1629790399329, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYmbnuh/1.0/resourceInstances/basic_onboard_ymbnuh0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-24T07:33:56.923Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-24T07:33:56.923Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-24T07:33:56.923Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "b8f2bf8f-558f-475c-b7a1-aa8611fff9f8", "consumerID": "dcae-sch", "timestamp": 1629790398523, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYmbnuh/1.0/resourceInstances/basic_onboard_ymbnuh0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-08-24T07:33:56.923Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-24T07:33:56.923Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-24T07:33:56.923Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "b8f2bf8f-558f-475c-b7a1-aa8611fff9f8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629790392109, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYmbnuh/1.0/artifacts/service-BasicOnboardYmbnuh-template.yml", "status": "NOT_NOTIFIED" } 2021-08-24T07:33:56.924Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-24T07:33:56.924Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-24T07:33:56.924Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "b8f2bf8f-558f-475c-b7a1-aa8611fff9f8", "consumerID": "multicloud-k8s-id", "timestamp": 1629790395874, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYmbnuh/1.0/artifacts/service-BasicOnboardYmbnuh-template.yml", "status": "NOT_NOTIFIED" } 2021-08-24T07:33:56.924Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-24T07:33:56.924Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-24T07:33:56.924Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "b8f2bf8f-558f-475c-b7a1-aa8611fff9f8", "consumerID": "policy-id", "timestamp": 1629790392422, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYmbnuh/1.0/artifacts/service-BasicOnboardYmbnuh-template.yml", "status": "NOT_NOTIFIED" } 2021-08-24T07:33:56.924Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-24T07:33:56.924Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-24T07:33:56.924Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "b8f2bf8f-558f-475c-b7a1-aa8611fff9f8", "consumerID": "cds", "timestamp": 1629790399329, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYmbnuh/1.0/resourceInstances/basic_onboard_ymbnuh0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-08-24T07:33:56.924Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-24T07:33:56.924Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-24T07:33:56.924Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "b8f2bf8f-558f-475c-b7a1-aa8611fff9f8", "consumerID": "dcae-sch", "timestamp": 1629790398523, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYmbnuh/1.0/artifacts/service-BasicOnboardYmbnuh-template.yml", "status": "NOT_NOTIFIED" } 2021-08-24T07:33:56.925Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-24T07:33:56.925Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-24T07:33:56.925Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "b8f2bf8f-558f-475c-b7a1-aa8611fff9f8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629790392109, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYmbnuh/1.0/artifacts/service-BasicOnboardYmbnuh-csar.csar", "status": "NOTIFIED" } 2021-08-24T07:33:56.925Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-24T07:33:56.925Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-24T07:33:56.925Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "b8f2bf8f-558f-475c-b7a1-aa8611fff9f8", "consumerID": "multicloud-k8s-id", "timestamp": 1629790395874, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYmbnuh/1.0/artifacts/service-BasicOnboardYmbnuh-csar.csar", "status": "NOTIFIED" } 2021-08-24T07:33:56.925Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-24T07:33:56.925Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-24T07:33:56.925Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "b8f2bf8f-558f-475c-b7a1-aa8611fff9f8", "consumerID": "policy-id", "timestamp": 1629790392422, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYmbnuh/1.0/artifacts/service-BasicOnboardYmbnuh-csar.csar", "status": "NOTIFIED" } 2021-08-24T07:33:56.925Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-24T07:33:56.925Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-24T07:33:56.926Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "b8f2bf8f-558f-475c-b7a1-aa8611fff9f8", "consumerID": "cds", "timestamp": 1629790399329, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYmbnuh/1.0/artifacts/service-BasicOnboardYmbnuh-template.yml", "status": "NOT_NOTIFIED" } 2021-08-24T07:33:56.926Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-24T07:33:56.926Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-24T07:33:56.926Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "b8f2bf8f-558f-475c-b7a1-aa8611fff9f8", "consumerID": "dcae-sch", "timestamp": 1629790398523, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYmbnuh/1.0/artifacts/service-BasicOnboardYmbnuh-csar.csar", "status": "NOT_NOTIFIED" } 2021-08-24T07:33:56.926Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-24T07:33:56.926Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-24T07:33:56.926Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "b8f2bf8f-558f-475c-b7a1-aa8611fff9f8", "consumerID": "ves-openapi-manager", "timestamp": 1629790405332, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYmbnuh/1.0/resourceInstances/basic_onboard_ymbnuh0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-24T07:33:56.926Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-24T07:33:56.926Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-24T07:33:56.926Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "b8f2bf8f-558f-475c-b7a1-aa8611fff9f8", "consumerID": "cds", "timestamp": 1629790399329, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYmbnuh/1.0/artifacts/service-BasicOnboardYmbnuh-csar.csar", "status": "NOTIFIED" } 2021-08-24T07:33:56.926Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-24T07:33:56.926Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-24T07:33:56.926Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "b8f2bf8f-558f-475c-b7a1-aa8611fff9f8", "consumerID": "multicloud-k8s-id", "timestamp": 1629790406018, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYmbnuh/1.0/resourceInstances/basic_onboard_ymbnuh0/artifacts/basic_onboard_ymbnuh0_modules.json", "status": "DOWNLOAD_OK" } 2021-08-24T07:33:56.927Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-24T07:33:56.927Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-24T07:33:56.927Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "b8f2bf8f-558f-475c-b7a1-aa8611fff9f8", "consumerID": "policy-id", "timestamp": 1629790406018, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYmbnuh/1.0/artifacts/service-BasicOnboardYmbnuh-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-24T07:33:56.927Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-24T07:33:56.927Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-24T07:33:56.927Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "b8f2bf8f-558f-475c-b7a1-aa8611fff9f8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629790406108, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYmbnuh/1.0/artifacts/service-BasicOnboardYmbnuh-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-24T07:33:56.927Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-24T07:33:56.927Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-24T07:33:56.927Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "b8f2bf8f-558f-475c-b7a1-aa8611fff9f8", "consumerID": "ves-openapi-manager", "timestamp": 1629790405332, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYmbnuh/1.0/resourceInstances/basic_onboard_ymbnuh0/artifacts/basic_onboard_ymbnuh0_modules.json", "status": "NOT_NOTIFIED" } 2021-08-24T07:33:56.927Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-24T07:33:56.927Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-24T07:33:56.927Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "b8f2bf8f-558f-475c-b7a1-aa8611fff9f8", "consumerID": "policy-id", "timestamp": 1629790407022, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYmbnuh/1.0/artifacts/service-BasicOnboardYmbnuh-csar.csar", "status": "DEPLOY_OK" } 2021-08-24T07:33:56.928Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-24T07:33:56.928Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-24T07:33:56.928Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "b8f2bf8f-558f-475c-b7a1-aa8611fff9f8", "consumerID": "clamp", "timestamp": 1629790406528, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYmbnuh/1.0/resourceInstances/basic_onboard_ymbnuh0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-24T07:33:56.928Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-24T07:33:56.928Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-24T07:33:56.928Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "b8f2bf8f-558f-475c-b7a1-aa8611fff9f8", "consumerID": "cds", "timestamp": 1629790407311, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYmbnuh/1.0/artifacts/service-BasicOnboardYmbnuh-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-24T07:33:56.928Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-24T07:33:56.928Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-24T07:33:56.928Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "b8f2bf8f-558f-475c-b7a1-aa8611fff9f8", "consumerID": "multicloud-k8s-id", "timestamp": 1629790407408, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYmbnuh/1.0/resourceInstances/basic_onboard_ymbnuh0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-08-24T07:33:56.928Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-24T07:33:56.928Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-24T07:33:56.928Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "b8f2bf8f-558f-475c-b7a1-aa8611fff9f8", "consumerID": "ves-openapi-manager", "timestamp": 1629790405332, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYmbnuh/1.0/resourceInstances/basic_onboard_ymbnuh0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-08-24T07:33:56.928Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-24T07:33:56.928Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-24T07:33:56.928Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "b8f2bf8f-558f-475c-b7a1-aa8611fff9f8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629790407996, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYmbnuh/1.0/artifacts/service-BasicOnboardYmbnuh-csar.csar", "status": "DEPLOY_OK" } 2021-08-24T07:33:56.928Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-24T07:33:56.928Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-24T07:33:56.928Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "b8f2bf8f-558f-475c-b7a1-aa8611fff9f8", "consumerID": "policy-id", "timestamp": 1629790408024, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-08-24T07:33:56.936Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-24T07:33:56.936Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-08-24T07:33:56.938Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-24T07:33:56.938Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "b8f2bf8f-558f-475c-b7a1-aa8611fff9f8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629790426630, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYmbnuh/1.0/artifacts/service-BasicOnboardYmbnuh-csar.csar", "status": "NOTIFIED" } 2021-08-24T07:33:56.941Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b8f2bf8f-558f-475c-b7a1-aa8611fff9f8 2021-08-24T07:33:56.941Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId b8f2bf8f-558f-475c-b7a1-aa8611fff9f8 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-08-24T07:33:56.948Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-24T07:33:56.948Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "b8f2bf8f-558f-475c-b7a1-aa8611fff9f8", "consumerID": "clamp", "timestamp": 1629790406528, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYmbnuh/1.0/resourceInstances/basic_onboard_ymbnuh0/artifacts/basic_onboard_ymbnuh0_modules.json", "status": "NOTIFIED" } 2021-08-24T07:33:56.948Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-24T07:33:56.948Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-24T07:33:56.948Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "b8f2bf8f-558f-475c-b7a1-aa8611fff9f8", "consumerID": "cds", "timestamp": 1629790408315, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYmbnuh/1.0/artifacts/service-BasicOnboardYmbnuh-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-08-24T07:33:56.953Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of b8f2bf8f-558f-475c-b7a1-aa8611fff9f8 2021-08-24T07:33:56.953Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId b8f2bf8f-558f-475c-b7a1-aa8611fff9f8 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-08-24T07:33:56.960Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-24T07:33:56.960Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "b8f2bf8f-558f-475c-b7a1-aa8611fff9f8", "consumerID": "multicloud-k8s-id", "timestamp": 1629790408823, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYmbnuh/1.0/resourceInstances/basic_onboard_ymbnuh0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-08-24T07:33:56.960Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-24T07:33:56.960Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-24T07:33:56.960Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "b8f2bf8f-558f-475c-b7a1-aa8611fff9f8", "consumerID": "ves-openapi-manager", "timestamp": 1629790405332, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYmbnuh/1.0/resourceInstances/basic_onboard_ymbnuh0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-24T07:33:56.960Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-24T07:33:56.960Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-24T07:33:56.961Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "b8f2bf8f-558f-475c-b7a1-aa8611fff9f8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629790408998, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-08-24T07:33:56.966Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of b8f2bf8f-558f-475c-b7a1-aa8611fff9f8 2021-08-24T07:33:56.966Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId b8f2bf8f-558f-475c-b7a1-aa8611fff9f8 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-08-24T07:33:56.975Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-24T07:33:56.975Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "b8f2bf8f-558f-475c-b7a1-aa8611fff9f8", "consumerID": "clamp", "timestamp": 1629790406528, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYmbnuh/1.0/resourceInstances/basic_onboard_ymbnuh0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-08-24T07:33:56.975Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-24T07:33:56.975Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-24T07:33:56.976Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "b8f2bf8f-558f-475c-b7a1-aa8611fff9f8", "consumerID": "multicloud-k8s-id", "timestamp": 1629790409842, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-08-24T07:33:56.981Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b8f2bf8f-558f-475c-b7a1-aa8611fff9f8 2021-08-24T07:33:56.982Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId b8f2bf8f-558f-475c-b7a1-aa8611fff9f8 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2021-08-24T07:33:56.991Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-24T07:33:56.991Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "b8f2bf8f-558f-475c-b7a1-aa8611fff9f8", "consumerID": "ves-openapi-manager", "timestamp": 1629790405332, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYmbnuh/1.0/resourceInstances/basic_onboard_ymbnuh0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-08-24T07:33:56.992Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-24T07:33:56.992Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-24T07:33:56.992Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "b8f2bf8f-558f-475c-b7a1-aa8611fff9f8", "consumerID": "clamp", "timestamp": 1629790406528, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYmbnuh/1.0/resourceInstances/basic_onboard_ymbnuh0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-24T07:33:56.992Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-24T07:33:56.992Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-24T07:33:56.992Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "b8f2bf8f-558f-475c-b7a1-aa8611fff9f8", "consumerID": "multicloud-k8s-id", "timestamp": 1629790410845, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYmbnuh/1.0/resourceInstances/basic_onboard_ymbnuh0/artifacts/basic_onboard_ymbnuh0_modules.json", "status": "DEPLOY_OK" } 2021-08-24T07:33:56.992Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-24T07:33:56.992Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-24T07:33:56.992Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "b8f2bf8f-558f-475c-b7a1-aa8611fff9f8", "consumerID": "ves-openapi-manager", "timestamp": 1629790405332, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYmbnuh/1.0/artifacts/service-BasicOnboardYmbnuh-template.yml", "status": "NOT_NOTIFIED" } 2021-08-24T07:33:56.992Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-24T07:33:56.993Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-24T07:33:56.993Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "b8f2bf8f-558f-475c-b7a1-aa8611fff9f8", "consumerID": "clamp", "timestamp": 1629790406528, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYmbnuh/1.0/resourceInstances/basic_onboard_ymbnuh0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-08-24T07:33:56.993Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-24T07:33:56.993Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-24T07:33:56.993Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "b8f2bf8f-558f-475c-b7a1-aa8611fff9f8", "consumerID": "ves-openapi-manager", "timestamp": 1629790405332, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYmbnuh/1.0/artifacts/service-BasicOnboardYmbnuh-csar.csar", "status": "NOT_NOTIFIED" } 2021-08-24T07:33:56.993Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-24T07:33:56.993Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-24T07:33:56.993Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "b8f2bf8f-558f-475c-b7a1-aa8611fff9f8", "consumerID": "clamp", "timestamp": 1629790406528, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYmbnuh/1.0/artifacts/service-BasicOnboardYmbnuh-template.yml", "status": "NOT_NOTIFIED" } 2021-08-24T07:33:56.993Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-24T07:33:56.993Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-24T07:33:56.994Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "b8f2bf8f-558f-475c-b7a1-aa8611fff9f8", "consumerID": "clamp", "timestamp": 1629790406528, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYmbnuh/1.0/artifacts/service-BasicOnboardYmbnuh-csar.csar", "status": "NOTIFIED" } 2021-08-24T07:33:56.994Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-24T07:33:56.994Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-24T07:33:56.994Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "b8f2bf8f-558f-475c-b7a1-aa8611fff9f8", "consumerID": "aai-ml", "timestamp": 1629790413227, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYmbnuh/1.0/resourceInstances/basic_onboard_ymbnuh0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-24T07:33:56.994Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-24T07:33:56.994Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-24T07:33:56.994Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "b8f2bf8f-558f-475c-b7a1-aa8611fff9f8", "consumerID": "aai-ml", "timestamp": 1629790413227, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYmbnuh/1.0/resourceInstances/basic_onboard_ymbnuh0/artifacts/basic_onboard_ymbnuh0_modules.json", "status": "NOT_NOTIFIED" } 2021-08-24T07:33:56.994Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-24T07:33:56.994Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-24T07:33:56.994Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "b8f2bf8f-558f-475c-b7a1-aa8611fff9f8", "consumerID": "aai-ml", "timestamp": 1629790413227, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYmbnuh/1.0/resourceInstances/basic_onboard_ymbnuh0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-08-24T07:33:56.994Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-24T07:33:56.994Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-24T07:33:56.995Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "b8f2bf8f-558f-475c-b7a1-aa8611fff9f8", "consumerID": "aai-ml", "timestamp": 1629790413227, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYmbnuh/1.0/resourceInstances/basic_onboard_ymbnuh0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-24T07:33:56.995Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-24T07:33:56.995Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-24T07:33:56.995Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "b8f2bf8f-558f-475c-b7a1-aa8611fff9f8", "consumerID": "aai-ml", "timestamp": 1629790413227, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYmbnuh/1.0/resourceInstances/basic_onboard_ymbnuh0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-08-24T07:33:56.995Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-24T07:33:56.995Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-24T07:33:56.995Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "b8f2bf8f-558f-475c-b7a1-aa8611fff9f8", "consumerID": "aai-ml", "timestamp": 1629790413227, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYmbnuh/1.0/artifacts/service-BasicOnboardYmbnuh-template.yml", "status": "NOT_NOTIFIED" } 2021-08-24T07:33:56.995Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-24T07:33:56.995Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-24T07:33:56.995Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "b8f2bf8f-558f-475c-b7a1-aa8611fff9f8", "consumerID": "aai-ml", "timestamp": 1629790413227, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYmbnuh/1.0/artifacts/service-BasicOnboardYmbnuh-csar.csar", "status": "NOTIFIED" } 2021-08-24T07:33:56.995Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-24T07:33:56.995Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-24T07:33:56.995Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "b8f2bf8f-558f-475c-b7a1-aa8611fff9f8", "consumerID": "aai-ml", "timestamp": 1629790422303, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYmbnuh/1.0/artifacts/service-BasicOnboardYmbnuh-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-24T07:33:56.995Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-24T07:33:56.995Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-24T07:33:56.996Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "b8f2bf8f-558f-475c-b7a1-aa8611fff9f8", "consumerID": "clamp", "timestamp": 1629790424757, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYmbnuh/1.0/artifacts/service-BasicOnboardYmbnuh-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-24T07:33:56.996Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-24T07:33:56.996Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-24T07:33:56.996Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "54e574e9-3da9-4702-99b0-d7a07fe31f04", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629790425617, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-08-24T07:33:56.996Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-24T07:33:56.996Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-24T07:33:56.996Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "b8f2bf8f-558f-475c-b7a1-aa8611fff9f8", "consumerID": "clamp", "timestamp": 1629790426763, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYmbnuh/1.0/artifacts/service-BasicOnboardYmbnuh-csar.csar", "status": "DEPLOY_OK" } 2021-08-24T07:33:56.996Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-24T07:33:56.996Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-24T07:33:56.996Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "b8f2bf8f-558f-475c-b7a1-aa8611fff9f8", "consumerID": "clamp", "timestamp": 1629790427765, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-08-24T07:33:57.001Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of b8f2bf8f-558f-475c-b7a1-aa8611fff9f8 2021-08-24T07:33:57.001Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId b8f2bf8f-558f-475c-b7a1-aa8611fff9f8 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-08-24T07:33:57.010Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-24T07:33:57.010Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "b8f2bf8f-558f-475c-b7a1-aa8611fff9f8", "consumerID": "aai-ml", "timestamp": 1629790427818, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYmbnuh/1.0/artifacts/service-BasicOnboardYmbnuh-csar.csar", "status": "DEPLOY_OK" } 2021-08-24T07:33:57.010Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-24T07:33:57.010Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-24T07:33:57.011Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "b8f2bf8f-558f-475c-b7a1-aa8611fff9f8", "consumerID": "aai-ml", "timestamp": 1629790428822, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-08-24T07:33:57.015Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of b8f2bf8f-558f-475c-b7a1-aa8611fff9f8 2021-08-24T07:33:57.016Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId b8f2bf8f-558f-475c-b7a1-aa8611fff9f8 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-08-24T07:33:57.023Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-24T07:33:57.023Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "b8f2bf8f-558f-475c-b7a1-aa8611fff9f8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629790426630, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYmbnuh/1.0/resourceInstances/basic_onboard_ymbnuh0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-24T07:33:57.024Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-24T07:33:57.024Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-24T07:33:57.024Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "b8f2bf8f-558f-475c-b7a1-aa8611fff9f8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629790426630, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYmbnuh/1.0/resourceInstances/basic_onboard_ymbnuh0/artifacts/basic_onboard_ymbnuh0_modules.json", "status": "NOTIFIED" } 2021-08-24T07:33:57.024Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-24T07:33:57.024Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-24T07:33:57.024Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "b8f2bf8f-558f-475c-b7a1-aa8611fff9f8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629790426630, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYmbnuh/1.0/resourceInstances/basic_onboard_ymbnuh0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-08-24T07:33:57.024Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-24T07:33:57.024Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-24T07:33:57.025Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "b8f2bf8f-558f-475c-b7a1-aa8611fff9f8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629790426630, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYmbnuh/1.0/resourceInstances/basic_onboard_ymbnuh0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-24T07:33:57.025Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-24T07:33:57.025Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-24T07:33:57.025Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "b8f2bf8f-558f-475c-b7a1-aa8611fff9f8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629790426630, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYmbnuh/1.0/resourceInstances/basic_onboard_ymbnuh0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-08-24T07:33:57.025Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-24T07:33:57.025Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-24T07:33:57.025Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "b8f2bf8f-558f-475c-b7a1-aa8611fff9f8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629790426630, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYmbnuh/1.0/artifacts/service-BasicOnboardYmbnuh-template.yml", "status": "NOT_NOTIFIED" } 2021-08-24T07:33:57.025Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-24T07:33:57.038Z||pool-155-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-24T07:33:57.039Z||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. 2021-08-24T07:33:57.039Z||pool-155-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Vzzhpb2vWYCtMmLH) ... 2021-08-24T07:33:57.047Z||pool-155-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T07:33:57.047Z||pool-155-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":1,"count":1} 2021-08-24T07:33:57.939Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "b8f2bf8f-558f-475c-b7a1-aa8611fff9f8", "serviceName": "basic_onboard_ymbNuh", "serviceVersion": "1.0", "serviceUUID": "94038b94-67a5-45f7-8db9-43b4d81baa16", "serviceDescription": "service", "serviceInvariantUUID": "11e37c41-2662-4a78-a080-df80fc81df65", "resources": [ { "resourceInstanceName": "basic_onboard_ymbNuh 0", "resourceCustomizationUUID": "f52e822f-fb11-4d4b-a893-06c69e154ae0", "resourceName": "basic_onboard_ymbNuh", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "60def9f3-6f78-4251-9772-365877fc06fe", "resourceInvariantUUID": "3e8c45d5-59f6-44c1-96f8-9bc1e875c699", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_ymbnuh0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYmbnuh/1.0/resourceInstances/basic_onboard_ymbnuh0/artifacts/basic_onboard_ymbnuh0_modules.json", "artifactChecksum": "MzRiYTcxMTUzMzI0ZTM5MDI4OGIzNDc3YTg3MWMzZjA\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "5a736597-5167-4ee0-98ee-fc5c48e99010", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYmbnuh/1.0/resourceInstances/basic_onboard_ymbnuh0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "0fc77c49-e882-4737-8e43-41baecb0fc89", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYmbnuh/1.0/resourceInstances/basic_onboard_ymbnuh0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "a4fafa73-013c-4aa9-991c-76e60c22b7ae", "generatedFromUUID": "0fc77c49-e882-4737-8e43-41baecb0fc89" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYmbnuh/1.0/resourceInstances/basic_onboard_ymbnuh0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "a4fafa73-013c-4aa9-991c-76e60c22b7ae", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardYmbnuh-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYmbnuh/1.0/artifacts/service-BasicOnboardYmbnuh-csar.csar", "artifactChecksum": "N2I1OGFlODJmYTA4ODM0NzZkNWQzOWE5NzFiM2U2NDY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "545401c6-4f02-4edd-b763-01ba9665748a" } ], "workloadContext": "Production" } 2021-08-24T07:33:57.940Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-08-24T07:33:57.940Z|54e574e9-3da9-4702-99b0-d7a07fe31f04|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 94038b94-67a5-45f7-8db9-43b4d81baa16 ASDC 2021-08-24T07:33:57.940Z|b8f2bf8f-558f-475c-b7a1-aa8611fff9f8|pool-2-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:b8f2bf8f-558f-475c-b7a1-aa8611fff9f8 ServiceName:basic_onboard_ymbNuh ServiceVersion:1.0 ServiceUUID:94038b94-67a5-45f7-8db9-43b4d81baa16 ServiceInvariantUUID:11e37c41-2662-4a78-a080-df80fc81df65 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardYmbnuh-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardYmbnuh/1.0/artifacts/service-BasicOnboardYmbnuh-csar.csar ArtifactUUID:545401c6-4f02-4edd-b763-01ba9665748a ArtifactChecksum:N2I1OGFlODJmYTA4ODM0NzZkNWQzOWE5NzFiM2U2NDY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_ymbNuh 0 ResourceCustomizationUUID:f52e822f-fb11-4d4b-a893-06c69e154ae0 ResourceInvariantUUID:3e8c45d5-59f6-44c1-96f8-9bc1e875c699 ResourceName:basic_onboard_ymbNuh ResourceType:VF ResourceUUID:60def9f3-6f78-4251-9772-365877fc06fe ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_ymbnuh0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardYmbnuh/1.0/resourceInstances/basic_onboard_ymbnuh0/artifacts/basic_onboard_ymbnuh0_modules.json ArtifactUUID:5a736597-5167-4ee0-98ee-fc5c48e99010 ArtifactChecksum:MzRiYTcxMTUzMzI0ZTM5MDI4OGIzNDc3YTg3MWMzZjA= 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/BasicOnboardYmbnuh/1.0/resourceInstances/basic_onboard_ymbnuh0/artifacts/base_ubuntu18.yaml ArtifactUUID:0fc77c49-e882-4737-8e43-41baecb0fc89 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/BasicOnboardYmbnuh/1.0/resourceInstances/basic_onboard_ymbnuh0/artifacts/base_ubuntu18.env ArtifactUUID:a4fafa73-013c-4aa9-991c-76e60c22b7ae 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/BasicOnboardYmbnuh/1.0/resourceInstances/basic_onboard_ymbnuh0/artifacts/base_ubuntu18.env ArtifactUUID:a4fafa73-013c-4aa9-991c-76e60c22b7ae ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-08-24T07:33:57.940Z|b8f2bf8f-558f-475c-b7a1-aa8611fff9f8|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 94038b94-67a5-45f7-8db9-43b4d81baa16 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-08-24T07:33:57.968Z|b8f2bf8f-558f-475c-b7a1-aa8611fff9f8|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-08-24T07:33:57.968Z|b8f2bf8f-558f-475c-b7a1-aa8611fff9f8|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2021-08-24T07:33:57.969Z|b8f2bf8f-558f-475c-b7a1-aa8611fff9f8|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2021-08-24T07:33:57.969Z|b8f2bf8f-558f-475c-b7a1-aa8611fff9f8|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 545401c6-4f02-4edd-b763-01ba9665748a from URL: /sdc/v1/catalog/services/BasicOnboardYmbnuh/1.0/artifacts/service-BasicOnboardYmbnuh-csar.csar 2021-08-24T07:33:57.969Z|b8f2bf8f-558f-475c-b7a1-aa8611fff9f8|pool-2-thread-4|||||INFO|500||DistributionClient - download 2021-08-24T07:33:57.969Z|b8f2bf8f-558f-475c-b7a1-aa8611fff9f8|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardYmbnuh/1.0/artifacts/service-BasicOnboardYmbnuh-csar.csar 2021-08-24T07:33:59.314Z|b8f2bf8f-558f-475c-b7a1-aa8611fff9f8|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2021-08-24T07:33:59.319Z|b8f2bf8f-558f-475c-b7a1-aa8611fff9f8|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardYmbnuh/1.0/artifacts/service-BasicOnboardYmbnuh-csar.csar 545401c6-4f02-4edd-b763-01ba9665748a 71380 2021-08-24T07:33:59.319Z|b8f2bf8f-558f-475c-b7a1-aa8611fff9f8|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardYmbnuh/1.0/artifacts/service-BasicOnboardYmbnuh-csar.csar ASDC sendASDCNotification 2021-08-24T07:33:59.319Z|b8f2bf8f-558f-475c-b7a1-aa8611fff9f8|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYmbnuh/1.0/artifacts/service-BasicOnboardYmbnuh-csar.csar 2021-08-24T07:33:59.319Z|b8f2bf8f-558f-475c-b7a1-aa8611fff9f8|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2021-08-24T07:33:59.320Z|b8f2bf8f-558f-475c-b7a1-aa8611fff9f8|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-08-24T07:33:59.321Z|b8f2bf8f-558f-475c-b7a1-aa8611fff9f8|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-24T07:33:59.321Z|b8f2bf8f-558f-475c-b7a1-aa8611fff9f8|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "b8f2bf8f-558f-475c-b7a1-aa8611fff9f8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629790439319, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYmbnuh/1.0/artifacts/service-BasicOnboardYmbnuh-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-24T07:33:59.421Z||pool-156-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-24T07:33:59.422Z||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. 2021-08-24T07:33:59.422Z||pool-156-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Vzzhpb2vWYCtMmLH) ... 2021-08-24T07:33:59.431Z||pool-156-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T07:33:59.431Z||pool-156-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-08-24T07:34:00.321Z|b8f2bf8f-558f-475c-b7a1-aa8611fff9f8|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-08-24T07:34:00.323Z|b8f2bf8f-558f-475c-b7a1-aa8611fff9f8|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2021-08-24T07:34:00.324Z|b8f2bf8f-558f-475c-b7a1-aa8611fff9f8|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 545401c6-4f02-4edd-b763-01ba9665748a, URL: /sdc/v1/catalog/services/BasicOnboardYmbnuh/1.0/artifacts/service-BasicOnboardYmbnuh-csar.csar to file: /app/ASDC/1/service-BasicOnboardYmbnuh-csar.csar 2021-08-24T07:34:00.324Z|b8f2bf8f-558f-475c-b7a1-aa8611fff9f8|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardYmbnuh-csar.csar 2021-08-24T07:34:00.325Z|b8f2bf8f-558f-475c-b7a1-aa8611fff9f8|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardYmbnuh-csar.csar 2021-08-24T07:34:00.325Z|b8f2bf8f-558f-475c-b7a1-aa8611fff9f8|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardYmbnuh-csar.csar 2021-08-24T07:34:00.577Z|b8f2bf8f-558f-475c-b7a1-aa8611fff9f8|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11964491940631818111/Definitions/service-BasicOnboardYmbnuh-template.yml Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided 2021-08-24T07:34:01.266Z|b8f2bf8f-558f-475c-b7a1-aa8611fff9f8|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0 2021-08-24T07:34:01.266Z|b8f2bf8f-558f-475c-b7a1-aa8611fff9f8|pool-2-thread-4|||||WARN|500||#################################################################################################### 2021-08-24T07:34:01.266Z|b8f2bf8f-558f-475c-b7a1-aa8611fff9f8|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardYmbnuh-csar.csar 2021-08-24T07:34:01.267Z|b8f2bf8f-558f-475c-b7a1-aa8611fff9f8|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2021-08-24T07:34:01.267Z|b8f2bf8f-558f-475c-b7a1-aa8611fff9f8|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_ymbNuh 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-BasicOnboardYmbnuh-csar.csar 2021-08-24T07:34:01.267Z|b8f2bf8f-558f-475c-b7a1-aa8611fff9f8|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardYmbnuh-csar.csar 2021-08-24T07:34:01.267Z|b8f2bf8f-558f-475c-b7a1-aa8611fff9f8|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardYmbnuh-csar.csar 2021-08-24T07:34:01.267Z|b8f2bf8f-558f-475c-b7a1-aa8611fff9f8|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardYmbnuh-csar.csar 2021-08-24T07:34:01.267Z|b8f2bf8f-558f-475c-b7a1-aa8611fff9f8|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardYmbnuh-csar.csar 2021-08-24T07:34:01.267Z|b8f2bf8f-558f-475c-b7a1-aa8611fff9f8|pool-2-thread-4|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardYmbnuh-csar.csar 2021-08-24T07:34:01.267Z|b8f2bf8f-558f-475c-b7a1-aa8611fff9f8|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardYmbnuh-csar.csar 2021-08-24T07:34:01.267Z|b8f2bf8f-558f-475c-b7a1-aa8611fff9f8|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardYmbnuh-csar.csar 2021-08-24T07:34:01.267Z|b8f2bf8f-558f-475c-b7a1-aa8611fff9f8|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardYmbnuh-csar.csar 2021-08-24T07:34:01.267Z|b8f2bf8f-558f-475c-b7a1-aa8611fff9f8|pool-2-thread-4|||||WARN|500||#################################################################################################### 2021-08-24T07:34:01.267Z|b8f2bf8f-558f-475c-b7a1-aa8611fff9f8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-24T07:34:01.267Z|b8f2bf8f-558f-475c-b7a1-aa8611fff9f8|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_ymbNuh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-08-24T07:34:01.268Z|b8f2bf8f-558f-475c-b7a1-aa8611fff9f8|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_ymbNuh 0 is matching search criteria 2021-08-24T07:34:01.268Z|b8f2bf8f-558f-475c-b7a1-aa8611fff9f8|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2021-08-24T07:34:01.268Z|b8f2bf8f-558f-475c-b7a1-aa8611fff9f8|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_ymbNuh 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2021-08-24T07:34:01.268Z|b8f2bf8f-558f-475c-b7a1-aa8611fff9f8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-24T07:34:01.268Z|b8f2bf8f-558f-475c-b7a1-aa8611fff9f8|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_ymbNuh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-08-24T07:34:01.268Z|b8f2bf8f-558f-475c-b7a1-aa8611fff9f8|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_ymbNuh 0 is matching search criteria 2021-08-24T07:34:01.268Z|b8f2bf8f-558f-475c-b7a1-aa8611fff9f8|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2021-08-24T07:34:01.268Z|b8f2bf8f-558f-475c-b7a1-aa8611fff9f8|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_ymbNuh 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2021-08-24T07:34:01.268Z|b8f2bf8f-558f-475c-b7a1-aa8611fff9f8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-24T07:34:01.268Z|b8f2bf8f-558f-475c-b7a1-aa8611fff9f8|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_ymbNuh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-08-24T07:34:01.268Z|b8f2bf8f-558f-475c-b7a1-aa8611fff9f8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-24T07:34:01.269Z|b8f2bf8f-558f-475c-b7a1-aa8611fff9f8|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_ymbNuh 0 is not matching search criteria 2021-08-24T07:34:01.269Z|b8f2bf8f-558f-475c-b7a1-aa8611fff9f8|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2021-08-24T07:34:01.269Z|b8f2bf8f-558f-475c-b7a1-aa8611fff9f8|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2021-08-24T07:34:01.269Z|b8f2bf8f-558f-475c-b7a1-aa8611fff9f8|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2021-08-24T07:34:01.269Z|b8f2bf8f-558f-475c-b7a1-aa8611fff9f8|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-08-24T07:34:01.269Z|b8f2bf8f-558f-475c-b7a1-aa8611fff9f8|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-08-24T07:34:01.269Z|b8f2bf8f-558f-475c-b7a1-aa8611fff9f8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-24T07:34:01.269Z|b8f2bf8f-558f-475c-b7a1-aa8611fff9f8|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_ymbNuh is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-08-24T07:34:01.269Z|b8f2bf8f-558f-475c-b7a1-aa8611fff9f8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-24T07:34:01.269Z|b8f2bf8f-558f-475c-b7a1-aa8611fff9f8|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_ymbNuh 0 is matching search criteria 2021-08-24T07:34:01.269Z|b8f2bf8f-558f-475c-b7a1-aa8611fff9f8|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_ymbNuh 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-24T07:34:01.269Z|b8f2bf8f-558f-475c-b7a1-aa8611fff9f8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-24T07:34:01.270Z|b8f2bf8f-558f-475c-b7a1-aa8611fff9f8|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_ymbNuh 0 is matching search criteria 2021-08-24T07:34:01.270Z|b8f2bf8f-558f-475c-b7a1-aa8611fff9f8|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_ymbNuh 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-24T07:34:01.270Z|b8f2bf8f-558f-475c-b7a1-aa8611fff9f8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-24T07:34:01.270Z|b8f2bf8f-558f-475c-b7a1-aa8611fff9f8|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_ymbNuh 0 is matching search criteria 2021-08-24T07:34:01.270Z|b8f2bf8f-558f-475c-b7a1-aa8611fff9f8|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_ymbNuh 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-24T07:34:01.270Z|b8f2bf8f-558f-475c-b7a1-aa8611fff9f8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-24T07:34:01.270Z|b8f2bf8f-558f-475c-b7a1-aa8611fff9f8|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_ymbNuh 0 is not matching search criteria 2021-08-24T07:34:01.270Z|b8f2bf8f-558f-475c-b7a1-aa8611fff9f8|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2021-08-24T07:34:01.270Z|b8f2bf8f-558f-475c-b7a1-aa8611fff9f8|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-08-24T07:34:01.270Z|b8f2bf8f-558f-475c-b7a1-aa8611fff9f8|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=1ebd0453-7527-4f1d-af8b-1b8a4ce154ce 2021-08-24T07:34:01.270Z|b8f2bf8f-558f-475c-b7a1-aa8611fff9f8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-24T07:34:01.270Z|b8f2bf8f-558f-475c-b7a1-aa8611fff9f8|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_ymbNuh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-08-24T07:34:01.271Z|b8f2bf8f-558f-475c-b7a1-aa8611fff9f8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-24T07:34:01.271Z|b8f2bf8f-558f-475c-b7a1-aa8611fff9f8|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_ymbNuh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-08-24T07:34:01.271Z|b8f2bf8f-558f-475c-b7a1-aa8611fff9f8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-24T07:34:01.271Z|b8f2bf8f-558f-475c-b7a1-aa8611fff9f8|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_ymbNuh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-08-24T07:34:01.271Z|b8f2bf8f-558f-475c-b7a1-aa8611fff9f8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-24T07:34:01.271Z|b8f2bf8f-558f-475c-b7a1-aa8611fff9f8|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_ymbNuh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-08-24T07:34:01.271Z|b8f2bf8f-558f-475c-b7a1-aa8611fff9f8|pool-2-thread-4|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_onboard_ymbNuh Description:service Model UUID:94038b94-67a5-45f7-8db9-43b4d81baa16 Model Version:NULL Model InvariantUuid:11e37c41-2662-4a78-a080-df80fc81df65 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_onboard_ymbNuh Model UUID:179c1758-2e4f-41df-8ce1-62d2b6bd0cf4 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:3e8c45d5-59f6-44c1-96f8-9bc1e875c699 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:f52e822f-fb11-4d4b-a893-06c69e154ae0 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:879171fe-1bfb-45c0-9a89-0e57efa0ab4e ModelName:BasicOnboardYmbnuh..base_ubuntu18..module-0 ModelUuid:e773c9f8-d843-47eb-bdff-3a60e52881a6 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:1ebd0453-7527-4f1d-af8b-1b8a4ce154ce ModelInvariantUuid:88e5c6d5-fb02-4a04-a97d-c91474e53e0b ModelName:basic_onboard_ymbNuh-nodes.ubuntu18Cvfc ModelUuid:91e220fb-1c4e-4a61-a717-a89bb0f0c76b ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:5a357808-8232-404c-8056-f04f7cb5cae1 ModelInvariantUuid:ffea3a27-1f76-48ac-986a-285ace6e5b3f ModelName:BasicOnboardYmbnuh.compute.nodes.heat.ubuntu18 ModelUuid:2bb6fad4-f574-47ab-9f1f-60895eb30810 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-08-24T07:34:01.276Z|b8f2bf8f-558f-475c-b7a1-aa8611fff9f8|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: 60def9f3-6f78-4251-9772-365877fc06fe Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-08-24T07:34:01.278Z|b8f2bf8f-558f-475c-b7a1-aa8611fff9f8|pool-2-thread-4|||||INFO|500||basic_onboard_ymbNuh 0 2021-08-24T07:34:01.278Z|b8f2bf8f-558f-475c-b7a1-aa8611fff9f8|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 60def9f3-6f78-4251-9772-365877fc06fe 2021-08-24T07:34:01.278Z|b8f2bf8f-558f-475c-b7a1-aa8611fff9f8|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 5a736597-5167-4ee0-98ee-fc5c48e99010 from URL: /sdc/v1/catalog/services/BasicOnboardYmbnuh/1.0/resourceInstances/basic_onboard_ymbnuh0/artifacts/basic_onboard_ymbnuh0_modules.json 2021-08-24T07:34:01.278Z|b8f2bf8f-558f-475c-b7a1-aa8611fff9f8|pool-2-thread-4|||||INFO|500||DistributionClient - download 2021-08-24T07:34:01.278Z|b8f2bf8f-558f-475c-b7a1-aa8611fff9f8|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardYmbnuh/1.0/resourceInstances/basic_onboard_ymbnuh0/artifacts/basic_onboard_ymbnuh0_modules.json 2021-08-24T07:34:02.599Z|b8f2bf8f-558f-475c-b7a1-aa8611fff9f8|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2021-08-24T07:34:02.599Z|b8f2bf8f-558f-475c-b7a1-aa8611fff9f8|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardYmbnuh/1.0/resourceInstances/basic_onboard_ymbnuh0/artifacts/basic_onboard_ymbnuh0_modules.json 5a736597-5167-4ee0-98ee-fc5c48e99010 798 2021-08-24T07:34:02.599Z|b8f2bf8f-558f-475c-b7a1-aa8611fff9f8|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardYmbnuh/1.0/resourceInstances/basic_onboard_ymbnuh0/artifacts/basic_onboard_ymbnuh0_modules.json ASDC sendASDCNotification 2021-08-24T07:34:02.599Z|b8f2bf8f-558f-475c-b7a1-aa8611fff9f8|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYmbnuh/1.0/resourceInstances/basic_onboard_ymbnuh0/artifacts/basic_onboard_ymbnuh0_modules.json 2021-08-24T07:34:02.600Z|b8f2bf8f-558f-475c-b7a1-aa8611fff9f8|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2021-08-24T07:34:02.600Z|b8f2bf8f-558f-475c-b7a1-aa8611fff9f8|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-08-24T07:34:02.601Z|b8f2bf8f-558f-475c-b7a1-aa8611fff9f8|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-24T07:34:02.601Z|b8f2bf8f-558f-475c-b7a1-aa8611fff9f8|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "b8f2bf8f-558f-475c-b7a1-aa8611fff9f8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629790442599, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYmbnuh/1.0/resourceInstances/basic_onboard_ymbnuh0/artifacts/basic_onboard_ymbnuh0_modules.json", "status": "DOWNLOAD_OK" } 2021-08-24T07:34:02.702Z||pool-157-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-24T07:34:02.702Z||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. 2021-08-24T07:34:02.703Z||pool-157-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Vzzhpb2vWYCtMmLH) ... 2021-08-24T07:34:02.711Z||pool-157-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T07:34:02.712Z||pool-157-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-08-24T07:34:03.602Z|b8f2bf8f-558f-475c-b7a1-aa8611fff9f8|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardYmbnuh..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "879171fe-1bfb-45c0-9a89-0e57efa0ab4e", "vfModuleModelVersion": "1", "vfModuleModelUUID": "e773c9f8-d843-47eb-bdff-3a60e52881a6", "vfModuleModelCustomizationUUID": "67110c6a-b8d0-4364-a973-392074155a17", "isBase": true, "artifacts": [ "0fc77c49-e882-4737-8e43-41baecb0fc89", "a4fafa73-013c-4aa9-991c-76e60c22b7ae" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu18", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2021-08-24T07:34:03.608Z|b8f2bf8f-558f-475c-b7a1-aa8611fff9f8|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardYmbnuh..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:e773c9f8-d843-47eb-bdff-3a60e52881a6 VfModuleModelInvariantUUID:879171fe-1bfb-45c0-9a89-0e57efa0ab4e VfModuleModelDescription:NULL Artifacts UUID List:{ 0fc77c49-e882-4737-8e43-41baecb0fc89 , a4fafa73-013c-4aa9-991c-76e60c22b7ae } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu18 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2021-08-24T07:34:03.610Z|b8f2bf8f-558f-475c-b7a1-aa8611fff9f8|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardYmbnuh..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "879171fe-1bfb-45c0-9a89-0e57efa0ab4e", "vfModuleModelVersion": "1", "vfModuleModelUUID": "e773c9f8-d843-47eb-bdff-3a60e52881a6", "vfModuleModelCustomizationUUID": "67110c6a-b8d0-4364-a973-392074155a17", "isBase": true, "artifacts": [ "0fc77c49-e882-4737-8e43-41baecb0fc89", "a4fafa73-013c-4aa9-991c-76e60c22b7ae" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu18", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2021-08-24T07:34:03.611Z|b8f2bf8f-558f-475c-b7a1-aa8611fff9f8|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardYmbnuh..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:e773c9f8-d843-47eb-bdff-3a60e52881a6 VfModuleModelInvariantUUID:879171fe-1bfb-45c0-9a89-0e57efa0ab4e VfModuleModelDescription:NULL Artifacts UUID List:{ 0fc77c49-e882-4737-8e43-41baecb0fc89 , a4fafa73-013c-4aa9-991c-76e60c22b7ae } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu18 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2021-08-24T07:34:03.611Z|b8f2bf8f-558f-475c-b7a1-aa8611fff9f8|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 0fc77c49-e882-4737-8e43-41baecb0fc89 from URL: /sdc/v1/catalog/services/BasicOnboardYmbnuh/1.0/resourceInstances/basic_onboard_ymbnuh0/artifacts/base_ubuntu18.yaml 2021-08-24T07:34:03.611Z|b8f2bf8f-558f-475c-b7a1-aa8611fff9f8|pool-2-thread-4|||||INFO|500||DistributionClient - download 2021-08-24T07:34:03.612Z|b8f2bf8f-558f-475c-b7a1-aa8611fff9f8|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardYmbnuh/1.0/resourceInstances/basic_onboard_ymbnuh0/artifacts/base_ubuntu18.yaml 2021-08-24T07:34:03.923Z|b8f2bf8f-558f-475c-b7a1-aa8611fff9f8|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2021-08-24T07:34:03.924Z|b8f2bf8f-558f-475c-b7a1-aa8611fff9f8|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardYmbnuh/1.0/resourceInstances/basic_onboard_ymbnuh0/artifacts/base_ubuntu18.yaml 0fc77c49-e882-4737-8e43-41baecb0fc89 5033 2021-08-24T07:34:03.924Z|b8f2bf8f-558f-475c-b7a1-aa8611fff9f8|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardYmbnuh/1.0/resourceInstances/basic_onboard_ymbnuh0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2021-08-24T07:34:03.925Z|b8f2bf8f-558f-475c-b7a1-aa8611fff9f8|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYmbnuh/1.0/resourceInstances/basic_onboard_ymbnuh0/artifacts/base_ubuntu18.yaml 2021-08-24T07:34:03.925Z|b8f2bf8f-558f-475c-b7a1-aa8611fff9f8|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2021-08-24T07:34:03.925Z|b8f2bf8f-558f-475c-b7a1-aa8611fff9f8|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-08-24T07:34:03.927Z|b8f2bf8f-558f-475c-b7a1-aa8611fff9f8|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-24T07:34:03.928Z|b8f2bf8f-558f-475c-b7a1-aa8611fff9f8|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "b8f2bf8f-558f-475c-b7a1-aa8611fff9f8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629790443924, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYmbnuh/1.0/resourceInstances/basic_onboard_ymbnuh0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-08-24T07:34:04.028Z||pool-158-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-24T07:34:04.028Z||pool-158-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-24T07:34:04.028Z||pool-158-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Vzzhpb2vWYCtMmLH) ... 2021-08-24T07:34:04.038Z||pool-158-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T07:34:04.038Z||pool-158-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-08-24T07:34:04.928Z|b8f2bf8f-558f-475c-b7a1-aa8611fff9f8|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: a4fafa73-013c-4aa9-991c-76e60c22b7ae from URL: /sdc/v1/catalog/services/BasicOnboardYmbnuh/1.0/resourceInstances/basic_onboard_ymbnuh0/artifacts/base_ubuntu18.env 2021-08-24T07:34:04.929Z|b8f2bf8f-558f-475c-b7a1-aa8611fff9f8|pool-2-thread-4|||||INFO|500||DistributionClient - download 2021-08-24T07:34:04.929Z|b8f2bf8f-558f-475c-b7a1-aa8611fff9f8|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardYmbnuh/1.0/resourceInstances/basic_onboard_ymbnuh0/artifacts/base_ubuntu18.env 2021-08-24T07:34:05.312Z|b8f2bf8f-558f-475c-b7a1-aa8611fff9f8|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2021-08-24T07:34:05.313Z|b8f2bf8f-558f-475c-b7a1-aa8611fff9f8|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardYmbnuh/1.0/resourceInstances/basic_onboard_ymbnuh0/artifacts/base_ubuntu18.env a4fafa73-013c-4aa9-991c-76e60c22b7ae 909 2021-08-24T07:34:05.313Z|b8f2bf8f-558f-475c-b7a1-aa8611fff9f8|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardYmbnuh/1.0/resourceInstances/basic_onboard_ymbnuh0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2021-08-24T07:34:05.313Z|b8f2bf8f-558f-475c-b7a1-aa8611fff9f8|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYmbnuh/1.0/resourceInstances/basic_onboard_ymbnuh0/artifacts/base_ubuntu18.env 2021-08-24T07:34:05.314Z|b8f2bf8f-558f-475c-b7a1-aa8611fff9f8|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2021-08-24T07:34:05.314Z|b8f2bf8f-558f-475c-b7a1-aa8611fff9f8|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-08-24T07:34:05.316Z|b8f2bf8f-558f-475c-b7a1-aa8611fff9f8|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-24T07:34:05.316Z|b8f2bf8f-558f-475c-b7a1-aa8611fff9f8|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "b8f2bf8f-558f-475c-b7a1-aa8611fff9f8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629790445313, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYmbnuh/1.0/resourceInstances/basic_onboard_ymbnuh0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-08-24T07:34:05.416Z||pool-159-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-24T07:34:05.417Z||pool-159-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-24T07:34:05.417Z||pool-159-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Vzzhpb2vWYCtMmLH) ... 2021-08-24T07:34:05.427Z||pool-159-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T07:34:05.427Z||pool-159-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-08-24T07:34:06.317Z|b8f2bf8f-558f-475c-b7a1-aa8611fff9f8|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 94038b94-67a5-45f7-8db9-43b4d81baa16 2021-08-24T07:34:06.318Z|b8f2bf8f-558f-475c-b7a1-aa8611fff9f8|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_ymbNuh 0 60def9f3-6f78-4251-9772-365877fc06fe ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-08-24T07:34:06.330Z|b8f2bf8f-558f-475c-b7a1-aa8611fff9f8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-24T07:34:06.330Z|b8f2bf8f-558f-475c-b7a1-aa8611fff9f8|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_ymbNuh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-08-24T07:34:06.330Z|b8f2bf8f-558f-475c-b7a1-aa8611fff9f8|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 2021-08-24T07:34:06.330Z|b8f2bf8f-558f-475c-b7a1-aa8611fff9f8|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= f52e822f-fb11-4d4b-a893-06c69e154ae0 2021-08-24T07:34:06.330Z|b8f2bf8f-558f-475c-b7a1-aa8611fff9f8|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: f52e822f-fb11-4d4b-a893-06c69e154ae0 matches Tosca VF Customization UUID: f52e822f-fb11-4d4b-a893-06c69e154ae0 2021-08-24T07:34:06.330Z|b8f2bf8f-558f-475c-b7a1-aa8611fff9f8|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: f52e822f-fb11-4d4b-a893-06c69e154ae0 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2021-08-24T07:34:06.332Z|b8f2bf8f-558f-475c-b7a1-aa8611fff9f8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-24T07:34:06.332Z|b8f2bf8f-558f-475c-b7a1-aa8611fff9f8|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_ymbNuh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-08-24T07:34:06.333Z|b8f2bf8f-558f-475c-b7a1-aa8611fff9f8|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id f52e822f-fb11-4d4b-a893-06c69e154ae0: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"} 2021-08-24T07:34:06.333Z|b8f2bf8f-558f-475c-b7a1-aa8611fff9f8|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@27814fc2 2021-08-24T07:34:06.333Z|b8f2bf8f-558f-475c-b7a1-aa8611fff9f8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-24T07:34:06.333Z|b8f2bf8f-558f-475c-b7a1-aa8611fff9f8|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_ymbNuh is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-08-24T07:34:06.333Z|b8f2bf8f-558f-475c-b7a1-aa8611fff9f8|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 67110c6a-b8d0-4364-a973-392074155a17 2021-08-24T07:34:06.334Z|b8f2bf8f-558f-475c-b7a1-aa8611fff9f8|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 67110c6a-b8d0-4364-a973-392074155a17 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2021-08-24T07:34:06.335Z|b8f2bf8f-558f-475c-b7a1-aa8611fff9f8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-24T07:34:06.335Z|b8f2bf8f-558f-475c-b7a1-aa8611fff9f8|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_ymbNuh 0 is matching search criteria 2021-08-24T07:34:06.336Z|b8f2bf8f-558f-475c-b7a1-aa8611fff9f8|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_ymbNuh 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-24T07:34:06.336Z|b8f2bf8f-558f-475c-b7a1-aa8611fff9f8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-24T07:34:06.336Z|b8f2bf8f-558f-475c-b7a1-aa8611fff9f8|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_ymbNuh 0 is matching search criteria 2021-08-24T07:34:06.336Z|b8f2bf8f-558f-475c-b7a1-aa8611fff9f8|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_ymbNuh 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-24T07:34:06.336Z|b8f2bf8f-558f-475c-b7a1-aa8611fff9f8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-24T07:34:06.336Z|b8f2bf8f-558f-475c-b7a1-aa8611fff9f8|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_ymbNuh 0 is not matching search criteria 2021-08-24T07:34:06.336Z|b8f2bf8f-558f-475c-b7a1-aa8611fff9f8|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2021-08-24T07:34:06.337Z|b8f2bf8f-558f-475c-b7a1-aa8611fff9f8|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-08-24T07:34:06.337Z|b8f2bf8f-558f-475c-b7a1-aa8611fff9f8|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=1ebd0453-7527-4f1d-af8b-1b8a4ce154ce Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-08-24T07:34:06.338Z|b8f2bf8f-558f-475c-b7a1-aa8611fff9f8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-24T07:34:06.338Z|b8f2bf8f-558f-475c-b7a1-aa8611fff9f8|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_ymbNuh 0 is matching search criteria 2021-08-24T07:34:06.338Z|b8f2bf8f-558f-475c-b7a1-aa8611fff9f8|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_ymbNuh 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-24T07:34:06.338Z|b8f2bf8f-558f-475c-b7a1-aa8611fff9f8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-24T07:34:06.338Z|b8f2bf8f-558f-475c-b7a1-aa8611fff9f8|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_ymbNuh 0 is matching search criteria 2021-08-24T07:34:06.338Z|b8f2bf8f-558f-475c-b7a1-aa8611fff9f8|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_ymbNuh 0] matching following query criteria: sdcType=VF, customizationUUID=f52e822f-fb11-4d4b-a893-06c69e154ae0 Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-08-24T07:34:06.339Z|b8f2bf8f-558f-475c-b7a1-aa8611fff9f8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-24T07:34:06.339Z|b8f2bf8f-558f-475c-b7a1-aa8611fff9f8|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_ymbNuh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-08-24T07:34:06.340Z|b8f2bf8f-558f-475c-b7a1-aa8611fff9f8|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 94038b94-67a5-45f7-8db9-43b4d81baa16: basic_onboard_ymbNuh 2021-08-24T07:34:06.340Z|b8f2bf8f-558f-475c-b7a1-aa8611fff9f8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-24T07:34:06.340Z|b8f2bf8f-558f-475c-b7a1-aa8611fff9f8|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_ymbNuh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-08-24T07:34:06.340Z|b8f2bf8f-558f-475c-b7a1-aa8611fff9f8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-24T07:34:06.340Z|b8f2bf8f-558f-475c-b7a1-aa8611fff9f8|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_ymbNuh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-08-24T07:34:06.340Z|b8f2bf8f-558f-475c-b7a1-aa8611fff9f8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-24T07:34:06.340Z|b8f2bf8f-558f-475c-b7a1-aa8611fff9f8|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_ymbNuh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-08-24T07:34:06.340Z|b8f2bf8f-558f-475c-b7a1-aa8611fff9f8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-24T07:34:06.340Z|b8f2bf8f-558f-475c-b7a1-aa8611fff9f8|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_ymbNuh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-08-24T07:34:06.340Z|b8f2bf8f-558f-475c-b7a1-aa8611fff9f8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-24T07:34:06.340Z|b8f2bf8f-558f-475c-b7a1-aa8611fff9f8|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_ymbNuh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-08-24T07:34:06.340Z|b8f2bf8f-558f-475c-b7a1-aa8611fff9f8|pool-2-thread-4|||||INFO|500||Saving Service: basic_onboard_ymbNuh Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-08-24T07:34:06.396Z|b8f2bf8f-558f-475c-b7a1-aa8611fff9f8|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_ymbNuh 60def9f3-6f78-4251-9772-365877fc06fe 1 ASDC deployResourceStructure 2021-08-24T07:34:06.397Z|b8f2bf8f-558f-475c-b7a1-aa8611fff9f8|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardYmbnuh/1.0/resourceInstances/basic_onboard_ymbnuh0/artifacts/basic_onboard_ymbnuh0_modules.json ASDC sendASDCNotification 2021-08-24T07:34:06.397Z|b8f2bf8f-558f-475c-b7a1-aa8611fff9f8|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYmbnuh/1.0/resourceInstances/basic_onboard_ymbnuh0/artifacts/basic_onboard_ymbnuh0_modules.json 2021-08-24T07:34:06.397Z|b8f2bf8f-558f-475c-b7a1-aa8611fff9f8|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-08-24T07:34:06.397Z|b8f2bf8f-558f-475c-b7a1-aa8611fff9f8|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-08-24T07:34:06.399Z|b8f2bf8f-558f-475c-b7a1-aa8611fff9f8|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-24T07:34:06.399Z|b8f2bf8f-558f-475c-b7a1-aa8611fff9f8|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "b8f2bf8f-558f-475c-b7a1-aa8611fff9f8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629790446397, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYmbnuh/1.0/resourceInstances/basic_onboard_ymbnuh0/artifacts/basic_onboard_ymbnuh0_modules.json", "status": "DEPLOY_OK" } 2021-08-24T07:34:06.499Z||pool-160-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-24T07:34:06.500Z||pool-160-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-24T07:34:06.500Z||pool-160-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Vzzhpb2vWYCtMmLH) ... 2021-08-24T07:34:06.509Z||pool-160-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T07:34:06.509Z||pool-160-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-08-24T07:34:07.400Z|b8f2bf8f-558f-475c-b7a1-aa8611fff9f8|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardYmbnuh/1.0/resourceInstances/basic_onboard_ymbnuh0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2021-08-24T07:34:07.401Z|b8f2bf8f-558f-475c-b7a1-aa8611fff9f8|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYmbnuh/1.0/resourceInstances/basic_onboard_ymbnuh0/artifacts/base_ubuntu18.yaml 2021-08-24T07:34:07.401Z|b8f2bf8f-558f-475c-b7a1-aa8611fff9f8|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-08-24T07:34:07.401Z|b8f2bf8f-558f-475c-b7a1-aa8611fff9f8|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-08-24T07:34:07.403Z|b8f2bf8f-558f-475c-b7a1-aa8611fff9f8|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-24T07:34:07.403Z|b8f2bf8f-558f-475c-b7a1-aa8611fff9f8|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "b8f2bf8f-558f-475c-b7a1-aa8611fff9f8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629790447400, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYmbnuh/1.0/resourceInstances/basic_onboard_ymbnuh0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2021-08-24T07:34:07.503Z||pool-161-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-24T07:34:07.504Z||pool-161-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-24T07:34:07.504Z||pool-161-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Vzzhpb2vWYCtMmLH) ... 2021-08-24T07:34:07.512Z||pool-161-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T07:34:07.512Z||pool-161-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-08-24T07:34:08.404Z|b8f2bf8f-558f-475c-b7a1-aa8611fff9f8|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardYmbnuh/1.0/resourceInstances/basic_onboard_ymbnuh0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2021-08-24T07:34:08.405Z|b8f2bf8f-558f-475c-b7a1-aa8611fff9f8|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYmbnuh/1.0/resourceInstances/basic_onboard_ymbnuh0/artifacts/base_ubuntu18.env 2021-08-24T07:34:08.405Z|b8f2bf8f-558f-475c-b7a1-aa8611fff9f8|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-08-24T07:34:08.405Z|b8f2bf8f-558f-475c-b7a1-aa8611fff9f8|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-08-24T07:34:08.407Z|b8f2bf8f-558f-475c-b7a1-aa8611fff9f8|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-24T07:34:08.408Z|b8f2bf8f-558f-475c-b7a1-aa8611fff9f8|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "b8f2bf8f-558f-475c-b7a1-aa8611fff9f8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629790448404, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYmbnuh/1.0/resourceInstances/basic_onboard_ymbnuh0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2021-08-24T07:34:08.508Z||pool-162-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-24T07:34:08.508Z||pool-162-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-24T07:34:08.508Z||pool-162-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Vzzhpb2vWYCtMmLH) ... 2021-08-24T07:34:08.519Z||pool-162-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T07:34:08.519Z||pool-162-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-08-24T07:34:09.409Z|b8f2bf8f-558f-475c-b7a1-aa8611fff9f8|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardYmbnuh/1.0/artifacts/service-BasicOnboardYmbnuh-csar.csar ASDC sendASDCNotification 2021-08-24T07:34:09.409Z|b8f2bf8f-558f-475c-b7a1-aa8611fff9f8|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYmbnuh/1.0/artifacts/service-BasicOnboardYmbnuh-csar.csar 2021-08-24T07:34:09.409Z|b8f2bf8f-558f-475c-b7a1-aa8611fff9f8|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-08-24T07:34:09.409Z|b8f2bf8f-558f-475c-b7a1-aa8611fff9f8|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-08-24T07:34:09.411Z|b8f2bf8f-558f-475c-b7a1-aa8611fff9f8|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-24T07:34:09.411Z|b8f2bf8f-558f-475c-b7a1-aa8611fff9f8|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "b8f2bf8f-558f-475c-b7a1-aa8611fff9f8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629790449409, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYmbnuh/1.0/artifacts/service-BasicOnboardYmbnuh-csar.csar", "status": "DEPLOY_OK" } 2021-08-24T07:34:09.512Z||pool-163-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-24T07:34:09.512Z||pool-163-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-24T07:34:09.512Z||pool-163-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Vzzhpb2vWYCtMmLH) ... 2021-08-24T07:34:09.522Z||pool-163-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T07:34:09.523Z||pool-163-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-08-24T07:34:10.412Z|b8f2bf8f-558f-475c-b7a1-aa8611fff9f8|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b8f2bf8f-558f-475c-b7a1-aa8611fff9f8 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-08-24T07:34:10.424Z|b8f2bf8f-558f-475c-b7a1-aa8611fff9f8|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b8f2bf8f-558f-475c-b7a1-aa8611fff9f8 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-08-24T07:34:10.427Z|b8f2bf8f-558f-475c-b7a1-aa8611fff9f8|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-08-24T07:34:10.427Z|b8f2bf8f-558f-475c-b7a1-aa8611fff9f8|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-08-24T07:34:10.427Z|b8f2bf8f-558f-475c-b7a1-aa8611fff9f8|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-08-24T07:34:10.427Z|b8f2bf8f-558f-475c-b7a1-aa8611fff9f8|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-08-24T07:34:10.428Z|b8f2bf8f-558f-475c-b7a1-aa8611fff9f8|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-24T07:34:10.428Z|b8f2bf8f-558f-475c-b7a1-aa8611fff9f8|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-24T07:34:10.428Z|b8f2bf8f-558f-475c-b7a1-aa8611fff9f8|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-24T07:34:10.428Z|b8f2bf8f-558f-475c-b7a1-aa8611fff9f8|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-24T07:34:10.428Z|b8f2bf8f-558f-475c-b7a1-aa8611fff9f8|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-24T07:34:10.428Z|b8f2bf8f-558f-475c-b7a1-aa8611fff9f8|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-24T07:34:10.428Z|b8f2bf8f-558f-475c-b7a1-aa8611fff9f8|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-08-24T07:34:10.434Z|b8f2bf8f-558f-475c-b7a1-aa8611fff9f8|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-08-24T07:34:40.435Z|b8f2bf8f-558f-475c-b7a1-aa8611fff9f8|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b8f2bf8f-558f-475c-b7a1-aa8611fff9f8 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2021-08-24T07:34:40.441Z|b8f2bf8f-558f-475c-b7a1-aa8611fff9f8|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b8f2bf8f-558f-475c-b7a1-aa8611fff9f8 and serviceModelVersionId: 94038b94-67a5-45f7-8db9-43b4d81baa16 2021-08-24T07:34:40.441Z|b8f2bf8f-558f-475c-b7a1-aa8611fff9f8|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 11e37c41-2662-4a78-a080-df80fc81df65 2021-08-24T07:34:40.442Z|b8f2bf8f-558f-475c-b7a1-aa8611fff9f8|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/11e37c41-2662-4a78-a080-df80fc81df65/model-vers/model-ver/94038b94-67a5-45f7-8db9-43b4d81baa16?depth=0 2021-08-24T07:34:40.447Z|b8f2bf8f-558f-475c-b7a1-aa8611fff9f8|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context! 2021-08-24T07:34:40.465Z|b8f2bf8f-558f-475c-b7a1-aa8611fff9f8|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/11e37c41-2662-4a78-a080-df80fc81df65/model-vers/model-ver/94038b94-67a5-45f7-8db9-43b4d81baa16?depth=0|INFO|500||Invoke 2021-08-24T07:34:40.465Z|b8f2bf8f-558f-475c-b7a1-aa8611fff9f8|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/11e37c41-2662-4a78-a080-df80fc81df65/model-vers/model-ver/94038b94-67a5-45f7-8db9-43b4d81baa16?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/11e37c41-2662-4a78-a080-df80fc81df65/model-vers/model-ver/94038b94-67a5-45f7-8db9-43b4d81baa16?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[b8f2bf8f-558f-475c-b7a1-aa8611fff9f8], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[f1776874-e16f-4697-80d6-f542062a2d52], X-ECOMP-RequestID=[b8f2bf8f-558f-475c-b7a1-aa8611fff9f8], X-TransactionId=[], X-ONAP-RequestID=[b8f2bf8f-558f-475c-b7a1-aa8611fff9f8], Content-Type=[application/merge-patch+json]} 2021-08-24T07:34:40.487Z|b8f2bf8f-558f-475c-b7a1-aa8611fff9f8|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/11e37c41-2662-4a78-a080-df80fc81df65/model-vers/model-ver/94038b94-67a5-45f7-8db9-43b4d81baa16?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-08-24T07:34:40.646Z|b8f2bf8f-558f-475c-b7a1-aa8611fff9f8|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/11e37c41-2662-4a78-a080-df80fc81df65/model-vers/model-ver/94038b94-67a5-45f7-8db9-43b4d81baa16?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/11e37c41-2662-4a78-a080-df80fc81df65/model-vers/model-ver/94038b94-67a5-45f7-8db9-43b4d81baa16?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210824-07:34:40:494-41282], vertex-id=[278664], Content-Length=[0], Date=[Tue, 24 Aug 2021 07:34:40 GMT], Content-Type=[application/json]} 2021-08-24T07:34:40.646Z|b8f2bf8f-558f-475c-b7a1-aa8611fff9f8|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/11e37c41-2662-4a78-a080-df80fc81df65/model-vers/model-ver/94038b94-67a5-45f7-8db9-43b4d81baa16?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-08-24T07:34:40.647Z|b8f2bf8f-558f-475c-b7a1-aa8611fff9f8|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/11e37c41-2662-4a78-a080-df80fc81df65/model-vers/model-ver/94038b94-67a5-45f7-8db9-43b4d81baa16?depth=0|INFO|500||InvokeReturn 2021-08-24T07:34:40.648Z|b8f2bf8f-558f-475c-b7a1-aa8611fff9f8|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-08-24T07:34:40.648Z|b8f2bf8f-558f-475c-b7a1-aa8611fff9f8|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-08-24T07:34:40.651Z|b8f2bf8f-558f-475c-b7a1-aa8611fff9f8|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-08-24T07:34:40.652Z|b8f2bf8f-558f-475c-b7a1-aa8611fff9f8|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b8f2bf8f-558f-475c-b7a1-aa8611fff9f8 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-08-24T07:34:40.652Z|b8f2bf8f-558f-475c-b7a1-aa8611fff9f8|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-08-24T07:34:40.652Z|b8f2bf8f-558f-475c-b7a1-aa8611fff9f8|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-08-24T07:34:40.654Z|b8f2bf8f-558f-475c-b7a1-aa8611fff9f8|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-24T07:34:40.655Z|b8f2bf8f-558f-475c-b7a1-aa8611fff9f8|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "b8f2bf8f-558f-475c-b7a1-aa8611fff9f8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629790480652, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-08-24T07:34:40.755Z||pool-164-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-24T07:34:40.755Z||pool-164-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-24T07:34:40.756Z||pool-164-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Vzzhpb2vWYCtMmLH) ... 2021-08-24T07:34:40.769Z||pool-164-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T07:34:40.769Z||pool-164-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-08-24T07:34:41.669Z|b8f2bf8f-558f-475c-b7a1-aa8611fff9f8|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T07:34:41.669Z|b8f2bf8f-558f-475c-b7a1-aa8611fff9f8|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T07:34:41.670Z|b8f2bf8f-558f-475c-b7a1-aa8611fff9f8|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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T07:34:51.211Z|b8f2bf8f-558f-475c-b7a1-aa8611fff9f8|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T07:34:51.212Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T07:34:51.212Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T07:34:51.213Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T07:34:56.286Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T07:34:56.286Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T07:34:56.286Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T07:34:56.404Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T07:34:56.405Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-24T07:34:56.405Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "b8f2bf8f-558f-475c-b7a1-aa8611fff9f8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629790426630, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYmbnuh/1.0/artifacts/service-BasicOnboardYmbnuh-csar.csar", "status": "NOTIFIED" } 2021-08-24T07:34:56.405Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-08-24T07:35:00.749Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T07:35:00.750Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T07:35:00.750Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T07:35:00.750Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T07:35:10.284Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T07:35:56.284Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T07:35:56.285Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T07:35:56.285Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T07:35:56.286Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T07:35:56.287Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T07:35:56.287Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T07:35:56.808Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T07:35:56.808Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-24T07:35:56.809Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "b8f2bf8f-558f-475c-b7a1-aa8611fff9f8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629790439319, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYmbnuh/1.0/artifacts/service-BasicOnboardYmbnuh-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-24T07:35:56.809Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-24T07:35:56.809Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-24T07:35:56.810Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "b8f2bf8f-558f-475c-b7a1-aa8611fff9f8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629790442599, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYmbnuh/1.0/resourceInstances/basic_onboard_ymbnuh0/artifacts/basic_onboard_ymbnuh0_modules.json", "status": "DOWNLOAD_OK" } 2021-08-24T07:35:56.810Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-24T07:35:56.810Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-24T07:35:56.810Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "b8f2bf8f-558f-475c-b7a1-aa8611fff9f8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629790443924, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYmbnuh/1.0/resourceInstances/basic_onboard_ymbnuh0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-08-24T07:35:56.810Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-24T07:35:56.810Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-24T07:35:56.810Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "b8f2bf8f-558f-475c-b7a1-aa8611fff9f8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629790445313, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYmbnuh/1.0/resourceInstances/basic_onboard_ymbnuh0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-08-24T07:35:56.810Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-24T07:35:56.810Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-24T07:35:56.810Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "b8f2bf8f-558f-475c-b7a1-aa8611fff9f8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629790446397, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYmbnuh/1.0/resourceInstances/basic_onboard_ymbnuh0/artifacts/basic_onboard_ymbnuh0_modules.json", "status": "DEPLOY_OK" } 2021-08-24T07:35:56.810Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-24T07:35:56.810Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-24T07:35:56.810Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "b8f2bf8f-558f-475c-b7a1-aa8611fff9f8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629790447400, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYmbnuh/1.0/resourceInstances/basic_onboard_ymbnuh0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2021-08-24T07:35:56.810Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-24T07:35:56.811Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-24T07:35:56.811Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "b8f2bf8f-558f-475c-b7a1-aa8611fff9f8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629790448404, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYmbnuh/1.0/resourceInstances/basic_onboard_ymbnuh0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2021-08-24T07:35:56.811Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-24T07:35:56.811Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-24T07:35:56.811Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "b8f2bf8f-558f-475c-b7a1-aa8611fff9f8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629790449409, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYmbnuh/1.0/artifacts/service-BasicOnboardYmbnuh-csar.csar", "status": "DEPLOY_OK" } 2021-08-24T07:35:56.811Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-24T07:35:56.811Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-24T07:35:56.811Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "b8f2bf8f-558f-475c-b7a1-aa8611fff9f8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629790480652, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-08-24T07:35:56.811Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-24T07:36:05.836Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T07:36:56.284Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T07:36:56.285Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T07:36:56.285Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T07:36:56.286Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T07:36:56.286Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T07:36:56.286Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T07:37:05.828Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T07:37:05.830Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T07:37:56.284Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T07:37:56.285Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T07:37:56.285Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T07:37:56.286Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T07:37:56.286Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T07:37:56.286Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T07:38:05.830Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T07:38:05.830Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T07:38:56.284Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T07:38:56.285Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T07:38:56.285Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T07:38:56.286Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T07:38:56.286Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T07:38:56.286Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T07:39:05.838Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T07:39:05.842Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T07:39:56.284Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T07:39:56.285Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T07:39:56.285Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T07:39:56.286Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T07:39:56.286Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T07:39:56.286Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T07:40:05.842Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T07:40:05.842Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T07:40:56.284Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T07:40:56.286Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T07:40:56.286Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T07:40:56.286Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T07:40:56.286Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T07:40:56.286Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T07:41:05.828Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T07:41:05.830Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T07:41:56.284Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T07:41:56.285Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T07:41:56.285Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T07:41:56.286Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T07:41:56.286Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T07:41:56.286Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T07:42:05.829Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T07:42:05.832Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T07:42:56.284Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T07:42:56.285Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T07:42:56.285Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T07:42:56.286Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T07:42:56.286Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T07:42:56.286Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T07:43:05.826Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T07:43:05.827Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T07:43:56.284Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T07:43:56.285Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T07:43:56.285Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T07:43:56.286Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T07:43:56.286Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T07:43:56.287Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T07:44:01.831Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T07:44:01.832Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-24T07:44:01.832Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c","serviceName":"Demo_pNF_m1kg9nxhm1wV5uc4MVbr","serviceVersion":"1.0","serviceUUID":"5d61289d-137d-4553-aa29-18dc89c9a066","serviceDescription":"catalog service description","serviceInvariantUUID":"327dd00a-c0ad-4348-a6e0-258cda30fedf","resources":[{"resourceInstanceName":"pNF 52c39bf3-7b6c 0","resourceName":"pNF 52c39bf3-7b6c","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"3af458b7-7984-42de-8512-15175e367162","resourceInvariantUUID":"17dba39c-4c91-4974-b663-9e4409cbfbfb","resourceCustomizationUUID":"5f0d4917-1524-45bd-95b5-78ff079eef0c","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfM1kg9nxhm1wv5uc4mvbr/1.0/resourceInstances/pnf52c39bf37b6c0/artifacts/vf-license-model.xml","artifactChecksum":"MmE4MzlkMWY0ZTMzNDhkMGZiYzQ5MTMzNDEzYzIxODY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"2503d014-2d8f-4a92-b41b-2307548acc05","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfM1kg9nxhm1wv5uc4mvbr/1.0/resourceInstances/pnf52c39bf37b6c0/artifacts/pNF.csar","artifactChecksum":"YTVhYzM1ZWY1ZTZhOWM4ZmYzOTFlZDQ3OTA5NzgxNGU\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"fe8205d4-c841-4ad2-81c1-e2d5f97a6254","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfM1kg9nxhm1wv5uc4mvbr/1.0/resourceInstances/pnf52c39bf37b6c0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0ab9ba3b-1ae4-46f3-b3c7-6c2bfa24052e","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfM1kg9nxhm1wv5uc4mvbr/1.0/resourceInstances/pnf52c39bf37b6c0/artifacts/vendor-license-model.xml","artifactChecksum":"NzYxNmRhZTNiOGJiZmYwYmQ3NzdjZmYxNGYyMzQ1M2M\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"74884db8-c897-431f-815c-f9c443763d9c","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfM1kg9nxhm1wv5uc4mvbr/1.0/resourceInstances/pnf52c39bf37b6c0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"42024427-e6cf-4595-818c-85b4bc772f1a","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfM1kg9nxhm1wv5uc4mvbr/1.0/resourceInstances/pnf52c39bf37b6c0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"992ee2e7-afa0-499e-a1a8-be051ca13ad7","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfM1kg9nxhm1wv5uc4mvbr-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfM1kg9nxhm1wv5uc4mvbr/1.0/artifacts/service-DemoPnfM1kg9nxhm1wv5uc4mvbr-template.yml","artifactChecksum":"NDk1YmFlM2IwMzNkNjU2MTA4OTg2MWEyNGJkZGQwMzY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c1169f83-00d4-4b6e-82ac-87a2350a9650","artifactVersion":"1"},{"artifactName":"service-DemoPnfM1kg9nxhm1wv5uc4mvbr-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfM1kg9nxhm1wv5uc4mvbr/1.0/artifacts/service-DemoPnfM1kg9nxhm1wv5uc4mvbr-csar.csar","artifactChecksum":"NmIwYjZhMjczNDZlM2UwODQyZWY3MDg4NTZjNWU1ZWQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a34d16f0-0352-4545-a77f-f3785ec0e5bd","artifactVersion":"1"}],"workloadContext":"Production"} 2021-08-24T07:44:01.835Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-24T07:44:01.835Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-08-24T07:44:01.838Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-24T07:44:01.838Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629791036284, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM1kg9nxhm1wv5uc4mvbr/1.0/resourceInstances/pnf52c39bf37b6c0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-24T07:44:01.939Z||pool-165-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-24T07:44:01.939Z||pool-165-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-24T07:44:01.939Z||pool-165-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Vzzhpb2vWYCtMmLH) ... 2021-08-24T07:44:01.951Z||pool-165-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T07:44:01.951Z||pool-165-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":2,"count":1} 2021-08-24T07:44:02.063Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T07:44:02.063Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-24T07:44:02.063Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629791036284, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM1kg9nxhm1wv5uc4mvbr/1.0/resourceInstances/pnf52c39bf37b6c0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-24T07:44:02.064Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-24T07:44:02.064Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-24T07:44:02.064Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c", "consumerID": "dcae-sch", "timestamp": 1629791038523, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM1kg9nxhm1wv5uc4mvbr/1.0/resourceInstances/pnf52c39bf37b6c0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-24T07:44:02.064Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-24T07:44:02.064Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-24T07:44:02.064Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c", "consumerID": "clamp", "timestamp": 1629791036528, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM1kg9nxhm1wv5uc4mvbr/1.0/resourceInstances/pnf52c39bf37b6c0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-24T07:44:02.064Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-24T07:44:02.839Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-24T07:44:02.841Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-08-24T07:44:02.843Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-24T07:44:02.843Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629791036284, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM1kg9nxhm1wv5uc4mvbr/1.0/resourceInstances/pnf52c39bf37b6c0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-08-24T07:44:02.944Z||pool-166-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-24T07:44:02.944Z||pool-166-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-24T07:44:02.945Z||pool-166-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Vzzhpb2vWYCtMmLH) ... 2021-08-24T07:44:02.953Z||pool-166-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T07:44:02.953Z||pool-166-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-08-24T07:44:03.844Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-24T07:44:03.845Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-08-24T07:44:03.849Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-24T07:44:03.849Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629791036284, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM1kg9nxhm1wv5uc4mvbr/1.0/resourceInstances/pnf52c39bf37b6c0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-08-24T07:44:03.949Z||pool-167-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-08-24T07:44:03.949Z||pool-167-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-24T07:44:03.949Z||pool-167-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Vzzhpb2vWYCtMmLH) ... 2021-08-24T07:44:03.958Z||pool-167-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T07:44:03.958Z||pool-167-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-08-24T07:44:04.850Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-24T07:44:04.851Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-08-24T07:44:04.852Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-24T07:44:04.853Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629791036284, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM1kg9nxhm1wv5uc4mvbr/1.0/resourceInstances/pnf52c39bf37b6c0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-24T07:44:04.953Z||pool-168-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-24T07:44:04.954Z||pool-168-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-24T07:44:04.954Z||pool-168-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Vzzhpb2vWYCtMmLH) ... 2021-08-24T07:44:04.963Z||pool-168-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T07:44:04.964Z||pool-168-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-08-24T07:44:05.853Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-24T07:44:05.854Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-08-24T07:44:05.856Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-24T07:44:05.856Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629791036284, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM1kg9nxhm1wv5uc4mvbr/1.0/resourceInstances/pnf52c39bf37b6c0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-08-24T07:44:05.956Z||pool-169-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-24T07:44:05.957Z||pool-169-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-24T07:44:05.957Z||pool-169-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Vzzhpb2vWYCtMmLH) ... 2021-08-24T07:44:05.967Z||pool-169-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T07:44:05.967Z||pool-169-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-08-24T07:44:06.857Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-24T07:44:06.858Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-08-24T07:44:06.860Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-24T07:44:06.861Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629791036284, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM1kg9nxhm1wv5uc4mvbr/1.0/resourceInstances/pnf52c39bf37b6c0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-08-24T07:44:06.961Z||pool-170-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-24T07:44:06.962Z||pool-170-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-24T07:44:06.962Z||pool-170-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Vzzhpb2vWYCtMmLH) ... 2021-08-24T07:44:06.977Z||pool-170-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T07:44:06.977Z||pool-170-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2021-08-24T07:44:07.861Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-24T07:44:07.862Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-08-24T07:44:07.864Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-24T07:44:07.864Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629791036284, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM1kg9nxhm1wv5uc4mvbr/1.0/artifacts/service-DemoPnfM1kg9nxhm1wv5uc4mvbr-template.yml", "status": "NOT_NOTIFIED" } 2021-08-24T07:44:07.964Z||pool-171-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-24T07:44:07.965Z||pool-171-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-24T07:44:07.965Z||pool-171-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Vzzhpb2vWYCtMmLH) ... 2021-08-24T07:44:07.978Z||pool-171-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T07:44:07.978Z||pool-171-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2021-08-24T07:44:08.865Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-24T07:44:08.865Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-08-24T07:44:08.866Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-24T07:44:08.867Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629791036284, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM1kg9nxhm1wv5uc4mvbr/1.0/artifacts/service-DemoPnfM1kg9nxhm1wv5uc4mvbr-csar.csar", "status": "NOTIFIED" } 2021-08-24T07:44:08.967Z||pool-172-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-24T07:44:08.967Z||pool-172-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-24T07:44:08.968Z||pool-172-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Vzzhpb2vWYCtMmLH) ... 2021-08-24T07:44:08.979Z||pool-172-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T07:44:08.979Z||pool-172-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-08-24T07:44:09.868Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c", "serviceName": "Demo_pNF_m1kg9nxhm1wV5uc4MVbr", "serviceVersion": "1.0", "serviceUUID": "5d61289d-137d-4553-aa29-18dc89c9a066", "serviceDescription": "catalog service description", "serviceInvariantUUID": "327dd00a-c0ad-4348-a6e0-258cda30fedf", "resources": [ { "resourceInstanceName": "pNF 52c39bf3-7b6c 0", "resourceCustomizationUUID": "5f0d4917-1524-45bd-95b5-78ff079eef0c", "resourceName": "pNF 52c39bf3-7b6c", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "3af458b7-7984-42de-8512-15175e367162", "resourceInvariantUUID": "17dba39c-4c91-4974-b663-9e4409cbfbfb", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfM1kg9nxhm1wv5uc4mvbr-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfM1kg9nxhm1wv5uc4mvbr/1.0/artifacts/service-DemoPnfM1kg9nxhm1wv5uc4mvbr-csar.csar", "artifactChecksum": "NmIwYjZhMjczNDZlM2UwODQyZWY3MDg4NTZjNWU1ZWQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "a34d16f0-0352-4545-a77f-f3785ec0e5bd" } ], "workloadContext": "Production" } 2021-08-24T07:44:09.868Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-08-24T07:44:09.868Z|1c18a22d-1aea-45f6-bbc6-42e669516a5e|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 5d61289d-137d-4553-aa29-18dc89c9a066 ASDC 2021-08-24T07:44:09.869Z|ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c ServiceName:Demo_pNF_m1kg9nxhm1wV5uc4MVbr ServiceVersion:1.0 ServiceUUID:5d61289d-137d-4553-aa29-18dc89c9a066 ServiceInvariantUUID:327dd00a-c0ad-4348-a6e0-258cda30fedf ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfM1kg9nxhm1wv5uc4mvbr-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfM1kg9nxhm1wv5uc4mvbr/1.0/artifacts/service-DemoPnfM1kg9nxhm1wv5uc4mvbr-csar.csar ArtifactUUID:a34d16f0-0352-4545-a77f-f3785ec0e5bd ArtifactChecksum:NmIwYjZhMjczNDZlM2UwODQyZWY3MDg4NTZjNWU1ZWQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 52c39bf3-7b6c 0 ResourceCustomizationUUID:5f0d4917-1524-45bd-95b5-78ff079eef0c ResourceInvariantUUID:17dba39c-4c91-4974-b663-9e4409cbfbfb ResourceName:pNF 52c39bf3-7b6c ResourceType:PNF ResourceUUID:3af458b7-7984-42de-8512-15175e367162 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2021-08-24T07:44:09.869Z|ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 5d61289d-137d-4553-aa29-18dc89c9a066 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-08-24T07:44:09.894Z|ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-08-24T07:44:09.894Z|ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2021-08-24T07:44:09.894Z|ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2021-08-24T07:44:09.894Z|ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: a34d16f0-0352-4545-a77f-f3785ec0e5bd from URL: /sdc/v1/catalog/services/DemoPnfM1kg9nxhm1wv5uc4mvbr/1.0/artifacts/service-DemoPnfM1kg9nxhm1wv5uc4mvbr-csar.csar 2021-08-24T07:44:09.894Z|ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c|pool-2-thread-1|||||INFO|500||DistributionClient - download 2021-08-24T07:44:09.894Z|ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfM1kg9nxhm1wv5uc4mvbr/1.0/artifacts/service-DemoPnfM1kg9nxhm1wv5uc4mvbr-csar.csar 2021-08-24T07:44:10.219Z|ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2021-08-24T07:44:10.224Z|ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfM1kg9nxhm1wv5uc4mvbr/1.0/artifacts/service-DemoPnfM1kg9nxhm1wv5uc4mvbr-csar.csar a34d16f0-0352-4545-a77f-f3785ec0e5bd 82533 2021-08-24T07:44:10.225Z|ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfM1kg9nxhm1wv5uc4mvbr/1.0/artifacts/service-DemoPnfM1kg9nxhm1wv5uc4mvbr-csar.csar ASDC sendASDCNotification 2021-08-24T07:44:10.225Z|ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfM1kg9nxhm1wv5uc4mvbr/1.0/artifacts/service-DemoPnfM1kg9nxhm1wv5uc4mvbr-csar.csar 2021-08-24T07:44:10.225Z|ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2021-08-24T07:44:10.225Z|ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-08-24T07:44:10.227Z|ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-24T07:44:10.227Z|ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629791050225, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM1kg9nxhm1wv5uc4mvbr/1.0/artifacts/service-DemoPnfM1kg9nxhm1wv5uc4mvbr-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-24T07:44:10.327Z||pool-173-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-24T07:44:10.328Z||pool-173-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-24T07:44:10.328Z||pool-173-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Vzzhpb2vWYCtMmLH) ... 2021-08-24T07:44:10.338Z||pool-173-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T07:44:10.338Z||pool-173-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-08-24T07:44:11.227Z|ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-08-24T07:44:11.228Z|ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2021-08-24T07:44:11.229Z|ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: a34d16f0-0352-4545-a77f-f3785ec0e5bd, URL: /sdc/v1/catalog/services/DemoPnfM1kg9nxhm1wv5uc4mvbr/1.0/artifacts/service-DemoPnfM1kg9nxhm1wv5uc4mvbr-csar.csar to file: /app/ASDC/1/service-DemoPnfM1kg9nxhm1wv5uc4mvbr-csar.csar 2021-08-24T07:44:11.229Z|ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfM1kg9nxhm1wv5uc4mvbr-csar.csar 2021-08-24T07:44:11.230Z|ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfM1kg9nxhm1wv5uc4mvbr-csar.csar 2021-08-24T07:44:11.230Z|ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfM1kg9nxhm1wv5uc4mvbr-csar.csar 2021-08-24T07:44:11.297Z|ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15176268421475188731/Definitions/service-DemoPnfM1kg9nxhm1wv5uc4mvbr-template.yml 2021-08-24T07:44:11.766Z|ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0 2021-08-24T07:44:11.766Z|ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c|pool-2-thread-1|||||WARN|500||#################################################################################################### 2021-08-24T07:44:11.766Z|ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfM1kg9nxhm1wv5uc4mvbr-csar.csar 2021-08-24T07:44:11.766Z|ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2021-08-24T07:44:11.766Z|ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfM1kg9nxhm1wv5uc4mvbr-csar.csar 2021-08-24T07:44:11.766Z|ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfM1kg9nxhm1wv5uc4mvbr-csar.csar 2021-08-24T07:44:11.766Z|ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfM1kg9nxhm1wv5uc4mvbr-csar.csar 2021-08-24T07:44:11.767Z|ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfM1kg9nxhm1wv5uc4mvbr-csar.csar 2021-08-24T07:44:11.767Z|ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfM1kg9nxhm1wv5uc4mvbr-csar.csar 2021-08-24T07:44:11.767Z|ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 52c39bf3-7b6c 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-DemoPnfM1kg9nxhm1wv5uc4mvbr-csar.csar 2021-08-24T07:44:11.767Z|ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfM1kg9nxhm1wv5uc4mvbr-csar.csar 2021-08-24T07:44:11.767Z|ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c|pool-2-thread-1|||||WARN|500||#################################################################################################### 2021-08-24T07:44:11.767Z|ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-24T07:44:11.767Z|ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_m1kg9nxhm1wV5uc4MVbr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-08-24T07:44:11.767Z|ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c|pool-2-thread-1|||||DEBUG|500||Node template pNF 52c39bf3-7b6c 0 is matching search criteria 2021-08-24T07:44:11.767Z|ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2021-08-24T07:44:11.767Z|ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c|pool-2-thread-1|||||DEBUG|500||Found topology templates [pNF 52c39bf3-7b6c 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-08-24T07:44:11.767Z|ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-24T07:44:11.767Z|ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_m1kg9nxhm1wV5uc4MVbr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-08-24T07:44:11.767Z|ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c|pool-2-thread-1|||||DEBUG|500||Node template pNF 52c39bf3-7b6c 0 is matching search criteria 2021-08-24T07:44:11.767Z|ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2021-08-24T07:44:11.767Z|ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c|pool-2-thread-1|||||DEBUG|500||Found topology templates [pNF 52c39bf3-7b6c 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-08-24T07:44:11.767Z|ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-24T07:44:11.768Z|ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_m1kg9nxhm1wV5uc4MVbr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-08-24T07:44:11.768Z|ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-24T07:44:11.768Z|ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_m1kg9nxhm1wV5uc4MVbr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-08-24T07:44:11.768Z|ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-24T07:44:11.768Z|ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_m1kg9nxhm1wV5uc4MVbr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-08-24T07:44:11.768Z|ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-24T07:44:11.768Z|ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_m1kg9nxhm1wV5uc4MVbr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-08-24T07:44:11.768Z|ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-24T07:44:11.768Z|ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_m1kg9nxhm1wV5uc4MVbr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-08-24T07:44:11.768Z|ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c|pool-2-thread-1|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_m1kg9nxhm1wV5uc4MVbr Description:catalog service description Model UUID:5d61289d-137d-4553-aa29-18dc89c9a066 Model Version:NULL Model InvariantUuid:327dd00a-c0ad-4348-a6e0-258cda30fedf Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-08-24T07:44:11.772Z|ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c|pool-2-thread-1|||||INFO|500||Processing Resource Type: PNF, Model UUID: 3af458b7-7984-42de-8512-15175e367162 Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-08-24T07:44:11.774Z|ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c|pool-2-thread-1|||||INFO|500||pNF 52c39bf3-7b6c 0 2021-08-24T07:44:11.775Z|ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 3af458b7-7984-42de-8512-15175e367162 2021-08-24T07:44:11.775Z|ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c|pool-2-thread-1|||||DEBUG|500||No resources found for Service: 5d61289d-137d-4553-aa29-18dc89c9a066 2021-08-24T07:44:11.775Z|ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 5d61289d-137d-4553-aa29-18dc89c9a066 2021-08-24T07:44:11.775Z|ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 52c39bf3-7b6c 0 3af458b7-7984-42de-8512-15175e367162 ASDC Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-08-24T07:44:11.777Z|ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-24T07:44:11.777Z|ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_m1kg9nxhm1wV5uc4MVbr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-08-24T07:44:11.777Z|ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 5d61289d-137d-4553-aa29-18dc89c9a066: pNF 52c39bf3-7b6c 2021-08-24T07:44:11.777Z|ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c|pool-2-thread-1|||||INFO|500||Processing PNF resource: 3af458b7-7984-42de-8512-15175e367162 2021-08-24T07:44:11.778Z|ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-24T07:44:11.778Z|ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_m1kg9nxhm1wV5uc4MVbr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-08-24T07:44:11.778Z|ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c|pool-2-thread-1|||||INFO|500||Resource customization UUID: 5f0d4917-1524-45bd-95b5-78ff079eef0c is the same as notified resource customizationUUID: 5f0d4917-1524-45bd-95b5-78ff079eef0c Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_44_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_44_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_44_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_44_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_44_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_44_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_44_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_44_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_44_0_, pnfresourc0_.NF_ROLE as nf_role11_44_0_, pnfresourc0_.NF_TYPE as nf_type12_44_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_44_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_44_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_44_0_, pnfresourc1_.MODEL_UUID as model_uu1_43_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_43_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_43_1_, pnfresourc1_.DESCRIPTION as descript4_43_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_43_1_, pnfresourc1_.MODEL_NAME as model_na6_43_1_, pnfresourc1_.MODEL_VERSION as model_ve7_43_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_43_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_43_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_43_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_43_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc0_.DESCRIPTION as descript4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc0_.MODEL_NAME as model_na6_43_0_, pnfresourc0_.MODEL_VERSION as model_ve7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_44_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_44_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_44_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_44_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_44_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_44_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_44_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_44_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_44_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_44_1_, pnfresourc0_.NF_ROLE as nf_role11_44_1_, pnfresourc0_.NF_TYPE as nf_type12_44_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_44_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_44_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_44_1_, pnfresourc1_.MODEL_UUID as model_uu1_43_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc1_.DESCRIPTION as descript4_43_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc1_.MODEL_NAME as model_na6_43_0_, pnfresourc1_.MODEL_VERSION as model_ve7_43_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_43_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc0_.DESCRIPTION as descript4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc0_.MODEL_NAME as model_na6_43_0_, pnfresourc0_.MODEL_VERSION as model_ve7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?) 2021-08-24T07:44:11.800Z|ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 52c39bf3-7b6c 3af458b7-7984-42de-8512-15175e367162 0 ASDC deployResourceStructure 2021-08-24T07:44:11.800Z|ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfM1kg9nxhm1wv5uc4mvbr/1.0/artifacts/service-DemoPnfM1kg9nxhm1wv5uc4mvbr-csar.csar ASDC sendASDCNotification 2021-08-24T07:44:11.800Z|ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfM1kg9nxhm1wv5uc4mvbr/1.0/artifacts/service-DemoPnfM1kg9nxhm1wv5uc4mvbr-csar.csar 2021-08-24T07:44:11.800Z|ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-08-24T07:44:11.800Z|ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-08-24T07:44:11.801Z|ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-24T07:44:11.801Z|ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629791051800, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM1kg9nxhm1wv5uc4mvbr/1.0/artifacts/service-DemoPnfM1kg9nxhm1wv5uc4mvbr-csar.csar", "status": "DEPLOY_OK" } 2021-08-24T07:44:11.902Z||pool-174-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-08-24T07:44:11.902Z||pool-174-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-24T07:44:11.902Z||pool-174-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Vzzhpb2vWYCtMmLH) ... 2021-08-24T07:44:11.912Z||pool-174-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T07:44:11.913Z||pool-174-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-08-24T07:44:12.802Z|ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-08-24T07:44:12.814Z|ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-08-24T07:44:12.816Z|ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-08-24T07:44:12.816Z|ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-08-24T07:44:12.816Z|ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-08-24T07:44:42.816Z|ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-08-24T07:44:42.830Z|ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-08-24T07:44:42.832Z|ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-08-24T07:44:42.832Z|ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-08-24T07:44:42.832Z|ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-08-24T07:44:56.286Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T07:44:56.286Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T07:44:56.286Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T07:44:56.306Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T07:44:56.306Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-24T07:44:56.306Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c", "consumerID": "policy-id", "timestamp": 1629791032422, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM1kg9nxhm1wv5uc4mvbr/1.0/resourceInstances/pnf52c39bf37b6c0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-24T07:44:56.307Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-24T07:45:12.832Z|ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-08-24T07:45:12.844Z|ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-08-24T07:45:12.846Z|ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-08-24T07:45:12.846Z|ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-08-24T07:45:12.846Z|ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-08-24T07:45:42.846Z|ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-08-24T07:45:42.856Z|ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-08-24T07:45:42.858Z|ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-08-24T07:45:42.858Z|ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-08-24T07:45:42.858Z|ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-08-24T07:45:56.286Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T07:45:56.286Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T07:45:56.286Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T07:45:56.307Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T07:45:56.307Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-24T07:45:56.307Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c", "consumerID": "multicloud-k8s-id", "timestamp": 1629791035874, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM1kg9nxhm1wv5uc4mvbr/1.0/resourceInstances/pnf52c39bf37b6c0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-24T07:45:56.308Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-24T07:46:12.859Z|ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-08-24T07:46:12.869Z|ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-08-24T07:46:12.871Z|ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-08-24T07:46:12.871Z|ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-08-24T07:46:12.871Z|ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-08-24T07:46:42.871Z|ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-08-24T07:46:42.880Z|ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-08-24T07:46:42.882Z|ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-08-24T07:46:42.883Z|ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-08-24T07:46:42.883Z|ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-08-24T07:46:56.286Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T07:46:56.287Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T07:46:56.287Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T07:46:56.814Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T07:46:56.817Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-24T07:46:56.817Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c", "consumerID": "dcae-sch", "timestamp": 1629791038523, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM1kg9nxhm1wv5uc4mvbr/1.0/resourceInstances/pnf52c39bf37b6c0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-08-24T07:46:56.818Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-24T07:46:56.818Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-24T07:46:56.818Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c", "consumerID": "clamp", "timestamp": 1629791036528, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM1kg9nxhm1wv5uc4mvbr/1.0/resourceInstances/pnf52c39bf37b6c0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-08-24T07:46:56.818Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-24T07:46:56.818Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-24T07:46:56.818Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629791036284, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM1kg9nxhm1wv5uc4mvbr/1.0/resourceInstances/pnf52c39bf37b6c0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-08-24T07:46:56.818Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-24T07:46:56.819Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-24T07:46:56.819Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c", "consumerID": "policy-id", "timestamp": 1629791032422, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM1kg9nxhm1wv5uc4mvbr/1.0/resourceInstances/pnf52c39bf37b6c0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-08-24T07:46:56.819Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-24T07:46:56.819Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-24T07:46:56.820Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c", "consumerID": "multicloud-k8s-id", "timestamp": 1629791035874, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM1kg9nxhm1wv5uc4mvbr/1.0/resourceInstances/pnf52c39bf37b6c0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-08-24T07:46:56.820Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-24T07:46:56.820Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-24T07:46:56.820Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c", "consumerID": "dcae-sch", "timestamp": 1629791038523, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM1kg9nxhm1wv5uc4mvbr/1.0/resourceInstances/pnf52c39bf37b6c0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-08-24T07:46:56.820Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-24T07:46:56.820Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-24T07:46:56.820Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c", "consumerID": "clamp", "timestamp": 1629791036528, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM1kg9nxhm1wv5uc4mvbr/1.0/resourceInstances/pnf52c39bf37b6c0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-08-24T07:46:56.820Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-24T07:46:56.820Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-24T07:46:56.820Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629791036284, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM1kg9nxhm1wv5uc4mvbr/1.0/resourceInstances/pnf52c39bf37b6c0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-08-24T07:46:56.821Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-24T07:46:56.821Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-24T07:46:56.821Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c", "consumerID": "aai-ml", "timestamp": 1629791043227, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM1kg9nxhm1wv5uc4mvbr/1.0/resourceInstances/pnf52c39bf37b6c0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-24T07:46:56.821Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-24T07:46:56.821Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-24T07:46:56.821Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c", "consumerID": "policy-id", "timestamp": 1629791032422, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM1kg9nxhm1wv5uc4mvbr/1.0/resourceInstances/pnf52c39bf37b6c0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-08-24T07:46:56.821Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-24T07:46:56.821Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-24T07:46:56.822Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c", "consumerID": "multicloud-k8s-id", "timestamp": 1629791035874, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM1kg9nxhm1wv5uc4mvbr/1.0/resourceInstances/pnf52c39bf37b6c0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-08-24T07:46:56.822Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-24T07:46:56.822Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-24T07:46:56.822Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c", "consumerID": "dcae-sch", "timestamp": 1629791038523, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM1kg9nxhm1wv5uc4mvbr/1.0/resourceInstances/pnf52c39bf37b6c0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-24T07:46:56.822Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-24T07:46:56.822Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-24T07:46:56.822Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c", "consumerID": "clamp", "timestamp": 1629791036528, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM1kg9nxhm1wv5uc4mvbr/1.0/resourceInstances/pnf52c39bf37b6c0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-24T07:46:56.822Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-24T07:46:56.822Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-24T07:46:56.823Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629791036284, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM1kg9nxhm1wv5uc4mvbr/1.0/resourceInstances/pnf52c39bf37b6c0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-24T07:46:56.823Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-24T07:46:56.823Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-24T07:46:56.823Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c", "consumerID": "aai-ml", "timestamp": 1629791043227, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM1kg9nxhm1wv5uc4mvbr/1.0/resourceInstances/pnf52c39bf37b6c0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-08-24T07:46:56.823Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-24T07:46:56.823Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-24T07:46:56.823Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c", "consumerID": "policy-id", "timestamp": 1629791032422, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM1kg9nxhm1wv5uc4mvbr/1.0/resourceInstances/pnf52c39bf37b6c0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-24T07:46:56.823Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-24T07:46:56.824Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-24T07:46:56.824Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c", "consumerID": "multicloud-k8s-id", "timestamp": 1629791035874, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM1kg9nxhm1wv5uc4mvbr/1.0/resourceInstances/pnf52c39bf37b6c0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-24T07:46:56.824Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-24T07:46:56.824Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-24T07:46:56.824Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c", "consumerID": "cds", "timestamp": 1629791044329, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM1kg9nxhm1wv5uc4mvbr/1.0/resourceInstances/pnf52c39bf37b6c0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-24T07:46:56.824Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-24T07:46:56.824Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-24T07:46:56.824Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c", "consumerID": "dcae-sch", "timestamp": 1629791038523, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM1kg9nxhm1wv5uc4mvbr/1.0/resourceInstances/pnf52c39bf37b6c0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-08-24T07:46:56.824Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-24T07:46:56.824Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-24T07:46:56.824Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c", "consumerID": "clamp", "timestamp": 1629791036528, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM1kg9nxhm1wv5uc4mvbr/1.0/resourceInstances/pnf52c39bf37b6c0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-08-24T07:46:56.824Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-24T07:46:56.824Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-24T07:46:56.824Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629791036284, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM1kg9nxhm1wv5uc4mvbr/1.0/resourceInstances/pnf52c39bf37b6c0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-08-24T07:46:56.824Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-24T07:46:56.825Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-24T07:46:56.825Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c", "consumerID": "aai-ml", "timestamp": 1629791043227, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM1kg9nxhm1wv5uc4mvbr/1.0/resourceInstances/pnf52c39bf37b6c0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-08-24T07:46:56.825Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-24T07:46:56.825Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-24T07:46:56.825Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c", "consumerID": "policy-id", "timestamp": 1629791032422, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM1kg9nxhm1wv5uc4mvbr/1.0/resourceInstances/pnf52c39bf37b6c0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-08-24T07:46:56.825Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-24T07:46:56.825Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-24T07:46:56.825Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c", "consumerID": "multicloud-k8s-id", "timestamp": 1629791035874, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM1kg9nxhm1wv5uc4mvbr/1.0/resourceInstances/pnf52c39bf37b6c0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-08-24T07:46:56.825Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-24T07:46:56.826Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-24T07:46:56.826Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c", "consumerID": "ves-openapi-manager", "timestamp": 1629791045332, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM1kg9nxhm1wv5uc4mvbr/1.0/resourceInstances/pnf52c39bf37b6c0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-24T07:46:56.826Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-24T07:46:56.826Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-24T07:46:56.826Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c", "consumerID": "cds", "timestamp": 1629791044329, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM1kg9nxhm1wv5uc4mvbr/1.0/resourceInstances/pnf52c39bf37b6c0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-08-24T07:46:56.826Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-24T07:46:56.826Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-24T07:46:56.826Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c", "consumerID": "dcae-sch", "timestamp": 1629791038523, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM1kg9nxhm1wv5uc4mvbr/1.0/resourceInstances/pnf52c39bf37b6c0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-08-24T07:46:56.826Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-24T07:46:56.826Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-24T07:46:56.827Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c", "consumerID": "clamp", "timestamp": 1629791036528, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM1kg9nxhm1wv5uc4mvbr/1.0/resourceInstances/pnf52c39bf37b6c0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-08-24T07:46:56.827Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-24T07:46:56.827Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-24T07:46:56.827Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629791036284, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM1kg9nxhm1wv5uc4mvbr/1.0/resourceInstances/pnf52c39bf37b6c0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-08-24T07:46:56.827Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-24T07:46:56.827Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-24T07:46:56.827Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c", "consumerID": "aai-ml", "timestamp": 1629791043227, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM1kg9nxhm1wv5uc4mvbr/1.0/resourceInstances/pnf52c39bf37b6c0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-24T07:46:56.827Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-24T07:46:56.828Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-24T07:46:56.828Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c", "consumerID": "policy-id", "timestamp": 1629791032422, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM1kg9nxhm1wv5uc4mvbr/1.0/resourceInstances/pnf52c39bf37b6c0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-08-24T07:46:56.828Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-24T07:46:56.828Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-24T07:46:56.828Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c", "consumerID": "multicloud-k8s-id", "timestamp": 1629791035874, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM1kg9nxhm1wv5uc4mvbr/1.0/resourceInstances/pnf52c39bf37b6c0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-08-24T07:46:56.828Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-24T07:46:56.828Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-24T07:46:56.828Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c", "consumerID": "ves-openapi-manager", "timestamp": 1629791045332, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM1kg9nxhm1wv5uc4mvbr/1.0/resourceInstances/pnf52c39bf37b6c0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-08-24T07:46:56.828Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-24T07:46:56.828Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-24T07:46:56.828Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c", "consumerID": "cds", "timestamp": 1629791044329, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM1kg9nxhm1wv5uc4mvbr/1.0/resourceInstances/pnf52c39bf37b6c0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-08-24T07:46:56.828Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-24T07:46:56.829Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-24T07:46:56.829Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c", "consumerID": "dcae-sch", "timestamp": 1629791038523, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM1kg9nxhm1wv5uc4mvbr/1.0/artifacts/service-DemoPnfM1kg9nxhm1wv5uc4mvbr-template.yml", "status": "NOT_NOTIFIED" } 2021-08-24T07:46:56.829Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-24T07:46:56.829Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-24T07:46:56.829Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c", "consumerID": "clamp", "timestamp": 1629791036528, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM1kg9nxhm1wv5uc4mvbr/1.0/artifacts/service-DemoPnfM1kg9nxhm1wv5uc4mvbr-template.yml", "status": "NOT_NOTIFIED" } 2021-08-24T07:46:56.829Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-24T07:46:56.829Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-24T07:46:56.829Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c", "consumerID": "aai-ml", "timestamp": 1629791043227, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM1kg9nxhm1wv5uc4mvbr/1.0/resourceInstances/pnf52c39bf37b6c0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-08-24T07:46:56.830Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-24T07:46:56.830Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-24T07:46:56.830Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629791036284, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM1kg9nxhm1wv5uc4mvbr/1.0/artifacts/service-DemoPnfM1kg9nxhm1wv5uc4mvbr-template.yml", "status": "NOT_NOTIFIED" } 2021-08-24T07:46:56.830Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-24T07:46:56.830Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-24T07:46:56.830Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c", "consumerID": "policy-id", "timestamp": 1629791032422, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM1kg9nxhm1wv5uc4mvbr/1.0/artifacts/service-DemoPnfM1kg9nxhm1wv5uc4mvbr-template.yml", "status": "NOT_NOTIFIED" } 2021-08-24T07:46:56.830Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-24T07:46:56.830Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-24T07:46:56.830Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c", "consumerID": "multicloud-k8s-id", "timestamp": 1629791035874, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM1kg9nxhm1wv5uc4mvbr/1.0/artifacts/service-DemoPnfM1kg9nxhm1wv5uc4mvbr-template.yml", "status": "NOT_NOTIFIED" } 2021-08-24T07:46:56.830Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-24T07:46:56.831Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-24T07:46:56.831Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c", "consumerID": "ves-openapi-manager", "timestamp": 1629791045332, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM1kg9nxhm1wv5uc4mvbr/1.0/resourceInstances/pnf52c39bf37b6c0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-08-24T07:46:56.831Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-24T07:46:56.831Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-24T07:46:56.831Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c", "consumerID": "cds", "timestamp": 1629791044329, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM1kg9nxhm1wv5uc4mvbr/1.0/resourceInstances/pnf52c39bf37b6c0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-24T07:46:56.831Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-24T07:46:56.831Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-24T07:46:56.831Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c", "consumerID": "dcae-sch", "timestamp": 1629791038523, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM1kg9nxhm1wv5uc4mvbr/1.0/artifacts/service-DemoPnfM1kg9nxhm1wv5uc4mvbr-csar.csar", "status": "NOT_NOTIFIED" } 2021-08-24T07:46:56.831Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-24T07:46:56.831Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-24T07:46:56.831Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c", "consumerID": "clamp", "timestamp": 1629791036528, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM1kg9nxhm1wv5uc4mvbr/1.0/artifacts/service-DemoPnfM1kg9nxhm1wv5uc4mvbr-csar.csar", "status": "NOTIFIED" } 2021-08-24T07:46:56.832Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-24T07:46:56.832Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-24T07:46:56.832Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629791036284, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM1kg9nxhm1wv5uc4mvbr/1.0/artifacts/service-DemoPnfM1kg9nxhm1wv5uc4mvbr-csar.csar", "status": "NOTIFIED" } 2021-08-24T07:46:56.832Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-24T07:46:56.832Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-24T07:46:56.832Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c", "consumerID": "aai-ml", "timestamp": 1629791043227, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM1kg9nxhm1wv5uc4mvbr/1.0/resourceInstances/pnf52c39bf37b6c0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-08-24T07:46:56.832Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-24T07:46:56.832Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-24T07:46:56.832Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c", "consumerID": "policy-id", "timestamp": 1629791032422, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM1kg9nxhm1wv5uc4mvbr/1.0/artifacts/service-DemoPnfM1kg9nxhm1wv5uc4mvbr-csar.csar", "status": "NOTIFIED" } 2021-08-24T07:46:56.832Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-24T07:46:56.832Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-24T07:46:56.832Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c", "consumerID": "multicloud-k8s-id", "timestamp": 1629791035874, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM1kg9nxhm1wv5uc4mvbr/1.0/artifacts/service-DemoPnfM1kg9nxhm1wv5uc4mvbr-csar.csar", "status": "NOTIFIED" } 2021-08-24T07:46:56.832Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-24T07:46:56.832Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-24T07:46:56.832Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c", "consumerID": "ves-openapi-manager", "timestamp": 1629791045332, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM1kg9nxhm1wv5uc4mvbr/1.0/resourceInstances/pnf52c39bf37b6c0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-24T07:46:56.832Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-24T07:46:56.832Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-24T07:46:56.832Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c", "consumerID": "cds", "timestamp": 1629791044329, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM1kg9nxhm1wv5uc4mvbr/1.0/resourceInstances/pnf52c39bf37b6c0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-08-24T07:46:56.832Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-24T07:46:56.832Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-24T07:46:56.832Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c", "consumerID": "aai-ml", "timestamp": 1629791043227, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM1kg9nxhm1wv5uc4mvbr/1.0/artifacts/service-DemoPnfM1kg9nxhm1wv5uc4mvbr-template.yml", "status": "NOT_NOTIFIED" } 2021-08-24T07:46:56.833Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-24T07:46:56.833Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-24T07:46:56.833Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c", "consumerID": "ves-openapi-manager", "timestamp": 1629791045332, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM1kg9nxhm1wv5uc4mvbr/1.0/resourceInstances/pnf52c39bf37b6c0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-08-24T07:46:56.833Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-24T07:46:56.833Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-24T07:46:56.833Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c", "consumerID": "cds", "timestamp": 1629791044329, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM1kg9nxhm1wv5uc4mvbr/1.0/resourceInstances/pnf52c39bf37b6c0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-08-24T07:46:56.833Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-24T07:46:56.833Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-24T07:46:56.833Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629791050225, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM1kg9nxhm1wv5uc4mvbr/1.0/artifacts/service-DemoPnfM1kg9nxhm1wv5uc4mvbr-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-24T07:46:56.833Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-24T07:46:56.833Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-24T07:46:56.833Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c", "consumerID": "policy-id", "timestamp": 1629791050221, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM1kg9nxhm1wv5uc4mvbr/1.0/artifacts/service-DemoPnfM1kg9nxhm1wv5uc4mvbr-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-24T07:46:56.833Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-24T07:46:56.833Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-24T07:46:56.834Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c", "consumerID": "aai-ml", "timestamp": 1629791043227, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM1kg9nxhm1wv5uc4mvbr/1.0/artifacts/service-DemoPnfM1kg9nxhm1wv5uc4mvbr-csar.csar", "status": "NOTIFIED" } 2021-08-24T07:46:56.834Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-24T07:46:56.834Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-24T07:46:56.834Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c", "consumerID": "ves-openapi-manager", "timestamp": 1629791045332, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM1kg9nxhm1wv5uc4mvbr/1.0/resourceInstances/pnf52c39bf37b6c0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2021-08-24T07:46:56.834Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-24T07:46:56.834Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-24T07:46:56.834Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c", "consumerID": "cds", "timestamp": 1629791044329, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM1kg9nxhm1wv5uc4mvbr/1.0/artifacts/service-DemoPnfM1kg9nxhm1wv5uc4mvbr-template.yml", "status": "NOT_NOTIFIED" } 2021-08-24T07:46:56.834Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-24T07:46:56.834Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-24T07:46:56.834Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c", "consumerID": "policy-id", "timestamp": 1629791051224, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM1kg9nxhm1wv5uc4mvbr/1.0/artifacts/service-DemoPnfM1kg9nxhm1wv5uc4mvbr-csar.csar", "status": "DEPLOY_OK" } 2021-08-24T07:46:56.834Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-24T07:46:56.834Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-24T07:46:56.834Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629791051800, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM1kg9nxhm1wv5uc4mvbr/1.0/artifacts/service-DemoPnfM1kg9nxhm1wv5uc4mvbr-csar.csar", "status": "DEPLOY_OK" } 2021-08-24T07:46:56.834Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-24T07:46:56.834Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-24T07:46:56.835Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c", "consumerID": "ves-openapi-manager", "timestamp": 1629791045332, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM1kg9nxhm1wv5uc4mvbr/1.0/artifacts/service-DemoPnfM1kg9nxhm1wv5uc4mvbr-template.yml", "status": "NOT_NOTIFIED" } 2021-08-24T07:46:56.835Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-24T07:46:56.835Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-24T07:46:56.835Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c", "consumerID": "cds", "timestamp": 1629791044329, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM1kg9nxhm1wv5uc4mvbr/1.0/artifacts/service-DemoPnfM1kg9nxhm1wv5uc4mvbr-csar.csar", "status": "NOTIFIED" } 2021-08-24T07:46:56.835Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-24T07:46:56.835Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-24T07:46:56.835Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c", "consumerID": "aai-ml", "timestamp": 1629791052000, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM1kg9nxhm1wv5uc4mvbr/1.0/artifacts/service-DemoPnfM1kg9nxhm1wv5uc4mvbr-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-24T07:46:56.835Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-24T07:46:56.835Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-24T07:46:56.835Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c", "consumerID": "policy-id", "timestamp": 1629791052227, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-08-24T07:46:56.840Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c 2021-08-24T07:46:56.840Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-08-24T07:46:56.848Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-24T07:46:56.848Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629791052109, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM1kg9nxhm1wv5uc4mvbr/1.0/resourceInstances/pnf52c39bf37b6c0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-24T07:46:56.848Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-24T07:46:56.848Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-24T07:46:56.848Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c", "consumerID": "clamp", "timestamp": 1629791052865, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM1kg9nxhm1wv5uc4mvbr/1.0/artifacts/service-DemoPnfM1kg9nxhm1wv5uc4mvbr-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-24T07:46:56.848Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-24T07:46:56.848Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-24T07:46:56.848Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c", "consumerID": "ves-openapi-manager", "timestamp": 1629791045332, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM1kg9nxhm1wv5uc4mvbr/1.0/artifacts/service-DemoPnfM1kg9nxhm1wv5uc4mvbr-csar.csar", "status": "NOT_NOTIFIED" } 2021-08-24T07:46:56.849Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-24T07:46:56.849Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-24T07:46:56.849Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c", "consumerID": "cds", "timestamp": 1629791053431, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM1kg9nxhm1wv5uc4mvbr/1.0/artifacts/service-DemoPnfM1kg9nxhm1wv5uc4mvbr-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-24T07:46:56.849Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-24T07:46:56.849Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-24T07:46:56.849Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629791052109, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM1kg9nxhm1wv5uc4mvbr/1.0/resourceInstances/pnf52c39bf37b6c0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-08-24T07:46:56.849Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-24T07:46:56.849Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-24T07:46:56.849Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c", "consumerID": "cds", "timestamp": 1629791054435, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM1kg9nxhm1wv5uc4mvbr/1.0/artifacts/service-DemoPnfM1kg9nxhm1wv5uc4mvbr-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-08-24T07:46:56.853Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c 2021-08-24T07:46:56.853Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-08-24T07:46:56.860Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-24T07:46:56.860Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c", "consumerID": "ves-openapi-manager", "timestamp": 1629791054625, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM1kg9nxhm1wv5uc4mvbr/1.0/resourceInstances/pnf52c39bf37b6c0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2021-08-24T07:46:56.860Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-24T07:46:56.860Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-24T07:46:56.860Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629791052109, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM1kg9nxhm1wv5uc4mvbr/1.0/resourceInstances/pnf52c39bf37b6c0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-08-24T07:46:56.860Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-24T07:46:56.860Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-24T07:46:56.860Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c", "consumerID": "clamp", "timestamp": 1629791054878, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM1kg9nxhm1wv5uc4mvbr/1.0/artifacts/service-DemoPnfM1kg9nxhm1wv5uc4mvbr-csar.csar", "status": "DEPLOY_OK" } 2021-08-24T07:46:56.860Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-24T07:46:56.860Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-24T07:46:56.860Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c", "consumerID": "ves-openapi-manager", "timestamp": 1629791055637, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM1kg9nxhm1wv5uc4mvbr/1.0/resourceInstances/pnf52c39bf37b6c0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2021-08-24T07:46:56.860Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-24T07:46:56.860Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-24T07:46:56.860Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629791052109, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM1kg9nxhm1wv5uc4mvbr/1.0/resourceInstances/pnf52c39bf37b6c0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-24T07:46:56.860Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-24T07:46:56.861Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-24T07:46:56.861Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c", "consumerID": "clamp", "timestamp": 1629791055881, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-08-24T07:46:56.864Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c 2021-08-24T07:46:56.864Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-08-24T07:46:56.870Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-24T07:46:56.871Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c", "consumerID": "aai-ml", "timestamp": 1629791056418, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM1kg9nxhm1wv5uc4mvbr/1.0/artifacts/service-DemoPnfM1kg9nxhm1wv5uc4mvbr-csar.csar", "status": "DEPLOY_OK" } 2021-08-24T07:46:56.871Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-24T07:46:56.871Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-24T07:46:56.871Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c", "consumerID": "ves-openapi-manager", "timestamp": 1629791056639, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-08-24T07:46:56.875Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c 2021-08-24T07:46:56.875Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c and ComponentName Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-08-24T07:46:56.882Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-24T07:46:56.882Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629791052109, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM1kg9nxhm1wv5uc4mvbr/1.0/resourceInstances/pnf52c39bf37b6c0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-08-24T07:46:56.882Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-24T07:46:56.882Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-24T07:46:56.882Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c", "consumerID": "aai-ml", "timestamp": 1629791057422, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-08-24T07:46:56.886Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c 2021-08-24T07:46:56.886Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-08-24T07:46:56.892Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-24T07:46:56.892Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629791052109, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM1kg9nxhm1wv5uc4mvbr/1.0/resourceInstances/pnf52c39bf37b6c0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-08-24T07:46:56.892Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-24T07:46:56.892Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-24T07:46:56.892Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629791052109, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM1kg9nxhm1wv5uc4mvbr/1.0/artifacts/service-DemoPnfM1kg9nxhm1wv5uc4mvbr-template.yml", "status": "NOT_NOTIFIED" } 2021-08-24T07:46:56.892Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-24T07:46:56.892Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-24T07:46:56.892Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629791052109, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM1kg9nxhm1wv5uc4mvbr/1.0/artifacts/service-DemoPnfM1kg9nxhm1wv5uc4mvbr-csar.csar", "status": "NOTIFIED" } 2021-08-24T07:46:56.892Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-24T07:46:56.892Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-24T07:46:56.892Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629791061803, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM1kg9nxhm1wv5uc4mvbr/1.0/artifacts/service-DemoPnfM1kg9nxhm1wv5uc4mvbr-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-24T07:46:56.892Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-24T07:46:56.892Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-24T07:46:56.893Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629791063443, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM1kg9nxhm1wv5uc4mvbr/1.0/artifacts/service-DemoPnfM1kg9nxhm1wv5uc4mvbr-csar.csar", "status": "DEPLOY_OK" } 2021-08-24T07:46:56.893Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-24T07:46:56.893Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-24T07:46:56.893Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629791064446, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-08-24T07:46:56.897Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c 2021-08-24T07:46:56.897Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-08-24T07:47:12.883Z|ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-08-24T07:47:12.895Z|ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-08-24T07:47:12.897Z|ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-08-24T07:47:12.898Z|ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-08-24T07:47:12.898Z|ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-08-24T07:47:12.898Z|ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-08-24T07:47:12.898Z|ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-24T07:47:12.898Z|ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-24T07:47:12.898Z|ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-24T07:47:12.898Z|ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-24T07:47:12.898Z|ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-24T07:47:12.898Z|ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-24T07:47:12.899Z|ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-24T07:47:12.899Z|ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-08-24T07:47:12.905Z|ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-08-24T07:47:42.905Z|ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2021-08-24T07:47:42.910Z|ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c and serviceModelVersionId: 5d61289d-137d-4553-aa29-18dc89c9a066 2021-08-24T07:47:42.910Z|ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 327dd00a-c0ad-4348-a6e0-258cda30fedf 2021-08-24T07:47:42.911Z|ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/327dd00a-c0ad-4348-a6e0-258cda30fedf/model-vers/model-ver/5d61289d-137d-4553-aa29-18dc89c9a066?depth=0 2021-08-24T07:47:42.917Z|ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2021-08-24T07:47:42.936Z|ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/327dd00a-c0ad-4348-a6e0-258cda30fedf/model-vers/model-ver/5d61289d-137d-4553-aa29-18dc89c9a066?depth=0|INFO|500||Invoke 2021-08-24T07:47:42.936Z|ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/327dd00a-c0ad-4348-a6e0-258cda30fedf/model-vers/model-ver/5d61289d-137d-4553-aa29-18dc89c9a066?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/327dd00a-c0ad-4348-a6e0-258cda30fedf/model-vers/model-ver/5d61289d-137d-4553-aa29-18dc89c9a066?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[ec687394-53fc-4580-b28d-0d7822a6435f], X-ECOMP-RequestID=[ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c], X-TransactionId=[], X-ONAP-RequestID=[ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c], Content-Type=[application/merge-patch+json]} 2021-08-24T07:47:42.952Z|ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/327dd00a-c0ad-4348-a6e0-258cda30fedf/model-vers/model-ver/5d61289d-137d-4553-aa29-18dc89c9a066?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-08-24T07:47:43.118Z|ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/327dd00a-c0ad-4348-a6e0-258cda30fedf/model-vers/model-ver/5d61289d-137d-4553-aa29-18dc89c9a066?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/327dd00a-c0ad-4348-a6e0-258cda30fedf/model-vers/model-ver/5d61289d-137d-4553-aa29-18dc89c9a066?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210824-07:47:42:957-77651], vertex-id=[258104], Content-Length=[0], Date=[Tue, 24 Aug 2021 07:47:42 GMT], Content-Type=[application/json]} 2021-08-24T07:47:43.119Z|ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/327dd00a-c0ad-4348-a6e0-258cda30fedf/model-vers/model-ver/5d61289d-137d-4553-aa29-18dc89c9a066?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-08-24T07:47:43.120Z|ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/327dd00a-c0ad-4348-a6e0-258cda30fedf/model-vers/model-ver/5d61289d-137d-4553-aa29-18dc89c9a066?depth=0|INFO|500||InvokeReturn 2021-08-24T07:47:43.120Z|ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-08-24T07:47:43.120Z|ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-08-24T07:47:43.123Z|ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-08-24T07:47:43.124Z|ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-08-24T07:47:43.124Z|ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-08-24T07:47:43.124Z|ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-08-24T07:47:43.126Z|ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-24T07:47:43.127Z|ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629791263124, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-08-24T07:47:43.227Z||pool-175-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-24T07:47:43.228Z||pool-175-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-24T07:47:43.228Z||pool-175-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Vzzhpb2vWYCtMmLH) ... 2021-08-24T07:47:43.239Z||pool-175-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T07:47:43.239Z||pool-175-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-08-24T07:47:44.139Z|ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T07:47:44.140Z|ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T07:47:44.140Z|ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c|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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T07:47:54.332Z|ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T07:47:54.332Z|ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T07:47:54.333Z|ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T07:47:54.333Z|ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c|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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T07:47:56.286Z|b8f2bf8f-558f-475c-b7a1-aa8611fff9f8|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T07:47:56.286Z|b8f2bf8f-558f-475c-b7a1-aa8611fff9f8|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T07:47:56.287Z|b8f2bf8f-558f-475c-b7a1-aa8611fff9f8|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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T07:47:56.905Z|b8f2bf8f-558f-475c-b7a1-aa8611fff9f8|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T07:47:56.906Z|b8f2bf8f-558f-475c-b7a1-aa8611fff9f8|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-24T07:47:56.906Z|b8f2bf8f-558f-475c-b7a1-aa8611fff9f8|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629791263124, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-08-24T07:47:56.907Z|b8f2bf8f-558f-475c-b7a1-aa8611fff9f8|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-24T07:48:03.870Z|ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T07:48:03.871Z|ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T07:48:03.871Z|ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T07:48:03.871Z|ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c|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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T07:48:13.410Z|ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T07:48:13.411Z|ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T07:48:13.411Z|ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T07:48:13.411Z|ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c|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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T07:48:22.949Z|ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T07:48:56.284Z|ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T07:48:56.284Z|ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T07:48:56.285Z|ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c|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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T07:48:56.286Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T07:48:56.286Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T07:48:56.286Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T07:49:05.826Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T07:49:05.827Z|ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T07:49:56.284Z|ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T07:49:56.285Z|ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T07:49:56.285Z|ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c|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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T07:49:56.286Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T07:49:56.286Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T07:49:56.286Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T07:50:05.824Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T07:50:05.838Z|ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T07:50:56.284Z|ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T07:50:56.285Z|ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T07:50:56.285Z|ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c|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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T07:50:56.286Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T07:50:56.286Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T07:50:56.286Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T07:51:05.825Z|ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T07:51:05.835Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T07:51:56.284Z|ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T07:51:56.285Z|ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T07:51:56.285Z|ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c|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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T07:51:56.286Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T07:51:56.286Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T07:51:56.286Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T07:52:05.825Z|ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T07:52:05.832Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T07:52:56.284Z|ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T07:52:56.285Z|ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T07:52:56.285Z|ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c|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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T07:52:56.286Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T07:52:56.286Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T07:52:56.286Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T07:53:05.834Z|ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T07:53:05.835Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T07:53:56.284Z|ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T07:53:56.285Z|ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T07:53:56.285Z|ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c|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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T07:53:56.286Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T07:53:56.286Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T07:53:56.286Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T07:54:05.830Z|ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T07:54:05.838Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T07:54:56.284Z|ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T07:54:56.285Z|ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T07:54:56.285Z|ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c|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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T07:54:56.286Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T07:54:56.286Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T07:54:56.286Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T07:55:05.834Z|ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T07:55:05.834Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T07:55:56.284Z|ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T07:55:56.285Z|ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T07:55:56.285Z|ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c|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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T07:55:56.286Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T07:55:56.286Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T07:55:56.286Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T07:56:05.822Z|ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T07:56:05.831Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T07:56:56.284Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T07:56:56.285Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T07:56:56.285Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T07:56:56.286Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T07:56:56.286Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T07:56:56.286Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T07:57:05.828Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T07:57:05.837Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T07:57:56.284Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T07:57:56.285Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T07:57:56.285Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T07:57:56.286Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T07:57:56.286Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T07:57:56.286Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T07:58:05.829Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T07:58:05.830Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T07:58:56.284Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T07:58:56.285Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T07:58:56.285Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T07:58:56.286Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T07:58:56.286Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T07:58:56.286Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T07:59:05.826Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T07:59:05.829Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T07:59:56.284Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T07:59:56.285Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T07:59:56.285Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T07:59:56.286Z|ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T07:59:56.286Z|ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T07:59:56.286Z|ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c|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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T08:00:05.842Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T08:00:05.843Z|ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T08:00:56.284Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T08:00:56.286Z|b15b76f3-977f-4eed-ae19-ff22e97064bd|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T08:00:56.286Z|b15b76f3-977f-4eed-ae19-ff22e97064bd|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T08:00:56.286Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T08:00:56.286Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T08:00:56.286Z|b15b76f3-977f-4eed-ae19-ff22e97064bd|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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T08:01:05.832Z|b15b76f3-977f-4eed-ae19-ff22e97064bd|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T08:01:05.832Z|b4856d67-4c70-4e01-aa61-8df4c1acb610|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T08:01:56.284Z|b15b76f3-977f-4eed-ae19-ff22e97064bd|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T08:01:56.285Z|b15b76f3-977f-4eed-ae19-ff22e97064bd|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T08:01:56.285Z|b15b76f3-977f-4eed-ae19-ff22e97064bd|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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T08:01:56.286Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T08:01:56.286Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T08:01:56.286Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T08:02:05.826Z|b15b76f3-977f-4eed-ae19-ff22e97064bd|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T08:02:05.833Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T08:02:56.284Z|b15b76f3-977f-4eed-ae19-ff22e97064bd|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T08:02:56.285Z|b15b76f3-977f-4eed-ae19-ff22e97064bd|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T08:02:56.285Z|b15b76f3-977f-4eed-ae19-ff22e97064bd|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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T08:02:56.286Z|b8f2bf8f-558f-475c-b7a1-aa8611fff9f8|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T08:02:56.286Z|b8f2bf8f-558f-475c-b7a1-aa8611fff9f8|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T08:02:56.286Z|b8f2bf8f-558f-475c-b7a1-aa8611fff9f8|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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T08:03:05.834Z|b15b76f3-977f-4eed-ae19-ff22e97064bd|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T08:03:05.834Z|b8f2bf8f-558f-475c-b7a1-aa8611fff9f8|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T08:03:56.284Z|b15b76f3-977f-4eed-ae19-ff22e97064bd|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T08:03:56.285Z|b15b76f3-977f-4eed-ae19-ff22e97064bd|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T08:03:56.285Z|b15b76f3-977f-4eed-ae19-ff22e97064bd|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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T08:03:56.286Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T08:03:56.286Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T08:03:56.286Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T08:04:05.828Z|b15b76f3-977f-4eed-ae19-ff22e97064bd|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T08:04:05.836Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T08:04:56.284Z|b15b76f3-977f-4eed-ae19-ff22e97064bd|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T08:04:56.285Z|b15b76f3-977f-4eed-ae19-ff22e97064bd|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T08:04:56.285Z|b15b76f3-977f-4eed-ae19-ff22e97064bd|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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T08:04:56.286Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T08:04:56.286Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T08:04:56.286Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T08:05:05.827Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T08:05:05.830Z|b15b76f3-977f-4eed-ae19-ff22e97064bd|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T08:05:56.284Z|b15b76f3-977f-4eed-ae19-ff22e97064bd|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T08:05:56.285Z|b15b76f3-977f-4eed-ae19-ff22e97064bd|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T08:05:56.285Z|b15b76f3-977f-4eed-ae19-ff22e97064bd|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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T08:05:56.286Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T08:05:56.286Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T08:05:56.286Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T08:06:05.828Z|b15b76f3-977f-4eed-ae19-ff22e97064bd|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T08:06:05.831Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T08:06:56.284Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T08:06:56.285Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T08:06:56.285Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Vzzhpb2vWYCtMmLH) ... 2021-08-24T08:06:56.286Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T08:06:56.288Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T08:06:56.288Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T08:07:05.840Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T08:07:05.841Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T08:07:56.284Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T08:07:56.285Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T08:07:56.285Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Vzzhpb2vWYCtMmLH) ... 2021-08-24T08:07:56.286Z|ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T08:07:56.286Z|ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T08:07:56.286Z|ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c|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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T08:08:05.829Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T08:08:05.831Z|ba7ad2f6-c846-4751-ae3f-1ed0f3b7632c|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T08:08:56.284Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T08:08:56.285Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T08:08:56.285Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Vzzhpb2vWYCtMmLH) ... 2021-08-24T08:08:56.286Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T08:08:56.286Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T08:08:56.286Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T08:09:05.828Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T08:09:05.832Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T08:09:56.284Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T08:09:56.285Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T08:09:56.285Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Vzzhpb2vWYCtMmLH) ... 2021-08-24T08:09:56.286Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T08:09:56.286Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T08:09:56.286Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T08:09:57.148Z||http-nio-8085-exec-2|||||INFO|500||Error parsing HTTP request header Note: further occurrences of HTTP request parsing errors will be logged at DEBUG level. java.lang.IllegalArgumentException: Invalid character found in method name [JDWP-Handshake\n...]. HTTP method names must be tokens at org.apache.coyote.http11.Http11InputBuffer.parseRequestLine(Http11InputBuffer.java:417) at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:261) at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65) at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:888) at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1597) at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) at java.base/java.lang.Thread.run(Unknown Source) 2021-08-24T08:10:05.830Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T08:10:05.832Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T08:10:56.284Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T08:10:56.285Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T08:10:56.285Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Vzzhpb2vWYCtMmLH) ... 2021-08-24T08:10:56.286Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-24T08:10:56.286Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-24T08:10:56.286Z||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 Vzzhpb2vWYCtMmLH) ... 2021-08-24T08:11:05.829Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-24T08:11:05.831Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK