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-05-17T00:12:22.059Z||main|||||INFO|500||Starting Application on onap-so-sdc-controller-5767fc9865-lcn97 with PID 14 (/app/app.jar started by so in /app) 2021-05-17T00:12:22.064Z||main|||||DEBUG|500||Running with Spring Boot v2.3.7.RELEASE, Spring v5.2.12.RELEASE 2021-05-17T00:12:22.065Z||main|||||INFO|500||The following profiles are active: basic 2021-05-17T00:12:28.662Z||main|||||INFO|500||Starting service [Tomcat] 2021-05-17T00:12:28.662Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41] 2021-05-17T00:12:28.746Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext 2021-05-17T00:12:30.182Z||main|||||INFO|500||catdb-pool - Starting... 2021-05-17T00:12:30.340Z||main|||||INFO|500||catdb-pool - Start completed. 2021-05-17T00:12:30.668Z||main|||||INFO|500||reqdb-pool - Starting... 2021-05-17T00:12:30.674Z||main|||||INFO|500||reqdb-pool - Start completed. 2021-05-17T00:12:30.753Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB] 2021-05-17T00:12:30.893Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final 2021-05-17T00:12:31.352Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final} 2021-05-17T00:12:32.267Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2021-05-17T00:12:34.288Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2021-05-17T00:12:34.328Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB] 2021-05-17T00:12:34.746Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2021-05-17T00:12:34.963Z||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-05-17T00:12:36.051Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2021-05-17T00:12:36.916Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080 2021-05-17T00:12:36.940Z||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$$b24e24e2.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-05-17T00:12:36.941Z||main|||||WARN|500||The sdc end point is not alive 2021-05-17T00:12:38.934Z||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-05-17T00:12:40.962Z||main|||||WARN|500||--- 2021-05-17T00:12:40.993Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)! 2021-05-17T00:12:40.994Z||main|||||WARN|500||--- 2021-05-17T00:12:41.267Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ... 2021-05-17T00:12:44.266Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-05-17T00:12:44.267Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-05-17T00:12:44.267Z||main|||||INFO|500||Started Application in 24.062 seconds (JVM running for 25.167) 2021-05-17T00:12:44.276Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-05-17T00:12:44.333Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-05-17T00:12:44.376Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= b1c748b9-2b45-4d35-9890-17f089f12581 url= /sdc/v1/artifactTypes 2021-05-17T00:12:44.377Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-05-17T00:12:45.485Z||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.33.38] 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-05-17T00:12:45.489Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6a33e038 2021-05-17T00:12:45.490Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-05-17T00:12:45.499Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-05-17T00:12:45.501Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-05-17T00:12:45.503Z||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-05-17T00:13:34.262Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-05-17T00:13:34.262Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-05-17T00:13:34.263Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-05-17T00:13:34.266Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-05-17T00:13:34.271Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 4a247dc3-5448-4319-8159-6113cd1771c6 url= /sdc/v1/artifactTypes 2021-05-17T00:13:34.271Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-05-17T00:13:35.308Z||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.33.38] 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-05-17T00:13:35.309Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1696f90a 2021-05-17T00:13:35.309Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-05-17T00:13:35.309Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-05-17T00:13:35.309Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-05-17T00:13:35.309Z||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-05-17T00:14:24.262Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-05-17T00:14:24.262Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-05-17T00:14:24.262Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-05-17T00:14:24.266Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-05-17T00:14:24.270Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= af2ae5f4-4044-4fad-b615-293ce7aa2276 url= /sdc/v1/artifactTypes 2021-05-17T00:14:24.271Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-05-17T00:14:25.292Z||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.33.38] 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-05-17T00:14:25.293Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@32d8b540 2021-05-17T00:14:25.294Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-05-17T00:14:25.294Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-05-17T00:14:25.294Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-05-17T00:14:25.295Z||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-05-17T00:15:14.262Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-05-17T00:15:14.263Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-05-17T00:15:14.263Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-05-17T00:15:14.267Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-05-17T00:15:14.272Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 19796073-a53a-4e42-a276-196c877a2161 url= /sdc/v1/artifactTypes 2021-05-17T00:15:14.272Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-05-17T00:15:15.308Z||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.33.38] 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-05-17T00:15:15.309Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@71b05689 2021-05-17T00:15:15.309Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-05-17T00:15:15.309Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-05-17T00:15:15.310Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-05-17T00:15:15.310Z||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-05-17T00:16:04.262Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-05-17T00:16:04.263Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-05-17T00:16:04.264Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-05-17T00:16:04.266Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-05-17T00:16:04.271Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= d13999a2-e790-4ae6-87ce-9ab2d83aa8d7 url= /sdc/v1/artifactTypes 2021-05-17T00:16:04.271Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-05-17T00:16:05.292Z||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.33.38] 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-05-17T00:16:05.293Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2288a9fc 2021-05-17T00:16:05.293Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-05-17T00:16:05.293Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-05-17T00:16:05.294Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-05-17T00:16:05.294Z||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-05-17T00:16:54.262Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-05-17T00:16:54.262Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-05-17T00:16:54.262Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-05-17T00:16:54.266Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-05-17T00:16:54.274Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= fcf5bb7e-019d-456c-aad5-d099e294b7ca url= /sdc/v1/artifactTypes 2021-05-17T00:16:54.274Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-05-17T00:16:55.308Z||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.33.38] 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-05-17T00:16:55.309Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@57caa15c 2021-05-17T00:16:55.310Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-05-17T00:16:55.310Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-05-17T00:16:55.310Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-05-17T00:16:55.311Z||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-05-17T00:17:44.262Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-05-17T00:17:44.263Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-05-17T00:17:44.263Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-05-17T00:17:44.266Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-05-17T00:17:44.274Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 2450e482-2582-4386-87a6-2eb158137a9d url= /sdc/v1/artifactTypes 2021-05-17T00:17:44.274Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-05-17T00:17:45.292Z||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.33.38] 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-05-17T00:17:45.293Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4ce8d086 2021-05-17T00:17:45.293Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-05-17T00:17:45.293Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-05-17T00:17:45.293Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-05-17T00:17:45.294Z||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-05-17T00:18:34.262Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-05-17T00:18:34.262Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-05-17T00:18:34.263Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-05-17T00:18:34.265Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-05-17T00:18:34.270Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 4ea21b40-5ca9-4c3c-839b-e5bfd7f058bf url= /sdc/v1/artifactTypes 2021-05-17T00:18:34.270Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-05-17T00:18:35.308Z||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.33.38] 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-05-17T00:18:35.308Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6f8898b6 2021-05-17T00:18:35.309Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-05-17T00:18:35.309Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-05-17T00:18:35.309Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-05-17T00:18:35.310Z||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-05-17T00:19:24.262Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-05-17T00:19:24.262Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-05-17T00:19:24.262Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-05-17T00:19:24.265Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-05-17T00:19:24.269Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 6446fa5d-39fe-423b-923a-7802bb12fe5b url= /sdc/v1/artifactTypes 2021-05-17T00:19:24.269Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-05-17T00:19:25.292Z||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.33.38] 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-05-17T00:19:25.293Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@5b4f9823 2021-05-17T00:19:25.293Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-05-17T00:19:25.293Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-05-17T00:19:25.293Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-05-17T00:19:25.294Z||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-05-17T00:20:14.262Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-05-17T00:20:14.262Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-05-17T00:20:14.262Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-05-17T00:20:14.265Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-05-17T00:20:14.269Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 8b050030-5c2c-4f62-bd0c-4b37ae865a40 url= /sdc/v1/artifactTypes 2021-05-17T00:20:14.270Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-05-17T00:20:15.308Z||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.33.38] 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-05-17T00:20:15.309Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1ec50187 2021-05-17T00:20:15.309Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-05-17T00:20:15.309Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-05-17T00:20:15.309Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-05-17T00:20:15.309Z||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-05-17T00:21:04.262Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-05-17T00:21:04.262Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-05-17T00:21:04.262Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-05-17T00:21:04.265Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-05-17T00:21:04.270Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 6222778f-495f-45f8-8764-76e1a0b5b337 url= /sdc/v1/artifactTypes 2021-05-17T00:21:04.271Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-05-17T00:21:05.292Z||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.33.38] 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-05-17T00:21:05.293Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@50a34198 2021-05-17T00:21:05.293Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-05-17T00:21:05.293Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-05-17T00:21:05.293Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-05-17T00:21:05.294Z||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-05-17T00:21:54.262Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-05-17T00:21:54.262Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-05-17T00:21:54.262Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-05-17T00:21:54.264Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-05-17T00:21:54.268Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= cbd8c2cf-eeb0-4968-ac6d-c453277c696c url= /sdc/v1/artifactTypes 2021-05-17T00:21:54.268Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-05-17T00:21:55.308Z||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.33.38] 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-05-17T00:21:55.309Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@d016bf6 2021-05-17T00:21:55.309Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-05-17T00:21:55.310Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-05-17T00:21:55.310Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-05-17T00:21:55.310Z||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-05-17T00:22:44.262Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-05-17T00:22:44.262Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-05-17T00:22:44.262Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-05-17T00:22:44.264Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-05-17T00:22:44.269Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= e9fc683c-ecb2-4b7f-8fd1-5595de429076 url= /sdc/v1/artifactTypes 2021-05-17T00:22:44.269Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-05-17T00:22:45.296Z||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.33.38] 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-05-17T00:22:45.296Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1a83d2f2 2021-05-17T00:22:45.296Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-05-17T00:22:45.297Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-05-17T00:22:45.297Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-05-17T00:22:45.297Z||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-05-17T00:23:11.331Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet' 2021-05-17T00:23:34.262Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-05-17T00:23:34.262Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-05-17T00:23:34.262Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-05-17T00:23:34.265Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-05-17T00:23:34.270Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= f9ee9dfc-68ad-4807-9462-6feac3ddb84f url= /sdc/v1/artifactTypes 2021-05-17T00:23:34.270Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-05-17T00:23:35.308Z||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.33.38] 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-05-17T00:23:35.309Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4e7afbf 2021-05-17T00:23:35.309Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-05-17T00:23:35.309Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-05-17T00:23:35.310Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-05-17T00:23:35.310Z||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-05-17T00:24:24.262Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-05-17T00:24:24.263Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-05-17T00:24:24.263Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-05-17T00:24:24.268Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-05-17T00:24:24.275Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 7c830b05-f8a9-4617-b4ad-4b0d1f530b09 url= /sdc/v1/artifactTypes 2021-05-17T00:24:24.275Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-05-17T00:24:25.292Z||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.33.38] 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-05-17T00:24:25.293Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4e4dcbbd 2021-05-17T00:24:25.293Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-05-17T00:24:25.293Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-05-17T00:24:25.294Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-05-17T00:24:25.294Z||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-05-17T00:25:14.263Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-05-17T00:25:14.263Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-05-17T00:25:14.263Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-05-17T00:25:14.266Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-05-17T00:25:14.273Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 0794bbc7-9537-4597-a1c1-66d62af23a66 url= /sdc/v1/artifactTypes 2021-05-17T00:25:14.273Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-05-17T00:25:15.308Z||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.33.38] 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-05-17T00:25:15.308Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4ff4f32 2021-05-17T00:25:15.308Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-05-17T00:25:15.309Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-05-17T00:25:15.309Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-05-17T00:25:15.309Z||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-05-17T00:26:04.262Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-05-17T00:26:04.262Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-05-17T00:26:04.262Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-05-17T00:26:04.265Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-05-17T00:26:04.270Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= d30d15f6-acd0-4c9a-a200-09e7066d9057 url= /sdc/v1/artifactTypes 2021-05-17T00:26:04.270Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-05-17T00:26:05.296Z||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.33.38] 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 jdk.internal.reflect.GeneratedMethodAccessor138.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) ... 28 common frames omitted 2021-05-17T00:26:05.297Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@12b4e2ff 2021-05-17T00:26:05.297Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-05-17T00:26:05.297Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-05-17T00:26:05.297Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-05-17T00:26:05.297Z||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 jdk.internal.reflect.GeneratedMethodAccessor138.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) ... 11 common frames omitted 2021-05-17T00:26:54.262Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-05-17T00:26:54.262Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-05-17T00:26:54.263Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-05-17T00:26:54.265Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-05-17T00:26:54.270Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 8ab99482-d828-428b-aa71-4ac4e7a92a9c url= /sdc/v1/artifactTypes 2021-05-17T00:26:54.270Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-05-17T00:26:55.308Z||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.33.38] 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 jdk.internal.reflect.GeneratedMethodAccessor138.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) ... 28 common frames omitted 2021-05-17T00:26:55.309Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1968541a 2021-05-17T00:26:55.309Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-05-17T00:26:55.309Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-05-17T00:26:55.310Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-05-17T00:26:55.310Z||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 jdk.internal.reflect.GeneratedMethodAccessor138.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) ... 11 common frames omitted 2021-05-17T00:27:44.262Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-05-17T00:27:44.262Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-05-17T00:27:44.262Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-05-17T00:27:44.264Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-05-17T00:27:44.267Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= bb12b5f3-a215-473b-8855-8d11e3234ae1 url= /sdc/v1/artifactTypes 2021-05-17T00:27:44.267Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-05-17T00:27:44.434Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-05-17T00:27:44.442Z||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-05-17T00:27:44.467Z||scheduling-1|||||DEBUG|500||create keys 2021-05-17T00:27:44.473Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2021-05-17T00:27:44.494Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T00:27:44.512Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= a70bc0cf-ad1e-4346-8aea-dc71d86af377 url= /sdc/v1/registerForDistribution 2021-05-17T00:27:44.624Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= a70bc0cf-ad1e-4346-8aea-dc71d86af377 url= /sdc/v1/registerForDistribution 2021-05-17T00:27:44.624Z||scheduling-1|||||INFO|500||start DistributionClient 2021-05-17T00:27:44.635Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T00:27:44.635Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T00:27:44.640Z||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-05-17T00:27:44.640Z||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-05-17T00:27:44.640Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus 2021-05-17T00:27:44.640Z||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 TYaINVSyUqPBxPVw) ... 2021-05-17T00:27:44.640Z||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 TYaINVSyUqPBxPVw) ... 2021-05-17T00:27:54.918Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T00:27:54.949Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T00:28:44.633Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T00:28:44.634Z||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-05-17T00:28:44.634Z||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 TYaINVSyUqPBxPVw) ... 2021-05-17T00:28:44.635Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T00:28:44.636Z||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-05-17T00:28:44.636Z||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 TYaINVSyUqPBxPVw) ... 2021-05-17T00:28:54.178Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T00:28:54.182Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T00:29:44.634Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T00:29:44.634Z||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-05-17T00:29:44.635Z||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 TYaINVSyUqPBxPVw) ... 2021-05-17T00:29:44.635Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T00:29:44.635Z||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-05-17T00:29:44.636Z||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 TYaINVSyUqPBxPVw) ... 2021-05-17T00:29:54.178Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T00:29:54.180Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T00:30:44.633Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T00:30:44.634Z||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-05-17T00:30:44.634Z||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 TYaINVSyUqPBxPVw) ... 2021-05-17T00:30:44.635Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T00:30:44.636Z||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-05-17T00:30:44.636Z||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 TYaINVSyUqPBxPVw) ... 2021-05-17T00:30:54.176Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T00:30:54.177Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T00:31:44.633Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T00:31:44.634Z||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-05-17T00:31:44.634Z||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 TYaINVSyUqPBxPVw) ... 2021-05-17T00:31:44.635Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T00:31:44.636Z||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-05-17T00:31:44.636Z||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 TYaINVSyUqPBxPVw) ... 2021-05-17T00:31:54.175Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T00:31:54.177Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T00:32:44.633Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T00:32:44.634Z||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-05-17T00:32:44.634Z||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 TYaINVSyUqPBxPVw) ... 2021-05-17T00:32:44.635Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T00:32:44.635Z||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-05-17T00:32:44.635Z||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 TYaINVSyUqPBxPVw) ... 2021-05-17T00:32:54.175Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T00:32:54.177Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T00:33:44.633Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T00:33:44.633Z||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-05-17T00:33:44.634Z||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 TYaINVSyUqPBxPVw) ... 2021-05-17T00:33:44.635Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T00:33:44.636Z||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-05-17T00:33:44.636Z||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 TYaINVSyUqPBxPVw) ... 2021-05-17T00:33:54.172Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T00:33:54.174Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T00:34:44.633Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T00:34:44.633Z||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-05-17T00:34:44.634Z||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 TYaINVSyUqPBxPVw) ... 2021-05-17T00:34:44.635Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T00:34:44.635Z||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-05-17T00:34:44.635Z||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 TYaINVSyUqPBxPVw) ... 2021-05-17T00:34:54.176Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T00:34:54.176Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T00:35:44.633Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T00:35:44.635Z||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-05-17T00:35:44.635Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T00:35:44.635Z||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 TYaINVSyUqPBxPVw) ... 2021-05-17T00:35:44.635Z||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-05-17T00:35:44.636Z||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 TYaINVSyUqPBxPVw) ... 2021-05-17T00:35:54.210Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T00:35:54.211Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T00:36:44.633Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T00:36:44.634Z||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-05-17T00:36:44.634Z||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 TYaINVSyUqPBxPVw) ... 2021-05-17T00:36:44.635Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T00:36:44.635Z||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-05-17T00:36:44.635Z||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 TYaINVSyUqPBxPVw) ... 2021-05-17T00:36:54.174Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T00:36:54.174Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T00:37:44.633Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T00:37:44.634Z||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-05-17T00:37:44.634Z||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 TYaINVSyUqPBxPVw) ... 2021-05-17T00:37:44.635Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T00:37:44.635Z||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-05-17T00:37:44.636Z||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 TYaINVSyUqPBxPVw) ... 2021-05-17T00:37:54.172Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T00:37:54.174Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T00:38:44.633Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T00:38:44.634Z||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-05-17T00:38:44.634Z||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 TYaINVSyUqPBxPVw) ... 2021-05-17T00:38:44.635Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T00:38:44.635Z||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-05-17T00:38:44.635Z||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 TYaINVSyUqPBxPVw) ... 2021-05-17T00:38:54.172Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T00:38:54.176Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T00:39:44.633Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T00:39:44.633Z||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-05-17T00:39:44.634Z||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 TYaINVSyUqPBxPVw) ... 2021-05-17T00:39:44.635Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T00:39:44.636Z||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-05-17T00:39:44.636Z||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 TYaINVSyUqPBxPVw) ... 2021-05-17T00:39:54.171Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T00:39:54.173Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T00:40:44.633Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T00:40:44.634Z||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-05-17T00:40:44.634Z||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 TYaINVSyUqPBxPVw) ... 2021-05-17T00:40:44.635Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T00:40:44.635Z||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-05-17T00:40:44.635Z||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 TYaINVSyUqPBxPVw) ... 2021-05-17T00:40:54.171Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T00:40:54.177Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T00:41:44.633Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T00:41:44.633Z||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-05-17T00:41:44.633Z||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 TYaINVSyUqPBxPVw) ... 2021-05-17T00:41:44.635Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T00:41:44.635Z||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-05-17T00:41:44.635Z||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 TYaINVSyUqPBxPVw) ... 2021-05-17T00:41:54.172Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T00:41:54.173Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T00:42:44.633Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T00:42:44.634Z||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-05-17T00:42:44.634Z||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 TYaINVSyUqPBxPVw) ... 2021-05-17T00:42:44.635Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T00:42:44.635Z||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-05-17T00:42:44.635Z||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 TYaINVSyUqPBxPVw) ... 2021-05-17T00:42:54.173Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T00:42:54.175Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T00:43:44.633Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T00:43:44.634Z||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-05-17T00:43:44.634Z||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 TYaINVSyUqPBxPVw) ... 2021-05-17T00:43:44.635Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T00:43:44.635Z||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-05-17T00:43:44.635Z||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 TYaINVSyUqPBxPVw) ... 2021-05-17T00:43:54.173Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T00:43:54.173Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T00:44:44.633Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T00:44:44.633Z||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-05-17T00:44:44.634Z||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 TYaINVSyUqPBxPVw) ... 2021-05-17T00:44:44.635Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T00:44:44.635Z||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-05-17T00:44:44.635Z||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 TYaINVSyUqPBxPVw) ... 2021-05-17T00:44:54.173Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T00:44:54.173Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T00:45:44.633Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T00:45:44.634Z||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-05-17T00:45:44.634Z||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 TYaINVSyUqPBxPVw) ... 2021-05-17T00:45:44.635Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T00:45:44.635Z||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-05-17T00:45:44.635Z||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 TYaINVSyUqPBxPVw) ... 2021-05-17T00:45:54.192Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T00:45:54.193Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T00:46:44.633Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T00:46:44.634Z||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-05-17T00:46:44.634Z||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 TYaINVSyUqPBxPVw) ... 2021-05-17T00:46:44.635Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T00:46:44.635Z||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-05-17T00:46:44.635Z||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 TYaINVSyUqPBxPVw) ... 2021-05-17T00:46:54.172Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T00:46:54.175Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T00:47:44.633Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T00:47:44.633Z||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-05-17T00:47:44.634Z||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 TYaINVSyUqPBxPVw) ... 2021-05-17T00:47:44.635Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T00:47:44.635Z||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-05-17T00:47:44.635Z||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 TYaINVSyUqPBxPVw) ... 2021-05-17T00:47:54.170Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T00:47:54.174Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T00:48:44.633Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T00:48:44.634Z||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-05-17T00:48:44.634Z||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 TYaINVSyUqPBxPVw) ... 2021-05-17T00:48:44.635Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T00:48:44.636Z||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-05-17T00:48:44.636Z||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 TYaINVSyUqPBxPVw) ... 2021-05-17T00:48:54.195Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T00:48:54.203Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T00:49:44.633Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T00:49:44.635Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T00:49:44.636Z||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-05-17T00:49:44.636Z||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-05-17T00:49:44.636Z||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 TYaINVSyUqPBxPVw) ... 2021-05-17T00:49:44.636Z||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 TYaINVSyUqPBxPVw) ... 2021-05-17T00:49:54.179Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T00:49:54.180Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T00:50:44.634Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T00:50:44.635Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T00:50:44.636Z||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-05-17T00:50:44.636Z||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-05-17T00:50:44.636Z||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 TYaINVSyUqPBxPVw) ... 2021-05-17T00:50:44.636Z||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 TYaINVSyUqPBxPVw) ... 2021-05-17T00:50:54.178Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T00:50:54.178Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T00:51:44.633Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T00:51:44.634Z||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-05-17T00:51:44.634Z||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 TYaINVSyUqPBxPVw) ... 2021-05-17T00:51:44.635Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T00:51:44.635Z||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-05-17T00:51:44.635Z||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 TYaINVSyUqPBxPVw) ... 2021-05-17T00:51:54.174Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T00:51:54.187Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T00:52:44.633Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T00:52:44.633Z||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-05-17T00:52:44.634Z||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 TYaINVSyUqPBxPVw) ... 2021-05-17T00:52:44.635Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T00:52:44.635Z||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-05-17T00:52:44.635Z||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 TYaINVSyUqPBxPVw) ... 2021-05-17T00:52:54.172Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T00:52:54.177Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T00:53:44.633Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T00:53:44.633Z||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-05-17T00:53:44.634Z||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 TYaINVSyUqPBxPVw) ... 2021-05-17T00:53:44.635Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T00:53:44.635Z||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-05-17T00:53:44.635Z||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 TYaINVSyUqPBxPVw) ... 2021-05-17T00:53:54.172Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T00:53:54.174Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T00:54:44.633Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T00:54:44.633Z||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-05-17T00:54:44.633Z||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 TYaINVSyUqPBxPVw) ... 2021-05-17T00:54:44.635Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T00:54:44.635Z||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-05-17T00:54:44.635Z||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 TYaINVSyUqPBxPVw) ... 2021-05-17T00:54:54.172Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T00:54:54.172Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T00:55:44.633Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T00:55:44.634Z||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-05-17T00:55:44.634Z||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 TYaINVSyUqPBxPVw) ... 2021-05-17T00:55:44.635Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T00:55:44.635Z||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-05-17T00:55:44.635Z||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 TYaINVSyUqPBxPVw) ... 2021-05-17T00:55:54.173Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T00:55:54.173Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T00:56:44.633Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T00:56:44.634Z||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-05-17T00:56:44.634Z||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 TYaINVSyUqPBxPVw) ... 2021-05-17T00:56:44.635Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T00:56:44.635Z||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-05-17T00:56:44.636Z||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 TYaINVSyUqPBxPVw) ... 2021-05-17T00:56:54.169Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T00:56:54.170Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T00:57:44.633Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T00:57:44.634Z||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-05-17T00:57:44.634Z||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 TYaINVSyUqPBxPVw) ... 2021-05-17T00:57:44.635Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T00:57:44.635Z||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-05-17T00:57:44.635Z||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 TYaINVSyUqPBxPVw) ... 2021-05-17T00:57:54.189Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T00:57:54.189Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T00:58:44.633Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T00:58:44.633Z||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-05-17T00:58:44.634Z||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 TYaINVSyUqPBxPVw) ... 2021-05-17T00:58:44.635Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T00:58:44.635Z||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-05-17T00:58:44.635Z||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 TYaINVSyUqPBxPVw) ... 2021-05-17T00:58:54.171Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T00:58:54.174Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T00:59:44.633Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T00:59:44.634Z||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-05-17T00:59:44.634Z||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 TYaINVSyUqPBxPVw) ... 2021-05-17T00:59:44.635Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T00:59:44.635Z||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-05-17T00:59:44.636Z||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 TYaINVSyUqPBxPVw) ... 2021-05-17T00:59:54.171Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T00:59:54.174Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T01:00:44.633Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T01:00:44.633Z||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-05-17T01:00:44.634Z||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 TYaINVSyUqPBxPVw) ... 2021-05-17T01:00:44.635Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T01:00:44.635Z||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-05-17T01:00:44.635Z||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 TYaINVSyUqPBxPVw) ... 2021-05-17T01:00:54.169Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T01:00:54.170Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T01:01:44.633Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T01:01:44.633Z||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-05-17T01:01:44.634Z||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 TYaINVSyUqPBxPVw) ... 2021-05-17T01:01:44.635Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T01:01:44.635Z||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-05-17T01:01:44.635Z||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 TYaINVSyUqPBxPVw) ... 2021-05-17T01:01:54.171Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T01:01:54.173Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T01:02:44.633Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T01:02:44.633Z||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-05-17T01:02:44.634Z||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 TYaINVSyUqPBxPVw) ... 2021-05-17T01:02:44.635Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T01:02:44.635Z||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-05-17T01:02:44.635Z||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 TYaINVSyUqPBxPVw) ... 2021-05-17T01:02:54.169Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T01:02:54.171Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T01:03:44.633Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T01:03:44.633Z||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-05-17T01:03:44.634Z||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 TYaINVSyUqPBxPVw) ... 2021-05-17T01:03:44.635Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T01:03:44.635Z||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-05-17T01:03:44.635Z||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 TYaINVSyUqPBxPVw) ... 2021-05-17T01:03:54.172Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T01:03:54.174Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T01:04:44.633Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T01:04:44.633Z||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-05-17T01:04:44.634Z||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 TYaINVSyUqPBxPVw) ... 2021-05-17T01:04:44.635Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T01:04:44.635Z||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-05-17T01:04:44.635Z||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 TYaINVSyUqPBxPVw) ... 2021-05-17T01:04:54.172Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T01:04:54.172Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T01:05:44.633Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T01:05:44.634Z||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-05-17T01:05:44.634Z||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 TYaINVSyUqPBxPVw) ... 2021-05-17T01:05:44.635Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T01:05:44.635Z||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-05-17T01:05:44.635Z||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 TYaINVSyUqPBxPVw) ... 2021-05-17T01:05:54.173Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T01:05:54.175Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T01:06:44.633Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T01:06:44.634Z||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-05-17T01:06:44.635Z||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 TYaINVSyUqPBxPVw) ... 2021-05-17T01:06:44.635Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T01:06:44.636Z||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-05-17T01:06:44.636Z||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 TYaINVSyUqPBxPVw) ... 2021-05-17T01:06:54.177Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T01:06:54.177Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T01:07:44.633Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T01:07:44.634Z||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-05-17T01:07:44.634Z||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 TYaINVSyUqPBxPVw) ... 2021-05-17T01:07:44.635Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T01:07:44.635Z||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-05-17T01:07:44.635Z||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 TYaINVSyUqPBxPVw) ... 2021-05-17T01:07:54.170Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T01:07:54.174Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T01:08:44.633Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T01:08:44.634Z||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-05-17T01:08:44.634Z||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 TYaINVSyUqPBxPVw) ... 2021-05-17T01:08:44.635Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T01:08:44.635Z||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-05-17T01:08:44.635Z||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 TYaINVSyUqPBxPVw) ... 2021-05-17T01:08:54.174Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T01:08:54.174Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T01:09:44.633Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T01:09:44.634Z||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-05-17T01:09:44.634Z||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 TYaINVSyUqPBxPVw) ... 2021-05-17T01:09:44.635Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T01:09:44.635Z||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-05-17T01:09:44.635Z||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 TYaINVSyUqPBxPVw) ... 2021-05-17T01:09:54.174Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T01:09:54.174Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T01:10:44.633Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T01:10:44.634Z||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-05-17T01:10:44.634Z||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 TYaINVSyUqPBxPVw) ... 2021-05-17T01:10:44.635Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T01:10:44.635Z||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-05-17T01:10:44.635Z||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 TYaINVSyUqPBxPVw) ... 2021-05-17T01:10:54.171Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T01:10:54.171Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T01:11:44.633Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T01:11:44.634Z||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-05-17T01:11:44.634Z||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 TYaINVSyUqPBxPVw) ... 2021-05-17T01:11:44.635Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T01:11:44.635Z||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-05-17T01:11:44.635Z||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 TYaINVSyUqPBxPVw) ... 2021-05-17T01:11:54.181Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T01:11:54.181Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T01:12:44.633Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T01:12:44.633Z||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-05-17T01:12:44.633Z||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 TYaINVSyUqPBxPVw) ... 2021-05-17T01:12:44.635Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T01:12:44.635Z||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-05-17T01:12:44.635Z||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 TYaINVSyUqPBxPVw) ... 2021-05-17T01:12:45.203Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T01:12:45.205Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T01:12:45.205Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bd81830-801e-4c3a-9878-2035884fa124", "consumerID": "multicloud-k8s-id", "timestamp": 1621213952792, "artifactURL": "/sdc/v1/catalog/services/Vfw20210517010839/1.0/resourceInstances/vfwf4236a59c9780/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-17T01:12:45.222Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T01:12:45.222Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T01:12:45.222Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bd81830-801e-4c3a-9878-2035884fa124", "consumerID": "dcae-sch", "timestamp": 1621213950510, "artifactURL": "/sdc/v1/catalog/services/Vfw20210517010839/1.0/resourceInstances/vfwf4236a59c9780/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-17T01:12:45.222Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T01:12:45.223Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T01:12:45.223Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bd81830-801e-4c3a-9878-2035884fa124", "consumerID": "policy-id", "timestamp": 1621213957835, "artifactURL": "/sdc/v1/catalog/services/Vfw20210517010839/1.0/resourceInstances/vfwf4236a59c9780/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-17T01:12:45.223Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T01:12:45.223Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T01:12:45.223Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bd81830-801e-4c3a-9878-2035884fa124", "consumerID": "multicloud-k8s-id", "timestamp": 1621213952792, "artifactURL": "/sdc/v1/catalog/services/Vfw20210517010839/1.0/resourceInstances/vfwf4236a59c9780/artifacts/vfwf4236a59c9780_modules.json", "status": "NOTIFIED" } 2021-05-17T01:12:45.223Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T01:12:45.223Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T01:12:45.223Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bd81830-801e-4c3a-9878-2035884fa124", "consumerID": "dcae-sch", "timestamp": 1621213950510, "artifactURL": "/sdc/v1/catalog/services/Vfw20210517010839/1.0/resourceInstances/vfwf4236a59c9780/artifacts/vfwf4236a59c9780_modules.json", "status": "NOT_NOTIFIED" } 2021-05-17T01:12:45.223Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T01:12:45.223Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T01:12:45.223Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bd81830-801e-4c3a-9878-2035884fa124", "consumerID": "policy-id", "timestamp": 1621213957835, "artifactURL": "/sdc/v1/catalog/services/Vfw20210517010839/1.0/resourceInstances/vfwf4236a59c9780/artifacts/vfwf4236a59c9780_modules.json", "status": "NOT_NOTIFIED" } 2021-05-17T01:12:45.224Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T01:12:45.224Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T01:12:45.224Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bd81830-801e-4c3a-9878-2035884fa124", "consumerID": "multicloud-k8s-id", "timestamp": 1621213952792, "artifactURL": "/sdc/v1/catalog/services/Vfw20210517010839/1.0/resourceInstances/vfwf4236a59c9780/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-05-17T01:12:45.224Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T01:12:45.224Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T01:12:45.224Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bd81830-801e-4c3a-9878-2035884fa124", "consumerID": "dcae-sch", "timestamp": 1621213950510, "artifactURL": "/sdc/v1/catalog/services/Vfw20210517010839/1.0/resourceInstances/vfwf4236a59c9780/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-05-17T01:12:45.224Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T01:12:45.224Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T01:12:45.224Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bd81830-801e-4c3a-9878-2035884fa124", "consumerID": "policy-id", "timestamp": 1621213957835, "artifactURL": "/sdc/v1/catalog/services/Vfw20210517010839/1.0/resourceInstances/vfwf4236a59c9780/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-05-17T01:12:45.224Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T01:12:45.224Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T01:12:45.224Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bd81830-801e-4c3a-9878-2035884fa124", "consumerID": "multicloud-k8s-id", "timestamp": 1621213952792, "artifactURL": "/sdc/v1/catalog/services/Vfw20210517010839/1.0/resourceInstances/vfwf4236a59c9780/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-17T01:12:45.225Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T01:12:45.225Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T01:12:45.225Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bd81830-801e-4c3a-9878-2035884fa124", "consumerID": "dcae-sch", "timestamp": 1621213950510, "artifactURL": "/sdc/v1/catalog/services/Vfw20210517010839/1.0/resourceInstances/vfwf4236a59c9780/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-17T01:12:45.225Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T01:12:45.225Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T01:12:45.225Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bd81830-801e-4c3a-9878-2035884fa124", "consumerID": "policy-id", "timestamp": 1621213957835, "artifactURL": "/sdc/v1/catalog/services/Vfw20210517010839/1.0/resourceInstances/vfwf4236a59c9780/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-17T01:12:45.225Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T01:12:45.225Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T01:12:45.225Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bd81830-801e-4c3a-9878-2035884fa124", "consumerID": "ves-openapi-manager", "timestamp": 1621213961600, "artifactURL": "/sdc/v1/catalog/services/Vfw20210517010839/1.0/resourceInstances/vfwf4236a59c9780/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-17T01:12:45.225Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T01:12:45.225Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T01:12:45.225Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bd81830-801e-4c3a-9878-2035884fa124", "consumerID": "multicloud-k8s-id", "timestamp": 1621213952792, "artifactURL": "/sdc/v1/catalog/services/Vfw20210517010839/1.0/resourceInstances/vfwf4236a59c9780/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-05-17T01:12:45.226Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T01:12:45.226Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T01:12:45.226Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bd81830-801e-4c3a-9878-2035884fa124", "consumerID": "dcae-sch", "timestamp": 1621213950510, "artifactURL": "/sdc/v1/catalog/services/Vfw20210517010839/1.0/resourceInstances/vfwf4236a59c9780/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-05-17T01:12:45.226Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T01:12:45.226Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T01:12:45.226Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bd81830-801e-4c3a-9878-2035884fa124", "consumerID": "policy-id", "timestamp": 1621213957835, "artifactURL": "/sdc/v1/catalog/services/Vfw20210517010839/1.0/resourceInstances/vfwf4236a59c9780/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-05-17T01:12:45.227Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T01:12:45.227Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T01:12:45.227Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bd81830-801e-4c3a-9878-2035884fa124", "consumerID": "ves-openapi-manager", "timestamp": 1621213961600, "artifactURL": "/sdc/v1/catalog/services/Vfw20210517010839/1.0/resourceInstances/vfwf4236a59c9780/artifacts/vfwf4236a59c9780_modules.json", "status": "NOT_NOTIFIED" } 2021-05-17T01:12:45.227Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T01:12:45.227Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T01:12:45.227Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bd81830-801e-4c3a-9878-2035884fa124", "consumerID": "cds", "timestamp": 1621213962854, "artifactURL": "/sdc/v1/catalog/services/Vfw20210517010839/1.0/resourceInstances/vfwf4236a59c9780/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-17T01:12:45.227Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T01:12:45.227Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T01:12:45.227Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bd81830-801e-4c3a-9878-2035884fa124", "consumerID": "multicloud-k8s-id", "timestamp": 1621213952792, "artifactURL": "/sdc/v1/catalog/services/Vfw20210517010839/1.0/artifacts/service-Vfw20210517010839-template.yml", "status": "NOT_NOTIFIED" } 2021-05-17T01:12:45.227Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T01:12:45.228Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T01:12:45.228Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bd81830-801e-4c3a-9878-2035884fa124", "consumerID": "dcae-sch", "timestamp": 1621213950510, "artifactURL": "/sdc/v1/catalog/services/Vfw20210517010839/1.0/artifacts/service-Vfw20210517010839-template.yml", "status": "NOT_NOTIFIED" } 2021-05-17T01:12:45.228Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T01:12:45.228Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T01:12:45.228Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bd81830-801e-4c3a-9878-2035884fa124", "consumerID": "policy-id", "timestamp": 1621213957835, "artifactURL": "/sdc/v1/catalog/services/Vfw20210517010839/1.0/artifacts/service-Vfw20210517010839-template.yml", "status": "NOT_NOTIFIED" } 2021-05-17T01:12:45.228Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T01:12:45.228Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T01:12:45.228Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bd81830-801e-4c3a-9878-2035884fa124", "consumerID": "ves-openapi-manager", "timestamp": 1621213961600, "artifactURL": "/sdc/v1/catalog/services/Vfw20210517010839/1.0/resourceInstances/vfwf4236a59c9780/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-05-17T01:12:45.228Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T01:12:45.228Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T01:12:45.228Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bd81830-801e-4c3a-9878-2035884fa124", "consumerID": "multicloud-starlingx-id", "timestamp": 1621213963621, "artifactURL": "/sdc/v1/catalog/services/Vfw20210517010839/1.0/resourceInstances/vfwf4236a59c9780/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-17T01:12:45.228Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T01:12:45.229Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T01:12:45.229Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bd81830-801e-4c3a-9878-2035884fa124", "consumerID": "cds", "timestamp": 1621213962854, "artifactURL": "/sdc/v1/catalog/services/Vfw20210517010839/1.0/resourceInstances/vfwf4236a59c9780/artifacts/vfwf4236a59c9780_modules.json", "status": "NOT_NOTIFIED" } 2021-05-17T01:12:45.229Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T01:12:45.260Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T01:12:45.261Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-17T01:12:45.261Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"8bd81830-801e-4c3a-9878-2035884fa124","serviceName":"vFW 2021-05-17 01-08-39","serviceVersion":"1.0","serviceUUID":"5605e79b-f617-42c8-b57a-4dc482928708","serviceDescription":"catalog service description","serviceInvariantUUID":"e9e18d77-4412-4a94-90d4-364066389a57","resources":[{"resourceInstanceName":"vFW f4236a59-c978 0","resourceName":"vFW f4236a59-c978","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"1fea0f9a-3aeb-4da8-b4e2-999a8bfe0f95","resourceInvariantUUID":"8edf662e-e1e4-4382-85be-b0d48e8242c8","resourceCustomizationUUID":"feb796c7-fc3b-49ee-9de4-8a362df13b65","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210517010839/1.0/resourceInstances/vfwf4236a59c9780/artifacts/vf-license-model.xml","artifactChecksum":"ZWExNmM2NDVmMmJjMjhlMzJkZmViZmNmYWQ3ODlhNDc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"50273b3b-3675-42fa-b730-91459c38b09b","artifactVersion":"1"},{"artifactName":"vfwf4236a59c9780_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20210517010839/1.0/resourceInstances/vfwf4236a59c9780/artifacts/vfwf4236a59c9780_modules.json","artifactChecksum":"MThlMTI0OTFkOThlNTQ5ZmRhODcxOWU5NDU0NDIzMmE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"8abb0ce1-3972-47f9-84ec-6aa299875af4","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20210517010839/1.0/resourceInstances/vfwf4236a59c9780/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"7705e045-6891-4ffd-a59f-ba78fc0c4931","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210517010839/1.0/resourceInstances/vfwf4236a59c9780/artifacts/vendor-license-model.xml","artifactChecksum":"MzlkMGRhMjE1NWZjY2NiOTBjMzYxNTlhMjU1MzQyZGY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"fd970c3a-6e7c-4974-8173-1638880b85dc","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20210517010839/1.0/resourceInstances/vfwf4236a59c9780/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"865cd030-d638-4167-bd42-2b0288d8a35e","artifactVersion":"2","generatedFromUUID":"7705e045-6891-4ffd-a59f-ba78fc0c4931"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20210517010839-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20210517010839/1.0/artifacts/service-Vfw20210517010839-template.yml","artifactChecksum":"ZjQ0MzcwMGUyMDJmNzBmYjY0NGRiYTNmNGI0M2ZhMWQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"99e4d653-f6a0-4bcb-8fed-86b8e78a2f94","artifactVersion":"1"},{"artifactName":"service-Vfw20210517010839-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20210517010839/1.0/artifacts/service-Vfw20210517010839-csar.csar","artifactChecksum":"MWQ4NGRjNTcwYTllYzIwNGFlNjFiMGYyNTZjNjAxMDE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"04707022-5804-4a37-b9b6-cf03361708ad","artifactVersion":"1"}],"workloadContext":"Production"} 2021-05-17T01:12:45.266Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-17T01:12:45.271Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-05-17T01:12:45.278Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-17T01:12:45.278Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "8bd81830-801e-4c3a-9878-2035884fa124", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621213964633, "artifactURL": "/sdc/v1/catalog/services/Vfw20210517010839/1.0/resourceInstances/vfwf4236a59c9780/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-17T01:12:45.379Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2021-05-17T01:12:45.383Z||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-05-17T01:12:45.383Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TYaINVSyUqPBxPVw) ... 2021-05-17T01:12:45.394Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T01:12:45.394Z||pool-3-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-05-17T01:12:46.283Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-17T01:12:46.283Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-05-17T01:12:46.285Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-17T01:12:46.285Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "8bd81830-801e-4c3a-9878-2035884fa124", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621213964633, "artifactURL": "/sdc/v1/catalog/services/Vfw20210517010839/1.0/resourceInstances/vfwf4236a59c9780/artifacts/vfwf4236a59c9780_modules.json", "status": "NOTIFIED" } 2021-05-17T01:12:46.385Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-17T01:12:46.386Z||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-05-17T01:12:46.387Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TYaINVSyUqPBxPVw) ... 2021-05-17T01:12:46.398Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T01:12:46.398Z||pool-4-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2021-05-17T01:12:47.285Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-17T01:12:47.286Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-05-17T01:12:47.288Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-17T01:12:47.288Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "8bd81830-801e-4c3a-9878-2035884fa124", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621213964633, "artifactURL": "/sdc/v1/catalog/services/Vfw20210517010839/1.0/resourceInstances/vfwf4236a59c9780/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-05-17T01:12:47.388Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-17T01:12:47.389Z||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-05-17T01:12:47.389Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TYaINVSyUqPBxPVw) ... 2021-05-17T01:12:47.400Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T01:12:47.400Z||pool-5-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-05-17T01:12:48.288Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-17T01:12:48.289Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-05-17T01:12:48.291Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-17T01:12:48.291Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "8bd81830-801e-4c3a-9878-2035884fa124", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621213964633, "artifactURL": "/sdc/v1/catalog/services/Vfw20210517010839/1.0/resourceInstances/vfwf4236a59c9780/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-17T01:12:48.391Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-17T01:12:48.392Z||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-05-17T01:12:48.392Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TYaINVSyUqPBxPVw) ... 2021-05-17T01:12:48.403Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T01:12:48.403Z||pool-6-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-05-17T01:12:49.291Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-17T01:12:49.292Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-05-17T01:12:49.294Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-17T01:12:49.294Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "8bd81830-801e-4c3a-9878-2035884fa124", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621213964633, "artifactURL": "/sdc/v1/catalog/services/Vfw20210517010839/1.0/resourceInstances/vfwf4236a59c9780/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-05-17T01:12:49.394Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-17T01:12:49.397Z||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-05-17T01:12:49.397Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TYaINVSyUqPBxPVw) ... 2021-05-17T01:12:49.407Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T01:12:49.407Z||pool-7-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-05-17T01:12:50.294Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-17T01:12:50.295Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-05-17T01:12:50.297Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-17T01:12:50.297Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "8bd81830-801e-4c3a-9878-2035884fa124", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621213964633, "artifactURL": "/sdc/v1/catalog/services/Vfw20210517010839/1.0/artifacts/service-Vfw20210517010839-template.yml", "status": "NOT_NOTIFIED" } 2021-05-17T01:12:50.397Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-17T01:12:50.398Z||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-05-17T01:12:50.398Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TYaINVSyUqPBxPVw) ... 2021-05-17T01:12:50.408Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T01:12:50.409Z||pool-8-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2021-05-17T01:12:51.297Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-17T01:12:51.298Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-05-17T01:12:51.299Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-17T01:12:51.300Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "8bd81830-801e-4c3a-9878-2035884fa124", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621213964633, "artifactURL": "/sdc/v1/catalog/services/Vfw20210517010839/1.0/artifacts/service-Vfw20210517010839-csar.csar", "status": "NOTIFIED" } 2021-05-17T01:12:51.400Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-17T01:12:51.400Z||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-05-17T01:12:51.401Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TYaINVSyUqPBxPVw) ... 2021-05-17T01:12:51.413Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T01:12:51.413Z||pool-9-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-05-17T01:12:52.301Z||pool-2-thread-2|||||DEBUG|500||sending notification to client: { "distributionID": "8bd81830-801e-4c3a-9878-2035884fa124", "serviceName": "vFW 2021-05-17 01-08-39", "serviceVersion": "1.0", "serviceUUID": "5605e79b-f617-42c8-b57a-4dc482928708", "serviceDescription": "catalog service description", "serviceInvariantUUID": "e9e18d77-4412-4a94-90d4-364066389a57", "resources": [ { "resourceInstanceName": "vFW f4236a59-c978 0", "resourceCustomizationUUID": "feb796c7-fc3b-49ee-9de4-8a362df13b65", "resourceName": "vFW f4236a59-c978", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "1fea0f9a-3aeb-4da8-b4e2-999a8bfe0f95", "resourceInvariantUUID": "8edf662e-e1e4-4382-85be-b0d48e8242c8", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfwf4236a59c9780_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20210517010839/1.0/resourceInstances/vfwf4236a59c9780/artifacts/vfwf4236a59c9780_modules.json", "artifactChecksum": "MThlMTI0OTFkOThlNTQ5ZmRhODcxOWU5NDU0NDIzMmE\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "8abb0ce1-3972-47f9-84ec-6aa299875af4", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20210517010839/1.0/resourceInstances/vfwf4236a59c9780/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "7705e045-6891-4ffd-a59f-ba78fc0c4931", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20210517010839/1.0/resourceInstances/vfwf4236a59c9780/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "865cd030-d638-4167-bd42-2b0288d8a35e", "generatedFromUUID": "7705e045-6891-4ffd-a59f-ba78fc0c4931" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20210517010839/1.0/resourceInstances/vfwf4236a59c9780/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "865cd030-d638-4167-bd42-2b0288d8a35e", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20210517010839-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20210517010839/1.0/artifacts/service-Vfw20210517010839-csar.csar", "artifactChecksum": "MWQ4NGRjNTcwYTllYzIwNGFlNjFiMGYyNTZjNjAxMDE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "04707022-5804-4a37-b9b6-cf03361708ad" } ], "workloadContext": "Production" } 2021-05-17T01:12:52.302Z||pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-05-17T01:12:52.302Z||pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 5605e79b-f617-42c8-b57a-4dc482928708 ASDC 2021-05-17T01:12:52.399Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||DEBUG|500||ASDC Notification: DistributionID:8bd81830-801e-4c3a-9878-2035884fa124 ServiceName:vFW 2021-05-17 01-08-39 ServiceVersion:1.0 ServiceUUID:5605e79b-f617-42c8-b57a-4dc482928708 ServiceInvariantUUID:e9e18d77-4412-4a94-90d4-364066389a57 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20210517010839-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20210517010839/1.0/artifacts/service-Vfw20210517010839-csar.csar ArtifactUUID:04707022-5804-4a37-b9b6-cf03361708ad ArtifactChecksum:MWQ4NGRjNTcwYTllYzIwNGFlNjFiMGYyNTZjNjAxMDE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW f4236a59-c978 0 ResourceCustomizationUUID:feb796c7-fc3b-49ee-9de4-8a362df13b65 ResourceInvariantUUID:8edf662e-e1e4-4382-85be-b0d48e8242c8 ResourceName:vFW f4236a59-c978 ResourceType:VF ResourceUUID:1fea0f9a-3aeb-4da8-b4e2-999a8bfe0f95 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfwf4236a59c9780_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20210517010839/1.0/resourceInstances/vfwf4236a59c9780/artifacts/vfwf4236a59c9780_modules.json ArtifactUUID:8abb0ce1-3972-47f9-84ec-6aa299875af4 ArtifactChecksum:MThlMTI0OTFkOThlNTQ5ZmRhODcxOWU5NDU0NDIzMmE= 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/Vfw20210517010839/1.0/resourceInstances/vfwf4236a59c9780/artifacts/base_vfw.yaml ArtifactUUID:7705e045-6891-4ffd-a59f-ba78fc0c4931 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/Vfw20210517010839/1.0/resourceInstances/vfwf4236a59c9780/artifacts/base_vfw.env ArtifactUUID:865cd030-d638-4167-bd42-2b0288d8a35e 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/Vfw20210517010839/1.0/resourceInstances/vfwf4236a59c9780/artifacts/base_vfw.env ArtifactUUID:865cd030-d638-4167-bd42-2b0288d8a35e ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-05-17T01:12:52.399Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 5605e79b-f617-42c8-b57a-4dc482928708 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-05-17T01:12:52.629Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-05-17T01:12:52.629Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2021-05-17T01:12:52.630Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2021-05-17T01:12:52.630Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 04707022-5804-4a37-b9b6-cf03361708ad from URL: /sdc/v1/catalog/services/Vfw20210517010839/1.0/artifacts/service-Vfw20210517010839-csar.csar 2021-05-17T01:12:52.630Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||INFO|500||DistributionClient - download 2021-05-17T01:12:52.631Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210517010839/1.0/artifacts/service-Vfw20210517010839-csar.csar 2021-05-17T01:12:54.069Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2021-05-17T01:12:54.084Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210517010839/1.0/artifacts/service-Vfw20210517010839-csar.csar 04707022-5804-4a37-b9b6-cf03361708ad 110266 2021-05-17T01:12:54.085Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210517010839/1.0/artifacts/service-Vfw20210517010839-csar.csar ASDC sendASDCNotification 2021-05-17T01:12:54.085Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210517010839/1.0/artifacts/service-Vfw20210517010839-csar.csar 2021-05-17T01:12:54.086Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-17T01:12:54.087Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-05-17T01:12:54.088Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-17T01:12:54.088Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "8bd81830-801e-4c3a-9878-2035884fa124", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621213974084, "artifactURL": "/sdc/v1/catalog/services/Vfw20210517010839/1.0/artifacts/service-Vfw20210517010839-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-17T01:12:54.188Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-17T01:12:54.189Z||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-05-17T01:12:54.189Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TYaINVSyUqPBxPVw) ... 2021-05-17T01:12:54.199Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T01:12:54.199Z||pool-10-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1} 2021-05-17T01:12:55.089Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-05-17T01:12:55.090Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2021-05-17T01:12:55.090Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 04707022-5804-4a37-b9b6-cf03361708ad, URL: /sdc/v1/catalog/services/Vfw20210517010839/1.0/artifacts/service-Vfw20210517010839-csar.csar to file: /app/ASDC/1/service-Vfw20210517010839-csar.csar 2021-05-17T01:12:55.090Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20210517010839-csar.csar 2021-05-17T01:12:55.244Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20210517010839-csar.csar 2021-05-17T01:12:55.244Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20210517010839-csar.csar 2021-05-17T01:12:55.753Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17015045174315531825/Definitions/service-Vfw20210517010839-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-05-17T01:12:58.150Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0 2021-05-17T01:12:58.154Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||WARN|500||#################################################################################################### 2021-05-17T01:12:58.154Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20210517010839-csar.csar 2021-05-17T01:12:58.154Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 14 Parsing Warnings occurred... 2021-05-17T01:12:58.154Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||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-Vfw20210517010839-csar.csar 2021-05-17T01:12:58.154Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||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-Vfw20210517010839-csar.csar 2021-05-17T01:12:58.154Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||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-Vfw20210517010839-csar.csar 2021-05-17T01:12:58.155Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210517010839-csar.csar 2021-05-17T01:12:58.155Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210517010839-csar.csar 2021-05-17T01:12:58.155Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||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-Vfw20210517010839-csar.csar 2021-05-17T01:12:58.155Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||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-Vfw20210517010839-csar.csar 2021-05-17T01:12:58.155Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||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-Vfw20210517010839-csar.csar 2021-05-17T01:12:58.155Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20210517010839-csar.csar 2021-05-17T01:12:58.155Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||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-Vfw20210517010839-csar.csar 2021-05-17T01:12:58.155Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210517010839-csar.csar 2021-05-17T01:12:58.155Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW f4236a59-c978 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210517010839-csar.csar 2021-05-17T01:12:58.155Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||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-Vfw20210517010839-csar.csar 2021-05-17T01:12:58.155Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW f4236a59-c978 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-Vfw20210517010839-csar.csar 2021-05-17T01:12:58.155Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||WARN|500||#################################################################################################### 2021-05-17T01:12:58.161Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-17T01:12:58.162Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-05-17 01-08-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-05-17T01:12:58.166Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||DEBUG|500||Node template vFW f4236a59-c978 0 is matching search criteria 2021-05-17T01:12:58.166Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2021-05-17T01:12:58.167Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW f4236a59-c978 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2021-05-17T01:12:58.168Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-17T01:12:58.169Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-05-17 01-08-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-05-17T01:12:58.169Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||DEBUG|500||Node template vFW f4236a59-c978 0 is matching search criteria 2021-05-17T01:12:58.169Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2021-05-17T01:12:58.169Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW f4236a59-c978 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2021-05-17T01:12:58.169Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-17T01:12:58.170Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-05-17 01-08-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-17T01:12:58.173Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-17T01:12:58.173Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||DEBUG|500||Node template vFW f4236a59-c978 0 is not matching search criteria 2021-05-17T01:12:58.173Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-05-17T01:12:58.173Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-05-17T01:12:58.173Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-05-17T01:12:58.173Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-05-17T01:12:58.173Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-05-17T01:12:58.174Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria 2021-05-17T01:12:58.174Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-05-17T01:12:58.174Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-05-17T01:12:58.174Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria 2021-05-17T01:12:58.174Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-05-17T01:12:58.174Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-05-17T01:12:58.174Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-05-17T01:12:58.174Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-05-17T01:12:58.174Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria 2021-05-17T01:12:58.175Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-05-17T01:12:58.175Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-05-17T01:12:58.175Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-17T01:12:58.175Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-05-17 01-08-39 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-05-17T01:12:58.176Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-17T01:12:58.176Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||DEBUG|500||Node template vFW f4236a59-c978 0 is matching search criteria 2021-05-17T01:12:58.176Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW f4236a59-c978 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-17T01:12:58.177Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-17T01:12:58.177Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||DEBUG|500||Node template vFW f4236a59-c978 0 is matching search criteria 2021-05-17T01:12:58.177Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW f4236a59-c978 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-17T01:12:58.177Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-17T01:12:58.177Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||DEBUG|500||Node template vFW f4236a59-c978 0 is matching search criteria 2021-05-17T01:12:58.177Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW f4236a59-c978 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-17T01:12:58.178Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-17T01:12:58.178Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||DEBUG|500||Node template vFW f4236a59-c978 0 is not matching search criteria 2021-05-17T01:12:58.178Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-05-17T01:12:58.178Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-05-17T01:12:58.178Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2021-05-17T01:12:58.178Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-05-17T01:12:58.178Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria 2021-05-17T01:12:58.179Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-05-17T01:12:58.179Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-05-17T01:12:58.179Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-05-17T01:12:58.179Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-05-17T01:12:58.179Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria 2021-05-17T01:12:58.179Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-05-17T01:12:58.179Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=151b2631-6965-4ef1-812c-ba20cd3bb229 2021-05-17T01:12:58.179Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-17T01:12:58.180Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||DEBUG|500||Node template vFW f4236a59-c978 0 is not matching search criteria 2021-05-17T01:12:58.180Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-05-17T01:12:58.180Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-05-17T01:12:58.180Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-05-17T01:12:58.180Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-05-17T01:12:58.180Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-05-17T01:12:58.180Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria 2021-05-17T01:12:58.180Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-05-17T01:12:58.181Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2021-05-17T01:12:58.181Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-05-17T01:12:58.181Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-05-17T01:12:58.181Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria 2021-05-17T01:12:58.181Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-05-17T01:12:58.181Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=f8315d6f-35d8-4d94-ac2f-fbbd33fc6225 2021-05-17T01:12:58.181Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-17T01:12:58.182Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||DEBUG|500||Node template vFW f4236a59-c978 0 is not matching search criteria 2021-05-17T01:12:58.182Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-05-17T01:12:58.182Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-05-17T01:12:58.182Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-05-17T01:12:58.182Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-05-17T01:12:58.182Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-05-17T01:12:58.182Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria 2021-05-17T01:12:58.183Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-05-17T01:12:58.183Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-05-17T01:12:58.183Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria 2021-05-17T01:12:58.183Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-05-17T01:12:58.183Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-05-17T01:12:58.183Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2021-05-17T01:12:58.183Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=ededffce-ea16-4868-a2cf-b179bdafc259 2021-05-17T01:12:58.183Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-17T01:12:58.183Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-05-17 01-08-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-05-17T01:12:58.184Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-17T01:12:58.184Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-05-17 01-08-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-05-17T01:12:58.184Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-17T01:12:58.184Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-05-17 01-08-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-17T01:12:58.184Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-17T01:12:58.184Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-05-17 01-08-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-05-17T01:12:58.184Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2021-05-17 01-08-39 Description:catalog service description Model UUID:5605e79b-f617-42c8-b57a-4dc482928708 Model Version:NULL Model InvariantUuid:e9e18d77-4412-4a94-90d4-364066389a57 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW f4236a59-c978 Model UUID:de83d503-57f5-4f27-b225-4e3638a1bf83 Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:8edf662e-e1e4-4382-85be-b0d48e8242c8 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:feb796c7-fc3b-49ee-9de4-8a362df13b65 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:f3afad5f-8869-4bb3-a1ef-2bc326ebdfb5 ModelName:VfwF4236a59C978..base_vfw..module-0 ModelUuid:4d3f827a-7b00-4e5d-9588-dc8980349ae2 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:151b2631-6965-4ef1-812c-ba20cd3bb229 ModelInvariantUuid:7591ab8a-bc7d-495d-bbd6-af2db4cfb9a6 ModelName:vFW f4236a59-c978-nodes.vfwCvfc ModelUuid:2b425bba-3312-4abe-852d-0f1f82c2cc8d ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:d4297efa-123b-44a7-bb37-d6e87aa6c75d ModelInvariantUuid:29ba40dd-c924-4034-8ad5-cc354f77f1d1 ModelName:VfwF4236a59C978.compute.nodes.heat.vfw ModelUuid:9455eed8-a262-48d2-b249-8f021bb107ba ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:f8315d6f-35d8-4d94-ac2f-fbbd33fc6225 ModelInvariantUuid:0a769a53-d5c2-4726-981f-647e47d8035a ModelName:vFW f4236a59-c978-nodes.vsnCvfc ModelUuid:d4e761cd-f4e1-40ed-af9f-267955a0344f ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:bcbc59a1-20aa-4135-a47d-68717bcefc30 ModelInvariantUuid:dba20441-db84-443b-97fe-99ee9839d6f5 ModelName:VfwF4236a59C978.compute.nodes.heat.vsn ModelUuid:dc7a6c25-92d7-4588-9dd4-49a28c67ce84 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:ededffce-ea16-4868-a2cf-b179bdafc259 ModelInvariantUuid:7ae355a1-6692-49fc-97e0-d109b645e365 ModelName:vFW f4236a59-c978-nodes.vpgCvfc ModelUuid:5da73d8d-78bd-4bc5-beb7-36a61b73adc3 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:647ccb3c-64ce-4ec7-9718-239c497694a6 ModelInvariantUuid:59d26df6-0e26-49d8-8768-52c4b1f2e07c ModelName:VfwF4236a59C978.compute.nodes.heat.vpg ModelUuid:ebb6dfe6-45ba-4620-9b24-01df89959710 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-05-17T01:12:58.206Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 1fea0f9a-3aeb-4da8-b4e2-999a8bfe0f95 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-05-17T01:12:58.296Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||INFO|500||vFW f4236a59-c978 0 2021-05-17T01:12:58.302Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 1fea0f9a-3aeb-4da8-b4e2-999a8bfe0f95 2021-05-17T01:12:58.302Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 8abb0ce1-3972-47f9-84ec-6aa299875af4 from URL: /sdc/v1/catalog/services/Vfw20210517010839/1.0/resourceInstances/vfwf4236a59c9780/artifacts/vfwf4236a59c9780_modules.json 2021-05-17T01:12:58.302Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||INFO|500||DistributionClient - download 2021-05-17T01:12:58.302Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210517010839/1.0/resourceInstances/vfwf4236a59c9780/artifacts/vfwf4236a59c9780_modules.json 2021-05-17T01:12:59.361Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2021-05-17T01:12:59.362Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210517010839/1.0/resourceInstances/vfwf4236a59c9780/artifacts/vfwf4236a59c9780_modules.json 8abb0ce1-3972-47f9-84ec-6aa299875af4 785 2021-05-17T01:12:59.362Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210517010839/1.0/resourceInstances/vfwf4236a59c9780/artifacts/vfwf4236a59c9780_modules.json ASDC sendASDCNotification 2021-05-17T01:12:59.362Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210517010839/1.0/resourceInstances/vfwf4236a59c9780/artifacts/vfwf4236a59c9780_modules.json 2021-05-17T01:12:59.362Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-17T01:12:59.363Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-05-17T01:12:59.365Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-17T01:12:59.365Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "8bd81830-801e-4c3a-9878-2035884fa124", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621213979362, "artifactURL": "/sdc/v1/catalog/services/Vfw20210517010839/1.0/resourceInstances/vfwf4236a59c9780/artifacts/vfwf4236a59c9780_modules.json", "status": "DOWNLOAD_OK" } 2021-05-17T01:12:59.465Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-17T01:12:59.466Z||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-05-17T01:12:59.466Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TYaINVSyUqPBxPVw) ... 2021-05-17T01:12:59.476Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T01:12:59.476Z||pool-11-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-05-17T01:13:00.367Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwF4236a59C978..base_vfw..module-0", "vfModuleModelInvariantUUID": "f3afad5f-8869-4bb3-a1ef-2bc326ebdfb5", "vfModuleModelVersion": "1", "vfModuleModelUUID": "4d3f827a-7b00-4e5d-9588-dc8980349ae2", "vfModuleModelCustomizationUUID": "2c94357a-4e94-4c49-befc-9a4157f3611c", "isBase": true, "artifacts": [ "7705e045-6891-4ffd-a59f-ba78fc0c4931", "865cd030-d638-4167-bd42-2b0288d8a35e" ], "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-05-17T01:13:00.386Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwF4236a59C978..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:4d3f827a-7b00-4e5d-9588-dc8980349ae2 VfModuleModelInvariantUUID:f3afad5f-8869-4bb3-a1ef-2bc326ebdfb5 VfModuleModelDescription:NULL Artifacts UUID List:{ 7705e045-6891-4ffd-a59f-ba78fc0c4931 , 865cd030-d638-4167-bd42-2b0288d8a35e } 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-05-17T01:13:00.389Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwF4236a59C978..base_vfw..module-0", "vfModuleModelInvariantUUID": "f3afad5f-8869-4bb3-a1ef-2bc326ebdfb5", "vfModuleModelVersion": "1", "vfModuleModelUUID": "4d3f827a-7b00-4e5d-9588-dc8980349ae2", "vfModuleModelCustomizationUUID": "2c94357a-4e94-4c49-befc-9a4157f3611c", "isBase": true, "artifacts": [ "7705e045-6891-4ffd-a59f-ba78fc0c4931", "865cd030-d638-4167-bd42-2b0288d8a35e" ], "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-05-17T01:13:00.389Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwF4236a59C978..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:4d3f827a-7b00-4e5d-9588-dc8980349ae2 VfModuleModelInvariantUUID:f3afad5f-8869-4bb3-a1ef-2bc326ebdfb5 VfModuleModelDescription:NULL Artifacts UUID List:{ 7705e045-6891-4ffd-a59f-ba78fc0c4931 , 865cd030-d638-4167-bd42-2b0288d8a35e } 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-05-17T01:13:00.389Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 7705e045-6891-4ffd-a59f-ba78fc0c4931 from URL: /sdc/v1/catalog/services/Vfw20210517010839/1.0/resourceInstances/vfwf4236a59c9780/artifacts/base_vfw.yaml 2021-05-17T01:13:00.389Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||INFO|500||DistributionClient - download 2021-05-17T01:13:00.389Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210517010839/1.0/resourceInstances/vfwf4236a59c9780/artifacts/base_vfw.yaml 2021-05-17T01:13:01.636Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2021-05-17T01:13:01.637Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210517010839/1.0/resourceInstances/vfwf4236a59c9780/artifacts/base_vfw.yaml 7705e045-6891-4ffd-a59f-ba78fc0c4931 20368 2021-05-17T01:13:01.637Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210517010839/1.0/resourceInstances/vfwf4236a59c9780/artifacts/base_vfw.yaml ASDC sendASDCNotification 2021-05-17T01:13:01.637Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210517010839/1.0/resourceInstances/vfwf4236a59c9780/artifacts/base_vfw.yaml 2021-05-17T01:13:01.637Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-17T01:13:01.638Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-05-17T01:13:01.639Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-17T01:13:01.639Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "8bd81830-801e-4c3a-9878-2035884fa124", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621213981637, "artifactURL": "/sdc/v1/catalog/services/Vfw20210517010839/1.0/resourceInstances/vfwf4236a59c9780/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-05-17T01:13:01.739Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-17T01:13:01.740Z||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-05-17T01:13:01.740Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TYaINVSyUqPBxPVw) ... 2021-05-17T01:13:01.750Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T01:13:01.750Z||pool-12-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-05-17T01:13:02.640Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 865cd030-d638-4167-bd42-2b0288d8a35e from URL: /sdc/v1/catalog/services/Vfw20210517010839/1.0/resourceInstances/vfwf4236a59c9780/artifacts/base_vfw.env 2021-05-17T01:13:02.640Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||INFO|500||DistributionClient - download 2021-05-17T01:13:02.641Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210517010839/1.0/resourceInstances/vfwf4236a59c9780/artifacts/base_vfw.env 2021-05-17T01:13:04.616Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2021-05-17T01:13:04.617Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210517010839/1.0/resourceInstances/vfwf4236a59c9780/artifacts/base_vfw.env 865cd030-d638-4167-bd42-2b0288d8a35e 2098 2021-05-17T01:13:04.617Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210517010839/1.0/resourceInstances/vfwf4236a59c9780/artifacts/base_vfw.env ASDC sendASDCNotification 2021-05-17T01:13:04.617Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210517010839/1.0/resourceInstances/vfwf4236a59c9780/artifacts/base_vfw.env 2021-05-17T01:13:04.617Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-17T01:13:04.618Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-05-17T01:13:04.619Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-17T01:13:04.620Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "8bd81830-801e-4c3a-9878-2035884fa124", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621213984617, "artifactURL": "/sdc/v1/catalog/services/Vfw20210517010839/1.0/resourceInstances/vfwf4236a59c9780/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-05-17T01:13:04.720Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-17T01:13:04.720Z||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-05-17T01:13:04.721Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TYaINVSyUqPBxPVw) ... 2021-05-17T01:13:04.730Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T01:13:04.731Z||pool-13-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-05-17T01:13:05.620Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 5605e79b-f617-42c8-b57a-4dc482928708 2021-05-17T01:13:05.621Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW f4236a59-c978 0 1fea0f9a-3aeb-4da8-b4e2-999a8bfe0f95 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-05-17T01:13:05.654Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-17T01:13:05.655Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-05-17 01-08-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-17T01:13:05.655Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 2021-05-17T01:13:05.655Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= feb796c7-fc3b-49ee-9de4-8a362df13b65 2021-05-17T01:13:05.655Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: feb796c7-fc3b-49ee-9de4-8a362df13b65 matches Tosca VF Customization UUID: feb796c7-fc3b-49ee-9de4-8a362df13b65 2021-05-17T01:13:05.655Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: feb796c7-fc3b-49ee-9de4-8a362df13b65 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-05-17T01:13:05.660Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-17T01:13:05.660Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-05-17 01-08-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-05-17T01:13:05.661Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id feb796c7-fc3b-49ee-9de4-8a362df13b65: {\"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-05-17T01:13:05.661Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@d6882f9 2021-05-17T01:13:05.661Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-17T01:13:05.661Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-05-17 01-08-39 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-05-17T01:13:05.662Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 2c94357a-4e94-4c49-befc-9a4157f3611c 2021-05-17T01:13:05.663Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 2c94357a-4e94-4c49-befc-9a4157f3611c 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-05-17T01:13:05.667Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-17T01:13:05.668Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||DEBUG|500||Node template vFW f4236a59-c978 0 is matching search criteria 2021-05-17T01:13:05.668Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW f4236a59-c978 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-17T01:13:05.668Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-17T01:13:05.669Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||DEBUG|500||Node template vFW f4236a59-c978 0 is matching search criteria 2021-05-17T01:13:05.669Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW f4236a59-c978 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-17T01:13:05.669Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-17T01:13:05.669Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||DEBUG|500||Node template vFW f4236a59-c978 0 is not matching search criteria 2021-05-17T01:13:05.669Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-05-17T01:13:05.669Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-05-17T01:13:05.670Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2021-05-17T01:13:05.670Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-05-17T01:13:05.670Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria 2021-05-17T01:13:05.670Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-05-17T01:13:05.670Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-05-17T01:13:05.670Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-05-17T01:13:05.670Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-05-17T01:13:05.670Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria 2021-05-17T01:13:05.671Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-05-17T01:13:05.671Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=151b2631-6965-4ef1-812c-ba20cd3bb229 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-05-17T01:13:05.680Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-17T01:13:05.680Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||DEBUG|500||Node template vFW f4236a59-c978 0 is matching search criteria 2021-05-17T01:13:05.681Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW f4236a59-c978 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-17T01:13:05.681Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-17T01:13:05.681Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||DEBUG|500||Node template vFW f4236a59-c978 0 is not matching search criteria 2021-05-17T01:13:05.681Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-05-17T01:13:05.681Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-05-17T01:13:05.681Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-05-17T01:13:05.681Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-05-17T01:13:05.682Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-05-17T01:13:05.682Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria 2021-05-17T01:13:05.682Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-05-17T01:13:05.682Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2021-05-17T01:13:05.682Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-05-17T01:13:05.682Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-05-17T01:13:05.682Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria 2021-05-17T01:13:05.682Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-05-17T01:13:05.683Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=f8315d6f-35d8-4d94-ac2f-fbbd33fc6225 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-05-17T01:13:05.684Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-17T01:13:05.684Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||DEBUG|500||Node template vFW f4236a59-c978 0 is matching search criteria 2021-05-17T01:13:05.684Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW f4236a59-c978 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-17T01:13:05.686Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-17T01:13:05.687Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||DEBUG|500||Node template vFW f4236a59-c978 0 is not matching search criteria 2021-05-17T01:13:05.687Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-05-17T01:13:05.687Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-05-17T01:13:05.687Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-05-17T01:13:05.687Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-05-17T01:13:05.688Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-05-17T01:13:05.688Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria 2021-05-17T01:13:05.688Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-05-17T01:13:05.688Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-05-17T01:13:05.688Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria 2021-05-17T01:13:05.688Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-05-17T01:13:05.688Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-05-17T01:13:05.689Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2021-05-17T01:13:05.689Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=ededffce-ea16-4868-a2cf-b179bdafc259 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-05-17T01:13:05.690Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-17T01:13:05.690Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||DEBUG|500||Node template vFW f4236a59-c978 0 is matching search criteria 2021-05-17T01:13:05.690Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW f4236a59-c978 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-17T01:13:05.691Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-17T01:13:05.691Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||DEBUG|500||Node template vFW f4236a59-c978 0 is matching search criteria 2021-05-17T01:13:05.691Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW f4236a59-c978 0] matching following query criteria: sdcType=VF, customizationUUID=feb796c7-fc3b-49ee-9de4-8a362df13b65 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-05-17T01:13:05.692Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-17T01:13:05.693Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-05-17 01-08-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-05-17T01:13:05.693Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 5605e79b-f617-42c8-b57a-4dc482928708: vFW f4236a59-c978 2021-05-17T01:13:05.693Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-17T01:13:05.693Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-05-17 01-08-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-05-17T01:13:05.693Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-17T01:13:05.693Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-05-17 01-08-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-05-17T01:13:05.694Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-17T01:13:05.694Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-05-17 01-08-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-05-17T01:13:05.694Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-17T01:13:05.694Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-05-17 01-08-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-05-17T01:13:05.694Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-17T01:13:05.694Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-05-17 01-08-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-05-17T01:13:05.694Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||INFO|500||Saving Service: vFW 2021-05-17 01-08-39 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-05-17T01:13:05.938Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW f4236a59-c978 1fea0f9a-3aeb-4da8-b4e2-999a8bfe0f95 1 ASDC deployResourceStructure 2021-05-17T01:13:05.938Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210517010839/1.0/resourceInstances/vfwf4236a59c9780/artifacts/vfwf4236a59c9780_modules.json ASDC sendASDCNotification 2021-05-17T01:13:05.938Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210517010839/1.0/resourceInstances/vfwf4236a59c9780/artifacts/vfwf4236a59c9780_modules.json 2021-05-17T01:13:05.938Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-17T01:13:05.939Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-05-17T01:13:05.940Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-17T01:13:05.940Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "8bd81830-801e-4c3a-9878-2035884fa124", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621213985938, "artifactURL": "/sdc/v1/catalog/services/Vfw20210517010839/1.0/resourceInstances/vfwf4236a59c9780/artifacts/vfwf4236a59c9780_modules.json", "status": "DEPLOY_OK" } 2021-05-17T01:13:06.040Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-17T01:13:06.041Z||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-05-17T01:13:06.041Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TYaINVSyUqPBxPVw) ... 2021-05-17T01:13:06.052Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T01:13:06.053Z||pool-14-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2021-05-17T01:13:06.941Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210517010839/1.0/resourceInstances/vfwf4236a59c9780/artifacts/base_vfw.yaml ASDC sendASDCNotification 2021-05-17T01:13:06.941Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210517010839/1.0/resourceInstances/vfwf4236a59c9780/artifacts/base_vfw.yaml 2021-05-17T01:13:06.941Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-17T01:13:06.942Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-05-17T01:13:06.943Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-17T01:13:06.943Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "8bd81830-801e-4c3a-9878-2035884fa124", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621213986941, "artifactURL": "/sdc/v1/catalog/services/Vfw20210517010839/1.0/resourceInstances/vfwf4236a59c9780/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2021-05-17T01:13:07.044Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-05-17T01:13:07.045Z||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-05-17T01:13:07.045Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TYaINVSyUqPBxPVw) ... 2021-05-17T01:13:07.054Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T01:13:07.055Z||pool-15-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-05-17T01:13:07.944Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210517010839/1.0/resourceInstances/vfwf4236a59c9780/artifacts/base_vfw.env ASDC sendASDCNotification 2021-05-17T01:13:07.944Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210517010839/1.0/resourceInstances/vfwf4236a59c9780/artifacts/base_vfw.env 2021-05-17T01:13:07.945Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-17T01:13:07.945Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-05-17T01:13:07.946Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-17T01:13:07.946Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "8bd81830-801e-4c3a-9878-2035884fa124", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621213987944, "artifactURL": "/sdc/v1/catalog/services/Vfw20210517010839/1.0/resourceInstances/vfwf4236a59c9780/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2021-05-17T01:13:08.047Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-05-17T01:13:08.047Z||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-05-17T01:13:08.047Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TYaINVSyUqPBxPVw) ... 2021-05-17T01:13:08.058Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T01:13:08.058Z||pool-16-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-05-17T01:13:08.947Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210517010839/1.0/artifacts/service-Vfw20210517010839-csar.csar ASDC sendASDCNotification 2021-05-17T01:13:08.948Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210517010839/1.0/artifacts/service-Vfw20210517010839-csar.csar 2021-05-17T01:13:08.948Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-17T01:13:08.948Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-05-17T01:13:08.950Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-17T01:13:08.950Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "8bd81830-801e-4c3a-9878-2035884fa124", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621213988947, "artifactURL": "/sdc/v1/catalog/services/Vfw20210517010839/1.0/artifacts/service-Vfw20210517010839-csar.csar", "status": "DEPLOY_OK" } 2021-05-17T01:13:09.050Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-17T01:13:09.051Z||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-05-17T01:13:09.051Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TYaINVSyUqPBxPVw) ... 2021-05-17T01:13:09.062Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T01:13:09.063Z||pool-17-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-05-17T01:13:09.951Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8bd81830-801e-4c3a-9878-2035884fa124 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-17T01:13:09.975Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8bd81830-801e-4c3a-9878-2035884fa124 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-05-17T01:13:09.978Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-17T01:13:09.978Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-05-17T01:13:09.978Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-05-17T01:13:39.979Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8bd81830-801e-4c3a-9878-2035884fa124 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-17T01:13:39.989Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8bd81830-801e-4c3a-9878-2035884fa124 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-05-17T01:13:39.991Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-17T01:13:39.991Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-05-17T01:13:39.991Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-05-17T01:13:44.635Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T01:13:44.635Z||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-05-17T01:13:44.635Z||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 TYaINVSyUqPBxPVw) ... 2021-05-17T01:13:44.655Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T01:13:44.655Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T01:13:44.655Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bd81830-801e-4c3a-9878-2035884fa124", "consumerID": "multicloud-k8s-id", "timestamp": 1621213952792, "artifactURL": "/sdc/v1/catalog/services/Vfw20210517010839/1.0/artifacts/service-Vfw20210517010839-csar.csar", "status": "NOTIFIED" } 2021-05-17T01:13:44.656Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T01:14:09.991Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8bd81830-801e-4c3a-9878-2035884fa124 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-17T01:14:10.000Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8bd81830-801e-4c3a-9878-2035884fa124 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-05-17T01:14:10.002Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-17T01:14:10.002Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-05-17T01:14:10.002Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-05-17T01:14:40.002Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8bd81830-801e-4c3a-9878-2035884fa124 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-17T01:14:40.012Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8bd81830-801e-4c3a-9878-2035884fa124 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-05-17T01:14:40.014Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-17T01:14:40.014Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-05-17T01:14:40.014Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-05-17T01:14:44.635Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T01:14:44.635Z||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-05-17T01:14:44.636Z||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 TYaINVSyUqPBxPVw) ... 2021-05-17T01:14:44.655Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T01:14:44.655Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T01:14:44.655Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bd81830-801e-4c3a-9878-2035884fa124", "consumerID": "dcae-sch", "timestamp": 1621213950510, "artifactURL": "/sdc/v1/catalog/services/Vfw20210517010839/1.0/artifacts/service-Vfw20210517010839-csar.csar", "status": "NOT_NOTIFIED" } 2021-05-17T01:14:44.657Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T01:15:10.015Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8bd81830-801e-4c3a-9878-2035884fa124 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-17T01:15:10.024Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8bd81830-801e-4c3a-9878-2035884fa124 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-05-17T01:15:10.026Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-17T01:15:10.026Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-05-17T01:15:10.027Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-05-17T01:15:40.027Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8bd81830-801e-4c3a-9878-2035884fa124 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-17T01:15:40.037Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8bd81830-801e-4c3a-9878-2035884fa124 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-05-17T01:15:40.039Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-17T01:15:40.039Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-05-17T01:15:40.039Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-05-17T01:15:44.635Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T01:15:44.635Z||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-05-17T01:15:44.636Z||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 TYaINVSyUqPBxPVw) ... 2021-05-17T01:15:45.159Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T01:15:45.163Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T01:15:45.163Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bd81830-801e-4c3a-9878-2035884fa124", "consumerID": "policy-id", "timestamp": 1621213957835, "artifactURL": "/sdc/v1/catalog/services/Vfw20210517010839/1.0/artifacts/service-Vfw20210517010839-csar.csar", "status": "NOTIFIED" } 2021-05-17T01:15:45.164Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T01:15:45.164Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T01:15:45.164Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bd81830-801e-4c3a-9878-2035884fa124", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621213964633, "artifactURL": "/sdc/v1/catalog/services/Vfw20210517010839/1.0/resourceInstances/vfwf4236a59c9780/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-17T01:15:45.164Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T01:15:45.164Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T01:15:45.164Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bd81830-801e-4c3a-9878-2035884fa124", "consumerID": "ves-openapi-manager", "timestamp": 1621213961600, "artifactURL": "/sdc/v1/catalog/services/Vfw20210517010839/1.0/resourceInstances/vfwf4236a59c9780/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-17T01:15:45.165Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T01:15:45.165Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T01:15:45.165Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bd81830-801e-4c3a-9878-2035884fa124", "consumerID": "multicloud-starlingx-id", "timestamp": 1621213963621, "artifactURL": "/sdc/v1/catalog/services/Vfw20210517010839/1.0/resourceInstances/vfwf4236a59c9780/artifacts/vfwf4236a59c9780_modules.json", "status": "NOTIFIED" } 2021-05-17T01:15:45.165Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T01:15:45.165Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T01:15:45.165Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bd81830-801e-4c3a-9878-2035884fa124", "consumerID": "cds", "timestamp": 1621213962854, "artifactURL": "/sdc/v1/catalog/services/Vfw20210517010839/1.0/resourceInstances/vfwf4236a59c9780/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-05-17T01:15:45.165Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T01:15:45.165Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T01:15:45.165Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bd81830-801e-4c3a-9878-2035884fa124", "consumerID": "multicloud-windriver-id", "timestamp": 1621213965445, "artifactURL": "/sdc/v1/catalog/services/Vfw20210517010839/1.0/resourceInstances/vfwf4236a59c9780/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-17T01:15:45.165Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T01:15:45.165Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T01:15:45.165Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bd81830-801e-4c3a-9878-2035884fa124", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621213964633, "artifactURL": "/sdc/v1/catalog/services/Vfw20210517010839/1.0/resourceInstances/vfwf4236a59c9780/artifacts/vfwf4236a59c9780_modules.json", "status": "NOTIFIED" } 2021-05-17T01:15:45.166Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T01:15:45.166Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T01:15:45.166Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bd81830-801e-4c3a-9878-2035884fa124", "consumerID": "ves-openapi-manager", "timestamp": 1621213961600, "artifactURL": "/sdc/v1/catalog/services/Vfw20210517010839/1.0/resourceInstances/vfwf4236a59c9780/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-05-17T01:15:45.166Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T01:15:45.166Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T01:15:45.166Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bd81830-801e-4c3a-9878-2035884fa124", "consumerID": "multicloud-starlingx-id", "timestamp": 1621213963621, "artifactURL": "/sdc/v1/catalog/services/Vfw20210517010839/1.0/resourceInstances/vfwf4236a59c9780/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-05-17T01:15:45.166Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T01:15:45.166Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T01:15:45.166Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bd81830-801e-4c3a-9878-2035884fa124", "consumerID": "cds", "timestamp": 1621213962854, "artifactURL": "/sdc/v1/catalog/services/Vfw20210517010839/1.0/resourceInstances/vfwf4236a59c9780/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-17T01:15:45.166Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T01:15:45.166Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T01:15:45.166Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bd81830-801e-4c3a-9878-2035884fa124", "consumerID": "clamp", "timestamp": 1621213966219, "artifactURL": "/sdc/v1/catalog/services/Vfw20210517010839/1.0/resourceInstances/vfwf4236a59c9780/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-17T01:15:45.166Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T01:15:45.166Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T01:15:45.167Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bd81830-801e-4c3a-9878-2035884fa124", "consumerID": "multicloud-k8s-id", "timestamp": 1621213967022, "artifactURL": "/sdc/v1/catalog/services/Vfw20210517010839/1.0/resourceInstances/vfwf4236a59c9780/artifacts/vfwf4236a59c9780_modules.json", "status": "DOWNLOAD_OK" } 2021-05-17T01:15:45.167Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T01:15:45.167Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T01:15:45.167Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bd81830-801e-4c3a-9878-2035884fa124", "consumerID": "multicloud-windriver-id", "timestamp": 1621213965445, "artifactURL": "/sdc/v1/catalog/services/Vfw20210517010839/1.0/resourceInstances/vfwf4236a59c9780/artifacts/vfwf4236a59c9780_modules.json", "status": "NOTIFIED" } 2021-05-17T01:15:45.167Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T01:15:45.167Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T01:15:45.167Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bd81830-801e-4c3a-9878-2035884fa124", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621213964633, "artifactURL": "/sdc/v1/catalog/services/Vfw20210517010839/1.0/resourceInstances/vfwf4236a59c9780/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-05-17T01:15:45.168Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T01:15:45.168Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T01:15:45.168Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bd81830-801e-4c3a-9878-2035884fa124", "consumerID": "ves-openapi-manager", "timestamp": 1621213961600, "artifactURL": "/sdc/v1/catalog/services/Vfw20210517010839/1.0/artifacts/service-Vfw20210517010839-template.yml", "status": "NOT_NOTIFIED" } 2021-05-17T01:15:45.168Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T01:15:45.168Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T01:15:45.168Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bd81830-801e-4c3a-9878-2035884fa124", "consumerID": "multicloud-starlingx-id", "timestamp": 1621213963621, "artifactURL": "/sdc/v1/catalog/services/Vfw20210517010839/1.0/resourceInstances/vfwf4236a59c9780/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-17T01:15:45.168Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T01:15:45.168Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T01:15:45.168Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bd81830-801e-4c3a-9878-2035884fa124", "consumerID": "policy-id", "timestamp": 1621213967338, "artifactURL": "/sdc/v1/catalog/services/Vfw20210517010839/1.0/artifacts/service-Vfw20210517010839-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-17T01:15:45.168Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T01:15:45.169Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T01:15:45.169Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bd81830-801e-4c3a-9878-2035884fa124", "consumerID": "cds", "timestamp": 1621213962854, "artifactURL": "/sdc/v1/catalog/services/Vfw20210517010839/1.0/resourceInstances/vfwf4236a59c9780/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-05-17T01:15:45.169Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T01:15:45.169Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T01:15:45.169Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bd81830-801e-4c3a-9878-2035884fa124", "consumerID": "clamp", "timestamp": 1621213966219, "artifactURL": "/sdc/v1/catalog/services/Vfw20210517010839/1.0/resourceInstances/vfwf4236a59c9780/artifacts/vfwf4236a59c9780_modules.json", "status": "NOTIFIED" } 2021-05-17T01:15:45.169Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T01:15:45.169Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T01:15:45.169Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bd81830-801e-4c3a-9878-2035884fa124", "consumerID": "multicloud-windriver-id", "timestamp": 1621213965445, "artifactURL": "/sdc/v1/catalog/services/Vfw20210517010839/1.0/resourceInstances/vfwf4236a59c9780/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-05-17T01:15:45.169Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T01:15:45.169Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T01:15:45.169Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bd81830-801e-4c3a-9878-2035884fa124", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621213964633, "artifactURL": "/sdc/v1/catalog/services/Vfw20210517010839/1.0/resourceInstances/vfwf4236a59c9780/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-17T01:15:45.169Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T01:15:45.170Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T01:15:45.170Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bd81830-801e-4c3a-9878-2035884fa124", "consumerID": "ves-openapi-manager", "timestamp": 1621213961600, "artifactURL": "/sdc/v1/catalog/services/Vfw20210517010839/1.0/artifacts/service-Vfw20210517010839-csar.csar", "status": "NOT_NOTIFIED" } 2021-05-17T01:15:45.170Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T01:15:45.170Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T01:15:45.170Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bd81830-801e-4c3a-9878-2035884fa124", "consumerID": "multicloud-starlingx-id", "timestamp": 1621213963621, "artifactURL": "/sdc/v1/catalog/services/Vfw20210517010839/1.0/resourceInstances/vfwf4236a59c9780/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-05-17T01:15:45.170Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T01:15:45.170Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T01:15:45.170Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bd81830-801e-4c3a-9878-2035884fa124", "consumerID": "policy-id", "timestamp": 1621213968344, "artifactURL": "/sdc/v1/catalog/services/Vfw20210517010839/1.0/artifacts/service-Vfw20210517010839-csar.csar", "status": "DEPLOY_OK" } 2021-05-17T01:15:45.170Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T01:15:45.170Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T01:15:45.170Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bd81830-801e-4c3a-9878-2035884fa124", "consumerID": "cds", "timestamp": 1621213962854, "artifactURL": "/sdc/v1/catalog/services/Vfw20210517010839/1.0/artifacts/service-Vfw20210517010839-template.yml", "status": "NOT_NOTIFIED" } 2021-05-17T01:15:45.170Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T01:15:45.170Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T01:15:45.170Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bd81830-801e-4c3a-9878-2035884fa124", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621213968015, "artifactURL": "/sdc/v1/catalog/services/Vfw20210517010839/1.0/resourceInstances/vfwf4236a59c9780/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-17T01:15:45.171Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T01:15:45.171Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T01:15:45.171Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bd81830-801e-4c3a-9878-2035884fa124", "consumerID": "aai-ml", "timestamp": 1621213968120, "artifactURL": "/sdc/v1/catalog/services/Vfw20210517010839/1.0/resourceInstances/vfwf4236a59c9780/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-17T01:15:45.171Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T01:15:45.171Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T01:15:45.171Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bd81830-801e-4c3a-9878-2035884fa124", "consumerID": "clamp", "timestamp": 1621213966219, "artifactURL": "/sdc/v1/catalog/services/Vfw20210517010839/1.0/resourceInstances/vfwf4236a59c9780/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-05-17T01:15:45.171Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T01:15:45.171Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T01:15:45.171Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bd81830-801e-4c3a-9878-2035884fa124", "consumerID": "multicloud-windriver-id", "timestamp": 1621213965445, "artifactURL": "/sdc/v1/catalog/services/Vfw20210517010839/1.0/resourceInstances/vfwf4236a59c9780/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-17T01:15:45.171Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T01:15:45.171Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T01:15:45.172Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bd81830-801e-4c3a-9878-2035884fa124", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621213964633, "artifactURL": "/sdc/v1/catalog/services/Vfw20210517010839/1.0/resourceInstances/vfwf4236a59c9780/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-05-17T01:15:45.172Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T01:15:45.172Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T01:15:45.172Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bd81830-801e-4c3a-9878-2035884fa124", "consumerID": "multicloud-starlingx-id", "timestamp": 1621213963621, "artifactURL": "/sdc/v1/catalog/services/Vfw20210517010839/1.0/artifacts/service-Vfw20210517010839-template.yml", "status": "NOT_NOTIFIED" } 2021-05-17T01:15:45.172Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T01:15:45.172Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T01:15:45.172Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bd81830-801e-4c3a-9878-2035884fa124", "consumerID": "policy-id", "timestamp": 1621213969348, "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-05-17T01:15:45.180Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8bd81830-801e-4c3a-9878-2035884fa124 2021-05-17T01:15:45.181Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8bd81830-801e-4c3a-9878-2035884fa124 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-05-17T01:15:45.188Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T01:15:45.188Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bd81830-801e-4c3a-9878-2035884fa124", "consumerID": "multicloud-k8s-id", "timestamp": 1621213969421, "artifactURL": "/sdc/v1/catalog/services/Vfw20210517010839/1.0/resourceInstances/vfwf4236a59c9780/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-05-17T01:15:45.189Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T01:15:45.189Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T01:15:45.189Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bd81830-801e-4c3a-9878-2035884fa124", "consumerID": "cds", "timestamp": 1621213962854, "artifactURL": "/sdc/v1/catalog/services/Vfw20210517010839/1.0/artifacts/service-Vfw20210517010839-csar.csar", "status": "NOTIFIED" } 2021-05-17T01:15:45.189Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T01:15:45.189Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T01:15:45.189Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bd81830-801e-4c3a-9878-2035884fa124", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621213968015, "artifactURL": "/sdc/v1/catalog/services/Vfw20210517010839/1.0/resourceInstances/vfwf4236a59c9780/artifacts/vfwf4236a59c9780_modules.json", "status": "NOT_NOTIFIED" } 2021-05-17T01:15:45.189Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T01:15:45.189Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T01:15:45.190Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bd81830-801e-4c3a-9878-2035884fa124", "consumerID": "aai-ml", "timestamp": 1621213968120, "artifactURL": "/sdc/v1/catalog/services/Vfw20210517010839/1.0/resourceInstances/vfwf4236a59c9780/artifacts/vfwf4236a59c9780_modules.json", "status": "NOT_NOTIFIED" } 2021-05-17T01:15:45.190Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T01:15:45.190Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T01:15:45.190Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bd81830-801e-4c3a-9878-2035884fa124", "consumerID": "clamp", "timestamp": 1621213966219, "artifactURL": "/sdc/v1/catalog/services/Vfw20210517010839/1.0/resourceInstances/vfwf4236a59c9780/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-17T01:15:45.190Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T01:15:45.190Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T01:15:45.190Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bd81830-801e-4c3a-9878-2035884fa124", "consumerID": "multicloud-windriver-id", "timestamp": 1621213965445, "artifactURL": "/sdc/v1/catalog/services/Vfw20210517010839/1.0/resourceInstances/vfwf4236a59c9780/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-05-17T01:15:45.190Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T01:15:45.190Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T01:15:45.190Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bd81830-801e-4c3a-9878-2035884fa124", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621213964633, "artifactURL": "/sdc/v1/catalog/services/Vfw20210517010839/1.0/artifacts/service-Vfw20210517010839-template.yml", "status": "NOT_NOTIFIED" } 2021-05-17T01:15:45.190Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T01:15:45.191Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T01:15:45.191Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bd81830-801e-4c3a-9878-2035884fa124", "consumerID": "multicloud-starlingx-id", "timestamp": 1621213963621, "artifactURL": "/sdc/v1/catalog/services/Vfw20210517010839/1.0/artifacts/service-Vfw20210517010839-csar.csar", "status": "NOTIFIED" } 2021-05-17T01:15:45.191Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T01:15:45.191Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T01:15:45.191Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bd81830-801e-4c3a-9878-2035884fa124", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621213968015, "artifactURL": "/sdc/v1/catalog/services/Vfw20210517010839/1.0/resourceInstances/vfwf4236a59c9780/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-05-17T01:15:45.191Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T01:15:45.191Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T01:15:45.191Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bd81830-801e-4c3a-9878-2035884fa124", "consumerID": "aai-ml", "timestamp": 1621213968120, "artifactURL": "/sdc/v1/catalog/services/Vfw20210517010839/1.0/resourceInstances/vfwf4236a59c9780/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-05-17T01:15:45.191Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T01:15:45.191Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T01:15:45.191Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bd81830-801e-4c3a-9878-2035884fa124", "consumerID": "clamp", "timestamp": 1621213966219, "artifactURL": "/sdc/v1/catalog/services/Vfw20210517010839/1.0/resourceInstances/vfwf4236a59c9780/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-05-17T01:15:45.192Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T01:15:45.192Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T01:15:45.192Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bd81830-801e-4c3a-9878-2035884fa124", "consumerID": "multicloud-windriver-id", "timestamp": 1621213965445, "artifactURL": "/sdc/v1/catalog/services/Vfw20210517010839/1.0/artifacts/service-Vfw20210517010839-template.yml", "status": "NOT_NOTIFIED" } 2021-05-17T01:15:45.192Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T01:15:45.192Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T01:15:45.192Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bd81830-801e-4c3a-9878-2035884fa124", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621213964633, "artifactURL": "/sdc/v1/catalog/services/Vfw20210517010839/1.0/artifacts/service-Vfw20210517010839-csar.csar", "status": "NOTIFIED" } 2021-05-17T01:15:45.192Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T01:15:45.192Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T01:15:45.192Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bd81830-801e-4c3a-9878-2035884fa124", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621213968015, "artifactURL": "/sdc/v1/catalog/services/Vfw20210517010839/1.0/resourceInstances/vfwf4236a59c9780/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-17T01:15:45.192Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T01:15:45.193Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T01:15:45.193Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bd81830-801e-4c3a-9878-2035884fa124", "consumerID": "aai-ml", "timestamp": 1621213968120, "artifactURL": "/sdc/v1/catalog/services/Vfw20210517010839/1.0/resourceInstances/vfwf4236a59c9780/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-17T01:15:45.193Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T01:15:45.193Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T01:15:45.193Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bd81830-801e-4c3a-9878-2035884fa124", "consumerID": "clamp", "timestamp": 1621213966219, "artifactURL": "/sdc/v1/catalog/services/Vfw20210517010839/1.0/artifacts/service-Vfw20210517010839-template.yml", "status": "NOT_NOTIFIED" } 2021-05-17T01:15:45.193Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T01:15:45.193Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T01:15:45.193Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bd81830-801e-4c3a-9878-2035884fa124", "consumerID": "multicloud-windriver-id", "timestamp": 1621213965445, "artifactURL": "/sdc/v1/catalog/services/Vfw20210517010839/1.0/artifacts/service-Vfw20210517010839-csar.csar", "status": "NOTIFIED" } 2021-05-17T01:15:45.193Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T01:15:45.193Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T01:15:45.193Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bd81830-801e-4c3a-9878-2035884fa124", "consumerID": "multicloud-k8s-id", "timestamp": 1621213972161, "artifactURL": "/sdc/v1/catalog/services/Vfw20210517010839/1.0/resourceInstances/vfwf4236a59c9780/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-05-17T01:15:45.194Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T01:15:45.194Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T01:15:45.194Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bd81830-801e-4c3a-9878-2035884fa124", "consumerID": "cds", "timestamp": 1621213972325, "artifactURL": "/sdc/v1/catalog/services/Vfw20210517010839/1.0/artifacts/service-Vfw20210517010839-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-17T01:15:45.194Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T01:15:45.194Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T01:15:45.194Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bd81830-801e-4c3a-9878-2035884fa124", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621213968015, "artifactURL": "/sdc/v1/catalog/services/Vfw20210517010839/1.0/resourceInstances/vfwf4236a59c9780/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-05-17T01:15:45.194Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T01:15:45.194Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T01:15:45.194Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bd81830-801e-4c3a-9878-2035884fa124", "consumerID": "aai-ml", "timestamp": 1621213968120, "artifactURL": "/sdc/v1/catalog/services/Vfw20210517010839/1.0/resourceInstances/vfwf4236a59c9780/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-05-17T01:15:45.194Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T01:15:45.195Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T01:15:45.195Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bd81830-801e-4c3a-9878-2035884fa124", "consumerID": "multicloud-starlingx-id", "timestamp": 1621213972833, "artifactURL": "/sdc/v1/catalog/services/Vfw20210517010839/1.0/resourceInstances/vfwf4236a59c9780/artifacts/vfwf4236a59c9780_modules.json", "status": "DOWNLOAD_OK" } 2021-05-17T01:15:45.195Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T01:15:45.195Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T01:15:45.195Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bd81830-801e-4c3a-9878-2035884fa124", "consumerID": "clamp", "timestamp": 1621213966219, "artifactURL": "/sdc/v1/catalog/services/Vfw20210517010839/1.0/artifacts/service-Vfw20210517010839-csar.csar", "status": "NOTIFIED" } 2021-05-17T01:15:45.195Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T01:15:45.195Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T01:15:45.195Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bd81830-801e-4c3a-9878-2035884fa124", "consumerID": "cds", "timestamp": 1621213973346, "artifactURL": "/sdc/v1/catalog/services/Vfw20210517010839/1.0/artifacts/service-Vfw20210517010839-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-05-17T01:15:45.200Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 8bd81830-801e-4c3a-9878-2035884fa124 2021-05-17T01:15:45.200Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8bd81830-801e-4c3a-9878-2035884fa124 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-05-17T01:15:45.208Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T01:15:45.208Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bd81830-801e-4c3a-9878-2035884fa124", "consumerID": "multicloud-k8s-id", "timestamp": 1621213973466, "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-05-17T01:15:45.212Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8bd81830-801e-4c3a-9878-2035884fa124 2021-05-17T01:15:45.212Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8bd81830-801e-4c3a-9878-2035884fa124 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-05-17T01:15:45.219Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T01:15:45.219Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bd81830-801e-4c3a-9878-2035884fa124", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621213968015, "artifactURL": "/sdc/v1/catalog/services/Vfw20210517010839/1.0/artifacts/service-Vfw20210517010839-template.yml", "status": "NOT_NOTIFIED" } 2021-05-17T01:15:45.219Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T01:15:45.219Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T01:15:45.219Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bd81830-801e-4c3a-9878-2035884fa124", "consumerID": "aai-ml", "timestamp": 1621213968120, "artifactURL": "/sdc/v1/catalog/services/Vfw20210517010839/1.0/artifacts/service-Vfw20210517010839-template.yml", "status": "NOT_NOTIFIED" } 2021-05-17T01:15:45.219Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T01:15:45.219Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T01:15:45.219Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bd81830-801e-4c3a-9878-2035884fa124", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621213974084, "artifactURL": "/sdc/v1/catalog/services/Vfw20210517010839/1.0/artifacts/service-Vfw20210517010839-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-17T01:15:45.220Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T01:15:45.220Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T01:15:45.220Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bd81830-801e-4c3a-9878-2035884fa124", "consumerID": "multicloud-windriver-id", "timestamp": 1621213974299, "artifactURL": "/sdc/v1/catalog/services/Vfw20210517010839/1.0/resourceInstances/vfwf4236a59c9780/artifacts/vfwf4236a59c9780_modules.json", "status": "DOWNLOAD_OK" } 2021-05-17T01:15:45.220Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T01:15:45.220Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T01:15:45.220Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bd81830-801e-4c3a-9878-2035884fa124", "consumerID": "multicloud-k8s-id", "timestamp": 1621213974469, "artifactURL": "/sdc/v1/catalog/services/Vfw20210517010839/1.0/resourceInstances/vfwf4236a59c9780/artifacts/vfwf4236a59c9780_modules.json", "status": "DEPLOY_OK" } 2021-05-17T01:15:45.220Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T01:15:45.220Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T01:15:45.220Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bd81830-801e-4c3a-9878-2035884fa124", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621213968015, "artifactURL": "/sdc/v1/catalog/services/Vfw20210517010839/1.0/artifacts/service-Vfw20210517010839-csar.csar", "status": "NOTIFIED" } 2021-05-17T01:15:45.220Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T01:15:45.221Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T01:15:45.221Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bd81830-801e-4c3a-9878-2035884fa124", "consumerID": "aai-ml", "timestamp": 1621213968120, "artifactURL": "/sdc/v1/catalog/services/Vfw20210517010839/1.0/artifacts/service-Vfw20210517010839-csar.csar", "status": "NOTIFIED" } 2021-05-17T01:15:45.221Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T01:15:45.221Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T01:15:45.221Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bd81830-801e-4c3a-9878-2035884fa124", "consumerID": "multicloud-starlingx-id", "timestamp": 1621213974945, "artifactURL": "/sdc/v1/catalog/services/Vfw20210517010839/1.0/resourceInstances/vfwf4236a59c9780/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-05-17T01:15:45.221Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T01:15:45.221Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T01:15:45.221Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bd81830-801e-4c3a-9878-2035884fa124", "consumerID": "multicloud-windriver-id", "timestamp": 1621213976205, "artifactURL": "/sdc/v1/catalog/services/Vfw20210517010839/1.0/resourceInstances/vfwf4236a59c9780/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-05-17T01:15:45.221Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T01:15:45.221Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T01:15:45.222Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bd81830-801e-4c3a-9878-2035884fa124", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621213976764, "artifactURL": "/sdc/v1/catalog/services/Vfw20210517010839/1.0/artifacts/service-Vfw20210517010839-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-17T01:15:45.222Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T01:15:45.222Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T01:15:45.222Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bd81830-801e-4c3a-9878-2035884fa124", "consumerID": "aai-ml", "timestamp": 1621213976764, "artifactURL": "/sdc/v1/catalog/services/Vfw20210517010839/1.0/artifacts/service-Vfw20210517010839-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-17T01:15:45.222Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T01:15:45.222Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T01:15:45.222Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bd81830-801e-4c3a-9878-2035884fa124", "consumerID": "multicloud-starlingx-id", "timestamp": 1621213976993, "artifactURL": "/sdc/v1/catalog/services/Vfw20210517010839/1.0/resourceInstances/vfwf4236a59c9780/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-05-17T01:15:45.222Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T01:15:45.222Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T01:15:45.223Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bd81830-801e-4c3a-9878-2035884fa124", "consumerID": "multicloud-starlingx-id", "timestamp": 1621213977997, "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-05-17T01:15:45.226Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8bd81830-801e-4c3a-9878-2035884fa124 2021-05-17T01:15:45.227Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8bd81830-801e-4c3a-9878-2035884fa124 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-05-17T01:15:45.233Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T01:15:45.234Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bd81830-801e-4c3a-9878-2035884fa124", "consumerID": "multicloud-windriver-id", "timestamp": 1621213978795, "artifactURL": "/sdc/v1/catalog/services/Vfw20210517010839/1.0/resourceInstances/vfwf4236a59c9780/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-05-17T01:15:45.234Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T01:15:45.234Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T01:15:45.234Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bd81830-801e-4c3a-9878-2035884fa124", "consumerID": "multicloud-starlingx-id", "timestamp": 1621213979001, "artifactURL": "/sdc/v1/catalog/services/Vfw20210517010839/1.0/resourceInstances/vfwf4236a59c9780/artifacts/vfwf4236a59c9780_modules.json", "status": "DEPLOY_OK" } 2021-05-17T01:15:45.234Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T01:15:45.234Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T01:15:45.234Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bd81830-801e-4c3a-9878-2035884fa124", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621213979362, "artifactURL": "/sdc/v1/catalog/services/Vfw20210517010839/1.0/resourceInstances/vfwf4236a59c9780/artifacts/vfwf4236a59c9780_modules.json", "status": "DOWNLOAD_OK" } 2021-05-17T01:15:45.234Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T01:15:45.235Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T01:15:45.235Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bd81830-801e-4c3a-9878-2035884fa124", "consumerID": "multicloud-windriver-id", "timestamp": 1621213979807, "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-05-17T01:15:45.238Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8bd81830-801e-4c3a-9878-2035884fa124 2021-05-17T01:15:45.239Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8bd81830-801e-4c3a-9878-2035884fa124 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-05-17T01:15:45.244Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T01:15:45.244Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bd81830-801e-4c3a-9878-2035884fa124", "consumerID": "multicloud-windriver-id", "timestamp": 1621213980811, "artifactURL": "/sdc/v1/catalog/services/Vfw20210517010839/1.0/resourceInstances/vfwf4236a59c9780/artifacts/vfwf4236a59c9780_modules.json", "status": "DEPLOY_OK" } 2021-05-17T01:15:45.244Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T01:15:45.244Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T01:15:45.244Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bd81830-801e-4c3a-9878-2035884fa124", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621213981637, "artifactURL": "/sdc/v1/catalog/services/Vfw20210517010839/1.0/resourceInstances/vfwf4236a59c9780/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-05-17T01:15:45.244Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T01:15:45.244Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T01:15:45.244Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bd81830-801e-4c3a-9878-2035884fa124", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621213981810, "artifactURL": "/sdc/v1/catalog/services/Vfw20210517010839/1.0/artifacts/service-Vfw20210517010839-csar.csar", "status": "DEPLOY_OK" } 2021-05-17T01:15:45.244Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T01:15:45.245Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T01:15:45.245Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bd81830-801e-4c3a-9878-2035884fa124", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621213982815, "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-05-17T01:15:45.249Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 8bd81830-801e-4c3a-9878-2035884fa124 2021-05-17T01:15:45.249Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8bd81830-801e-4c3a-9878-2035884fa124 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-05-17T01:15:45.256Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T01:15:45.256Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bd81830-801e-4c3a-9878-2035884fa124", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621213984617, "artifactURL": "/sdc/v1/catalog/services/Vfw20210517010839/1.0/resourceInstances/vfwf4236a59c9780/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-05-17T01:15:45.256Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T01:15:45.256Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T01:15:45.256Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bd81830-801e-4c3a-9878-2035884fa124", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621213985938, "artifactURL": "/sdc/v1/catalog/services/Vfw20210517010839/1.0/resourceInstances/vfwf4236a59c9780/artifacts/vfwf4236a59c9780_modules.json", "status": "DEPLOY_OK" } 2021-05-17T01:15:45.256Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T01:15:45.256Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T01:15:45.257Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bd81830-801e-4c3a-9878-2035884fa124", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621213986941, "artifactURL": "/sdc/v1/catalog/services/Vfw20210517010839/1.0/resourceInstances/vfwf4236a59c9780/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2021-05-17T01:15:45.257Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T01:15:45.257Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T01:15:45.257Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bd81830-801e-4c3a-9878-2035884fa124", "consumerID": "clamp", "timestamp": 1621213987532, "artifactURL": "/sdc/v1/catalog/services/Vfw20210517010839/1.0/artifacts/service-Vfw20210517010839-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-17T01:15:45.257Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T01:15:45.257Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T01:15:45.257Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bd81830-801e-4c3a-9878-2035884fa124", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621213987944, "artifactURL": "/sdc/v1/catalog/services/Vfw20210517010839/1.0/resourceInstances/vfwf4236a59c9780/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2021-05-17T01:15:45.257Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T01:15:45.258Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T01:15:45.258Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bd81830-801e-4c3a-9878-2035884fa124", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621213988947, "artifactURL": "/sdc/v1/catalog/services/Vfw20210517010839/1.0/artifacts/service-Vfw20210517010839-csar.csar", "status": "DEPLOY_OK" } 2021-05-17T01:15:45.258Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T01:15:45.258Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T01:15:45.258Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bd81830-801e-4c3a-9878-2035884fa124", "consumerID": "clamp", "timestamp": 1621213989309, "artifactURL": "/sdc/v1/catalog/services/Vfw20210517010839/1.0/artifacts/service-Vfw20210517010839-csar.csar", "status": "DEPLOY_OK" } 2021-05-17T01:15:45.258Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T01:15:45.258Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T01:15:45.258Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bd81830-801e-4c3a-9878-2035884fa124", "consumerID": "clamp", "timestamp": 1621213990313, "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-05-17T01:15:45.263Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 8bd81830-801e-4c3a-9878-2035884fa124 2021-05-17T01:15:45.263Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8bd81830-801e-4c3a-9878-2035884fa124 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-05-17T01:15:45.270Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T01:15:45.270Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bd81830-801e-4c3a-9878-2035884fa124", "consumerID": "aai-ml", "timestamp": 1621213990413, "artifactURL": "/sdc/v1/catalog/services/Vfw20210517010839/1.0/artifacts/service-Vfw20210517010839-csar.csar", "status": "DEPLOY_OK" } 2021-05-17T01:15:45.270Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T01:15:45.270Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T01:15:45.270Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bd81830-801e-4c3a-9878-2035884fa124", "consumerID": "aai-ml", "timestamp": 1621213991418, "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-05-17T01:15:45.276Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 8bd81830-801e-4c3a-9878-2035884fa124 2021-05-17T01:15:45.276Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8bd81830-801e-4c3a-9878-2035884fa124 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-05-17T01:16:10.039Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8bd81830-801e-4c3a-9878-2035884fa124 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-17T01:16:10.049Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8bd81830-801e-4c3a-9878-2035884fa124 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-05-17T01:16:10.052Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-17T01:16:10.052Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-05-17T01:16:10.052Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-05-17T01:16:10.052Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-05-17T01:16:10.052Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-17T01:16:10.053Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-17T01:16:10.053Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-17T01:16:10.053Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-17T01:16:10.053Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-17T01:16:10.053Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-17T01:16:10.053Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||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-05-17T01:16:10.058Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-05-17T01:16:40.058Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 8bd81830-801e-4c3a-9878-2035884fa124 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-05-17T01:16:40.068Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 8bd81830-801e-4c3a-9878-2035884fa124 and serviceModelVersionId: 5605e79b-f617-42c8-b57a-4dc482928708 2021-05-17T01:16:40.068Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e9e18d77-4412-4a94-90d4-364066389a57 2021-05-17T01:16:44.635Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T01:16:44.635Z||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-05-17T01:16:44.636Z||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 TYaINVSyUqPBxPVw) ... 2021-05-17T01:16:50.989Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e9e18d77-4412-4a94-90d4-364066389a57/model-vers/model-ver/5605e79b-f617-42c8-b57a-4dc482928708?depth=0 2021-05-17T01:16:51.089Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context! 2021-05-17T01:16:51.756Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e9e18d77-4412-4a94-90d4-364066389a57/model-vers/model-ver/5605e79b-f617-42c8-b57a-4dc482928708?depth=0|INFO|500||Invoke 2021-05-17T01:16:51.763Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e9e18d77-4412-4a94-90d4-364066389a57/model-vers/model-ver/5605e79b-f617-42c8-b57a-4dc482928708?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e9e18d77-4412-4a94-90d4-364066389a57/model-vers/model-ver/5605e79b-f617-42c8-b57a-4dc482928708?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[8bd81830-801e-4c3a-9878-2035884fa124], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[74527acb-b9d2-43a8-8fd7-e617cd0058d0], X-ECOMP-RequestID=[8bd81830-801e-4c3a-9878-2035884fa124], X-TransactionId=[], X-ONAP-RequestID=[8bd81830-801e-4c3a-9878-2035884fa124], Content-Type=[application/merge-patch+json]} 2021-05-17T01:16:51.883Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e9e18d77-4412-4a94-90d4-364066389a57/model-vers/model-ver/5605e79b-f617-42c8-b57a-4dc482928708?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-05-17T01:16:52.240Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e9e18d77-4412-4a94-90d4-364066389a57/model-vers/model-ver/5605e79b-f617-42c8-b57a-4dc482928708?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/e9e18d77-4412-4a94-90d4-364066389a57/model-vers/model-ver/5605e79b-f617-42c8-b57a-4dc482928708?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210517-01:16:51:889-77618], vertex-id=[200744], Content-Length=[0], Date=[Mon, 17 May 2021 01:16:51 GMT], Content-Type=[application/json]} 2021-05-17T01:16:52.242Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e9e18d77-4412-4a94-90d4-364066389a57/model-vers/model-ver/5605e79b-f617-42c8-b57a-4dc482928708?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-05-17T01:16:52.242Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e9e18d77-4412-4a94-90d4-364066389a57/model-vers/model-ver/5605e79b-f617-42c8-b57a-4dc482928708?depth=0|INFO|500||InvokeReturn 2021-05-17T01:16:52.245Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-05-17T01:16:52.245Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||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-05-17T01:16:52.249Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||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-05-17T01:16:52.255Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 8bd81830-801e-4c3a-9878-2035884fa124 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-05-17T01:16:52.256Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-05-17T01:16:52.256Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-05-17T01:16:52.258Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-17T01:16:52.258Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "8bd81830-801e-4c3a-9878-2035884fa124", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621214212255, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-05-17T01:16:52.358Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-17T01:16:52.359Z||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-05-17T01:16:52.359Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TYaINVSyUqPBxPVw) ... 2021-05-17T01:16:52.369Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T01:16:52.369Z||pool-18-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-05-17T01:16:53.078Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T01:16:53.079Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T01:16:53.079Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8bd81830-801e-4c3a-9878-2035884fa124", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621214212255, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-05-17T01:16:53.080Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-05-17T01:16:53.276Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T01:16:53.276Z|8bd81830-801e-4c3a-9878-2035884fa124|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-05-17T01:16:53.276Z|8bd81830-801e-4c3a-9878-2035884fa124|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 TYaINVSyUqPBxPVw) ... 2021-05-17T01:17:03.464Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T01:17:03.465Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T01:17:03.465Z|8bd81830-801e-4c3a-9878-2035884fa124|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-05-17T01:17:03.465Z|8bd81830-801e-4c3a-9878-2035884fa124|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 TYaINVSyUqPBxPVw) ... 2021-05-17T01:17:12.999Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T01:17:12.999Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T01:17:13.000Z||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-05-17T01:17:13.000Z||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 TYaINVSyUqPBxPVw) ... 2021-05-17T01:17:22.537Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T01:17:22.537Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T01:17:22.538Z||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-05-17T01:17:22.538Z||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 TYaINVSyUqPBxPVw) ... 2021-05-17T01:17:32.073Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T01:17:44.633Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T01:17:44.634Z||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-05-17T01:17:44.634Z||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 TYaINVSyUqPBxPVw) ... 2021-05-17T01:17:44.635Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T01:17:44.635Z||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-05-17T01:17:44.635Z||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 TYaINVSyUqPBxPVw) ... 2021-05-17T01:17:54.168Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T01:17:54.170Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T01:18:44.633Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T01:18:44.633Z||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-05-17T01:18:44.633Z||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 TYaINVSyUqPBxPVw) ... 2021-05-17T01:18:44.635Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T01:18:44.635Z||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-05-17T01:18:44.635Z||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 TYaINVSyUqPBxPVw) ... 2021-05-17T01:18:54.172Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T01:18:54.178Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T01:19:44.633Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T01:19:44.633Z||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-05-17T01:19:44.633Z||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 TYaINVSyUqPBxPVw) ... 2021-05-17T01:19:44.635Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T01:19:44.635Z||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-05-17T01:19:44.635Z||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 TYaINVSyUqPBxPVw) ... 2021-05-17T01:19:54.175Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T01:19:54.175Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T01:20:44.633Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T01:20:44.633Z||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-05-17T01:20:44.634Z||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 TYaINVSyUqPBxPVw) ... 2021-05-17T01:20:44.635Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T01:20:44.635Z||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-05-17T01:20:44.635Z||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 TYaINVSyUqPBxPVw) ... 2021-05-17T01:20:54.170Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T01:20:54.173Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T01:21:44.633Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T01:21:44.633Z||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-05-17T01:21:44.633Z||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 TYaINVSyUqPBxPVw) ... 2021-05-17T01:21:44.635Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T01:21:44.635Z||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-05-17T01:21:44.635Z||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 TYaINVSyUqPBxPVw) ... 2021-05-17T01:21:45.255Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T01:21:45.255Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-05-17T01:21:45.255Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"05bf50b9-ab9e-4ad1-a5b5-e88c9376c455","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"f03c598f-9e06-4c3d-9522-060a21979b48","serviceDescription":"service","serviceInvariantUUID":"33d51ebb-a133-47e9-a171-455fd2b40246","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"9921ded4-f905-422e-991c-932b269bd3d0","resourceInvariantUUID":"b726136d-f8bb-4036-8b1e-6ba47ef864cc","resourceCustomizationUUID":"db6809d0-4074-4ebe-a50a-59761275d379","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":"Y2ZkMGVhNTZmMDBiNjkwNjdjYzAwMmIyYmI2NjU2NWU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"821f9cd4-f05e-490d-a6c8-f09c64645e5e","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"N2YyOWI1NTMzOTgxMmUyOTUxYmY3YmY0ZTE5ZGRmMTk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"84ccc2ac-cf56-4941-a592-3223ca31b283","artifactVersion":"1"}],"workloadContext":"Production"} 2021-05-17T01:21:45.257Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-17T01:21:45.257Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T01:21:45.257Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-05-17T01:21:45.258Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-17T01:21:45.258Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "05bf50b9-ab9e-4ad1-a5b5-e88c9376c455", "consumerID": "multicloud-k8s-id", "timestamp": 1621214492792, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-05-17T01:21:45.258Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-17T01:21:45.258Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-17T01:21:45.258Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "05bf50b9-ab9e-4ad1-a5b5-e88c9376c455", "consumerID": "policy-id", "timestamp": 1621214497835, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-05-17T01:21:45.259Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-17T01:21:45.259Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-17T01:21:45.259Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "05bf50b9-ab9e-4ad1-a5b5-e88c9376c455", "consumerID": "ves-openapi-manager", "timestamp": 1621214501600, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-05-17T01:21:45.259Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-17T01:21:45.259Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-17T01:21:45.259Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "05bf50b9-ab9e-4ad1-a5b5-e88c9376c455", "consumerID": "multicloud-k8s-id", "timestamp": 1621214492792, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-05-17T01:21:45.259Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-17T01:21:45.259Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-17T01:21:45.259Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "05bf50b9-ab9e-4ad1-a5b5-e88c9376c455", "consumerID": "policy-id", "timestamp": 1621214497835, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-05-17T01:21:45.259Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-17T01:21:45.259Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-17T01:21:45.260Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "05bf50b9-ab9e-4ad1-a5b5-e88c9376c455", "consumerID": "ves-openapi-manager", "timestamp": 1621214501600, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2021-05-17T01:21:45.260Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-17T01:21:45.260Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-17T01:21:45.260Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "05bf50b9-ab9e-4ad1-a5b5-e88c9376c455", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621214504633, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-05-17T01:21:45.260Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-17T01:21:45.260Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "05bf50b9-ab9e-4ad1-a5b5-e88c9376c455", "consumerID": "cds", "timestamp": 1621214502854, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-05-17T01:21:45.260Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-17T01:21:45.260Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-17T01:21:45.260Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "05bf50b9-ab9e-4ad1-a5b5-e88c9376c455", "consumerID": "multicloud-starlingx-id", "timestamp": 1621214503621, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-05-17T01:21:45.260Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-17T01:21:45.260Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-17T01:21:45.260Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "05bf50b9-ab9e-4ad1-a5b5-e88c9376c455", "consumerID": "cds", "timestamp": 1621214502854, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-05-17T01:21:45.261Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-17T01:21:45.360Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-17T01:21:45.361Z||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-05-17T01:21:45.361Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TYaINVSyUqPBxPVw) ... 2021-05-17T01:21:45.368Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T01:21:45.369Z||pool-19-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-05-17T01:21:46.260Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-17T01:21:46.262Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-05-17T01:21:46.264Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-17T01:21:46.264Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "05bf50b9-ab9e-4ad1-a5b5-e88c9376c455", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621214504633, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-05-17T01:21:46.364Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-17T01:21:46.365Z||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-05-17T01:21:46.365Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TYaINVSyUqPBxPVw) ... 2021-05-17T01:21:46.375Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T01:21:46.375Z||pool-20-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-05-17T01:21:47.265Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: { "distributionID": "05bf50b9-ab9e-4ad1-a5b5-e88c9376c455", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "f03c598f-9e06-4c3d-9522-060a21979b48", "serviceDescription": "service", "serviceInvariantUUID": "33d51ebb-a133-47e9-a171-455fd2b40246", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "db6809d0-4074-4ebe-a50a-59761275d379", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "9921ded4-f905-422e-991c-932b269bd3d0", "resourceInvariantUUID": "b726136d-f8bb-4036-8b1e-6ba47ef864cc", "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": "N2YyOWI1NTMzOTgxMmUyOTUxYmY3YmY0ZTE5ZGRmMTk\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "84ccc2ac-cf56-4941-a592-3223ca31b283" } ], "workloadContext": "Production" } 2021-05-17T01:21:47.266Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-05-17T01:21:47.266Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 f03c598f-9e06-4c3d-9522-060a21979b48 ASDC 2021-05-17T01:21:47.266Z|05bf50b9-ab9e-4ad1-a5b5-e88c9376c455|pool-2-thread-9|||||DEBUG|500||ASDC Notification: DistributionID:05bf50b9-ab9e-4ad1-a5b5-e88c9376c455 ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:f03c598f-9e06-4c3d-9522-060a21979b48 ServiceInvariantUUID:33d51ebb-a133-47e9-a171-455fd2b40246 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:84ccc2ac-cf56-4941-a592-3223ca31b283 ArtifactChecksum:N2YyOWI1NTMzOTgxMmUyOTUxYmY3YmY0ZTE5ZGRmMTk= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:db6809d0-4074-4ebe-a50a-59761275d379 ResourceInvariantUUID:b726136d-f8bb-4036-8b1e-6ba47ef864cc ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:9921ded4-f905-422e-991c-932b269bd3d0 ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2021-05-17T01:21:47.266Z|05bf50b9-ab9e-4ad1-a5b5-e88c9376c455|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f03c598f-9e06-4c3d-9522-060a21979b48 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-05-17T01:21:47.296Z|05bf50b9-ab9e-4ad1-a5b5-e88c9376c455|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-05-17T01:21:47.297Z|05bf50b9-ab9e-4ad1-a5b5-e88c9376c455|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2021-05-17T01:21:47.297Z|05bf50b9-ab9e-4ad1-a5b5-e88c9376c455|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2021-05-17T01:21:47.297Z|05bf50b9-ab9e-4ad1-a5b5-e88c9376c455|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 84ccc2ac-cf56-4941-a592-3223ca31b283 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2021-05-17T01:21:47.297Z|05bf50b9-ab9e-4ad1-a5b5-e88c9376c455|pool-2-thread-9|||||INFO|500||DistributionClient - download 2021-05-17T01:21:47.297Z|05bf50b9-ab9e-4ad1-a5b5-e88c9376c455|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2021-05-17T01:21:48.133Z|05bf50b9-ab9e-4ad1-a5b5-e88c9376c455|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2021-05-17T01:21:48.135Z|05bf50b9-ab9e-4ad1-a5b5-e88c9376c455|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 84ccc2ac-cf56-4941-a592-3223ca31b283 52224 2021-05-17T01:21:48.135Z|05bf50b9-ab9e-4ad1-a5b5-e88c9376c455|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2021-05-17T01:21:48.135Z|05bf50b9-ab9e-4ad1-a5b5-e88c9376c455|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2021-05-17T01:21:48.135Z|05bf50b9-ab9e-4ad1-a5b5-e88c9376c455|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-17T01:21:48.135Z|05bf50b9-ab9e-4ad1-a5b5-e88c9376c455|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-05-17T01:21:48.137Z|05bf50b9-ab9e-4ad1-a5b5-e88c9376c455|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-17T01:21:48.137Z|05bf50b9-ab9e-4ad1-a5b5-e88c9376c455|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "05bf50b9-ab9e-4ad1-a5b5-e88c9376c455", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621214508135, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-17T01:21:48.237Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-17T01:21:48.238Z||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-05-17T01:21:48.238Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TYaINVSyUqPBxPVw) ... 2021-05-17T01:21:48.247Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T01:21:48.247Z||pool-21-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-05-17T01:21:49.138Z|05bf50b9-ab9e-4ad1-a5b5-e88c9376c455|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-05-17T01:21:49.139Z|05bf50b9-ab9e-4ad1-a5b5-e88c9376c455|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2021-05-17T01:21:49.139Z|05bf50b9-ab9e-4ad1-a5b5-e88c9376c455|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 84ccc2ac-cf56-4941-a592-3223ca31b283, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar 2021-05-17T01:21:49.139Z|05bf50b9-ab9e-4ad1-a5b5-e88c9376c455|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar 2021-05-17T01:21:49.140Z|05bf50b9-ab9e-4ad1-a5b5-e88c9376c455|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar 2021-05-17T01:21:49.140Z|05bf50b9-ab9e-4ad1-a5b5-e88c9376c455|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar 2021-05-17T01:21:49.225Z|05bf50b9-ab9e-4ad1-a5b5-e88c9376c455|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11964177381068032749/Definitions/service-BasicNetwork-template.yml 2021-05-17T01:21:49.652Z|05bf50b9-ab9e-4ad1-a5b5-e88c9376c455|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0 2021-05-17T01:21:49.652Z|05bf50b9-ab9e-4ad1-a5b5-e88c9376c455|pool-2-thread-9|||||WARN|500||#################################################################################################### 2021-05-17T01:21:49.653Z|05bf50b9-ab9e-4ad1-a5b5-e88c9376c455|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-05-17T01:21:49.653Z|05bf50b9-ab9e-4ad1-a5b5-e88c9376c455|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2021-05-17T01:21:49.653Z|05bf50b9-ab9e-4ad1-a5b5-e88c9376c455|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-05-17T01:21:49.653Z|05bf50b9-ab9e-4ad1-a5b5-e88c9376c455|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-05-17T01:21:49.653Z|05bf50b9-ab9e-4ad1-a5b5-e88c9376c455|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-05-17T01:21:49.653Z|05bf50b9-ab9e-4ad1-a5b5-e88c9376c455|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-05-17T01:21:49.653Z|05bf50b9-ab9e-4ad1-a5b5-e88c9376c455|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-05-17T01:21:49.653Z|05bf50b9-ab9e-4ad1-a5b5-e88c9376c455|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-05-17T01:21:49.653Z|05bf50b9-ab9e-4ad1-a5b5-e88c9376c455|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-05-17T01:21:49.653Z|05bf50b9-ab9e-4ad1-a5b5-e88c9376c455|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-05-17T01:21:49.653Z|05bf50b9-ab9e-4ad1-a5b5-e88c9376c455|pool-2-thread-9|||||WARN|500||#################################################################################################### 2021-05-17T01:21:49.653Z|05bf50b9-ab9e-4ad1-a5b5-e88c9376c455|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-17T01:21:49.654Z|05bf50b9-ab9e-4ad1-a5b5-e88c9376c455|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-05-17T01:21:49.654Z|05bf50b9-ab9e-4ad1-a5b5-e88c9376c455|pool-2-thread-9|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2021-05-17T01:21:49.654Z|05bf50b9-ab9e-4ad1-a5b5-e88c9376c455|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2021-05-17T01:21:49.654Z|05bf50b9-ab9e-4ad1-a5b5-e88c9376c455|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2021-05-17T01:21:49.654Z|05bf50b9-ab9e-4ad1-a5b5-e88c9376c455|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-17T01:21:49.654Z|05bf50b9-ab9e-4ad1-a5b5-e88c9376c455|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-05-17T01:21:49.655Z|05bf50b9-ab9e-4ad1-a5b5-e88c9376c455|pool-2-thread-9|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2021-05-17T01:21:49.655Z|05bf50b9-ab9e-4ad1-a5b5-e88c9376c455|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2021-05-17T01:21:49.655Z|05bf50b9-ab9e-4ad1-a5b5-e88c9376c455|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2021-05-17T01:21:49.655Z|05bf50b9-ab9e-4ad1-a5b5-e88c9376c455|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-17T01:21:49.655Z|05bf50b9-ab9e-4ad1-a5b5-e88c9376c455|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-17T01:21:49.655Z|05bf50b9-ab9e-4ad1-a5b5-e88c9376c455|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-17T01:21:49.655Z|05bf50b9-ab9e-4ad1-a5b5-e88c9376c455|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-05-17T01:21:49.655Z|05bf50b9-ab9e-4ad1-a5b5-e88c9376c455|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-17T01:21:49.655Z|05bf50b9-ab9e-4ad1-a5b5-e88c9376c455|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-05-17T01:21:49.656Z|05bf50b9-ab9e-4ad1-a5b5-e88c9376c455|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-17T01:21:49.656Z|05bf50b9-ab9e-4ad1-a5b5-e88c9376c455|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-17T01:21:49.656Z|05bf50b9-ab9e-4ad1-a5b5-e88c9376c455|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-17T01:21:49.656Z|05bf50b9-ab9e-4ad1-a5b5-e88c9376c455|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-05-17T01:21:49.656Z|05bf50b9-ab9e-4ad1-a5b5-e88c9376c455|pool-2-thread-9|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_network Description:service Model UUID:f03c598f-9e06-4c3d-9522-060a21979b48 Model Version:NULL Model InvariantUuid:33d51ebb-a133-47e9-a171-455fd2b40246 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing NETWORK Level Properties: Model Name:Generic NeutronNet Model InvariantUuid:b726136d-f8bb-4036-8b1e-6ba47ef864cc Model UUID:8572a905-e497-48a3-b985-98c586f02918 Model Version:1.0 AIC Max Version:NULL AIC Min Version:NULL Tosca Node Type:VL Description:Generic NeutronNet NETWORK Customization Properties: CustomizationUUID:db6809d0-4074-4ebe-a50a-59761275d379 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-05-17T01:21:49.660Z|05bf50b9-ab9e-4ad1-a5b5-e88c9376c455|pool-2-thread-9|||||INFO|500||Processing Resource Type: VL, Model UUID: 9921ded4-f905-422e-991c-932b269bd3d0 2021-05-17T01:21:49.660Z|05bf50b9-ab9e-4ad1-a5b5-e88c9376c455|pool-2-thread-9|||||INFO|500||No resources found for Service: f03c598f-9e06-4c3d-9522-060a21979b48 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-05-17T01:21:49.663Z|05bf50b9-ab9e-4ad1-a5b5-e88c9376c455|pool-2-thread-9|||||INFO|500|| 2021-05-17T01:21:49.663Z|05bf50b9-ab9e-4ad1-a5b5-e88c9376c455|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 2021-05-17T01:21:49.664Z|05bf50b9-ab9e-4ad1-a5b5-e88c9376c455|pool-2-thread-9|||||DEBUG|500||No resources found for Service: f03c598f-9e06-4c3d-9522-060a21979b48 2021-05-17T01:21:49.664Z|05bf50b9-ab9e-4ad1-a5b5-e88c9376c455|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: f03c598f-9e06-4c3d-9522-060a21979b48 2021-05-17T01:21:49.664Z|05bf50b9-ab9e-4ad1-a5b5-e88c9376c455|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC 2021-05-17T01:21:49.664Z|05bf50b9-ab9e-4ad1-a5b5-e88c9376c455|pool-2-thread-9|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-05-17T01:21:49.668Z|05bf50b9-ab9e-4ad1-a5b5-e88c9376c455|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-17T01:21:49.668Z|05bf50b9-ab9e-4ad1-a5b5-e88c9376c455|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-17T01:21:49.668Z|05bf50b9-ab9e-4ad1-a5b5-e88c9376c455|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-17T01:21:49.668Z|05bf50b9-ab9e-4ad1-a5b5-e88c9376c455|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-05-17T01:21:49.669Z|05bf50b9-ab9e-4ad1-a5b5-e88c9376c455|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid f03c598f-9e06-4c3d-9522-060a21979b48: Generic NeutronNet 2021-05-17T01:21:49.669Z|05bf50b9-ab9e-4ad1-a5b5-e88c9376c455|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-17T01:21:49.669Z|05bf50b9-ab9e-4ad1-a5b5-e88c9376c455|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-05-17T01:21:49.669Z|05bf50b9-ab9e-4ad1-a5b5-e88c9376c455|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-17T01:21:49.669Z|05bf50b9-ab9e-4ad1-a5b5-e88c9376c455|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_55_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_55_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_55_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_55_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_37_, networkres0_.CREATION_TIMESTAMP as creation2_37_, networkres0_.MODEL_INSTANCE_NAME as model_in3_37_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_37_, networkres0_.NETWORK_ROLE as network_4_37_, networkres0_.NETWORK_SCOPE as network_5_37_, networkres0_.NETWORK_TECHNOLOGY as network_6_37_, networkres0_.NETWORK_TYPE as network_7_37_, networkres0_.RESOURCE_INPUT as resource8_37_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select networkres0_.MODEL_UUID as model_uu1_36_, networkres0_.AIC_VERSION_MAX as aic_vers2_36_, networkres0_.AIC_VERSION_MIN as aic_vers3_36_, networkres0_.RESOURCE_CATEGORY as resource4_36_, networkres0_.CREATION_TIMESTAMP as creation5_36_, networkres0_.DESCRIPTION as descript6_36_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_, networkres0_.MODEL_INVARIANT_UUID as model_in7_36_, networkres0_.MODEL_NAME as model_na8_36_, networkres0_.MODEL_VERSION as model_ve9_36_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_36_, networkres0_.ORCHESTRATION_MODE as orchest11_36_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_36_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_36_ from network_resource networkres0_ where networkres0_.MODEL_UUID=? 2021-05-17T01:21:49.693Z|05bf50b9-ab9e-4ad1-a5b5-e88c9376c455|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-17T01:21:49.693Z|05bf50b9-ab9e-4ad1-a5b5-e88c9376c455|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-05-17T01:21:49.693Z|05bf50b9-ab9e-4ad1-a5b5-e88c9376c455|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-17T01:21:49.693Z|05bf50b9-ab9e-4ad1-a5b5-e88c9376c455|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-05-17T01:21:49.693Z|05bf50b9-ab9e-4ad1-a5b5-e88c9376c455|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-17T01:21:49.694Z|05bf50b9-ab9e-4ad1-a5b5-e88c9376c455|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-05-17T01:21:49.694Z|05bf50b9-ab9e-4ad1-a5b5-e88c9376c455|pool-2-thread-9|||||INFO|500||Saving Service: basic_network Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_37_3_, networkres0_.CREATION_TIMESTAMP as creation2_37_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_37_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_37_3_, networkres0_.NETWORK_ROLE as network_4_37_3_, networkres0_.NETWORK_SCOPE as network_5_37_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_37_3_, networkres0_.NETWORK_TYPE as network_7_37_3_, networkres0_.RESOURCE_INPUT as resource8_37_3_, networkres1_.MODEL_UUID as model_uu1_36_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_36_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_36_0_, networkres1_.RESOURCE_CATEGORY as resource4_36_0_, networkres1_.CREATION_TIMESTAMP as creation5_36_0_, networkres1_.DESCRIPTION as descript6_36_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_36_0_, networkres1_.MODEL_NAME as model_na8_36_0_, networkres1_.MODEL_VERSION as model_ve9_36_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_36_0_, networkres1_.ORCHESTRATION_MODE as orchest11_36_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_36_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_36_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_1_, collection2_.CREATION_TIMESTAMP as creation2_14_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_14_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_14_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_14_1_, collection2_.NETWORK_ROLE as network_4_14_1_, collection2_.NETWORK_SCOPE as network_5_14_1_, collection2_.NETWORK_TECHNOLOGY as network_6_14_1_, collection2_.NETWORK_TYPE as network_7_14_1_, heattempla3_.ARTIFACT_UUID as artifact1_28_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_2_, heattempla3_.CREATION_TIMESTAMP as creation3_28_2_, heattempla3_.DESCRIPTION as descript4_28_2_, heattempla3_.BODY as body5_28_2_, heattempla3_.NAME as name6_28_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_2_, heattempla3_.VERSION as version8_28_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select networkres0_.MODEL_UUID as model_uu1_36_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_36_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_36_4_, networkres0_.RESOURCE_CATEGORY as resource4_36_4_, networkres0_.CREATION_TIMESTAMP as creation5_36_4_, networkres0_.DESCRIPTION as descript6_36_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_36_4_, networkres0_.MODEL_NAME as model_na8_36_4_, networkres0_.MODEL_VERSION as model_ve9_36_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_36_4_, networkres0_.ORCHESTRATION_MODE as orchest11_36_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_36_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_36_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_0_, collection1_.CREATION_TIMESTAMP as creation2_14_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_14_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_14_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_14_0_, collection1_.NETWORK_ROLE as network_4_14_0_, collection1_.NETWORK_SCOPE as network_5_14_0_, collection1_.NETWORK_TECHNOLOGY as network_6_14_0_, collection1_.NETWORK_TYPE as network_7_14_0_, instancegr2_.MODEL_UUID as model_uu2_32_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_32_1_, instancegr2_.CREATION_TIMESTAMP as creation3_32_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_32_1_, instancegr2_.MODEL_NAME as model_na5_32_1_, instancegr2_.MODEL_VERSION as model_ve6_32_1_, instancegr2_.ROLE as role7_32_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_32_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_32_1_, instancegr2_.OBJECT_TYPE as object_t1_32_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_16_2_, networkcol3_.CR_MODEL_UUID as cr_model8_16_2_, networkcol3_.CREATION_TIMESTAMP as creation3_16_2_, networkcol3_.FUNCTION as function4_16_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_16_2_, networkcol3_.ROLE as role6_16_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_16_2_, heattempla4_.ARTIFACT_UUID as artifact1_28_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla4_.CREATION_TIMESTAMP as creation3_28_3_, heattempla4_.DESCRIPTION as descript4_28_3_, heattempla4_.BODY as body5_28_3_, heattempla4_.NAME as name6_28_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla4_.VERSION as version8_28_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?) 2021-05-17T01:21:49.740Z|05bf50b9-ab9e-4ad1-a5b5-e88c9376c455|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure 2021-05-17T01:21:49.741Z|05bf50b9-ab9e-4ad1-a5b5-e88c9376c455|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2021-05-17T01:21:49.741Z|05bf50b9-ab9e-4ad1-a5b5-e88c9376c455|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2021-05-17T01:21:49.741Z|05bf50b9-ab9e-4ad1-a5b5-e88c9376c455|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-17T01:21:49.741Z|05bf50b9-ab9e-4ad1-a5b5-e88c9376c455|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-05-17T01:21:49.742Z|05bf50b9-ab9e-4ad1-a5b5-e88c9376c455|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-17T01:21:49.742Z|05bf50b9-ab9e-4ad1-a5b5-e88c9376c455|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "05bf50b9-ab9e-4ad1-a5b5-e88c9376c455", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621214509741, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-05-17T01:21:49.843Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-05-17T01:21:49.844Z||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-05-17T01:21:49.844Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TYaINVSyUqPBxPVw) ... 2021-05-17T01:21:49.852Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T01:21:49.852Z||pool-22-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-05-17T01:21:50.744Z|05bf50b9-ab9e-4ad1-a5b5-e88c9376c455|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 05bf50b9-ab9e-4ad1-a5b5-e88c9376c455 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-17T01:21:50.753Z|05bf50b9-ab9e-4ad1-a5b5-e88c9376c455|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 05bf50b9-ab9e-4ad1-a5b5-e88c9376c455 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-05-17T01:21:50.755Z|05bf50b9-ab9e-4ad1-a5b5-e88c9376c455|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-17T01:21:50.755Z|05bf50b9-ab9e-4ad1-a5b5-e88c9376c455|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-05-17T01:21:50.755Z|05bf50b9-ab9e-4ad1-a5b5-e88c9376c455|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-05-17T01:22:20.755Z|05bf50b9-ab9e-4ad1-a5b5-e88c9376c455|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 05bf50b9-ab9e-4ad1-a5b5-e88c9376c455 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-17T01:22:20.765Z|05bf50b9-ab9e-4ad1-a5b5-e88c9376c455|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 05bf50b9-ab9e-4ad1-a5b5-e88c9376c455 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-05-17T01:22:20.767Z|05bf50b9-ab9e-4ad1-a5b5-e88c9376c455|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-17T01:22:20.767Z|05bf50b9-ab9e-4ad1-a5b5-e88c9376c455|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-05-17T01:22:20.767Z|05bf50b9-ab9e-4ad1-a5b5-e88c9376c455|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-05-17T01:22:44.635Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T01:22:44.635Z||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-05-17T01:22:44.636Z||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 TYaINVSyUqPBxPVw) ... 2021-05-17T01:22:44.757Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T01:22:44.757Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-17T01:22:44.757Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "05bf50b9-ab9e-4ad1-a5b5-e88c9376c455", "consumerID": "multicloud-starlingx-id", "timestamp": 1621214503621, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-05-17T01:22:44.758Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-17T01:22:50.768Z|05bf50b9-ab9e-4ad1-a5b5-e88c9376c455|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 05bf50b9-ab9e-4ad1-a5b5-e88c9376c455 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-17T01:22:50.776Z|05bf50b9-ab9e-4ad1-a5b5-e88c9376c455|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 05bf50b9-ab9e-4ad1-a5b5-e88c9376c455 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-05-17T01:22:50.778Z|05bf50b9-ab9e-4ad1-a5b5-e88c9376c455|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-17T01:22:50.778Z|05bf50b9-ab9e-4ad1-a5b5-e88c9376c455|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-05-17T01:22:50.778Z|05bf50b9-ab9e-4ad1-a5b5-e88c9376c455|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-05-17T01:23:20.778Z|05bf50b9-ab9e-4ad1-a5b5-e88c9376c455|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 05bf50b9-ab9e-4ad1-a5b5-e88c9376c455 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-17T01:23:20.786Z|05bf50b9-ab9e-4ad1-a5b5-e88c9376c455|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 05bf50b9-ab9e-4ad1-a5b5-e88c9376c455 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-05-17T01:23:20.790Z|05bf50b9-ab9e-4ad1-a5b5-e88c9376c455|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-17T01:23:20.790Z|05bf50b9-ab9e-4ad1-a5b5-e88c9376c455|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-05-17T01:23:20.790Z|05bf50b9-ab9e-4ad1-a5b5-e88c9376c455|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-05-17T01:23:44.635Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T01:23:44.635Z||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-05-17T01:23:44.635Z||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 TYaINVSyUqPBxPVw) ... 2021-05-17T01:23:44.657Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T01:23:44.658Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-17T01:23:44.658Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "05bf50b9-ab9e-4ad1-a5b5-e88c9376c455", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621214504633, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-05-17T01:23:44.659Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-17T01:23:44.659Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-17T01:23:44.659Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "05bf50b9-ab9e-4ad1-a5b5-e88c9376c455", "consumerID": "multicloud-windriver-id", "timestamp": 1621214505445, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-05-17T01:23:44.659Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-17T01:23:44.659Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-17T01:23:44.659Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "05bf50b9-ab9e-4ad1-a5b5-e88c9376c455", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621214504633, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-05-17T01:23:44.659Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-17T01:23:44.659Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-17T01:23:44.660Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "05bf50b9-ab9e-4ad1-a5b5-e88c9376c455", "consumerID": "policy-id", "timestamp": 1621214506323, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-17T01:23:44.660Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T01:23:44.660Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-17T01:23:44.660Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "05bf50b9-ab9e-4ad1-a5b5-e88c9376c455", "consumerID": "clamp", "timestamp": 1621214506219, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-05-17T01:23:44.660Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-17T01:23:44.660Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-17T01:23:44.660Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "05bf50b9-ab9e-4ad1-a5b5-e88c9376c455", "consumerID": "cds", "timestamp": 1621214507008, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-17T01:23:44.660Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T01:23:44.660Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-17T01:23:44.660Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "05bf50b9-ab9e-4ad1-a5b5-e88c9376c455", "consumerID": "multicloud-windriver-id", "timestamp": 1621214505445, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-05-17T01:23:44.660Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-17T01:23:44.660Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-17T01:23:44.661Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "05bf50b9-ab9e-4ad1-a5b5-e88c9376c455", "consumerID": "policy-id", "timestamp": 1621214507327, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-05-17T01:23:44.661Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T01:23:44.661Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-17T01:23:44.661Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "05bf50b9-ab9e-4ad1-a5b5-e88c9376c455", "consumerID": "clamp", "timestamp": 1621214506219, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-05-17T01:23:44.661Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-17T01:23:44.661Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-17T01:23:44.661Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "05bf50b9-ab9e-4ad1-a5b5-e88c9376c455", "consumerID": "cds", "timestamp": 1621214508013, "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=? 2021-05-17T01:23:44.667Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 05bf50b9-ab9e-4ad1-a5b5-e88c9376c455 2021-05-17T01:23:44.667Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 05bf50b9-ab9e-4ad1-a5b5-e88c9376c455 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-05-17T01:23:44.674Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-17T01:23:44.674Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "05bf50b9-ab9e-4ad1-a5b5-e88c9376c455", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621214508135, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-17T01:23:44.675Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T01:23:44.675Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-17T01:23:44.675Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "05bf50b9-ab9e-4ad1-a5b5-e88c9376c455", "consumerID": "policy-id", "timestamp": 1621214508331, "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-05-17T01:23:44.679Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 05bf50b9-ab9e-4ad1-a5b5-e88c9376c455 2021-05-17T01:23:44.679Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 05bf50b9-ab9e-4ad1-a5b5-e88c9376c455 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-05-17T01:23:44.686Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-17T01:23:44.686Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "05bf50b9-ab9e-4ad1-a5b5-e88c9376c455", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621214508015, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-05-17T01:23:44.687Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-17T01:23:44.687Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-17T01:23:44.687Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "05bf50b9-ab9e-4ad1-a5b5-e88c9376c455", "consumerID": "aai-ml", "timestamp": 1621214508120, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-05-17T01:23:44.687Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-17T01:23:44.687Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-17T01:23:44.687Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "05bf50b9-ab9e-4ad1-a5b5-e88c9376c455", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621214508015, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-05-17T01:23:44.687Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-17T01:23:44.687Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-17T01:23:44.687Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "05bf50b9-ab9e-4ad1-a5b5-e88c9376c455", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621214509741, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-05-17T01:23:44.687Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T01:23:44.687Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-17T01:23:44.687Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "05bf50b9-ab9e-4ad1-a5b5-e88c9376c455", "consumerID": "aai-ml", "timestamp": 1621214508120, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-05-17T01:23:44.688Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-17T01:23:44.688Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-17T01:23:44.688Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "05bf50b9-ab9e-4ad1-a5b5-e88c9376c455", "consumerID": "dcae-sch", "timestamp": 1621214510510, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-05-17T01:23:44.688Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-17T01:23:44.688Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-17T01:23:44.688Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "05bf50b9-ab9e-4ad1-a5b5-e88c9376c455", "consumerID": "dcae-sch", "timestamp": 1621214510510, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2021-05-17T01:23:44.688Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-17T01:23:44.688Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-17T01:23:44.688Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "05bf50b9-ab9e-4ad1-a5b5-e88c9376c455", "consumerID": "aai-ml", "timestamp": 1621214513099, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-17T01:23:44.688Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T01:23:44.688Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-17T01:23:44.688Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "05bf50b9-ab9e-4ad1-a5b5-e88c9376c455", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621214513632, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-17T01:23:44.688Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T01:23:44.688Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-17T01:23:44.688Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "05bf50b9-ab9e-4ad1-a5b5-e88c9376c455", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621214515136, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-05-17T01:23:44.689Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T01:23:44.689Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-17T01:23:44.689Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "05bf50b9-ab9e-4ad1-a5b5-e88c9376c455", "consumerID": "clamp", "timestamp": 1621214515353, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-17T01:23:44.689Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T01:23:44.689Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-17T01:23:44.689Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "05bf50b9-ab9e-4ad1-a5b5-e88c9376c455", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621214516140, "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-05-17T01:23:44.693Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 05bf50b9-ab9e-4ad1-a5b5-e88c9376c455 2021-05-17T01:23:44.693Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 05bf50b9-ab9e-4ad1-a5b5-e88c9376c455 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-05-17T01:23:44.700Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-17T01:23:44.700Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "05bf50b9-ab9e-4ad1-a5b5-e88c9376c455", "consumerID": "aai-ml", "timestamp": 1621214516885, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-05-17T01:23:44.701Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T01:23:44.701Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-17T01:23:44.701Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "05bf50b9-ab9e-4ad1-a5b5-e88c9376c455", "consumerID": "aai-ml", "timestamp": 1621214517888, "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-05-17T01:23:44.704Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 05bf50b9-ab9e-4ad1-a5b5-e88c9376c455 2021-05-17T01:23:44.705Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 05bf50b9-ab9e-4ad1-a5b5-e88c9376c455 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-05-17T01:23:44.711Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-17T01:23:44.712Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "05bf50b9-ab9e-4ad1-a5b5-e88c9376c455", "consumerID": "clamp", "timestamp": 1621214518355, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-05-17T01:23:44.712Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T01:23:44.712Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-17T01:23:44.712Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "05bf50b9-ab9e-4ad1-a5b5-e88c9376c455", "consumerID": "clamp", "timestamp": 1621214519360, "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-05-17T01:23:44.716Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 05bf50b9-ab9e-4ad1-a5b5-e88c9376c455 2021-05-17T01:23:44.716Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 05bf50b9-ab9e-4ad1-a5b5-e88c9376c455 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-05-17T01:23:50.790Z|05bf50b9-ab9e-4ad1-a5b5-e88c9376c455|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 05bf50b9-ab9e-4ad1-a5b5-e88c9376c455 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-17T01:23:50.807Z|05bf50b9-ab9e-4ad1-a5b5-e88c9376c455|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 05bf50b9-ab9e-4ad1-a5b5-e88c9376c455 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-05-17T01:23:50.810Z|05bf50b9-ab9e-4ad1-a5b5-e88c9376c455|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-17T01:23:50.810Z|05bf50b9-ab9e-4ad1-a5b5-e88c9376c455|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-05-17T01:23:50.810Z|05bf50b9-ab9e-4ad1-a5b5-e88c9376c455|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-05-17T01:23:50.810Z|05bf50b9-ab9e-4ad1-a5b5-e88c9376c455|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-05-17T01:23:50.810Z|05bf50b9-ab9e-4ad1-a5b5-e88c9376c455|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-17T01:23:50.810Z|05bf50b9-ab9e-4ad1-a5b5-e88c9376c455|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-17T01:23:50.810Z|05bf50b9-ab9e-4ad1-a5b5-e88c9376c455|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-17T01:23:50.810Z|05bf50b9-ab9e-4ad1-a5b5-e88c9376c455|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-17T01:23:50.811Z|05bf50b9-ab9e-4ad1-a5b5-e88c9376c455|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-17T01:23:50.811Z|05bf50b9-ab9e-4ad1-a5b5-e88c9376c455|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-17T01:23:50.811Z|05bf50b9-ab9e-4ad1-a5b5-e88c9376c455|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-17T01:23:50.816Z|05bf50b9-ab9e-4ad1-a5b5-e88c9376c455|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-05-17T01:24:20.816Z|05bf50b9-ab9e-4ad1-a5b5-e88c9376c455|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 05bf50b9-ab9e-4ad1-a5b5-e88c9376c455 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-05-17T01:24:20.821Z|05bf50b9-ab9e-4ad1-a5b5-e88c9376c455|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 05bf50b9-ab9e-4ad1-a5b5-e88c9376c455 and serviceModelVersionId: f03c598f-9e06-4c3d-9522-060a21979b48 2021-05-17T01:24:20.821Z|05bf50b9-ab9e-4ad1-a5b5-e88c9376c455|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 33d51ebb-a133-47e9-a171-455fd2b40246 2021-05-17T01:24:20.821Z|05bf50b9-ab9e-4ad1-a5b5-e88c9376c455|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/33d51ebb-a133-47e9-a171-455fd2b40246/model-vers/model-ver/f03c598f-9e06-4c3d-9522-060a21979b48?depth=0 2021-05-17T01:24:20.825Z|05bf50b9-ab9e-4ad1-a5b5-e88c9376c455|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context! 2021-05-17T01:24:20.867Z|05bf50b9-ab9e-4ad1-a5b5-e88c9376c455|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/33d51ebb-a133-47e9-a171-455fd2b40246/model-vers/model-ver/f03c598f-9e06-4c3d-9522-060a21979b48?depth=0|INFO|500||Invoke 2021-05-17T01:24:20.867Z|05bf50b9-ab9e-4ad1-a5b5-e88c9376c455|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/33d51ebb-a133-47e9-a171-455fd2b40246/model-vers/model-ver/f03c598f-9e06-4c3d-9522-060a21979b48?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/33d51ebb-a133-47e9-a171-455fd2b40246/model-vers/model-ver/f03c598f-9e06-4c3d-9522-060a21979b48?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[05bf50b9-ab9e-4ad1-a5b5-e88c9376c455], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[4dbc81b6-4cdd-4693-9e41-163a3bf007d8], X-ECOMP-RequestID=[05bf50b9-ab9e-4ad1-a5b5-e88c9376c455], X-TransactionId=[], X-ONAP-RequestID=[05bf50b9-ab9e-4ad1-a5b5-e88c9376c455], Content-Type=[application/merge-patch+json]} 2021-05-17T01:24:20.887Z|05bf50b9-ab9e-4ad1-a5b5-e88c9376c455|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/33d51ebb-a133-47e9-a171-455fd2b40246/model-vers/model-ver/f03c598f-9e06-4c3d-9522-060a21979b48?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-05-17T01:24:21.194Z|05bf50b9-ab9e-4ad1-a5b5-e88c9376c455|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/33d51ebb-a133-47e9-a171-455fd2b40246/model-vers/model-ver/f03c598f-9e06-4c3d-9522-060a21979b48?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/33d51ebb-a133-47e9-a171-455fd2b40246/model-vers/model-ver/f03c598f-9e06-4c3d-9522-060a21979b48?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210517-01:24:20:891-53664], vertex-id=[188632], Content-Length=[0], Date=[Mon, 17 May 2021 01:24:20 GMT], Content-Type=[application/json]} 2021-05-17T01:24:21.195Z|05bf50b9-ab9e-4ad1-a5b5-e88c9376c455|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/33d51ebb-a133-47e9-a171-455fd2b40246/model-vers/model-ver/f03c598f-9e06-4c3d-9522-060a21979b48?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-05-17T01:24:21.195Z|05bf50b9-ab9e-4ad1-a5b5-e88c9376c455|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/33d51ebb-a133-47e9-a171-455fd2b40246/model-vers/model-ver/f03c598f-9e06-4c3d-9522-060a21979b48?depth=0|INFO|500||InvokeReturn 2021-05-17T01:24:21.195Z|05bf50b9-ab9e-4ad1-a5b5-e88c9376c455|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-05-17T01:24:21.196Z|05bf50b9-ab9e-4ad1-a5b5-e88c9376c455|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-05-17T01:24:21.199Z|05bf50b9-ab9e-4ad1-a5b5-e88c9376c455|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-05-17T01:24:21.199Z|05bf50b9-ab9e-4ad1-a5b5-e88c9376c455|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 05bf50b9-ab9e-4ad1-a5b5-e88c9376c455 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-05-17T01:24:21.199Z|05bf50b9-ab9e-4ad1-a5b5-e88c9376c455|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-05-17T01:24:21.199Z|05bf50b9-ab9e-4ad1-a5b5-e88c9376c455|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-05-17T01:24:21.201Z|05bf50b9-ab9e-4ad1-a5b5-e88c9376c455|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-17T01:24:21.201Z|05bf50b9-ab9e-4ad1-a5b5-e88c9376c455|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "05bf50b9-ab9e-4ad1-a5b5-e88c9376c455", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621214661199, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-05-17T01:24:21.301Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-17T01:24:21.302Z||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-05-17T01:24:21.302Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TYaINVSyUqPBxPVw) ... 2021-05-17T01:24:21.313Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T01:24:21.314Z||pool-23-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-05-17T01:24:22.211Z|05bf50b9-ab9e-4ad1-a5b5-e88c9376c455|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T01:24:22.211Z|05bf50b9-ab9e-4ad1-a5b5-e88c9376c455|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-05-17T01:24:22.212Z|05bf50b9-ab9e-4ad1-a5b5-e88c9376c455|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 TYaINVSyUqPBxPVw) ... 2021-05-17T01:24:26.494Z|05bf50b9-ab9e-4ad1-a5b5-e88c9376c455|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T01:24:26.494Z|05bf50b9-ab9e-4ad1-a5b5-e88c9376c455|pool-2-thread-9|||||DEBUG|500||received message from topic 2021-05-17T01:24:26.495Z|05bf50b9-ab9e-4ad1-a5b5-e88c9376c455|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"a6bc29d1-6cc0-4dfb-b550-dd9c047ea03b","serviceName":"Demo_pNF_vBSGqSrMLJ6K4JCHqAK9","serviceVersion":"1.0","serviceUUID":"50d6b897-6215-4639-acb5-16b8a9663f57","serviceDescription":"catalog service description","serviceInvariantUUID":"a55b864d-ba6f-46c3-b2a3-14edaebbd61f","resources":[{"resourceInstanceName":"pNF 361b43b0-fe0c 0","resourceName":"pNF 361b43b0-fe0c","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"35935e89-ca73-4b6a-ab7a-b21ddcadc8fb","resourceInvariantUUID":"abdcdc46-3a28-4c7a-b73a-c106d8a19e9d","resourceCustomizationUUID":"be451adf-dcf2-40c4-a063-be90efdf9a1e","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVbsgqsrmlj6k4jchqak9/1.0/resourceInstances/pnf361b43b0fe0c0/artifacts/vf-license-model.xml","artifactChecksum":"MDAzNWVlZGY5ODg1OTdmYzc0YTUyMTNiYjMwMWZmMWU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"eea549a3-3355-4183-95d7-6d9652daacb1","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVbsgqsrmlj6k4jchqak9/1.0/resourceInstances/pnf361b43b0fe0c0/artifacts/pNF.csar","artifactChecksum":"OTI5NWZmNGUyZmUxZjNkOTFlOTEyOWQxMDMwYzAzNGM\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"18925b5d-223e-416f-a3be-9efe1797b841","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVbsgqsrmlj6k4jchqak9/1.0/resourceInstances/pnf361b43b0fe0c0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e27babc9-d3d2-40cf-b63a-ca449a89f31c","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVbsgqsrmlj6k4jchqak9/1.0/resourceInstances/pnf361b43b0fe0c0/artifacts/vendor-license-model.xml","artifactChecksum":"MDY0ZThkYzE0NTgxZGI5ZjlmOTQzYzgzMDMzY2ExYTY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"38f1304b-cc43-4986-b733-b95ee9746fce","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfVbsgqsrmlj6k4jchqak9/1.0/resourceInstances/pnf361b43b0fe0c0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"cb7934bb-703b-4665-bd28-782112911c77","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfVbsgqsrmlj6k4jchqak9/1.0/resourceInstances/pnf361b43b0fe0c0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"76a84f17-c77a-49f0-a1d5-3ce656ff0a1a","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfVbsgqsrmlj6k4jchqak9-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVbsgqsrmlj6k4jchqak9/1.0/artifacts/service-DemoPnfVbsgqsrmlj6k4jchqak9-template.yml","artifactChecksum":"OGExZDk1MWE5ODgwOWUzZDhmODRhYjA5MGU3YWNiMmM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"6df2b518-f429-4f1a-9833-416410b3eb4a","artifactVersion":"1"},{"artifactName":"service-DemoPnfVbsgqsrmlj6k4jchqak9-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfVbsgqsrmlj6k4jchqak9/1.0/artifacts/service-DemoPnfVbsgqsrmlj6k4jchqak9-csar.csar","artifactChecksum":"NGFhYzllY2Y4Mjg2MzQzYWNlYTg5YjVjM2E0YmIyNWI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"28c5913b-b881-49f9-a73e-ebade729fcb0","artifactVersion":"1"}],"workloadContext":"Production"} 2021-05-17T01:24:26.496Z|05bf50b9-ab9e-4ad1-a5b5-e88c9376c455|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-17T01:24:26.496Z|05bf50b9-ab9e-4ad1-a5b5-e88c9376c455|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-05-17T01:24:26.498Z|05bf50b9-ab9e-4ad1-a5b5-e88c9376c455|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-17T01:24:26.498Z|05bf50b9-ab9e-4ad1-a5b5-e88c9376c455|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "a6bc29d1-6cc0-4dfb-b550-dd9c047ea03b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621214662211, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVbsgqsrmlj6k4jchqak9/1.0/resourceInstances/pnf361b43b0fe0c0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-17T01:24:26.598Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-17T01:24:26.599Z||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-05-17T01:24:26.599Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TYaINVSyUqPBxPVw) ... 2021-05-17T01:24:26.609Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T01:24:26.610Z||pool-24-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-05-17T01:24:27.498Z|05bf50b9-ab9e-4ad1-a5b5-e88c9376c455|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-17T01:24:27.499Z|05bf50b9-ab9e-4ad1-a5b5-e88c9376c455|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-05-17T01:24:27.501Z|05bf50b9-ab9e-4ad1-a5b5-e88c9376c455|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-17T01:24:27.501Z|05bf50b9-ab9e-4ad1-a5b5-e88c9376c455|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "a6bc29d1-6cc0-4dfb-b550-dd9c047ea03b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621214662211, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVbsgqsrmlj6k4jchqak9/1.0/resourceInstances/pnf361b43b0fe0c0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-17T01:24:27.601Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-17T01:24:27.602Z||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-05-17T01:24:27.602Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TYaINVSyUqPBxPVw) ... 2021-05-17T01:24:27.612Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T01:24:27.612Z||pool-25-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-05-17T01:24:28.502Z|05bf50b9-ab9e-4ad1-a5b5-e88c9376c455|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-17T01:24:28.503Z|05bf50b9-ab9e-4ad1-a5b5-e88c9376c455|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-05-17T01:24:28.505Z|05bf50b9-ab9e-4ad1-a5b5-e88c9376c455|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-17T01:24:28.505Z|05bf50b9-ab9e-4ad1-a5b5-e88c9376c455|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "a6bc29d1-6cc0-4dfb-b550-dd9c047ea03b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621214662211, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVbsgqsrmlj6k4jchqak9/1.0/resourceInstances/pnf361b43b0fe0c0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-17T01:24:28.605Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-17T01:24:28.606Z||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-05-17T01:24:28.606Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TYaINVSyUqPBxPVw) ... 2021-05-17T01:24:28.615Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T01:24:28.615Z||pool-26-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-05-17T01:24:29.505Z|05bf50b9-ab9e-4ad1-a5b5-e88c9376c455|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-17T01:24:29.506Z|05bf50b9-ab9e-4ad1-a5b5-e88c9376c455|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-05-17T01:24:29.508Z|05bf50b9-ab9e-4ad1-a5b5-e88c9376c455|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-17T01:24:29.508Z|05bf50b9-ab9e-4ad1-a5b5-e88c9376c455|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "a6bc29d1-6cc0-4dfb-b550-dd9c047ea03b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621214662211, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVbsgqsrmlj6k4jchqak9/1.0/resourceInstances/pnf361b43b0fe0c0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-17T01:24:29.608Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-05-17T01:24:29.609Z||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-05-17T01:24:29.609Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TYaINVSyUqPBxPVw) ... 2021-05-17T01:24:29.618Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T01:24:29.618Z||pool-27-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-05-17T01:24:30.509Z|05bf50b9-ab9e-4ad1-a5b5-e88c9376c455|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-17T01:24:30.510Z|05bf50b9-ab9e-4ad1-a5b5-e88c9376c455|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-05-17T01:24:30.511Z|05bf50b9-ab9e-4ad1-a5b5-e88c9376c455|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-17T01:24:30.511Z|05bf50b9-ab9e-4ad1-a5b5-e88c9376c455|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "a6bc29d1-6cc0-4dfb-b550-dd9c047ea03b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621214662211, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVbsgqsrmlj6k4jchqak9/1.0/resourceInstances/pnf361b43b0fe0c0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-17T01:24:30.612Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-05-17T01:24:30.612Z||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-05-17T01:24:30.612Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TYaINVSyUqPBxPVw) ... 2021-05-17T01:24:30.622Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T01:24:30.622Z||pool-28-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-05-17T01:24:31.512Z|05bf50b9-ab9e-4ad1-a5b5-e88c9376c455|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-17T01:24:31.512Z|05bf50b9-ab9e-4ad1-a5b5-e88c9376c455|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-05-17T01:24:31.514Z|05bf50b9-ab9e-4ad1-a5b5-e88c9376c455|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-17T01:24:31.514Z|05bf50b9-ab9e-4ad1-a5b5-e88c9376c455|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "a6bc29d1-6cc0-4dfb-b550-dd9c047ea03b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621214662211, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVbsgqsrmlj6k4jchqak9/1.0/resourceInstances/pnf361b43b0fe0c0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-17T01:24:31.614Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-17T01:24:31.616Z||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-05-17T01:24:31.616Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TYaINVSyUqPBxPVw) ... 2021-05-17T01:24:31.626Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T01:24:31.627Z||pool-29-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-05-17T01:24:32.515Z|05bf50b9-ab9e-4ad1-a5b5-e88c9376c455|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-17T01:24:32.515Z|05bf50b9-ab9e-4ad1-a5b5-e88c9376c455|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-05-17T01:24:32.517Z|05bf50b9-ab9e-4ad1-a5b5-e88c9376c455|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-17T01:24:32.517Z|05bf50b9-ab9e-4ad1-a5b5-e88c9376c455|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "a6bc29d1-6cc0-4dfb-b550-dd9c047ea03b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621214662211, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVbsgqsrmlj6k4jchqak9/1.0/artifacts/service-DemoPnfVbsgqsrmlj6k4jchqak9-template.yml", "status": "NOT_NOTIFIED" } 2021-05-17T01:24:32.617Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-17T01:24:32.618Z||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-05-17T01:24:32.618Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TYaINVSyUqPBxPVw) ... 2021-05-17T01:24:32.628Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T01:24:32.629Z||pool-30-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-05-17T01:24:33.517Z|05bf50b9-ab9e-4ad1-a5b5-e88c9376c455|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-17T01:24:33.518Z|05bf50b9-ab9e-4ad1-a5b5-e88c9376c455|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-05-17T01:24:33.520Z|05bf50b9-ab9e-4ad1-a5b5-e88c9376c455|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-17T01:24:33.520Z|05bf50b9-ab9e-4ad1-a5b5-e88c9376c455|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "a6bc29d1-6cc0-4dfb-b550-dd9c047ea03b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621214662211, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVbsgqsrmlj6k4jchqak9/1.0/artifacts/service-DemoPnfVbsgqsrmlj6k4jchqak9-csar.csar", "status": "NOTIFIED" } 2021-05-17T01:24:33.620Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-17T01:24:33.621Z||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-05-17T01:24:33.621Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TYaINVSyUqPBxPVw) ... 2021-05-17T01:24:33.631Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T01:24:33.631Z||pool-31-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-05-17T01:24:34.521Z|05bf50b9-ab9e-4ad1-a5b5-e88c9376c455|pool-2-thread-9|||||DEBUG|500||sending notification to client: { "distributionID": "a6bc29d1-6cc0-4dfb-b550-dd9c047ea03b", "serviceName": "Demo_pNF_vBSGqSrMLJ6K4JCHqAK9", "serviceVersion": "1.0", "serviceUUID": "50d6b897-6215-4639-acb5-16b8a9663f57", "serviceDescription": "catalog service description", "serviceInvariantUUID": "a55b864d-ba6f-46c3-b2a3-14edaebbd61f", "resources": [ { "resourceInstanceName": "pNF 361b43b0-fe0c 0", "resourceCustomizationUUID": "be451adf-dcf2-40c4-a063-be90efdf9a1e", "resourceName": "pNF 361b43b0-fe0c", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "35935e89-ca73-4b6a-ab7a-b21ddcadc8fb", "resourceInvariantUUID": "abdcdc46-3a28-4c7a-b73a-c106d8a19e9d", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfVbsgqsrmlj6k4jchqak9-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfVbsgqsrmlj6k4jchqak9/1.0/artifacts/service-DemoPnfVbsgqsrmlj6k4jchqak9-csar.csar", "artifactChecksum": "NGFhYzllY2Y4Mjg2MzQzYWNlYTg5YjVjM2E0YmIyNWI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "28c5913b-b881-49f9-a73e-ebade729fcb0" } ], "workloadContext": "Production" } 2021-05-17T01:24:34.521Z|05bf50b9-ab9e-4ad1-a5b5-e88c9376c455|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-05-17T01:24:34.521Z|05bf50b9-ab9e-4ad1-a5b5-e88c9376c455|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 50d6b897-6215-4639-acb5-16b8a9663f57 ASDC 2021-05-17T01:24:34.521Z|a6bc29d1-6cc0-4dfb-b550-dd9c047ea03b|pool-2-thread-9|||||DEBUG|500||ASDC Notification: DistributionID:a6bc29d1-6cc0-4dfb-b550-dd9c047ea03b ServiceName:Demo_pNF_vBSGqSrMLJ6K4JCHqAK9 ServiceVersion:1.0 ServiceUUID:50d6b897-6215-4639-acb5-16b8a9663f57 ServiceInvariantUUID:a55b864d-ba6f-46c3-b2a3-14edaebbd61f ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfVbsgqsrmlj6k4jchqak9-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfVbsgqsrmlj6k4jchqak9/1.0/artifacts/service-DemoPnfVbsgqsrmlj6k4jchqak9-csar.csar ArtifactUUID:28c5913b-b881-49f9-a73e-ebade729fcb0 ArtifactChecksum:NGFhYzllY2Y4Mjg2MzQzYWNlYTg5YjVjM2E0YmIyNWI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 361b43b0-fe0c 0 ResourceCustomizationUUID:be451adf-dcf2-40c4-a063-be90efdf9a1e ResourceInvariantUUID:abdcdc46-3a28-4c7a-b73a-c106d8a19e9d ResourceName:pNF 361b43b0-fe0c ResourceType:PNF ResourceUUID:35935e89-ca73-4b6a-ab7a-b21ddcadc8fb ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2021-05-17T01:24:34.522Z|a6bc29d1-6cc0-4dfb-b550-dd9c047ea03b|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 50d6b897-6215-4639-acb5-16b8a9663f57 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-05-17T01:24:34.544Z|a6bc29d1-6cc0-4dfb-b550-dd9c047ea03b|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-05-17T01:24:34.544Z|a6bc29d1-6cc0-4dfb-b550-dd9c047ea03b|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2021-05-17T01:24:34.544Z|a6bc29d1-6cc0-4dfb-b550-dd9c047ea03b|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2021-05-17T01:24:34.544Z|a6bc29d1-6cc0-4dfb-b550-dd9c047ea03b|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 28c5913b-b881-49f9-a73e-ebade729fcb0 from URL: /sdc/v1/catalog/services/DemoPnfVbsgqsrmlj6k4jchqak9/1.0/artifacts/service-DemoPnfVbsgqsrmlj6k4jchqak9-csar.csar 2021-05-17T01:24:34.544Z|a6bc29d1-6cc0-4dfb-b550-dd9c047ea03b|pool-2-thread-9|||||INFO|500||DistributionClient - download 2021-05-17T01:24:34.545Z|a6bc29d1-6cc0-4dfb-b550-dd9c047ea03b|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfVbsgqsrmlj6k4jchqak9/1.0/artifacts/service-DemoPnfVbsgqsrmlj6k4jchqak9-csar.csar 2021-05-17T01:24:35.209Z|a6bc29d1-6cc0-4dfb-b550-dd9c047ea03b|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2021-05-17T01:24:35.212Z|a6bc29d1-6cc0-4dfb-b550-dd9c047ea03b|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfVbsgqsrmlj6k4jchqak9/1.0/artifacts/service-DemoPnfVbsgqsrmlj6k4jchqak9-csar.csar 28c5913b-b881-49f9-a73e-ebade729fcb0 83319 2021-05-17T01:24:35.213Z|a6bc29d1-6cc0-4dfb-b550-dd9c047ea03b|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfVbsgqsrmlj6k4jchqak9/1.0/artifacts/service-DemoPnfVbsgqsrmlj6k4jchqak9-csar.csar ASDC sendASDCNotification 2021-05-17T01:24:35.213Z|a6bc29d1-6cc0-4dfb-b550-dd9c047ea03b|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfVbsgqsrmlj6k4jchqak9/1.0/artifacts/service-DemoPnfVbsgqsrmlj6k4jchqak9-csar.csar 2021-05-17T01:24:35.213Z|a6bc29d1-6cc0-4dfb-b550-dd9c047ea03b|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-17T01:24:35.213Z|a6bc29d1-6cc0-4dfb-b550-dd9c047ea03b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-05-17T01:24:35.215Z|a6bc29d1-6cc0-4dfb-b550-dd9c047ea03b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-17T01:24:35.215Z|a6bc29d1-6cc0-4dfb-b550-dd9c047ea03b|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "a6bc29d1-6cc0-4dfb-b550-dd9c047ea03b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621214675213, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVbsgqsrmlj6k4jchqak9/1.0/artifacts/service-DemoPnfVbsgqsrmlj6k4jchqak9-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-17T01:24:35.315Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-17T01:24:35.316Z||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-05-17T01:24:35.316Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TYaINVSyUqPBxPVw) ... 2021-05-17T01:24:35.325Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T01:24:35.325Z||pool-32-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-05-17T01:24:36.216Z|a6bc29d1-6cc0-4dfb-b550-dd9c047ea03b|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-05-17T01:24:36.216Z|a6bc29d1-6cc0-4dfb-b550-dd9c047ea03b|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2021-05-17T01:24:36.217Z|a6bc29d1-6cc0-4dfb-b550-dd9c047ea03b|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 28c5913b-b881-49f9-a73e-ebade729fcb0, URL: /sdc/v1/catalog/services/DemoPnfVbsgqsrmlj6k4jchqak9/1.0/artifacts/service-DemoPnfVbsgqsrmlj6k4jchqak9-csar.csar to file: /app/ASDC/1/service-DemoPnfVbsgqsrmlj6k4jchqak9-csar.csar 2021-05-17T01:24:36.217Z|a6bc29d1-6cc0-4dfb-b550-dd9c047ea03b|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfVbsgqsrmlj6k4jchqak9-csar.csar 2021-05-17T01:24:36.217Z|a6bc29d1-6cc0-4dfb-b550-dd9c047ea03b|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfVbsgqsrmlj6k4jchqak9-csar.csar 2021-05-17T01:24:36.217Z|a6bc29d1-6cc0-4dfb-b550-dd9c047ea03b|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfVbsgqsrmlj6k4jchqak9-csar.csar 2021-05-17T01:24:36.352Z|a6bc29d1-6cc0-4dfb-b550-dd9c047ea03b|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP18302323171500935057/Definitions/service-DemoPnfVbsgqsrmlj6k4jchqak9-template.yml 2021-05-17T01:24:37.137Z|a6bc29d1-6cc0-4dfb-b550-dd9c047ea03b|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0 2021-05-17T01:24:37.138Z|a6bc29d1-6cc0-4dfb-b550-dd9c047ea03b|pool-2-thread-9|||||WARN|500||#################################################################################################### 2021-05-17T01:24:37.138Z|a6bc29d1-6cc0-4dfb-b550-dd9c047ea03b|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfVbsgqsrmlj6k4jchqak9-csar.csar 2021-05-17T01:24:37.138Z|a6bc29d1-6cc0-4dfb-b550-dd9c047ea03b|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2021-05-17T01:24:37.138Z|a6bc29d1-6cc0-4dfb-b550-dd9c047ea03b|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfVbsgqsrmlj6k4jchqak9-csar.csar 2021-05-17T01:24:37.138Z|a6bc29d1-6cc0-4dfb-b550-dd9c047ea03b|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 361b43b0-fe0c 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfVbsgqsrmlj6k4jchqak9-csar.csar 2021-05-17T01:24:37.138Z|a6bc29d1-6cc0-4dfb-b550-dd9c047ea03b|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfVbsgqsrmlj6k4jchqak9-csar.csar 2021-05-17T01:24:37.138Z|a6bc29d1-6cc0-4dfb-b550-dd9c047ea03b|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfVbsgqsrmlj6k4jchqak9-csar.csar 2021-05-17T01:24:37.138Z|a6bc29d1-6cc0-4dfb-b550-dd9c047ea03b|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfVbsgqsrmlj6k4jchqak9-csar.csar 2021-05-17T01:24:37.139Z|a6bc29d1-6cc0-4dfb-b550-dd9c047ea03b|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfVbsgqsrmlj6k4jchqak9-csar.csar 2021-05-17T01:24:37.139Z|a6bc29d1-6cc0-4dfb-b550-dd9c047ea03b|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfVbsgqsrmlj6k4jchqak9-csar.csar 2021-05-17T01:24:37.139Z|a6bc29d1-6cc0-4dfb-b550-dd9c047ea03b|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 361b43b0-fe0c 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-DemoPnfVbsgqsrmlj6k4jchqak9-csar.csar 2021-05-17T01:24:37.139Z|a6bc29d1-6cc0-4dfb-b550-dd9c047ea03b|pool-2-thread-9|||||WARN|500||#################################################################################################### 2021-05-17T01:24:37.139Z|a6bc29d1-6cc0-4dfb-b550-dd9c047ea03b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-17T01:24:37.139Z|a6bc29d1-6cc0-4dfb-b550-dd9c047ea03b|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_vBSGqSrMLJ6K4JCHqAK9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-05-17T01:24:37.139Z|a6bc29d1-6cc0-4dfb-b550-dd9c047ea03b|pool-2-thread-9|||||DEBUG|500||Node template pNF 361b43b0-fe0c 0 is matching search criteria 2021-05-17T01:24:37.139Z|a6bc29d1-6cc0-4dfb-b550-dd9c047ea03b|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2021-05-17T01:24:37.140Z|a6bc29d1-6cc0-4dfb-b550-dd9c047ea03b|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 361b43b0-fe0c 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-05-17T01:24:37.140Z|a6bc29d1-6cc0-4dfb-b550-dd9c047ea03b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-17T01:24:37.140Z|a6bc29d1-6cc0-4dfb-b550-dd9c047ea03b|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_vBSGqSrMLJ6K4JCHqAK9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-05-17T01:24:37.140Z|a6bc29d1-6cc0-4dfb-b550-dd9c047ea03b|pool-2-thread-9|||||DEBUG|500||Node template pNF 361b43b0-fe0c 0 is matching search criteria 2021-05-17T01:24:37.140Z|a6bc29d1-6cc0-4dfb-b550-dd9c047ea03b|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2021-05-17T01:24:37.140Z|a6bc29d1-6cc0-4dfb-b550-dd9c047ea03b|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 361b43b0-fe0c 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-05-17T01:24:37.140Z|a6bc29d1-6cc0-4dfb-b550-dd9c047ea03b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-17T01:24:37.141Z|a6bc29d1-6cc0-4dfb-b550-dd9c047ea03b|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_vBSGqSrMLJ6K4JCHqAK9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-17T01:24:37.141Z|a6bc29d1-6cc0-4dfb-b550-dd9c047ea03b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-17T01:24:37.141Z|a6bc29d1-6cc0-4dfb-b550-dd9c047ea03b|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_vBSGqSrMLJ6K4JCHqAK9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-05-17T01:24:37.141Z|a6bc29d1-6cc0-4dfb-b550-dd9c047ea03b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-17T01:24:37.141Z|a6bc29d1-6cc0-4dfb-b550-dd9c047ea03b|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_vBSGqSrMLJ6K4JCHqAK9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-05-17T01:24:37.141Z|a6bc29d1-6cc0-4dfb-b550-dd9c047ea03b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-17T01:24:37.141Z|a6bc29d1-6cc0-4dfb-b550-dd9c047ea03b|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_vBSGqSrMLJ6K4JCHqAK9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-17T01:24:37.142Z|a6bc29d1-6cc0-4dfb-b550-dd9c047ea03b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-17T01:24:37.142Z|a6bc29d1-6cc0-4dfb-b550-dd9c047ea03b|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_vBSGqSrMLJ6K4JCHqAK9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-05-17T01:24:37.142Z|a6bc29d1-6cc0-4dfb-b550-dd9c047ea03b|pool-2-thread-9|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_vBSGqSrMLJ6K4JCHqAK9 Description:catalog service description Model UUID:50d6b897-6215-4639-acb5-16b8a9663f57 Model Version:NULL Model InvariantUuid:a55b864d-ba6f-46c3-b2a3-14edaebbd61f 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-05-17T01:24:37.146Z|a6bc29d1-6cc0-4dfb-b550-dd9c047ea03b|pool-2-thread-9|||||INFO|500||Processing Resource Type: PNF, Model UUID: 35935e89-ca73-4b6a-ab7a-b21ddcadc8fb 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-05-17T01:24:37.148Z|a6bc29d1-6cc0-4dfb-b550-dd9c047ea03b|pool-2-thread-9|||||INFO|500||pNF 361b43b0-fe0c 0 2021-05-17T01:24:37.148Z|a6bc29d1-6cc0-4dfb-b550-dd9c047ea03b|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 35935e89-ca73-4b6a-ab7a-b21ddcadc8fb 2021-05-17T01:24:37.148Z|a6bc29d1-6cc0-4dfb-b550-dd9c047ea03b|pool-2-thread-9|||||DEBUG|500||No resources found for Service: 50d6b897-6215-4639-acb5-16b8a9663f57 2021-05-17T01:24:37.148Z|a6bc29d1-6cc0-4dfb-b550-dd9c047ea03b|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 50d6b897-6215-4639-acb5-16b8a9663f57 2021-05-17T01:24:37.149Z|a6bc29d1-6cc0-4dfb-b550-dd9c047ea03b|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 361b43b0-fe0c 0 35935e89-ca73-4b6a-ab7a-b21ddcadc8fb 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-05-17T01:24:37.151Z|a6bc29d1-6cc0-4dfb-b550-dd9c047ea03b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-17T01:24:37.152Z|a6bc29d1-6cc0-4dfb-b550-dd9c047ea03b|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_vBSGqSrMLJ6K4JCHqAK9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-05-17T01:24:37.152Z|a6bc29d1-6cc0-4dfb-b550-dd9c047ea03b|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 50d6b897-6215-4639-acb5-16b8a9663f57: pNF 361b43b0-fe0c 2021-05-17T01:24:37.152Z|a6bc29d1-6cc0-4dfb-b550-dd9c047ea03b|pool-2-thread-9|||||INFO|500||Processing PNF resource: 35935e89-ca73-4b6a-ab7a-b21ddcadc8fb 2021-05-17T01:24:37.152Z|a6bc29d1-6cc0-4dfb-b550-dd9c047ea03b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-17T01:24:37.152Z|a6bc29d1-6cc0-4dfb-b550-dd9c047ea03b|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_vBSGqSrMLJ6K4JCHqAK9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-05-17T01:24:37.152Z|a6bc29d1-6cc0-4dfb-b550-dd9c047ea03b|pool-2-thread-9|||||INFO|500||Resource customization UUID: be451adf-dcf2-40c4-a063-be90efdf9a1e is the same as notified resource customizationUUID: be451adf-dcf2-40c4-a063-be90efdf9a1e 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-05-17T01:24:37.194Z|a6bc29d1-6cc0-4dfb-b550-dd9c047ea03b|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 361b43b0-fe0c 35935e89-ca73-4b6a-ab7a-b21ddcadc8fb 0 ASDC deployResourceStructure 2021-05-17T01:24:37.194Z|a6bc29d1-6cc0-4dfb-b550-dd9c047ea03b|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfVbsgqsrmlj6k4jchqak9/1.0/artifacts/service-DemoPnfVbsgqsrmlj6k4jchqak9-csar.csar ASDC sendASDCNotification 2021-05-17T01:24:37.194Z|a6bc29d1-6cc0-4dfb-b550-dd9c047ea03b|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfVbsgqsrmlj6k4jchqak9/1.0/artifacts/service-DemoPnfVbsgqsrmlj6k4jchqak9-csar.csar 2021-05-17T01:24:37.195Z|a6bc29d1-6cc0-4dfb-b550-dd9c047ea03b|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-17T01:24:37.195Z|a6bc29d1-6cc0-4dfb-b550-dd9c047ea03b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-05-17T01:24:37.196Z|a6bc29d1-6cc0-4dfb-b550-dd9c047ea03b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-17T01:24:37.196Z|a6bc29d1-6cc0-4dfb-b550-dd9c047ea03b|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "a6bc29d1-6cc0-4dfb-b550-dd9c047ea03b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621214677194, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVbsgqsrmlj6k4jchqak9/1.0/artifacts/service-DemoPnfVbsgqsrmlj6k4jchqak9-csar.csar", "status": "DEPLOY_OK" } 2021-05-17T01:24:37.296Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-17T01:24:37.297Z||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-05-17T01:24:37.298Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TYaINVSyUqPBxPVw) ... 2021-05-17T01:24:37.308Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T01:24:37.308Z||pool-33-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-05-17T01:24:38.197Z|a6bc29d1-6cc0-4dfb-b550-dd9c047ea03b|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a6bc29d1-6cc0-4dfb-b550-dd9c047ea03b Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-17T01:24:38.207Z|a6bc29d1-6cc0-4dfb-b550-dd9c047ea03b|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a6bc29d1-6cc0-4dfb-b550-dd9c047ea03b Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-05-17T01:24:38.209Z|a6bc29d1-6cc0-4dfb-b550-dd9c047ea03b|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-17T01:24:38.209Z|a6bc29d1-6cc0-4dfb-b550-dd9c047ea03b|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-05-17T01:24:38.209Z|a6bc29d1-6cc0-4dfb-b550-dd9c047ea03b|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-05-17T01:24:44.635Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T01:24:44.635Z||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-05-17T01:24:44.636Z||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 TYaINVSyUqPBxPVw) ... 2021-05-17T01:24:44.656Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T01:24:44.658Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-17T01:24:44.658Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6bc29d1-6cc0-4dfb-b550-dd9c047ea03b", "consumerID": "multicloud-starlingx-id", "timestamp": 1621214583621, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVbsgqsrmlj6k4jchqak9/1.0/resourceInstances/pnf361b43b0fe0c0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-17T01:24:44.659Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-17T01:24:44.659Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-17T01:24:44.659Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6bc29d1-6cc0-4dfb-b550-dd9c047ea03b", "consumerID": "ves-openapi-manager", "timestamp": 1621214581600, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVbsgqsrmlj6k4jchqak9/1.0/resourceInstances/pnf361b43b0fe0c0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-17T01:24:44.659Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-17T01:24:44.659Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-17T01:24:44.659Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6bc29d1-6cc0-4dfb-b550-dd9c047ea03b", "consumerID": "multicloud-windriver-id", "timestamp": 1621214585445, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVbsgqsrmlj6k4jchqak9/1.0/resourceInstances/pnf361b43b0fe0c0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-17T01:24:44.660Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-17T01:24:44.660Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-17T01:24:44.660Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6bc29d1-6cc0-4dfb-b550-dd9c047ea03b", "consumerID": "multicloud-starlingx-id", "timestamp": 1621214583621, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVbsgqsrmlj6k4jchqak9/1.0/resourceInstances/pnf361b43b0fe0c0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-17T01:24:44.660Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-17T01:24:44.660Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-17T01:24:44.660Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6bc29d1-6cc0-4dfb-b550-dd9c047ea03b", "consumerID": "ves-openapi-manager", "timestamp": 1621214581600, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVbsgqsrmlj6k4jchqak9/1.0/resourceInstances/pnf361b43b0fe0c0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-17T01:24:44.660Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-17T01:24:44.660Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-17T01:24:44.660Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6bc29d1-6cc0-4dfb-b550-dd9c047ea03b", "consumerID": "multicloud-windriver-id", "timestamp": 1621214585445, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVbsgqsrmlj6k4jchqak9/1.0/resourceInstances/pnf361b43b0fe0c0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-17T01:24:44.660Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-17T01:24:44.660Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-17T01:24:44.660Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6bc29d1-6cc0-4dfb-b550-dd9c047ea03b", "consumerID": "dcae-sch", "timestamp": 1621214590510, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVbsgqsrmlj6k4jchqak9/1.0/resourceInstances/pnf361b43b0fe0c0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-17T01:24:44.660Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-17T01:24:44.660Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-17T01:24:44.661Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6bc29d1-6cc0-4dfb-b550-dd9c047ea03b", "consumerID": "multicloud-starlingx-id", "timestamp": 1621214583621, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVbsgqsrmlj6k4jchqak9/1.0/resourceInstances/pnf361b43b0fe0c0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-17T01:24:44.661Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-17T01:24:44.661Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-17T01:24:44.661Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6bc29d1-6cc0-4dfb-b550-dd9c047ea03b", "consumerID": "multicloud-windriver-id", "timestamp": 1621214585445, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVbsgqsrmlj6k4jchqak9/1.0/resourceInstances/pnf361b43b0fe0c0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-17T01:24:44.661Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-17T01:24:44.661Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-17T01:24:44.661Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6bc29d1-6cc0-4dfb-b550-dd9c047ea03b", "consumerID": "ves-openapi-manager", "timestamp": 1621214581600, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVbsgqsrmlj6k4jchqak9/1.0/resourceInstances/pnf361b43b0fe0c0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-17T01:24:44.661Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-17T01:24:44.661Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-17T01:24:44.661Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6bc29d1-6cc0-4dfb-b550-dd9c047ea03b", "consumerID": "dcae-sch", "timestamp": 1621214590510, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVbsgqsrmlj6k4jchqak9/1.0/resourceInstances/pnf361b43b0fe0c0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-17T01:24:44.661Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-17T01:24:44.661Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-17T01:24:44.661Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6bc29d1-6cc0-4dfb-b550-dd9c047ea03b", "consumerID": "multicloud-starlingx-id", "timestamp": 1621214583621, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVbsgqsrmlj6k4jchqak9/1.0/resourceInstances/pnf361b43b0fe0c0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-17T01:24:44.662Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-17T01:24:44.662Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-17T01:24:44.662Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6bc29d1-6cc0-4dfb-b550-dd9c047ea03b", "consumerID": "multicloud-windriver-id", "timestamp": 1621214585445, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVbsgqsrmlj6k4jchqak9/1.0/resourceInstances/pnf361b43b0fe0c0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-17T01:24:44.662Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-17T01:24:44.662Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-17T01:24:44.662Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6bc29d1-6cc0-4dfb-b550-dd9c047ea03b", "consumerID": "ves-openapi-manager", "timestamp": 1621214581600, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVbsgqsrmlj6k4jchqak9/1.0/resourceInstances/pnf361b43b0fe0c0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-17T01:24:44.662Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-17T01:24:44.662Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-17T01:24:44.662Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6bc29d1-6cc0-4dfb-b550-dd9c047ea03b", "consumerID": "dcae-sch", "timestamp": 1621214590510, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVbsgqsrmlj6k4jchqak9/1.0/resourceInstances/pnf361b43b0fe0c0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-17T01:24:44.662Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-17T01:24:44.662Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-17T01:24:44.662Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6bc29d1-6cc0-4dfb-b550-dd9c047ea03b", "consumerID": "multicloud-starlingx-id", "timestamp": 1621214583621, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVbsgqsrmlj6k4jchqak9/1.0/resourceInstances/pnf361b43b0fe0c0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-17T01:24:44.662Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-17T01:24:44.662Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-17T01:24:44.662Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6bc29d1-6cc0-4dfb-b550-dd9c047ea03b", "consumerID": "multicloud-windriver-id", "timestamp": 1621214585445, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVbsgqsrmlj6k4jchqak9/1.0/resourceInstances/pnf361b43b0fe0c0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-17T01:24:44.663Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-17T01:24:44.663Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-17T01:24:44.663Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6bc29d1-6cc0-4dfb-b550-dd9c047ea03b", "consumerID": "ves-openapi-manager", "timestamp": 1621214581600, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVbsgqsrmlj6k4jchqak9/1.0/resourceInstances/pnf361b43b0fe0c0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-17T01:24:44.663Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-17T01:24:44.663Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-17T01:24:44.663Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6bc29d1-6cc0-4dfb-b550-dd9c047ea03b", "consumerID": "multicloud-k8s-id", "timestamp": 1621214592792, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVbsgqsrmlj6k4jchqak9/1.0/resourceInstances/pnf361b43b0fe0c0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-17T01:24:44.663Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-17T01:24:44.663Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-17T01:24:44.663Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6bc29d1-6cc0-4dfb-b550-dd9c047ea03b", "consumerID": "cds", "timestamp": 1621214592854, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVbsgqsrmlj6k4jchqak9/1.0/resourceInstances/pnf361b43b0fe0c0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-17T01:24:44.663Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-17T01:24:44.663Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-17T01:24:44.663Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6bc29d1-6cc0-4dfb-b550-dd9c047ea03b", "consumerID": "dcae-sch", "timestamp": 1621214590510, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVbsgqsrmlj6k4jchqak9/1.0/resourceInstances/pnf361b43b0fe0c0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-17T01:24:44.663Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-17T01:24:44.664Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-17T01:24:44.664Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6bc29d1-6cc0-4dfb-b550-dd9c047ea03b", "consumerID": "multicloud-starlingx-id", "timestamp": 1621214583621, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVbsgqsrmlj6k4jchqak9/1.0/resourceInstances/pnf361b43b0fe0c0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-17T01:24:44.664Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-17T01:24:44.664Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-17T01:24:44.664Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6bc29d1-6cc0-4dfb-b550-dd9c047ea03b", "consumerID": "multicloud-windriver-id", "timestamp": 1621214585445, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVbsgqsrmlj6k4jchqak9/1.0/resourceInstances/pnf361b43b0fe0c0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-17T01:24:44.664Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-17T01:24:44.664Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-17T01:24:44.664Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6bc29d1-6cc0-4dfb-b550-dd9c047ea03b", "consumerID": "ves-openapi-manager", "timestamp": 1621214581600, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVbsgqsrmlj6k4jchqak9/1.0/resourceInstances/pnf361b43b0fe0c0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2021-05-17T01:24:44.664Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-17T01:24:44.664Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-17T01:24:44.664Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6bc29d1-6cc0-4dfb-b550-dd9c047ea03b", "consumerID": "multicloud-k8s-id", "timestamp": 1621214592792, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVbsgqsrmlj6k4jchqak9/1.0/resourceInstances/pnf361b43b0fe0c0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-17T01:24:44.664Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-17T01:24:44.664Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-17T01:24:44.664Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6bc29d1-6cc0-4dfb-b550-dd9c047ea03b", "consumerID": "cds", "timestamp": 1621214592854, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVbsgqsrmlj6k4jchqak9/1.0/resourceInstances/pnf361b43b0fe0c0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-17T01:24:44.665Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-17T01:24:44.665Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-17T01:24:44.665Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6bc29d1-6cc0-4dfb-b550-dd9c047ea03b", "consumerID": "dcae-sch", "timestamp": 1621214590510, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVbsgqsrmlj6k4jchqak9/1.0/resourceInstances/pnf361b43b0fe0c0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-17T01:24:44.665Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-17T01:24:44.665Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-17T01:24:44.665Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6bc29d1-6cc0-4dfb-b550-dd9c047ea03b", "consumerID": "multicloud-starlingx-id", "timestamp": 1621214583621, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVbsgqsrmlj6k4jchqak9/1.0/artifacts/service-DemoPnfVbsgqsrmlj6k4jchqak9-template.yml", "status": "NOT_NOTIFIED" } 2021-05-17T01:24:44.665Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-17T01:24:44.665Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-17T01:24:44.665Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6bc29d1-6cc0-4dfb-b550-dd9c047ea03b", "consumerID": "multicloud-windriver-id", "timestamp": 1621214585445, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVbsgqsrmlj6k4jchqak9/1.0/artifacts/service-DemoPnfVbsgqsrmlj6k4jchqak9-template.yml", "status": "NOT_NOTIFIED" } 2021-05-17T01:24:44.665Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-17T01:24:44.665Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-17T01:24:44.665Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6bc29d1-6cc0-4dfb-b550-dd9c047ea03b", "consumerID": "ves-openapi-manager", "timestamp": 1621214581600, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVbsgqsrmlj6k4jchqak9/1.0/artifacts/service-DemoPnfVbsgqsrmlj6k4jchqak9-template.yml", "status": "NOT_NOTIFIED" } 2021-05-17T01:24:44.665Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-17T01:24:44.666Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-17T01:24:44.666Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6bc29d1-6cc0-4dfb-b550-dd9c047ea03b", "consumerID": "multicloud-k8s-id", "timestamp": 1621214592792, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVbsgqsrmlj6k4jchqak9/1.0/resourceInstances/pnf361b43b0fe0c0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-17T01:24:44.666Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-17T01:24:44.666Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-17T01:24:44.666Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6bc29d1-6cc0-4dfb-b550-dd9c047ea03b", "consumerID": "cds", "timestamp": 1621214592854, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVbsgqsrmlj6k4jchqak9/1.0/resourceInstances/pnf361b43b0fe0c0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-17T01:24:44.666Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-17T01:24:44.666Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-17T01:24:44.666Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6bc29d1-6cc0-4dfb-b550-dd9c047ea03b", "consumerID": "dcae-sch", "timestamp": 1621214590510, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVbsgqsrmlj6k4jchqak9/1.0/resourceInstances/pnf361b43b0fe0c0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-17T01:24:44.666Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-17T01:24:44.666Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-17T01:24:44.666Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6bc29d1-6cc0-4dfb-b550-dd9c047ea03b", "consumerID": "multicloud-starlingx-id", "timestamp": 1621214583621, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVbsgqsrmlj6k4jchqak9/1.0/artifacts/service-DemoPnfVbsgqsrmlj6k4jchqak9-csar.csar", "status": "NOTIFIED" } 2021-05-17T01:24:44.666Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-17T01:24:44.666Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-17T01:24:44.666Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6bc29d1-6cc0-4dfb-b550-dd9c047ea03b", "consumerID": "multicloud-windriver-id", "timestamp": 1621214585445, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVbsgqsrmlj6k4jchqak9/1.0/artifacts/service-DemoPnfVbsgqsrmlj6k4jchqak9-csar.csar", "status": "NOTIFIED" } 2021-05-17T01:24:44.667Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-17T01:24:44.667Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-17T01:24:44.667Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6bc29d1-6cc0-4dfb-b550-dd9c047ea03b", "consumerID": "ves-openapi-manager", "timestamp": 1621214581600, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVbsgqsrmlj6k4jchqak9/1.0/artifacts/service-DemoPnfVbsgqsrmlj6k4jchqak9-csar.csar", "status": "NOT_NOTIFIED" } 2021-05-17T01:24:44.667Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-17T01:24:44.667Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-17T01:24:44.667Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6bc29d1-6cc0-4dfb-b550-dd9c047ea03b", "consumerID": "multicloud-k8s-id", "timestamp": 1621214592792, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVbsgqsrmlj6k4jchqak9/1.0/resourceInstances/pnf361b43b0fe0c0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-17T01:24:44.667Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-17T01:24:44.667Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-17T01:24:44.667Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6bc29d1-6cc0-4dfb-b550-dd9c047ea03b", "consumerID": "cds", "timestamp": 1621214592854, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVbsgqsrmlj6k4jchqak9/1.0/resourceInstances/pnf361b43b0fe0c0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-17T01:24:44.667Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-17T01:24:44.667Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-17T01:24:44.667Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6bc29d1-6cc0-4dfb-b550-dd9c047ea03b", "consumerID": "clamp", "timestamp": 1621214596219, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVbsgqsrmlj6k4jchqak9/1.0/resourceInstances/pnf361b43b0fe0c0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-17T01:24:44.667Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-17T01:24:44.667Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-17T01:24:44.667Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6bc29d1-6cc0-4dfb-b550-dd9c047ea03b", "consumerID": "dcae-sch", "timestamp": 1621214590510, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVbsgqsrmlj6k4jchqak9/1.0/artifacts/service-DemoPnfVbsgqsrmlj6k4jchqak9-template.yml", "status": "NOT_NOTIFIED" } 2021-05-17T01:24:44.668Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-17T01:24:44.668Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-17T01:24:44.668Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6bc29d1-6cc0-4dfb-b550-dd9c047ea03b", "consumerID": "multicloud-k8s-id", "timestamp": 1621214592792, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVbsgqsrmlj6k4jchqak9/1.0/resourceInstances/pnf361b43b0fe0c0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-17T01:24:44.668Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-17T01:24:44.668Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-17T01:24:44.668Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6bc29d1-6cc0-4dfb-b550-dd9c047ea03b", "consumerID": "cds", "timestamp": 1621214592854, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVbsgqsrmlj6k4jchqak9/1.0/resourceInstances/pnf361b43b0fe0c0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-17T01:24:44.668Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-17T01:24:44.668Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-17T01:24:44.668Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6bc29d1-6cc0-4dfb-b550-dd9c047ea03b", "consumerID": "clamp", "timestamp": 1621214596219, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVbsgqsrmlj6k4jchqak9/1.0/resourceInstances/pnf361b43b0fe0c0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-17T01:24:44.668Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-17T01:24:44.668Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-17T01:24:44.668Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6bc29d1-6cc0-4dfb-b550-dd9c047ea03b", "consumerID": "dcae-sch", "timestamp": 1621214590510, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVbsgqsrmlj6k4jchqak9/1.0/artifacts/service-DemoPnfVbsgqsrmlj6k4jchqak9-csar.csar", "status": "NOT_NOTIFIED" } 2021-05-17T01:24:44.668Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-17T01:24:44.668Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-17T01:24:44.668Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6bc29d1-6cc0-4dfb-b550-dd9c047ea03b", "consumerID": "multicloud-k8s-id", "timestamp": 1621214592792, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVbsgqsrmlj6k4jchqak9/1.0/resourceInstances/pnf361b43b0fe0c0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-17T01:24:44.669Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-17T01:24:44.669Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-17T01:24:44.669Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6bc29d1-6cc0-4dfb-b550-dd9c047ea03b", "consumerID": "policy-id", "timestamp": 1621214597835, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVbsgqsrmlj6k4jchqak9/1.0/resourceInstances/pnf361b43b0fe0c0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-17T01:24:44.669Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-17T01:24:44.669Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-17T01:24:44.669Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6bc29d1-6cc0-4dfb-b550-dd9c047ea03b", "consumerID": "cds", "timestamp": 1621214592854, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVbsgqsrmlj6k4jchqak9/1.0/resourceInstances/pnf361b43b0fe0c0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-17T01:24:44.669Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-17T01:24:44.669Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-17T01:24:44.669Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6bc29d1-6cc0-4dfb-b550-dd9c047ea03b", "consumerID": "ves-openapi-manager", "timestamp": 1621214598500, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVbsgqsrmlj6k4jchqak9/1.0/resourceInstances/pnf361b43b0fe0c0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2021-05-17T01:24:44.669Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T01:24:44.669Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-17T01:24:44.669Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6bc29d1-6cc0-4dfb-b550-dd9c047ea03b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621214598015, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVbsgqsrmlj6k4jchqak9/1.0/resourceInstances/pnf361b43b0fe0c0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-17T01:24:44.669Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-17T01:24:44.669Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-17T01:24:44.670Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6bc29d1-6cc0-4dfb-b550-dd9c047ea03b", "consumerID": "aai-ml", "timestamp": 1621214598120, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVbsgqsrmlj6k4jchqak9/1.0/resourceInstances/pnf361b43b0fe0c0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-17T01:24:44.670Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-17T01:24:44.670Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-17T01:24:44.670Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6bc29d1-6cc0-4dfb-b550-dd9c047ea03b", "consumerID": "clamp", "timestamp": 1621214596219, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVbsgqsrmlj6k4jchqak9/1.0/resourceInstances/pnf361b43b0fe0c0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-17T01:24:44.670Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-17T01:24:44.670Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-17T01:24:44.670Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6bc29d1-6cc0-4dfb-b550-dd9c047ea03b", "consumerID": "multicloud-k8s-id", "timestamp": 1621214592792, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVbsgqsrmlj6k4jchqak9/1.0/artifacts/service-DemoPnfVbsgqsrmlj6k4jchqak9-template.yml", "status": "NOT_NOTIFIED" } 2021-05-17T01:24:44.670Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-17T01:24:44.670Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-17T01:24:44.670Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6bc29d1-6cc0-4dfb-b550-dd9c047ea03b", "consumerID": "policy-id", "timestamp": 1621214597835, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVbsgqsrmlj6k4jchqak9/1.0/resourceInstances/pnf361b43b0fe0c0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-17T01:24:44.670Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-17T01:24:44.670Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-17T01:24:44.670Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6bc29d1-6cc0-4dfb-b550-dd9c047ea03b", "consumerID": "cds", "timestamp": 1621214592854, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVbsgqsrmlj6k4jchqak9/1.0/artifacts/service-DemoPnfVbsgqsrmlj6k4jchqak9-template.yml", "status": "NOT_NOTIFIED" } 2021-05-17T01:24:44.670Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-17T01:24:44.670Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-17T01:24:44.671Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6bc29d1-6cc0-4dfb-b550-dd9c047ea03b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621214598015, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVbsgqsrmlj6k4jchqak9/1.0/resourceInstances/pnf361b43b0fe0c0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-17T01:24:44.671Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-17T01:24:44.671Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-17T01:24:44.671Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6bc29d1-6cc0-4dfb-b550-dd9c047ea03b", "consumerID": "ves-openapi-manager", "timestamp": 1621214599741, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVbsgqsrmlj6k4jchqak9/1.0/resourceInstances/pnf361b43b0fe0c0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2021-05-17T01:24:44.671Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T01:24:44.671Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-17T01:24:44.671Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6bc29d1-6cc0-4dfb-b550-dd9c047ea03b", "consumerID": "aai-ml", "timestamp": 1621214598120, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVbsgqsrmlj6k4jchqak9/1.0/resourceInstances/pnf361b43b0fe0c0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-17T01:24:44.671Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-17T01:24:44.671Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-17T01:24:44.671Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6bc29d1-6cc0-4dfb-b550-dd9c047ea03b", "consumerID": "clamp", "timestamp": 1621214596219, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVbsgqsrmlj6k4jchqak9/1.0/resourceInstances/pnf361b43b0fe0c0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-17T01:24:44.672Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-17T01:24:44.672Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-17T01:24:44.672Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6bc29d1-6cc0-4dfb-b550-dd9c047ea03b", "consumerID": "multicloud-k8s-id", "timestamp": 1621214592792, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVbsgqsrmlj6k4jchqak9/1.0/artifacts/service-DemoPnfVbsgqsrmlj6k4jchqak9-csar.csar", "status": "NOTIFIED" } 2021-05-17T01:24:44.672Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-17T01:24:44.672Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-17T01:24:44.672Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6bc29d1-6cc0-4dfb-b550-dd9c047ea03b", "consumerID": "policy-id", "timestamp": 1621214597835, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVbsgqsrmlj6k4jchqak9/1.0/resourceInstances/pnf361b43b0fe0c0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-17T01:24:44.672Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-17T01:24:44.672Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-17T01:24:44.672Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6bc29d1-6cc0-4dfb-b550-dd9c047ea03b", "consumerID": "cds", "timestamp": 1621214592854, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVbsgqsrmlj6k4jchqak9/1.0/artifacts/service-DemoPnfVbsgqsrmlj6k4jchqak9-csar.csar", "status": "NOTIFIED" } 2021-05-17T01:24:44.672Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-17T01:24:44.672Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-17T01:24:44.672Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6bc29d1-6cc0-4dfb-b550-dd9c047ea03b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621214598015, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVbsgqsrmlj6k4jchqak9/1.0/resourceInstances/pnf361b43b0fe0c0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-17T01:24:44.672Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-17T01:24:44.672Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-17T01:24:44.672Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6bc29d1-6cc0-4dfb-b550-dd9c047ea03b", "consumerID": "aai-ml", "timestamp": 1621214598120, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVbsgqsrmlj6k4jchqak9/1.0/resourceInstances/pnf361b43b0fe0c0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-17T01:24:44.673Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-17T01:24:44.673Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-17T01:24:44.673Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6bc29d1-6cc0-4dfb-b550-dd9c047ea03b", "consumerID": "ves-openapi-manager", "timestamp": 1621214600745, "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-05-17T01:24:44.679Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of a6bc29d1-6cc0-4dfb-b550-dd9c047ea03b 2021-05-17T01:24:44.679Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId a6bc29d1-6cc0-4dfb-b550-dd9c047ea03b 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-05-17T01:24:44.687Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-17T01:24:44.687Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6bc29d1-6cc0-4dfb-b550-dd9c047ea03b", "consumerID": "clamp", "timestamp": 1621214596219, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVbsgqsrmlj6k4jchqak9/1.0/resourceInstances/pnf361b43b0fe0c0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-17T01:24:44.687Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-17T01:24:44.687Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-17T01:24:44.687Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6bc29d1-6cc0-4dfb-b550-dd9c047ea03b", "consumerID": "policy-id", "timestamp": 1621214597835, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVbsgqsrmlj6k4jchqak9/1.0/resourceInstances/pnf361b43b0fe0c0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-17T01:24:44.687Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-17T01:24:44.687Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-17T01:24:44.687Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6bc29d1-6cc0-4dfb-b550-dd9c047ea03b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621214598015, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVbsgqsrmlj6k4jchqak9/1.0/resourceInstances/pnf361b43b0fe0c0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-17T01:24:44.687Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-17T01:24:44.687Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-17T01:24:44.688Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6bc29d1-6cc0-4dfb-b550-dd9c047ea03b", "consumerID": "aai-ml", "timestamp": 1621214598120, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVbsgqsrmlj6k4jchqak9/1.0/resourceInstances/pnf361b43b0fe0c0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-17T01:24:44.688Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-17T01:24:44.688Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-17T01:24:44.688Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6bc29d1-6cc0-4dfb-b550-dd9c047ea03b", "consumerID": "clamp", "timestamp": 1621214596219, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVbsgqsrmlj6k4jchqak9/1.0/resourceInstances/pnf361b43b0fe0c0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-17T01:24:44.688Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-17T01:24:44.688Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-17T01:24:44.688Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6bc29d1-6cc0-4dfb-b550-dd9c047ea03b", "consumerID": "policy-id", "timestamp": 1621214597835, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVbsgqsrmlj6k4jchqak9/1.0/resourceInstances/pnf361b43b0fe0c0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-17T01:24:44.688Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-17T01:24:44.688Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-17T01:24:44.688Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6bc29d1-6cc0-4dfb-b550-dd9c047ea03b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621214598015, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVbsgqsrmlj6k4jchqak9/1.0/resourceInstances/pnf361b43b0fe0c0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-17T01:24:44.688Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-17T01:24:44.688Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-17T01:24:44.688Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6bc29d1-6cc0-4dfb-b550-dd9c047ea03b", "consumerID": "aai-ml", "timestamp": 1621214598120, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVbsgqsrmlj6k4jchqak9/1.0/resourceInstances/pnf361b43b0fe0c0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-17T01:24:44.688Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-17T01:24:44.689Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-17T01:24:44.689Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6bc29d1-6cc0-4dfb-b550-dd9c047ea03b", "consumerID": "clamp", "timestamp": 1621214596219, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVbsgqsrmlj6k4jchqak9/1.0/artifacts/service-DemoPnfVbsgqsrmlj6k4jchqak9-template.yml", "status": "NOT_NOTIFIED" } 2021-05-17T01:24:44.689Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-17T01:24:44.689Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-17T01:24:44.689Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6bc29d1-6cc0-4dfb-b550-dd9c047ea03b", "consumerID": "cds", "timestamp": 1621214603084, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVbsgqsrmlj6k4jchqak9/1.0/artifacts/service-DemoPnfVbsgqsrmlj6k4jchqak9-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-17T01:24:44.689Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T01:24:44.689Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-17T01:24:44.689Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6bc29d1-6cc0-4dfb-b550-dd9c047ea03b", "consumerID": "policy-id", "timestamp": 1621214597835, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVbsgqsrmlj6k4jchqak9/1.0/resourceInstances/pnf361b43b0fe0c0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-17T01:24:44.689Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-17T01:24:44.689Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-17T01:24:44.689Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6bc29d1-6cc0-4dfb-b550-dd9c047ea03b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621214598015, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVbsgqsrmlj6k4jchqak9/1.0/resourceInstances/pnf361b43b0fe0c0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-17T01:24:44.689Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-17T01:24:44.689Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-17T01:24:44.689Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6bc29d1-6cc0-4dfb-b550-dd9c047ea03b", "consumerID": "aai-ml", "timestamp": 1621214598120, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVbsgqsrmlj6k4jchqak9/1.0/resourceInstances/pnf361b43b0fe0c0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-17T01:24:44.690Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-17T01:24:44.690Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-17T01:24:44.690Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6bc29d1-6cc0-4dfb-b550-dd9c047ea03b", "consumerID": "clamp", "timestamp": 1621214596219, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVbsgqsrmlj6k4jchqak9/1.0/artifacts/service-DemoPnfVbsgqsrmlj6k4jchqak9-csar.csar", "status": "NOTIFIED" } 2021-05-17T01:24:44.690Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-17T01:24:44.690Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-17T01:24:44.690Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6bc29d1-6cc0-4dfb-b550-dd9c047ea03b", "consumerID": "cds", "timestamp": 1621214604088, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVbsgqsrmlj6k4jchqak9/1.0/artifacts/service-DemoPnfVbsgqsrmlj6k4jchqak9-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-05-17T01:24:44.694Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a6bc29d1-6cc0-4dfb-b550-dd9c047ea03b 2021-05-17T01:24:44.694Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId a6bc29d1-6cc0-4dfb-b550-dd9c047ea03b 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-05-17T01:24:44.701Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-17T01:24:44.701Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6bc29d1-6cc0-4dfb-b550-dd9c047ea03b", "consumerID": "policy-id", "timestamp": 1621214597835, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVbsgqsrmlj6k4jchqak9/1.0/artifacts/service-DemoPnfVbsgqsrmlj6k4jchqak9-template.yml", "status": "NOT_NOTIFIED" } 2021-05-17T01:24:44.701Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-17T01:24:44.701Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-17T01:24:44.701Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6bc29d1-6cc0-4dfb-b550-dd9c047ea03b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621214598015, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVbsgqsrmlj6k4jchqak9/1.0/artifacts/service-DemoPnfVbsgqsrmlj6k4jchqak9-template.yml", "status": "NOT_NOTIFIED" } 2021-05-17T01:24:44.701Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-17T01:24:44.702Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-17T01:24:44.702Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6bc29d1-6cc0-4dfb-b550-dd9c047ea03b", "consumerID": "aai-ml", "timestamp": 1621214598120, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVbsgqsrmlj6k4jchqak9/1.0/artifacts/service-DemoPnfVbsgqsrmlj6k4jchqak9-template.yml", "status": "NOT_NOTIFIED" } 2021-05-17T01:24:44.702Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-17T01:24:44.702Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-17T01:24:44.702Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6bc29d1-6cc0-4dfb-b550-dd9c047ea03b", "consumerID": "policy-id", "timestamp": 1621214597835, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVbsgqsrmlj6k4jchqak9/1.0/artifacts/service-DemoPnfVbsgqsrmlj6k4jchqak9-csar.csar", "status": "NOTIFIED" } 2021-05-17T01:24:44.702Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-17T01:24:44.702Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-17T01:24:44.702Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6bc29d1-6cc0-4dfb-b550-dd9c047ea03b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621214598015, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVbsgqsrmlj6k4jchqak9/1.0/artifacts/service-DemoPnfVbsgqsrmlj6k4jchqak9-csar.csar", "status": "NOTIFIED" } 2021-05-17T01:24:44.702Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-17T01:24:44.702Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-17T01:24:44.702Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6bc29d1-6cc0-4dfb-b550-dd9c047ea03b", "consumerID": "aai-ml", "timestamp": 1621214598120, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVbsgqsrmlj6k4jchqak9/1.0/artifacts/service-DemoPnfVbsgqsrmlj6k4jchqak9-csar.csar", "status": "NOTIFIED" } 2021-05-17T01:24:44.702Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-17T01:24:44.702Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-17T01:24:44.702Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6bc29d1-6cc0-4dfb-b550-dd9c047ea03b", "consumerID": "policy-id", "timestamp": 1621214607895, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVbsgqsrmlj6k4jchqak9/1.0/artifacts/service-DemoPnfVbsgqsrmlj6k4jchqak9-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-17T01:24:44.702Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T01:24:44.702Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-17T01:24:44.703Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6bc29d1-6cc0-4dfb-b550-dd9c047ea03b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621214608022, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVbsgqsrmlj6k4jchqak9/1.0/artifacts/service-DemoPnfVbsgqsrmlj6k4jchqak9-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-17T01:24:44.703Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T01:24:44.703Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-17T01:24:44.703Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6bc29d1-6cc0-4dfb-b550-dd9c047ea03b", "consumerID": "aai-ml", "timestamp": 1621214608219, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVbsgqsrmlj6k4jchqak9/1.0/artifacts/service-DemoPnfVbsgqsrmlj6k4jchqak9-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-17T01:24:44.703Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T01:24:44.703Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-17T01:24:44.703Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6bc29d1-6cc0-4dfb-b550-dd9c047ea03b", "consumerID": "policy-id", "timestamp": 1621214608899, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVbsgqsrmlj6k4jchqak9/1.0/artifacts/service-DemoPnfVbsgqsrmlj6k4jchqak9-csar.csar", "status": "DEPLOY_OK" } 2021-05-17T01:24:44.704Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T01:24:44.704Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-17T01:24:44.704Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6bc29d1-6cc0-4dfb-b550-dd9c047ea03b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621214609762, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVbsgqsrmlj6k4jchqak9/1.0/artifacts/service-DemoPnfVbsgqsrmlj6k4jchqak9-csar.csar", "status": "DEPLOY_OK" } 2021-05-17T01:24:44.704Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T01:24:44.704Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-17T01:24:44.704Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6bc29d1-6cc0-4dfb-b550-dd9c047ea03b", "consumerID": "policy-id", "timestamp": 1621214609901, "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-05-17T01:24:44.708Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a6bc29d1-6cc0-4dfb-b550-dd9c047ea03b 2021-05-17T01:24:44.708Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId a6bc29d1-6cc0-4dfb-b550-dd9c047ea03b 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-05-17T01:24:44.714Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-17T01:24:44.714Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6bc29d1-6cc0-4dfb-b550-dd9c047ea03b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621214610766, "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-05-17T01:24:44.718Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a6bc29d1-6cc0-4dfb-b550-dd9c047ea03b 2021-05-17T01:24:44.719Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId a6bc29d1-6cc0-4dfb-b550-dd9c047ea03b 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-05-17T01:24:44.725Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-17T01:24:44.725Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6bc29d1-6cc0-4dfb-b550-dd9c047ea03b", "consumerID": "clamp", "timestamp": 1621214611365, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVbsgqsrmlj6k4jchqak9/1.0/artifacts/service-DemoPnfVbsgqsrmlj6k4jchqak9-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-17T01:24:44.725Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T01:24:44.726Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-17T01:24:44.726Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6bc29d1-6cc0-4dfb-b550-dd9c047ea03b", "consumerID": "aai-ml", "timestamp": 1621214612809, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVbsgqsrmlj6k4jchqak9/1.0/artifacts/service-DemoPnfVbsgqsrmlj6k4jchqak9-csar.csar", "status": "DEPLOY_OK" } 2021-05-17T01:24:44.726Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T01:24:44.726Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-17T01:24:44.726Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6bc29d1-6cc0-4dfb-b550-dd9c047ea03b", "consumerID": "clamp", "timestamp": 1621214613373, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVbsgqsrmlj6k4jchqak9/1.0/artifacts/service-DemoPnfVbsgqsrmlj6k4jchqak9-csar.csar", "status": "DEPLOY_OK" } 2021-05-17T01:24:44.726Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T01:24:44.726Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-17T01:24:44.726Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6bc29d1-6cc0-4dfb-b550-dd9c047ea03b", "consumerID": "aai-ml", "timestamp": 1621214613813, "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-05-17T01:24:44.730Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of a6bc29d1-6cc0-4dfb-b550-dd9c047ea03b 2021-05-17T01:24:44.730Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId a6bc29d1-6cc0-4dfb-b550-dd9c047ea03b 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-05-17T01:24:44.737Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-17T01:24:44.737Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6bc29d1-6cc0-4dfb-b550-dd9c047ea03b", "consumerID": "clamp", "timestamp": 1621214614376, "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-05-17T01:24:44.741Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of a6bc29d1-6cc0-4dfb-b550-dd9c047ea03b 2021-05-17T01:24:44.742Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId a6bc29d1-6cc0-4dfb-b550-dd9c047ea03b 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-05-17T01:25:08.210Z|a6bc29d1-6cc0-4dfb-b550-dd9c047ea03b|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a6bc29d1-6cc0-4dfb-b550-dd9c047ea03b Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-17T01:25:08.221Z|a6bc29d1-6cc0-4dfb-b550-dd9c047ea03b|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a6bc29d1-6cc0-4dfb-b550-dd9c047ea03b Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-05-17T01:25:08.224Z|a6bc29d1-6cc0-4dfb-b550-dd9c047ea03b|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-17T01:25:08.224Z|a6bc29d1-6cc0-4dfb-b550-dd9c047ea03b|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-05-17T01:25:08.224Z|a6bc29d1-6cc0-4dfb-b550-dd9c047ea03b|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-05-17T01:25:08.224Z|a6bc29d1-6cc0-4dfb-b550-dd9c047ea03b|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-05-17T01:25:08.224Z|a6bc29d1-6cc0-4dfb-b550-dd9c047ea03b|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-17T01:25:08.224Z|a6bc29d1-6cc0-4dfb-b550-dd9c047ea03b|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-17T01:25:08.224Z|a6bc29d1-6cc0-4dfb-b550-dd9c047ea03b|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-17T01:25:08.225Z|a6bc29d1-6cc0-4dfb-b550-dd9c047ea03b|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-17T01:25:08.225Z|a6bc29d1-6cc0-4dfb-b550-dd9c047ea03b|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-17T01:25:08.225Z|a6bc29d1-6cc0-4dfb-b550-dd9c047ea03b|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-17T01:25:08.225Z|a6bc29d1-6cc0-4dfb-b550-dd9c047ea03b|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-17T01:25:08.225Z|a6bc29d1-6cc0-4dfb-b550-dd9c047ea03b|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-17T01:25:08.230Z|a6bc29d1-6cc0-4dfb-b550-dd9c047ea03b|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-05-17T01:25:38.230Z|a6bc29d1-6cc0-4dfb-b550-dd9c047ea03b|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a6bc29d1-6cc0-4dfb-b550-dd9c047ea03b 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-05-17T01:25:38.235Z|a6bc29d1-6cc0-4dfb-b550-dd9c047ea03b|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a6bc29d1-6cc0-4dfb-b550-dd9c047ea03b and serviceModelVersionId: 50d6b897-6215-4639-acb5-16b8a9663f57 2021-05-17T01:25:38.236Z|a6bc29d1-6cc0-4dfb-b550-dd9c047ea03b|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a55b864d-ba6f-46c3-b2a3-14edaebbd61f 2021-05-17T01:25:38.236Z|a6bc29d1-6cc0-4dfb-b550-dd9c047ea03b|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a55b864d-ba6f-46c3-b2a3-14edaebbd61f/model-vers/model-ver/50d6b897-6215-4639-acb5-16b8a9663f57?depth=0 2021-05-17T01:25:38.240Z|a6bc29d1-6cc0-4dfb-b550-dd9c047ea03b|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context! 2021-05-17T01:25:38.273Z|a6bc29d1-6cc0-4dfb-b550-dd9c047ea03b|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a55b864d-ba6f-46c3-b2a3-14edaebbd61f/model-vers/model-ver/50d6b897-6215-4639-acb5-16b8a9663f57?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-05-17T01:25:38.274Z|a6bc29d1-6cc0-4dfb-b550-dd9c047ea03b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a55b864d-ba6f-46c3-b2a3-14edaebbd61f/model-vers/model-ver/50d6b897-6215-4639-acb5-16b8a9663f57?depth=0|INFO|500||Invoke 2021-05-17T01:25:38.291Z|a6bc29d1-6cc0-4dfb-b550-dd9c047ea03b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a55b864d-ba6f-46c3-b2a3-14edaebbd61f/model-vers/model-ver/50d6b897-6215-4639-acb5-16b8a9663f57?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-05-17T01:25:38.612Z|a6bc29d1-6cc0-4dfb-b550-dd9c047ea03b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a55b864d-ba6f-46c3-b2a3-14edaebbd61f/model-vers/model-ver/50d6b897-6215-4639-acb5-16b8a9663f57?depth=0|INFO|500||InvokeReturn 2021-05-17T01:25:38.613Z|a6bc29d1-6cc0-4dfb-b550-dd9c047ea03b|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a55b864d-ba6f-46c3-b2a3-14edaebbd61f/model-vers/model-ver/50d6b897-6215-4639-acb5-16b8a9663f57?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210517-01:25:38:297-90398], vertex-id=[208968], Content-Length=[0], Date=[Mon, 17 May 2021 01:25:38 GMT], Content-Type=[application/json]} 2021-05-17T01:25:38.613Z|a6bc29d1-6cc0-4dfb-b550-dd9c047ea03b|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity. 2021-05-17T01:25:38.613Z|a6bc29d1-6cc0-4dfb-b550-dd9c047ea03b|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-05-17T01:25:38.614Z|a6bc29d1-6cc0-4dfb-b550-dd9c047ea03b|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-05-17T01:25:38.618Z|a6bc29d1-6cc0-4dfb-b550-dd9c047ea03b|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-05-17T01:25:38.618Z|a6bc29d1-6cc0-4dfb-b550-dd9c047ea03b|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a6bc29d1-6cc0-4dfb-b550-dd9c047ea03b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-05-17T01:25:38.619Z|a6bc29d1-6cc0-4dfb-b550-dd9c047ea03b|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-05-17T01:25:38.619Z|a6bc29d1-6cc0-4dfb-b550-dd9c047ea03b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-05-17T01:25:38.621Z|a6bc29d1-6cc0-4dfb-b550-dd9c047ea03b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-17T01:25:38.621Z|a6bc29d1-6cc0-4dfb-b550-dd9c047ea03b|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "a6bc29d1-6cc0-4dfb-b550-dd9c047ea03b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621214738619, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-05-17T01:25:38.721Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-17T01:25:38.724Z||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-05-17T01:25:38.724Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TYaINVSyUqPBxPVw) ... 2021-05-17T01:25:38.736Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T01:25:38.736Z||pool-34-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-05-17T01:25:39.632Z|a6bc29d1-6cc0-4dfb-b550-dd9c047ea03b|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T01:25:39.632Z|a6bc29d1-6cc0-4dfb-b550-dd9c047ea03b|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-05-17T01:25:39.632Z|a6bc29d1-6cc0-4dfb-b550-dd9c047ea03b|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 TYaINVSyUqPBxPVw) ... 2021-05-17T01:25:44.635Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T01:25:44.635Z||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-05-17T01:25:44.636Z||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 TYaINVSyUqPBxPVw) ... 2021-05-17T01:25:44.655Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T01:25:44.656Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-17T01:25:44.656Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "05bf50b9-ab9e-4ad1-a5b5-e88c9376c455", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621214661199, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-05-17T01:25:44.656Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T01:25:44.657Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-17T01:25:44.657Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6bc29d1-6cc0-4dfb-b550-dd9c047ea03b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621214662211, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVbsgqsrmlj6k4jchqak9/1.0/resourceInstances/pnf361b43b0fe0c0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-17T01:25:44.657Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-17T01:25:44.657Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-17T01:25:44.657Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6bc29d1-6cc0-4dfb-b550-dd9c047ea03b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621214662211, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVbsgqsrmlj6k4jchqak9/1.0/resourceInstances/pnf361b43b0fe0c0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-17T01:25:44.657Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-17T01:25:44.657Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-17T01:25:44.657Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6bc29d1-6cc0-4dfb-b550-dd9c047ea03b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621214662211, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVbsgqsrmlj6k4jchqak9/1.0/resourceInstances/pnf361b43b0fe0c0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-17T01:25:44.657Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-17T01:25:44.657Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-17T01:25:44.657Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6bc29d1-6cc0-4dfb-b550-dd9c047ea03b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621214662211, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVbsgqsrmlj6k4jchqak9/1.0/resourceInstances/pnf361b43b0fe0c0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-17T01:25:44.657Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-17T01:25:44.657Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-17T01:25:44.657Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6bc29d1-6cc0-4dfb-b550-dd9c047ea03b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621214662211, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVbsgqsrmlj6k4jchqak9/1.0/resourceInstances/pnf361b43b0fe0c0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-17T01:25:44.658Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-17T01:25:44.658Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-17T01:25:44.658Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6bc29d1-6cc0-4dfb-b550-dd9c047ea03b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621214662211, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVbsgqsrmlj6k4jchqak9/1.0/resourceInstances/pnf361b43b0fe0c0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-17T01:25:44.658Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-17T01:25:44.658Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-17T01:25:44.658Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6bc29d1-6cc0-4dfb-b550-dd9c047ea03b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621214662211, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVbsgqsrmlj6k4jchqak9/1.0/artifacts/service-DemoPnfVbsgqsrmlj6k4jchqak9-template.yml", "status": "NOT_NOTIFIED" } 2021-05-17T01:25:44.658Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-17T01:25:44.658Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-17T01:25:44.658Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6bc29d1-6cc0-4dfb-b550-dd9c047ea03b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621214662211, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVbsgqsrmlj6k4jchqak9/1.0/artifacts/service-DemoPnfVbsgqsrmlj6k4jchqak9-csar.csar", "status": "NOTIFIED" } 2021-05-17T01:25:44.658Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-17T01:25:44.658Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-17T01:25:44.658Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6bc29d1-6cc0-4dfb-b550-dd9c047ea03b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621214675213, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVbsgqsrmlj6k4jchqak9/1.0/artifacts/service-DemoPnfVbsgqsrmlj6k4jchqak9-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-17T01:25:44.658Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T01:25:44.658Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-17T01:25:44.658Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6bc29d1-6cc0-4dfb-b550-dd9c047ea03b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621214677194, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVbsgqsrmlj6k4jchqak9/1.0/artifacts/service-DemoPnfVbsgqsrmlj6k4jchqak9-csar.csar", "status": "DEPLOY_OK" } 2021-05-17T01:25:44.659Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T01:25:49.168Z|a6bc29d1-6cc0-4dfb-b550-dd9c047ea03b|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T01:25:49.168Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T01:25:49.169Z||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-05-17T01:25:49.169Z||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 TYaINVSyUqPBxPVw) ... 2021-05-17T01:25:58.704Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T01:25:58.704Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T01:25:58.705Z||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-05-17T01:25:58.705Z||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 TYaINVSyUqPBxPVw) ... 2021-05-17T01:26:08.251Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T01:26:44.633Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T01:26:44.633Z||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-05-17T01:26:44.634Z||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 TYaINVSyUqPBxPVw) ... 2021-05-17T01:26:44.635Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T01:26:44.636Z||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-05-17T01:26:44.636Z||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 TYaINVSyUqPBxPVw) ... 2021-05-17T01:26:44.657Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T01:26:44.658Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T01:26:44.658Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6bc29d1-6cc0-4dfb-b550-dd9c047ea03b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621214738619, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-05-17T01:26:44.659Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T01:26:45.259Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T01:26:45.259Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-17T01:26:45.259Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"b985bd88-d3e8-4f69-b37d-b4f51e5e9834","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"9042b365-1498-4b96-8f95-5a824dea3606","serviceDescription":"service","serviceInvariantUUID":"0fd88592-5b89-452b-b743-a3c81129dba2","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"5c22a6e9-41e7-40a6-81f5-f3b71e404ae3","resourceInvariantUUID":"cd21326b-ee3e-45ee-962c-bf03838e6485","resourceCustomizationUUID":"75b83867-cca2-4e88-b6c7-d04fbb8c665e","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":"YmYwOWE2YzgwYTYxMjU5MDI1YjdmMWQ5ODQwZDVmZDg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"8b9be482-908a-499b-b83c-fa73923a027a","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":"NjA5ZDZlMWYyODViZmJlYTUyYjkzY2ZiMmRhYzE1NTg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"ec9f171e-6fe0-49fb-8563-a1d1a69f072e","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":"bc21d0d1-8a52-4f9a-b0d7-11da093a9165","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":"ed9dc231-05f0-4450-91ff-58042458ee21","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":"0256d4b7-1fb3-4895-90c5-a7c8dd7075bf","artifactVersion":"2","generatedFromUUID":"bc21d0d1-8a52-4f9a-b0d7-11da093a9165"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"NjI5MjExMzVjMTM3ZGE2MWQyNmZhMWVhZWIzNDUwNjQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ff97ec1a-b507-4223-8f7f-7cf572f8e139","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"ODhiZjk1MDVjYzQyNzFkNzliMDE5NTg3YTU3OTMzYmQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"510bad43-94ce-4e7a-8ad0-1e3b5a96e960","artifactVersion":"1"}],"workloadContext":"Production"} 2021-05-17T01:26:45.262Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-17T01:26:45.262Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-05-17T01:26:45.264Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-17T01:26:45.264Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "b985bd88-d3e8-4f69-b37d-b4f51e5e9834", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621214804633, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-17T01:26:45.364Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-17T01:26:45.365Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-17T01:26:45.365Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TYaINVSyUqPBxPVw) ... 2021-05-17T01:26:45.374Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T01:26:45.374Z||pool-35-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-05-17T01:26:46.265Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-17T01:26:46.266Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-05-17T01:26:46.267Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-17T01:26:46.267Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "b985bd88-d3e8-4f69-b37d-b4f51e5e9834", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621214804633, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-05-17T01:26:46.368Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-05-17T01:26:46.368Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-17T01:26:46.369Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TYaINVSyUqPBxPVw) ... 2021-05-17T01:26:46.376Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T01:26:46.377Z||pool-36-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-05-17T01:26:47.268Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-17T01:26:47.268Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-05-17T01:26:47.270Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-17T01:26:47.270Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "b985bd88-d3e8-4f69-b37d-b4f51e5e9834", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621214804633, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-05-17T01:26:47.370Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-17T01:26:47.371Z||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-05-17T01:26:47.371Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TYaINVSyUqPBxPVw) ... 2021-05-17T01:26:47.379Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T01:26:47.379Z||pool-37-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-05-17T01:26:48.270Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-17T01:26:48.271Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-05-17T01:26:48.273Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-17T01:26:48.273Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "b985bd88-d3e8-4f69-b37d-b4f51e5e9834", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621214804633, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-17T01:26:48.373Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-17T01:26:48.374Z||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-05-17T01:26:48.374Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TYaINVSyUqPBxPVw) ... 2021-05-17T01:26:48.386Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T01:26:48.386Z||pool-38-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-05-17T01:26:49.273Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-17T01:26:49.274Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-05-17T01:26:49.276Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-17T01:26:49.276Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "b985bd88-d3e8-4f69-b37d-b4f51e5e9834", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621214804633, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-05-17T01:26:49.376Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-17T01:26:49.377Z||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-05-17T01:26:49.377Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TYaINVSyUqPBxPVw) ... 2021-05-17T01:26:49.385Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T01:26:49.386Z||pool-39-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-05-17T01:26:50.277Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-17T01:26:50.278Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-05-17T01:26:50.280Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-17T01:26:50.280Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "b985bd88-d3e8-4f69-b37d-b4f51e5e9834", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621214804633, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-05-17T01:26:50.380Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-17T01:26:50.381Z||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-05-17T01:26:50.381Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TYaINVSyUqPBxPVw) ... 2021-05-17T01:26:50.390Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T01:26:50.390Z||pool-40-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-05-17T01:26:51.280Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-17T01:26:51.281Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-05-17T01:26:51.283Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-17T01:26:51.283Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "b985bd88-d3e8-4f69-b37d-b4f51e5e9834", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621214804633, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-05-17T01:26:51.383Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-17T01:26:51.384Z||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-05-17T01:26:51.384Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TYaINVSyUqPBxPVw) ... 2021-05-17T01:26:51.393Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T01:26:51.394Z||pool-41-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-05-17T01:26:52.284Z||pool-2-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "b985bd88-d3e8-4f69-b37d-b4f51e5e9834", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "9042b365-1498-4b96-8f95-5a824dea3606", "serviceDescription": "service", "serviceInvariantUUID": "0fd88592-5b89-452b-b743-a3c81129dba2", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "75b83867-cca2-4e88-b6c7-d04fbb8c665e", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "5c22a6e9-41e7-40a6-81f5-f3b71e404ae3", "resourceInvariantUUID": "cd21326b-ee3e-45ee-962c-bf03838e6485", "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": "NjA5ZDZlMWYyODViZmJlYTUyYjkzY2ZiMmRhYzE1NTg\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "ec9f171e-6fe0-49fb-8563-a1d1a69f072e", "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": "bc21d0d1-8a52-4f9a-b0d7-11da093a9165", "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": "0256d4b7-1fb3-4895-90c5-a7c8dd7075bf", "generatedFromUUID": "bc21d0d1-8a52-4f9a-b0d7-11da093a9165" }, "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": "0256d4b7-1fb3-4895-90c5-a7c8dd7075bf", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "ODhiZjk1MDVjYzQyNzFkNzliMDE5NTg3YTU3OTMzYmQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "510bad43-94ce-4e7a-8ad0-1e3b5a96e960" } ], "workloadContext": "Production" } 2021-05-17T01:26:52.285Z||pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-05-17T01:26:52.285Z||pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 9042b365-1498-4b96-8f95-5a824dea3606 ASDC 2021-05-17T01:26:52.285Z|b985bd88-d3e8-4f69-b37d-b4f51e5e9834|pool-2-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:b985bd88-d3e8-4f69-b37d-b4f51e5e9834 ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:9042b365-1498-4b96-8f95-5a824dea3606 ServiceInvariantUUID:0fd88592-5b89-452b-b743-a3c81129dba2 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:510bad43-94ce-4e7a-8ad0-1e3b5a96e960 ArtifactChecksum:ODhiZjk1MDVjYzQyNzFkNzliMDE5NTg3YTU3OTMzYmQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:75b83867-cca2-4e88-b6c7-d04fbb8c665e ResourceInvariantUUID:cd21326b-ee3e-45ee-962c-bf03838e6485 ResourceName:basic_vm ResourceType:VF ResourceUUID:5c22a6e9-41e7-40a6-81f5-f3b71e404ae3 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:ec9f171e-6fe0-49fb-8563-a1d1a69f072e ArtifactChecksum:NjA5ZDZlMWYyODViZmJlYTUyYjkzY2ZiMmRhYzE1NTg= 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:bc21d0d1-8a52-4f9a-b0d7-11da093a9165 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:0256d4b7-1fb3-4895-90c5-a7c8dd7075bf 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:0256d4b7-1fb3-4895-90c5-a7c8dd7075bf ArtifactChecksum:NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-05-17T01:26:52.285Z|b985bd88-d3e8-4f69-b37d-b4f51e5e9834|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9042b365-1498-4b96-8f95-5a824dea3606 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-05-17T01:26:52.312Z|b985bd88-d3e8-4f69-b37d-b4f51e5e9834|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-05-17T01:26:52.312Z|b985bd88-d3e8-4f69-b37d-b4f51e5e9834|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2021-05-17T01:26:52.313Z|b985bd88-d3e8-4f69-b37d-b4f51e5e9834|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2021-05-17T01:26:52.313Z|b985bd88-d3e8-4f69-b37d-b4f51e5e9834|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 510bad43-94ce-4e7a-8ad0-1e3b5a96e960 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2021-05-17T01:26:52.313Z|b985bd88-d3e8-4f69-b37d-b4f51e5e9834|pool-2-thread-4|||||INFO|500||DistributionClient - download 2021-05-17T01:26:52.313Z|b985bd88-d3e8-4f69-b37d-b4f51e5e9834|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2021-05-17T01:26:53.685Z|b985bd88-d3e8-4f69-b37d-b4f51e5e9834|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2021-05-17T01:26:53.689Z|b985bd88-d3e8-4f69-b37d-b4f51e5e9834|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 510bad43-94ce-4e7a-8ad0-1e3b5a96e960 74273 2021-05-17T01:26:53.689Z|b985bd88-d3e8-4f69-b37d-b4f51e5e9834|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2021-05-17T01:26:53.689Z|b985bd88-d3e8-4f69-b37d-b4f51e5e9834|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2021-05-17T01:26:53.689Z|b985bd88-d3e8-4f69-b37d-b4f51e5e9834|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-17T01:26:53.689Z|b985bd88-d3e8-4f69-b37d-b4f51e5e9834|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-05-17T01:26:53.691Z|b985bd88-d3e8-4f69-b37d-b4f51e5e9834|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-17T01:26:53.691Z|b985bd88-d3e8-4f69-b37d-b4f51e5e9834|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "b985bd88-d3e8-4f69-b37d-b4f51e5e9834", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621214813689, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-17T01:26:53.792Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-05-17T01:26:53.793Z||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-05-17T01:26:53.793Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TYaINVSyUqPBxPVw) ... 2021-05-17T01:26:53.802Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T01:26:53.802Z||pool-42-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-05-17T01:26:54.692Z|b985bd88-d3e8-4f69-b37d-b4f51e5e9834|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-05-17T01:26:54.693Z|b985bd88-d3e8-4f69-b37d-b4f51e5e9834|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2021-05-17T01:26:54.693Z|b985bd88-d3e8-4f69-b37d-b4f51e5e9834|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 510bad43-94ce-4e7a-8ad0-1e3b5a96e960, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar 2021-05-17T01:26:54.693Z|b985bd88-d3e8-4f69-b37d-b4f51e5e9834|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar 2021-05-17T01:26:54.693Z|b985bd88-d3e8-4f69-b37d-b4f51e5e9834|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar 2021-05-17T01:26:54.694Z|b985bd88-d3e8-4f69-b37d-b4f51e5e9834|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar 2021-05-17T01:26:54.836Z|b985bd88-d3e8-4f69-b37d-b4f51e5e9834|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4854064067747285439/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-05-17T01:26:55.696Z|b985bd88-d3e8-4f69-b37d-b4f51e5e9834|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0 2021-05-17T01:26:55.697Z|b985bd88-d3e8-4f69-b37d-b4f51e5e9834|pool-2-thread-4|||||WARN|500||#################################################################################################### 2021-05-17T01:26:55.697Z|b985bd88-d3e8-4f69-b37d-b4f51e5e9834|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-05-17T01:26:55.697Z|b985bd88-d3e8-4f69-b37d-b4f51e5e9834|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 10 Parsing Warnings occurred... 2021-05-17T01:26:55.697Z|b985bd88-d3e8-4f69-b37d-b4f51e5e9834|pool-2-thread-4|||||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-05-17T01:26:55.697Z|b985bd88-d3e8-4f69-b37d-b4f51e5e9834|pool-2-thread-4|||||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-05-17T01:26:55.697Z|b985bd88-d3e8-4f69-b37d-b4f51e5e9834|pool-2-thread-4|||||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-05-17T01:26:55.698Z|b985bd88-d3e8-4f69-b37d-b4f51e5e9834|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-BasicVm-csar.csar 2021-05-17T01:26:55.698Z|b985bd88-d3e8-4f69-b37d-b4f51e5e9834|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-BasicVm-csar.csar 2021-05-17T01:26:55.698Z|b985bd88-d3e8-4f69-b37d-b4f51e5e9834|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-BasicVm-csar.csar 2021-05-17T01:26:55.698Z|b985bd88-d3e8-4f69-b37d-b4f51e5e9834|pool-2-thread-4|||||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-05-17T01:26:55.698Z|b985bd88-d3e8-4f69-b37d-b4f51e5e9834|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-BasicVm-csar.csar 2021-05-17T01:26:55.698Z|b985bd88-d3e8-4f69-b37d-b4f51e5e9834|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-05-17T01:26:55.698Z|b985bd88-d3e8-4f69-b37d-b4f51e5e9834|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-BasicVm-csar.csar 2021-05-17T01:26:55.698Z|b985bd88-d3e8-4f69-b37d-b4f51e5e9834|pool-2-thread-4|||||WARN|500||#################################################################################################### 2021-05-17T01:26:55.698Z|b985bd88-d3e8-4f69-b37d-b4f51e5e9834|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-17T01:26:55.699Z|b985bd88-d3e8-4f69-b37d-b4f51e5e9834|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-05-17T01:26:55.699Z|b985bd88-d3e8-4f69-b37d-b4f51e5e9834|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-05-17T01:26:55.699Z|b985bd88-d3e8-4f69-b37d-b4f51e5e9834|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2021-05-17T01:26:55.699Z|b985bd88-d3e8-4f69-b37d-b4f51e5e9834|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2021-05-17T01:26:55.699Z|b985bd88-d3e8-4f69-b37d-b4f51e5e9834|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-17T01:26:55.699Z|b985bd88-d3e8-4f69-b37d-b4f51e5e9834|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-05-17T01:26:55.700Z|b985bd88-d3e8-4f69-b37d-b4f51e5e9834|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-05-17T01:26:55.700Z|b985bd88-d3e8-4f69-b37d-b4f51e5e9834|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2021-05-17T01:26:55.700Z|b985bd88-d3e8-4f69-b37d-b4f51e5e9834|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2021-05-17T01:26:55.700Z|b985bd88-d3e8-4f69-b37d-b4f51e5e9834|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-17T01:26:55.700Z|b985bd88-d3e8-4f69-b37d-b4f51e5e9834|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-17T01:26:55.700Z|b985bd88-d3e8-4f69-b37d-b4f51e5e9834|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-17T01:26:55.700Z|b985bd88-d3e8-4f69-b37d-b4f51e5e9834|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2021-05-17T01:26:55.701Z|b985bd88-d3e8-4f69-b37d-b4f51e5e9834|pool-2-thread-4|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria 2021-05-17T01:26:55.701Z|b985bd88-d3e8-4f69-b37d-b4f51e5e9834|pool-2-thread-4|||||DEBUG|500||Node template abstract_Ubuntu20 is not matching search criteria 2021-05-17T01:26:55.701Z|b985bd88-d3e8-4f69-b37d-b4f51e5e9834|pool-2-thread-4|||||DEBUG|500||Node template Ubuntu20 is not matching search criteria 2021-05-17T01:26:55.701Z|b985bd88-d3e8-4f69-b37d-b4f51e5e9834|pool-2-thread-4|||||DEBUG|500||Node template Ubuntu20_Ubuntu20_admin_plane_port_0 is not matching search criteria 2021-05-17T01:26:55.701Z|b985bd88-d3e8-4f69-b37d-b4f51e5e9834|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-05-17T01:26:55.701Z|b985bd88-d3e8-4f69-b37d-b4f51e5e9834|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-17T01:26:55.701Z|b985bd88-d3e8-4f69-b37d-b4f51e5e9834|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-05-17T01:26:55.701Z|b985bd88-d3e8-4f69-b37d-b4f51e5e9834|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-17T01:26:55.702Z|b985bd88-d3e8-4f69-b37d-b4f51e5e9834|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-05-17T01:26:55.702Z|b985bd88-d3e8-4f69-b37d-b4f51e5e9834|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-17T01:26:55.702Z|b985bd88-d3e8-4f69-b37d-b4f51e5e9834|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-17T01:26:55.702Z|b985bd88-d3e8-4f69-b37d-b4f51e5e9834|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-05-17T01:26:55.702Z|b985bd88-d3e8-4f69-b37d-b4f51e5e9834|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-17T01:26:55.702Z|b985bd88-d3e8-4f69-b37d-b4f51e5e9834|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-17T01:26:55.703Z|b985bd88-d3e8-4f69-b37d-b4f51e5e9834|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-05-17T01:26:55.703Z|b985bd88-d3e8-4f69-b37d-b4f51e5e9834|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-17T01:26:55.703Z|b985bd88-d3e8-4f69-b37d-b4f51e5e9834|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-17T01:26:55.703Z|b985bd88-d3e8-4f69-b37d-b4f51e5e9834|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2021-05-17T01:26:55.703Z|b985bd88-d3e8-4f69-b37d-b4f51e5e9834|pool-2-thread-4|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria 2021-05-17T01:26:55.703Z|b985bd88-d3e8-4f69-b37d-b4f51e5e9834|pool-2-thread-4|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria 2021-05-17T01:26:55.703Z|b985bd88-d3e8-4f69-b37d-b4f51e5e9834|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=fb675574-6bef-44a6-bc05-e1551333bde9 2021-05-17T01:26:55.704Z|b985bd88-d3e8-4f69-b37d-b4f51e5e9834|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-17T01:26:55.704Z|b985bd88-d3e8-4f69-b37d-b4f51e5e9834|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-05-17T01:26:55.704Z|b985bd88-d3e8-4f69-b37d-b4f51e5e9834|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-17T01:26:55.704Z|b985bd88-d3e8-4f69-b37d-b4f51e5e9834|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-05-17T01:26:55.704Z|b985bd88-d3e8-4f69-b37d-b4f51e5e9834|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-17T01:26:55.704Z|b985bd88-d3e8-4f69-b37d-b4f51e5e9834|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-17T01:26:55.704Z|b985bd88-d3e8-4f69-b37d-b4f51e5e9834|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-17T01:26:55.705Z|b985bd88-d3e8-4f69-b37d-b4f51e5e9834|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-05-17T01:26:55.705Z|b985bd88-d3e8-4f69-b37d-b4f51e5e9834|pool-2-thread-4|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm Description:service Model UUID:9042b365-1498-4b96-8f95-5a824dea3606 Model Version:NULL Model InvariantUuid:0fd88592-5b89-452b-b743-a3c81129dba2 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm Model UUID:195baf98-91d3-41cd-9093-611f3e5c9821 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:cd21326b-ee3e-45ee-962c-bf03838e6485 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:75b83867-cca2-4e88-b6c7-d04fbb8c665e NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:c8db29d1-122e-4030-bd60-0cb45888dffd ModelName:BasicVm..base_ubuntu20..module-0 ModelUuid:5d604b4b-5a62-43d2-a3ea-1441c845e771 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:fb675574-6bef-44a6-bc05-e1551333bde9 ModelInvariantUuid:a4f84867-1333-4850-9df6-4fd1520cf725 ModelName:basic_vm-nodes.Ubuntu20Cvfc ModelUuid:c700e5fa-0305-4848-b5cf-d9c88285d44d ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_Ubuntu20 VNFC Properties: ModelCustomizationUuid:37ee6e1f-5988-4c04-8db2-3fd17b2b34f0 ModelInvariantUuid:2181a887-ea0e-49c6-90ab-5f3d1b7887d2 ModelName:BasicVm.compute.nodes.heat.Ubuntu20 ModelUuid:add8fc09-cdf6-4491-b5c5-3a792fae7b0e 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-05-17T01:26:55.711Z|b985bd88-d3e8-4f69-b37d-b4f51e5e9834|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: 5c22a6e9-41e7-40a6-81f5-f3b71e404ae3 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-05-17T01:26:55.713Z|b985bd88-d3e8-4f69-b37d-b4f51e5e9834|pool-2-thread-4|||||INFO|500||basic_vm 0 2021-05-17T01:26:55.713Z|b985bd88-d3e8-4f69-b37d-b4f51e5e9834|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 5c22a6e9-41e7-40a6-81f5-f3b71e404ae3 2021-05-17T01:26:55.713Z|b985bd88-d3e8-4f69-b37d-b4f51e5e9834|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: ec9f171e-6fe0-49fb-8563-a1d1a69f072e from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2021-05-17T01:26:55.713Z|b985bd88-d3e8-4f69-b37d-b4f51e5e9834|pool-2-thread-4|||||INFO|500||DistributionClient - download 2021-05-17T01:26:55.713Z|b985bd88-d3e8-4f69-b37d-b4f51e5e9834|pool-2-thread-4|||||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-05-17T01:26:56.513Z|b985bd88-d3e8-4f69-b37d-b4f51e5e9834|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2021-05-17T01:26:56.513Z|b985bd88-d3e8-4f69-b37d-b4f51e5e9834|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ec9f171e-6fe0-49fb-8563-a1d1a69f072e 787 2021-05-17T01:26:56.514Z|b985bd88-d3e8-4f69-b37d-b4f51e5e9834|pool-2-thread-4|||||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-05-17T01:26:56.514Z|b985bd88-d3e8-4f69-b37d-b4f51e5e9834|pool-2-thread-4|||||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-05-17T01:26:56.514Z|b985bd88-d3e8-4f69-b37d-b4f51e5e9834|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-17T01:26:56.514Z|b985bd88-d3e8-4f69-b37d-b4f51e5e9834|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-05-17T01:26:56.516Z|b985bd88-d3e8-4f69-b37d-b4f51e5e9834|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-17T01:26:56.516Z|b985bd88-d3e8-4f69-b37d-b4f51e5e9834|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "b985bd88-d3e8-4f69-b37d-b4f51e5e9834", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621214816514, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-17T01:26:56.616Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-17T01:26:56.617Z||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-05-17T01:26:56.617Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TYaINVSyUqPBxPVw) ... 2021-05-17T01:26:56.626Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T01:26:56.626Z||pool-43-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-05-17T01:26:57.516Z|b985bd88-d3e8-4f69-b37d-b4f51e5e9834|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "c8db29d1-122e-4030-bd60-0cb45888dffd", "vfModuleModelVersion": "1", "vfModuleModelUUID": "5d604b4b-5a62-43d2-a3ea-1441c845e771", "vfModuleModelCustomizationUUID": "7fbf23ee-9e88-45f7-85f9-95b616a72c76", "isBase": true, "artifacts": [ "bc21d0d1-8a52-4f9a-b0d7-11da093a9165", "0256d4b7-1fb3-4895-90c5-a7c8dd7075bf" ], "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-05-17T01:26:57.520Z|b985bd88-d3e8-4f69-b37d-b4f51e5e9834|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:5d604b4b-5a62-43d2-a3ea-1441c845e771 VfModuleModelInvariantUUID:c8db29d1-122e-4030-bd60-0cb45888dffd VfModuleModelDescription:NULL Artifacts UUID List:{ bc21d0d1-8a52-4f9a-b0d7-11da093a9165 , 0256d4b7-1fb3-4895-90c5-a7c8dd7075bf } 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-05-17T01:26:57.522Z|b985bd88-d3e8-4f69-b37d-b4f51e5e9834|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "c8db29d1-122e-4030-bd60-0cb45888dffd", "vfModuleModelVersion": "1", "vfModuleModelUUID": "5d604b4b-5a62-43d2-a3ea-1441c845e771", "vfModuleModelCustomizationUUID": "7fbf23ee-9e88-45f7-85f9-95b616a72c76", "isBase": true, "artifacts": [ "bc21d0d1-8a52-4f9a-b0d7-11da093a9165", "0256d4b7-1fb3-4895-90c5-a7c8dd7075bf" ], "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-05-17T01:26:57.522Z|b985bd88-d3e8-4f69-b37d-b4f51e5e9834|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:5d604b4b-5a62-43d2-a3ea-1441c845e771 VfModuleModelInvariantUUID:c8db29d1-122e-4030-bd60-0cb45888dffd VfModuleModelDescription:NULL Artifacts UUID List:{ bc21d0d1-8a52-4f9a-b0d7-11da093a9165 , 0256d4b7-1fb3-4895-90c5-a7c8dd7075bf } 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-05-17T01:26:57.522Z|b985bd88-d3e8-4f69-b37d-b4f51e5e9834|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: bc21d0d1-8a52-4f9a-b0d7-11da093a9165 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2021-05-17T01:26:57.522Z|b985bd88-d3e8-4f69-b37d-b4f51e5e9834|pool-2-thread-4|||||INFO|500||DistributionClient - download 2021-05-17T01:26:57.522Z|b985bd88-d3e8-4f69-b37d-b4f51e5e9834|pool-2-thread-4|||||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-05-17T01:26:58.701Z|b985bd88-d3e8-4f69-b37d-b4f51e5e9834|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2021-05-17T01:26:58.702Z|b985bd88-d3e8-4f69-b37d-b4f51e5e9834|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml bc21d0d1-8a52-4f9a-b0d7-11da093a9165 5033 2021-05-17T01:26:58.702Z|b985bd88-d3e8-4f69-b37d-b4f51e5e9834|pool-2-thread-4|||||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-05-17T01:26:58.702Z|b985bd88-d3e8-4f69-b37d-b4f51e5e9834|pool-2-thread-4|||||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-05-17T01:26:58.702Z|b985bd88-d3e8-4f69-b37d-b4f51e5e9834|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-17T01:26:58.703Z|b985bd88-d3e8-4f69-b37d-b4f51e5e9834|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-05-17T01:26:58.704Z|b985bd88-d3e8-4f69-b37d-b4f51e5e9834|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-17T01:26:58.704Z|b985bd88-d3e8-4f69-b37d-b4f51e5e9834|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "b985bd88-d3e8-4f69-b37d-b4f51e5e9834", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621214818702, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-05-17T01:26:58.804Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-05-17T01:26:58.805Z||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-05-17T01:26:58.806Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TYaINVSyUqPBxPVw) ... 2021-05-17T01:26:58.815Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T01:26:58.815Z||pool-44-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-05-17T01:26:59.705Z|b985bd88-d3e8-4f69-b37d-b4f51e5e9834|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 0256d4b7-1fb3-4895-90c5-a7c8dd7075bf from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2021-05-17T01:26:59.706Z|b985bd88-d3e8-4f69-b37d-b4f51e5e9834|pool-2-thread-4|||||INFO|500||DistributionClient - download 2021-05-17T01:26:59.706Z|b985bd88-d3e8-4f69-b37d-b4f51e5e9834|pool-2-thread-4|||||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-05-17T01:27:01.408Z|b985bd88-d3e8-4f69-b37d-b4f51e5e9834|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2021-05-17T01:27:01.408Z|b985bd88-d3e8-4f69-b37d-b4f51e5e9834|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 0256d4b7-1fb3-4895-90c5-a7c8dd7075bf 903 2021-05-17T01:27:01.409Z|b985bd88-d3e8-4f69-b37d-b4f51e5e9834|pool-2-thread-4|||||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-05-17T01:27:01.409Z|b985bd88-d3e8-4f69-b37d-b4f51e5e9834|pool-2-thread-4|||||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-05-17T01:27:01.409Z|b985bd88-d3e8-4f69-b37d-b4f51e5e9834|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-17T01:27:01.409Z|b985bd88-d3e8-4f69-b37d-b4f51e5e9834|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-05-17T01:27:01.411Z|b985bd88-d3e8-4f69-b37d-b4f51e5e9834|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-17T01:27:01.411Z|b985bd88-d3e8-4f69-b37d-b4f51e5e9834|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "b985bd88-d3e8-4f69-b37d-b4f51e5e9834", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621214821408, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-05-17T01:27:01.511Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-17T01:27:01.512Z||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-05-17T01:27:01.512Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TYaINVSyUqPBxPVw) ... 2021-05-17T01:27:01.521Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T01:27:01.522Z||pool-45-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2021-05-17T01:27:02.411Z|b985bd88-d3e8-4f69-b37d-b4f51e5e9834|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 9042b365-1498-4b96-8f95-5a824dea3606 2021-05-17T01:27:02.412Z|b985bd88-d3e8-4f69-b37d-b4f51e5e9834|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 5c22a6e9-41e7-40a6-81f5-f3b71e404ae3 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-05-17T01:27:02.426Z|b985bd88-d3e8-4f69-b37d-b4f51e5e9834|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-17T01:27:02.426Z|b985bd88-d3e8-4f69-b37d-b4f51e5e9834|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-17T01:27:02.426Z|b985bd88-d3e8-4f69-b37d-b4f51e5e9834|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 2021-05-17T01:27:02.426Z|b985bd88-d3e8-4f69-b37d-b4f51e5e9834|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= 75b83867-cca2-4e88-b6c7-d04fbb8c665e 2021-05-17T01:27:02.426Z|b985bd88-d3e8-4f69-b37d-b4f51e5e9834|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 75b83867-cca2-4e88-b6c7-d04fbb8c665e matches Tosca VF Customization UUID: 75b83867-cca2-4e88-b6c7-d04fbb8c665e 2021-05-17T01:27:02.426Z|b985bd88-d3e8-4f69-b37d-b4f51e5e9834|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: 75b83867-cca2-4e88-b6c7-d04fbb8c665e 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-05-17T01:27:02.428Z|b985bd88-d3e8-4f69-b37d-b4f51e5e9834|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-17T01:27:02.428Z|b985bd88-d3e8-4f69-b37d-b4f51e5e9834|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-05-17T01:27:02.429Z|b985bd88-d3e8-4f69-b37d-b4f51e5e9834|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id 75b83867-cca2-4e88-b6c7-d04fbb8c665e: {\"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-05-17T01:27:02.429Z|b985bd88-d3e8-4f69-b37d-b4f51e5e9834|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@56438e0e 2021-05-17T01:27:02.429Z|b985bd88-d3e8-4f69-b37d-b4f51e5e9834|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-17T01:27:02.429Z|b985bd88-d3e8-4f69-b37d-b4f51e5e9834|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-05-17T01:27:02.429Z|b985bd88-d3e8-4f69-b37d-b4f51e5e9834|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 7fbf23ee-9e88-45f7-85f9-95b616a72c76 2021-05-17T01:27:02.429Z|b985bd88-d3e8-4f69-b37d-b4f51e5e9834|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 7fbf23ee-9e88-45f7-85f9-95b616a72c76 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-05-17T01:27:02.431Z|b985bd88-d3e8-4f69-b37d-b4f51e5e9834|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-17T01:27:02.431Z|b985bd88-d3e8-4f69-b37d-b4f51e5e9834|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-05-17T01:27:02.432Z|b985bd88-d3e8-4f69-b37d-b4f51e5e9834|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-17T01:27:02.432Z|b985bd88-d3e8-4f69-b37d-b4f51e5e9834|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-17T01:27:02.432Z|b985bd88-d3e8-4f69-b37d-b4f51e5e9834|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-05-17T01:27:02.432Z|b985bd88-d3e8-4f69-b37d-b4f51e5e9834|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-17T01:27:02.432Z|b985bd88-d3e8-4f69-b37d-b4f51e5e9834|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-17T01:27:02.432Z|b985bd88-d3e8-4f69-b37d-b4f51e5e9834|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2021-05-17T01:27:02.432Z|b985bd88-d3e8-4f69-b37d-b4f51e5e9834|pool-2-thread-4|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria 2021-05-17T01:27:02.432Z|b985bd88-d3e8-4f69-b37d-b4f51e5e9834|pool-2-thread-4|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria 2021-05-17T01:27:02.432Z|b985bd88-d3e8-4f69-b37d-b4f51e5e9834|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=fb675574-6bef-44a6-bc05-e1551333bde9 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-05-17T01:27:02.434Z|b985bd88-d3e8-4f69-b37d-b4f51e5e9834|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-17T01:27:02.434Z|b985bd88-d3e8-4f69-b37d-b4f51e5e9834|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-05-17T01:27:02.434Z|b985bd88-d3e8-4f69-b37d-b4f51e5e9834|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-17T01:27:02.434Z|b985bd88-d3e8-4f69-b37d-b4f51e5e9834|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-17T01:27:02.434Z|b985bd88-d3e8-4f69-b37d-b4f51e5e9834|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-05-17T01:27:02.435Z|b985bd88-d3e8-4f69-b37d-b4f51e5e9834|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=75b83867-cca2-4e88-b6c7-d04fbb8c665e 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-05-17T01:27:02.436Z|b985bd88-d3e8-4f69-b37d-b4f51e5e9834|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-17T01:27:02.436Z|b985bd88-d3e8-4f69-b37d-b4f51e5e9834|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-05-17T01:27:02.436Z|b985bd88-d3e8-4f69-b37d-b4f51e5e9834|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 9042b365-1498-4b96-8f95-5a824dea3606: basic_vm 2021-05-17T01:27:02.436Z|b985bd88-d3e8-4f69-b37d-b4f51e5e9834|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-17T01:27:02.436Z|b985bd88-d3e8-4f69-b37d-b4f51e5e9834|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-05-17T01:27:02.436Z|b985bd88-d3e8-4f69-b37d-b4f51e5e9834|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-17T01:27:02.436Z|b985bd88-d3e8-4f69-b37d-b4f51e5e9834|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-05-17T01:27:02.437Z|b985bd88-d3e8-4f69-b37d-b4f51e5e9834|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-17T01:27:02.437Z|b985bd88-d3e8-4f69-b37d-b4f51e5e9834|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-05-17T01:27:02.437Z|b985bd88-d3e8-4f69-b37d-b4f51e5e9834|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-17T01:27:02.437Z|b985bd88-d3e8-4f69-b37d-b4f51e5e9834|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-05-17T01:27:02.437Z|b985bd88-d3e8-4f69-b37d-b4f51e5e9834|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-17T01:27:02.437Z|b985bd88-d3e8-4f69-b37d-b4f51e5e9834|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-05-17T01:27:02.437Z|b985bd88-d3e8-4f69-b37d-b4f51e5e9834|pool-2-thread-4|||||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-05-17T01:27:02.490Z|b985bd88-d3e8-4f69-b37d-b4f51e5e9834|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 5c22a6e9-41e7-40a6-81f5-f3b71e404ae3 1 ASDC deployResourceStructure 2021-05-17T01:27:02.490Z|b985bd88-d3e8-4f69-b37d-b4f51e5e9834|pool-2-thread-4|||||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-05-17T01:27:02.490Z|b985bd88-d3e8-4f69-b37d-b4f51e5e9834|pool-2-thread-4|||||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-05-17T01:27:02.490Z|b985bd88-d3e8-4f69-b37d-b4f51e5e9834|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-17T01:27:02.490Z|b985bd88-d3e8-4f69-b37d-b4f51e5e9834|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-05-17T01:27:02.492Z|b985bd88-d3e8-4f69-b37d-b4f51e5e9834|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-17T01:27:02.492Z|b985bd88-d3e8-4f69-b37d-b4f51e5e9834|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "b985bd88-d3e8-4f69-b37d-b4f51e5e9834", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621214822490, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2021-05-17T01:27:02.592Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-17T01:27:02.593Z||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-05-17T01:27:02.593Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TYaINVSyUqPBxPVw) ... 2021-05-17T01:27:02.603Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T01:27:02.604Z||pool-46-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-05-17T01:27:03.492Z|b985bd88-d3e8-4f69-b37d-b4f51e5e9834|pool-2-thread-4|||||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-05-17T01:27:03.493Z|b985bd88-d3e8-4f69-b37d-b4f51e5e9834|pool-2-thread-4|||||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-05-17T01:27:03.493Z|b985bd88-d3e8-4f69-b37d-b4f51e5e9834|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-17T01:27:03.493Z|b985bd88-d3e8-4f69-b37d-b4f51e5e9834|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-05-17T01:27:03.495Z|b985bd88-d3e8-4f69-b37d-b4f51e5e9834|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-17T01:27:03.495Z|b985bd88-d3e8-4f69-b37d-b4f51e5e9834|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "b985bd88-d3e8-4f69-b37d-b4f51e5e9834", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621214823492, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2021-05-17T01:27:03.595Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-17T01:27:03.596Z||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-05-17T01:27:03.596Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TYaINVSyUqPBxPVw) ... 2021-05-17T01:27:03.606Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T01:27:03.606Z||pool-47-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-05-17T01:27:04.496Z|b985bd88-d3e8-4f69-b37d-b4f51e5e9834|pool-2-thread-4|||||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-05-17T01:27:04.496Z|b985bd88-d3e8-4f69-b37d-b4f51e5e9834|pool-2-thread-4|||||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-05-17T01:27:04.496Z|b985bd88-d3e8-4f69-b37d-b4f51e5e9834|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-17T01:27:04.496Z|b985bd88-d3e8-4f69-b37d-b4f51e5e9834|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-05-17T01:27:04.498Z|b985bd88-d3e8-4f69-b37d-b4f51e5e9834|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-17T01:27:04.498Z|b985bd88-d3e8-4f69-b37d-b4f51e5e9834|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "b985bd88-d3e8-4f69-b37d-b4f51e5e9834", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621214824495, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2021-05-17T01:27:04.598Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-17T01:27:04.599Z||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-05-17T01:27:04.599Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TYaINVSyUqPBxPVw) ... 2021-05-17T01:27:04.610Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T01:27:04.611Z||pool-48-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-05-17T01:27:05.498Z|b985bd88-d3e8-4f69-b37d-b4f51e5e9834|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2021-05-17T01:27:05.499Z|b985bd88-d3e8-4f69-b37d-b4f51e5e9834|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2021-05-17T01:27:05.499Z|b985bd88-d3e8-4f69-b37d-b4f51e5e9834|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-17T01:27:05.499Z|b985bd88-d3e8-4f69-b37d-b4f51e5e9834|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-05-17T01:27:05.501Z|b985bd88-d3e8-4f69-b37d-b4f51e5e9834|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-17T01:27:05.501Z|b985bd88-d3e8-4f69-b37d-b4f51e5e9834|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "b985bd88-d3e8-4f69-b37d-b4f51e5e9834", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621214825498, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-05-17T01:27:05.601Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-17T01:27:05.602Z||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-05-17T01:27:05.602Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TYaINVSyUqPBxPVw) ... 2021-05-17T01:27:05.612Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T01:27:05.612Z||pool-49-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-05-17T01:27:06.502Z|b985bd88-d3e8-4f69-b37d-b4f51e5e9834|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b985bd88-d3e8-4f69-b37d-b4f51e5e9834 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-17T01:27:06.512Z|b985bd88-d3e8-4f69-b37d-b4f51e5e9834|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b985bd88-d3e8-4f69-b37d-b4f51e5e9834 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-05-17T01:27:06.514Z|b985bd88-d3e8-4f69-b37d-b4f51e5e9834|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-17T01:27:06.514Z|b985bd88-d3e8-4f69-b37d-b4f51e5e9834|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-05-17T01:27:06.514Z|b985bd88-d3e8-4f69-b37d-b4f51e5e9834|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-05-17T01:27:36.515Z|b985bd88-d3e8-4f69-b37d-b4f51e5e9834|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b985bd88-d3e8-4f69-b37d-b4f51e5e9834 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-17T01:27:36.534Z|b985bd88-d3e8-4f69-b37d-b4f51e5e9834|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b985bd88-d3e8-4f69-b37d-b4f51e5e9834 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-05-17T01:27:36.537Z|b985bd88-d3e8-4f69-b37d-b4f51e5e9834|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-17T01:27:36.537Z|b985bd88-d3e8-4f69-b37d-b4f51e5e9834|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-05-17T01:27:36.537Z|b985bd88-d3e8-4f69-b37d-b4f51e5e9834|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-05-17T01:27:44.635Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T01:27:44.636Z||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-05-17T01:27:44.636Z||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 TYaINVSyUqPBxPVw) ... 2021-05-17T01:27:44.662Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T01:27:44.663Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T01:27:44.663Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b985bd88-d3e8-4f69-b37d-b4f51e5e9834", "consumerID": "multicloud-windriver-id", "timestamp": 1621214785445, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-17T01:27:44.664Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T01:27:44.664Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T01:27:44.664Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b985bd88-d3e8-4f69-b37d-b4f51e5e9834", "consumerID": "cds", "timestamp": 1621214787854, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-17T01:27:44.664Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T01:27:44.664Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T01:27:44.664Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b985bd88-d3e8-4f69-b37d-b4f51e5e9834", "consumerID": "dcae-sch", "timestamp": 1621214790510, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-17T01:27:44.664Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T01:27:44.665Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T01:27:44.665Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b985bd88-d3e8-4f69-b37d-b4f51e5e9834", "consumerID": "multicloud-k8s-id", "timestamp": 1621214792792, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-17T01:27:44.665Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T01:27:44.665Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T01:27:44.665Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b985bd88-d3e8-4f69-b37d-b4f51e5e9834", "consumerID": "multicloud-windriver-id", "timestamp": 1621214785445, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-05-17T01:27:44.665Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T01:27:44.665Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T01:27:44.665Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b985bd88-d3e8-4f69-b37d-b4f51e5e9834", "consumerID": "cds", "timestamp": 1621214787854, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-17T01:27:44.665Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T01:27:44.666Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T01:27:44.666Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b985bd88-d3e8-4f69-b37d-b4f51e5e9834", "consumerID": "dcae-sch", "timestamp": 1621214790510, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-17T01:27:44.666Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T01:27:44.666Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T01:27:44.666Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b985bd88-d3e8-4f69-b37d-b4f51e5e9834", "consumerID": "multicloud-k8s-id", "timestamp": 1621214792792, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-05-17T01:27:44.666Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T01:27:44.666Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T01:27:44.666Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b985bd88-d3e8-4f69-b37d-b4f51e5e9834", "consumerID": "multicloud-windriver-id", "timestamp": 1621214785445, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-05-17T01:27:44.666Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T01:27:44.667Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T01:27:44.667Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b985bd88-d3e8-4f69-b37d-b4f51e5e9834", "consumerID": "cds", "timestamp": 1621214787854, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-05-17T01:27:44.667Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T01:27:44.667Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T01:27:44.667Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b985bd88-d3e8-4f69-b37d-b4f51e5e9834", "consumerID": "dcae-sch", "timestamp": 1621214790510, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-05-17T01:27:44.667Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T01:27:44.667Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T01:27:44.667Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b985bd88-d3e8-4f69-b37d-b4f51e5e9834", "consumerID": "multicloud-k8s-id", "timestamp": 1621214792792, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-05-17T01:27:44.667Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T01:27:44.667Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T01:27:44.667Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b985bd88-d3e8-4f69-b37d-b4f51e5e9834", "consumerID": "multicloud-windriver-id", "timestamp": 1621214785445, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-17T01:27:44.668Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T01:27:44.668Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T01:27:44.668Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b985bd88-d3e8-4f69-b37d-b4f51e5e9834", "consumerID": "cds", "timestamp": 1621214787854, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-17T01:27:44.668Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T01:27:44.668Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T01:27:44.668Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b985bd88-d3e8-4f69-b37d-b4f51e5e9834", "consumerID": "dcae-sch", "timestamp": 1621214790510, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-17T01:27:44.668Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T01:27:44.668Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T01:27:44.668Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b985bd88-d3e8-4f69-b37d-b4f51e5e9834", "consumerID": "multicloud-k8s-id", "timestamp": 1621214792792, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-17T01:27:44.668Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T01:27:44.669Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T01:27:44.669Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b985bd88-d3e8-4f69-b37d-b4f51e5e9834", "consumerID": "policy-id", "timestamp": 1621214797835, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-17T01:27:44.669Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T01:27:44.669Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T01:27:44.669Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b985bd88-d3e8-4f69-b37d-b4f51e5e9834", "consumerID": "multicloud-windriver-id", "timestamp": 1621214785445, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-05-17T01:27:44.669Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T01:27:44.669Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T01:27:44.669Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b985bd88-d3e8-4f69-b37d-b4f51e5e9834", "consumerID": "cds", "timestamp": 1621214787854, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-05-17T01:27:44.669Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T01:27:44.670Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T01:27:44.670Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b985bd88-d3e8-4f69-b37d-b4f51e5e9834", "consumerID": "dcae-sch", "timestamp": 1621214790510, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-05-17T01:27:44.670Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T01:27:44.670Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T01:27:44.670Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b985bd88-d3e8-4f69-b37d-b4f51e5e9834", "consumerID": "multicloud-k8s-id", "timestamp": 1621214792792, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-05-17T01:27:44.670Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T01:27:44.670Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T01:27:44.670Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b985bd88-d3e8-4f69-b37d-b4f51e5e9834", "consumerID": "policy-id", "timestamp": 1621214797835, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-17T01:27:44.670Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T01:27:44.670Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T01:27:44.670Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b985bd88-d3e8-4f69-b37d-b4f51e5e9834", "consumerID": "multicloud-windriver-id", "timestamp": 1621214785445, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-05-17T01:27:44.671Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T01:27:44.671Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T01:27:44.671Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b985bd88-d3e8-4f69-b37d-b4f51e5e9834", "consumerID": "cds", "timestamp": 1621214787854, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-05-17T01:27:44.671Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T01:27:44.671Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T01:27:44.671Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b985bd88-d3e8-4f69-b37d-b4f51e5e9834", "consumerID": "dcae-sch", "timestamp": 1621214790510, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-05-17T01:27:44.671Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T01:27:44.671Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T01:27:44.671Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b985bd88-d3e8-4f69-b37d-b4f51e5e9834", "consumerID": "multicloud-k8s-id", "timestamp": 1621214792792, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-05-17T01:27:44.671Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T01:27:44.671Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T01:27:44.672Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b985bd88-d3e8-4f69-b37d-b4f51e5e9834", "consumerID": "policy-id", "timestamp": 1621214797835, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-05-17T01:27:44.672Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T01:27:44.672Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T01:27:44.672Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b985bd88-d3e8-4f69-b37d-b4f51e5e9834", "consumerID": "cds", "timestamp": 1621214787854, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-05-17T01:27:44.672Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T01:27:44.672Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T01:27:44.672Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b985bd88-d3e8-4f69-b37d-b4f51e5e9834", "consumerID": "multicloud-windriver-id", "timestamp": 1621214785445, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-05-17T01:27:44.672Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T01:27:44.672Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T01:27:44.672Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b985bd88-d3e8-4f69-b37d-b4f51e5e9834", "consumerID": "dcae-sch", "timestamp": 1621214790510, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2021-05-17T01:27:44.672Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T01:27:44.673Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T01:27:44.673Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b985bd88-d3e8-4f69-b37d-b4f51e5e9834", "consumerID": "multicloud-k8s-id", "timestamp": 1621214792792, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-05-17T01:27:44.673Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T01:27:44.673Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T01:27:44.673Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b985bd88-d3e8-4f69-b37d-b4f51e5e9834", "consumerID": "policy-id", "timestamp": 1621214797835, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-17T01:27:44.673Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T01:27:44.673Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T01:27:44.673Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b985bd88-d3e8-4f69-b37d-b4f51e5e9834", "consumerID": "ves-openapi-manager", "timestamp": 1621214801600, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-17T01:27:44.673Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T01:27:44.673Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T01:27:44.673Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b985bd88-d3e8-4f69-b37d-b4f51e5e9834", "consumerID": "policy-id", "timestamp": 1621214797835, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-05-17T01:27:44.674Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T01:27:44.674Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T01:27:44.674Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b985bd88-d3e8-4f69-b37d-b4f51e5e9834", "consumerID": "multicloud-k8s-id", "timestamp": 1621214802698, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-17T01:27:44.674Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T01:27:44.674Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T01:27:44.674Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b985bd88-d3e8-4f69-b37d-b4f51e5e9834", "consumerID": "multicloud-windriver-id", "timestamp": 1621214802699, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-17T01:27:44.674Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T01:27:44.674Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T01:27:44.674Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b985bd88-d3e8-4f69-b37d-b4f51e5e9834", "consumerID": "cds", "timestamp": 1621214802789, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-17T01:27:44.674Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T01:27:44.675Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T01:27:44.675Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b985bd88-d3e8-4f69-b37d-b4f51e5e9834", "consumerID": "ves-openapi-manager", "timestamp": 1621214801600, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-17T01:27:44.675Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T01:27:44.675Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T01:27:44.675Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b985bd88-d3e8-4f69-b37d-b4f51e5e9834", "consumerID": "policy-id", "timestamp": 1621214797835, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-05-17T01:27:44.675Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T01:27:44.675Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T01:27:44.675Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b985bd88-d3e8-4f69-b37d-b4f51e5e9834", "consumerID": "cds", "timestamp": 1621214803794, "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=? 2021-05-17T01:27:44.682Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of b985bd88-d3e8-4f69-b37d-b4f51e5e9834 2021-05-17T01:27:44.682Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId b985bd88-d3e8-4f69-b37d-b4f51e5e9834 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-05-17T01:27:44.692Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T01:27:44.692Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b985bd88-d3e8-4f69-b37d-b4f51e5e9834", "consumerID": "ves-openapi-manager", "timestamp": 1621214801600, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-05-17T01:27:44.692Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T01:27:44.692Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T01:27:44.692Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b985bd88-d3e8-4f69-b37d-b4f51e5e9834", "consumerID": "multicloud-starlingx-id", "timestamp": 1621214803622, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-17T01:27:44.692Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T01:27:44.692Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T01:27:44.692Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b985bd88-d3e8-4f69-b37d-b4f51e5e9834", "consumerID": "policy-id", "timestamp": 1621214797835, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-05-17T01:27:44.692Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T01:28:06.537Z|b985bd88-d3e8-4f69-b37d-b4f51e5e9834|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b985bd88-d3e8-4f69-b37d-b4f51e5e9834 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-17T01:28:06.545Z|b985bd88-d3e8-4f69-b37d-b4f51e5e9834|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b985bd88-d3e8-4f69-b37d-b4f51e5e9834 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-05-17T01:28:06.548Z|b985bd88-d3e8-4f69-b37d-b4f51e5e9834|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-17T01:28:06.548Z|b985bd88-d3e8-4f69-b37d-b4f51e5e9834|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-05-17T01:28:06.548Z|b985bd88-d3e8-4f69-b37d-b4f51e5e9834|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-05-17T01:28:36.548Z|b985bd88-d3e8-4f69-b37d-b4f51e5e9834|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b985bd88-d3e8-4f69-b37d-b4f51e5e9834 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-17T01:28:36.558Z|b985bd88-d3e8-4f69-b37d-b4f51e5e9834|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b985bd88-d3e8-4f69-b37d-b4f51e5e9834 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-05-17T01:28:36.559Z|b985bd88-d3e8-4f69-b37d-b4f51e5e9834|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-17T01:28:36.560Z|b985bd88-d3e8-4f69-b37d-b4f51e5e9834|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-05-17T01:28:36.560Z|b985bd88-d3e8-4f69-b37d-b4f51e5e9834|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-05-17T01:28:44.635Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T01:28:44.636Z||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-05-17T01:28:44.636Z||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 TYaINVSyUqPBxPVw) ... 2021-05-17T01:28:44.652Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T01:28:45.164Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T01:28:45.165Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b985bd88-d3e8-4f69-b37d-b4f51e5e9834", "consumerID": "multicloud-starlingx-id", "timestamp": 1621214803622, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-05-17T01:28:45.165Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T01:28:45.165Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T01:28:45.165Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b985bd88-d3e8-4f69-b37d-b4f51e5e9834", "consumerID": "ves-openapi-manager", "timestamp": 1621214801600, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-17T01:28:45.166Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T01:28:45.166Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T01:28:45.166Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b985bd88-d3e8-4f69-b37d-b4f51e5e9834", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621214804633, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-17T01:28:45.166Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T01:28:45.166Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T01:28:45.166Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b985bd88-d3e8-4f69-b37d-b4f51e5e9834", "consumerID": "multicloud-k8s-id", "timestamp": 1621214806118, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-05-17T01:28:45.166Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T01:28:45.166Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T01:28:45.166Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b985bd88-d3e8-4f69-b37d-b4f51e5e9834", "consumerID": "multicloud-starlingx-id", "timestamp": 1621214803622, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-05-17T01:28:45.166Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T01:28:45.166Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T01:28:45.166Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b985bd88-d3e8-4f69-b37d-b4f51e5e9834", "consumerID": "ves-openapi-manager", "timestamp": 1621214801600, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-05-17T01:28:45.166Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T01:28:45.167Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T01:28:45.167Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b985bd88-d3e8-4f69-b37d-b4f51e5e9834", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621214804633, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-05-17T01:28:45.167Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T01:28:45.167Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T01:28:45.167Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b985bd88-d3e8-4f69-b37d-b4f51e5e9834", "consumerID": "multicloud-windriver-id", "timestamp": 1621214806319, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-05-17T01:28:45.167Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T01:28:45.167Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T01:28:45.167Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b985bd88-d3e8-4f69-b37d-b4f51e5e9834", "consumerID": "clamp", "timestamp": 1621214806219, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-17T01:28:45.167Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T01:28:45.167Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T01:28:45.167Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "867d6997-6d79-48ac-879f-567feadb15af", "consumerID": "cds", "timestamp": 1621214804798, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-05-17T01:28:45.167Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T01:28:45.168Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T01:28:45.168Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b985bd88-d3e8-4f69-b37d-b4f51e5e9834", "consumerID": "multicloud-starlingx-id", "timestamp": 1621214803622, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-17T01:28:45.168Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T01:28:45.168Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T01:28:45.168Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b985bd88-d3e8-4f69-b37d-b4f51e5e9834", "consumerID": "ves-openapi-manager", "timestamp": 1621214801600, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-05-17T01:28:45.168Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T01:28:45.168Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T01:28:45.168Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b985bd88-d3e8-4f69-b37d-b4f51e5e9834", "consumerID": "policy-id", "timestamp": 1621214807234, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-17T01:28:45.168Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T01:28:45.168Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T01:28:45.168Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b985bd88-d3e8-4f69-b37d-b4f51e5e9834", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621214804633, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-05-17T01:28:45.168Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T01:28:45.169Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T01:28:45.169Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b985bd88-d3e8-4f69-b37d-b4f51e5e9834", "consumerID": "clamp", "timestamp": 1621214806219, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-05-17T01:28:45.169Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T01:28:45.169Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T01:28:45.169Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "867d6997-6d79-48ac-879f-567feadb15af", "consumerID": "cds", "timestamp": 1621214804798, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-17T01:28:45.169Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T01:28:45.169Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T01:28:45.169Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b985bd88-d3e8-4f69-b37d-b4f51e5e9834", "consumerID": "multicloud-k8s-id", "timestamp": 1621214808129, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-05-17T01:28:45.169Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T01:28:45.169Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T01:28:45.169Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b985bd88-d3e8-4f69-b37d-b4f51e5e9834", "consumerID": "multicloud-starlingx-id", "timestamp": 1621214803622, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-05-17T01:28:45.169Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T01:28:45.169Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T01:28:45.169Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b985bd88-d3e8-4f69-b37d-b4f51e5e9834", "consumerID": "ves-openapi-manager", "timestamp": 1621214801600, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2021-05-17T01:28:45.170Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T01:28:45.170Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T01:28:45.170Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b985bd88-d3e8-4f69-b37d-b4f51e5e9834", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621214804633, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-17T01:28:45.170Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T01:28:45.170Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T01:28:45.170Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b985bd88-d3e8-4f69-b37d-b4f51e5e9834", "consumerID": "policy-id", "timestamp": 1621214808238, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-05-17T01:28:45.170Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T01:28:45.170Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T01:28:45.170Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b985bd88-d3e8-4f69-b37d-b4f51e5e9834", "consumerID": "multicloud-windriver-id", "timestamp": 1621214808331, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-05-17T01:28:45.170Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T01:28:45.170Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T01:28:45.171Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b985bd88-d3e8-4f69-b37d-b4f51e5e9834", "consumerID": "clamp", "timestamp": 1621214806219, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-05-17T01:28:45.171Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T01:28:45.171Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T01:28:45.171Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b985bd88-d3e8-4f69-b37d-b4f51e5e9834", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621214808015, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-17T01:28:45.171Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T01:28:45.171Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T01:28:45.171Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b985bd88-d3e8-4f69-b37d-b4f51e5e9834", "consumerID": "aai-ml", "timestamp": 1621214808120, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-17T01:28:45.171Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T01:28:45.171Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T01:28:45.171Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "867d6997-6d79-48ac-879f-567feadb15af", "consumerID": "cds", "timestamp": 1621214804798, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-17T01:28:45.171Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T01:28:45.172Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T01:28:45.172Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b985bd88-d3e8-4f69-b37d-b4f51e5e9834", "consumerID": "multicloud-k8s-id", "timestamp": 1621214809158, "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-05-17T01:28:45.178Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b985bd88-d3e8-4f69-b37d-b4f51e5e9834 2021-05-17T01:28:45.178Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId b985bd88-d3e8-4f69-b37d-b4f51e5e9834 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-05-17T01:28:45.186Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T01:28:45.186Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b985bd88-d3e8-4f69-b37d-b4f51e5e9834", "consumerID": "multicloud-starlingx-id", "timestamp": 1621214803622, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-05-17T01:28:45.186Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T01:28:45.187Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T01:28:45.187Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b985bd88-d3e8-4f69-b37d-b4f51e5e9834", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621214804633, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-05-17T01:28:45.187Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T01:28:45.187Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T01:28:45.187Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b985bd88-d3e8-4f69-b37d-b4f51e5e9834", "consumerID": "policy-id", "timestamp": 1621214809242, "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-05-17T01:28:45.191Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b985bd88-d3e8-4f69-b37d-b4f51e5e9834 2021-05-17T01:28:45.191Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId b985bd88-d3e8-4f69-b37d-b4f51e5e9834 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-05-17T01:28:45.197Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T01:28:45.197Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b985bd88-d3e8-4f69-b37d-b4f51e5e9834", "consumerID": "multicloud-windriver-id", "timestamp": 1621214809339, "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-05-17T01:28:45.201Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b985bd88-d3e8-4f69-b37d-b4f51e5e9834 2021-05-17T01:28:45.201Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId b985bd88-d3e8-4f69-b37d-b4f51e5e9834 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-05-17T01:28:45.206Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T01:28:45.206Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b985bd88-d3e8-4f69-b37d-b4f51e5e9834", "consumerID": "clamp", "timestamp": 1621214806219, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-17T01:28:45.207Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T01:28:45.207Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T01:28:45.207Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b985bd88-d3e8-4f69-b37d-b4f51e5e9834", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621214808015, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-17T01:28:45.207Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T01:28:45.207Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T01:28:45.207Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b985bd88-d3e8-4f69-b37d-b4f51e5e9834", "consumerID": "aai-ml", "timestamp": 1621214808120, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-17T01:28:45.207Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T01:28:45.207Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T01:28:45.207Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "867d6997-6d79-48ac-879f-567feadb15af", "consumerID": "cds", "timestamp": 1621214804798, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-05-17T01:28:45.207Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T01:28:45.207Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T01:28:45.207Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b985bd88-d3e8-4f69-b37d-b4f51e5e9834", "consumerID": "multicloud-k8s-id", "timestamp": 1621214810161, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2021-05-17T01:28:45.207Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T01:28:45.207Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T01:28:45.207Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b985bd88-d3e8-4f69-b37d-b4f51e5e9834", "consumerID": "multicloud-starlingx-id", "timestamp": 1621214803622, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-05-17T01:28:45.208Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T01:28:45.208Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T01:28:45.208Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b985bd88-d3e8-4f69-b37d-b4f51e5e9834", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621214804633, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-05-17T01:28:45.208Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T01:28:45.208Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T01:28:45.208Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b985bd88-d3e8-4f69-b37d-b4f51e5e9834", "consumerID": "multicloud-windriver-id", "timestamp": 1621214810342, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2021-05-17T01:28:45.208Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T01:28:45.208Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T01:28:45.208Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b985bd88-d3e8-4f69-b37d-b4f51e5e9834", "consumerID": "clamp", "timestamp": 1621214806219, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-05-17T01:28:45.208Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T01:28:45.208Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T01:28:45.208Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b985bd88-d3e8-4f69-b37d-b4f51e5e9834", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621214808015, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-05-17T01:28:45.208Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T01:28:45.208Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T01:28:45.208Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b985bd88-d3e8-4f69-b37d-b4f51e5e9834", "consumerID": "aai-ml", "timestamp": 1621214808120, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-05-17T01:28:45.208Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T01:28:45.208Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T01:28:45.209Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "867d6997-6d79-48ac-879f-567feadb15af", "consumerID": "cds", "timestamp": 1621214804798, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-17T01:28:45.209Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T01:28:45.209Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T01:28:45.209Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "867d6997-6d79-48ac-879f-567feadb15af", "consumerID": "dcae-sch", "timestamp": 1621214810510, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOTIFIED" } 2021-05-17T01:28:45.209Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T01:28:45.209Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T01:28:45.209Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b985bd88-d3e8-4f69-b37d-b4f51e5e9834", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621214804633, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-05-17T01:28:45.209Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T01:28:45.209Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T01:28:45.209Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b985bd88-d3e8-4f69-b37d-b4f51e5e9834", "consumerID": "clamp", "timestamp": 1621214806219, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-05-17T01:28:45.209Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T01:28:45.209Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T01:28:45.209Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b985bd88-d3e8-4f69-b37d-b4f51e5e9834", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621214808015, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-17T01:28:45.209Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T01:28:45.210Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T01:28:45.210Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b985bd88-d3e8-4f69-b37d-b4f51e5e9834", "consumerID": "aai-ml", "timestamp": 1621214808120, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-17T01:28:45.210Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T01:28:45.210Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T01:28:45.210Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "867d6997-6d79-48ac-879f-567feadb15af", "consumerID": "cds", "timestamp": 1621214804798, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-05-17T01:28:45.210Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T01:28:45.210Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T01:28:45.210Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "867d6997-6d79-48ac-879f-567feadb15af", "consumerID": "multicloud-windriver-id", "timestamp": 1621214811345, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-05-17T01:28:45.210Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T01:28:45.210Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T01:28:45.210Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "867d6997-6d79-48ac-879f-567feadb15af", "consumerID": "dcae-sch", "timestamp": 1621214810510, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-17T01:28:45.210Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T01:28:45.210Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T01:28:45.210Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b985bd88-d3e8-4f69-b37d-b4f51e5e9834", "consumerID": "clamp", "timestamp": 1621214806219, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-05-17T01:28:45.210Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T01:28:45.210Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T01:28:45.211Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b985bd88-d3e8-4f69-b37d-b4f51e5e9834", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621214808015, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-05-17T01:28:45.211Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T01:28:45.211Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T01:28:45.211Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b985bd88-d3e8-4f69-b37d-b4f51e5e9834", "consumerID": "aai-ml", "timestamp": 1621214808120, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-05-17T01:28:45.211Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T01:28:45.211Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T01:28:45.211Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "867d6997-6d79-48ac-879f-567feadb15af", "consumerID": "cds", "timestamp": 1621214804798, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-05-17T01:28:45.211Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T01:28:45.211Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T01:28:45.211Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "867d6997-6d79-48ac-879f-567feadb15af", "consumerID": "multicloud-windriver-id", "timestamp": 1621214811345, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-17T01:28:45.211Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T01:28:45.211Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T01:28:45.211Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b985bd88-d3e8-4f69-b37d-b4f51e5e9834", "consumerID": "multicloud-starlingx-id", "timestamp": 1621214813026, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-17T01:28:45.211Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T01:28:45.211Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T01:28:45.212Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "867d6997-6d79-48ac-879f-567feadb15af", "consumerID": "dcae-sch", "timestamp": 1621214810510, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-17T01:28:45.212Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T01:28:45.212Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T01:28:45.212Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "867d6997-6d79-48ac-879f-567feadb15af", "consumerID": "multicloud-k8s-id", "timestamp": 1621214812792, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-05-17T01:28:45.212Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T01:28:45.212Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T01:28:45.212Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b985bd88-d3e8-4f69-b37d-b4f51e5e9834", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621214808015, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-05-17T01:28:45.212Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T01:28:45.212Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T01:28:45.212Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b985bd88-d3e8-4f69-b37d-b4f51e5e9834", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621214813689, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-17T01:28:45.212Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T01:28:45.212Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T01:28:45.212Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b985bd88-d3e8-4f69-b37d-b4f51e5e9834", "consumerID": "aai-ml", "timestamp": 1621214808120, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-05-17T01:28:45.212Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T01:28:45.212Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T01:28:45.212Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "867d6997-6d79-48ac-879f-567feadb15af", "consumerID": "cds", "timestamp": 1621214804798, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-05-17T01:28:45.212Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T01:28:45.213Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T01:28:45.213Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "867d6997-6d79-48ac-879f-567feadb15af", "consumerID": "multicloud-windriver-id", "timestamp": 1621214811345, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-05-17T01:28:45.213Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T01:28:45.213Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T01:28:45.213Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "867d6997-6d79-48ac-879f-567feadb15af", "consumerID": "dcae-sch", "timestamp": 1621214810510, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-05-17T01:28:45.213Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T01:28:45.213Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T01:28:45.213Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "867d6997-6d79-48ac-879f-567feadb15af", "consumerID": "multicloud-k8s-id", "timestamp": 1621214812792, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-17T01:28:45.213Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T01:28:45.213Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T01:28:45.213Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b985bd88-d3e8-4f69-b37d-b4f51e5e9834", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621214808015, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-05-17T01:28:45.213Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T01:28:45.213Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T01:28:45.213Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b985bd88-d3e8-4f69-b37d-b4f51e5e9834", "consumerID": "aai-ml", "timestamp": 1621214808120, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-05-17T01:28:45.214Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T01:28:45.214Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T01:28:45.214Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "867d6997-6d79-48ac-879f-567feadb15af", "consumerID": "multicloud-windriver-id", "timestamp": 1621214811345, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-05-17T01:28:45.214Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T01:28:45.214Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T01:28:45.214Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "867d6997-6d79-48ac-879f-567feadb15af", "consumerID": "dcae-sch", "timestamp": 1621214810510, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-17T01:28:45.214Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T01:28:45.214Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T01:28:45.214Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b985bd88-d3e8-4f69-b37d-b4f51e5e9834", "consumerID": "multicloud-starlingx-id", "timestamp": 1621214815412, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-05-17T01:28:45.214Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T01:28:45.214Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T01:28:45.214Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "867d6997-6d79-48ac-879f-567feadb15af", "consumerID": "multicloud-k8s-id", "timestamp": 1621214812792, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-05-17T01:28:45.214Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T01:28:45.214Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T01:28:45.214Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "867d6997-6d79-48ac-879f-567feadb15af", "consumerID": "cds", "timestamp": 1621214815767, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-17T01:28:45.214Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T01:28:45.214Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T01:28:45.215Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "867d6997-6d79-48ac-879f-567feadb15af", "consumerID": "multicloud-windriver-id", "timestamp": 1621214811345, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-17T01:28:45.215Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T01:28:45.215Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T01:28:45.215Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "867d6997-6d79-48ac-879f-567feadb15af", "consumerID": "dcae-sch", "timestamp": 1621214810510, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-05-17T01:28:45.215Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T01:28:45.215Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T01:28:45.215Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "867d6997-6d79-48ac-879f-567feadb15af", "consumerID": "multicloud-k8s-id", "timestamp": 1621214812792, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-05-17T01:28:45.215Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T01:28:45.215Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T01:28:45.215Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b985bd88-d3e8-4f69-b37d-b4f51e5e9834", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621214816514, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-17T01:28:45.215Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T01:28:45.215Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T01:28:45.215Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b985bd88-d3e8-4f69-b37d-b4f51e5e9834", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621214816694, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-17T01:28:45.216Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T01:28:45.216Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T01:28:45.216Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b985bd88-d3e8-4f69-b37d-b4f51e5e9834", "consumerID": "aai-ml", "timestamp": 1621214816699, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-17T01:28:45.216Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T01:28:45.216Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T01:28:45.216Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "867d6997-6d79-48ac-879f-567feadb15af", "consumerID": "cds", "timestamp": 1621214816773, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-05-17T01:28:45.226Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 867d6997-6d79-48ac-879f-567feadb15af 2021-05-17T01:28:45.226Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 867d6997-6d79-48ac-879f-567feadb15af 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-05-17T01:28:45.233Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T01:28:45.233Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "867d6997-6d79-48ac-879f-567feadb15af", "consumerID": "multicloud-windriver-id", "timestamp": 1621214811345, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-05-17T01:28:45.233Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T01:28:45.234Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T01:28:45.234Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "867d6997-6d79-48ac-879f-567feadb15af", "consumerID": "dcae-sch", "timestamp": 1621214810510, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-05-17T01:28:45.234Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T01:28:45.234Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T01:28:45.234Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b985bd88-d3e8-4f69-b37d-b4f51e5e9834", "consumerID": "multicloud-starlingx-id", "timestamp": 1621214817301, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-05-17T01:28:45.234Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T01:28:45.235Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T01:28:45.235Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "867d6997-6d79-48ac-879f-567feadb15af", "consumerID": "multicloud-k8s-id", "timestamp": 1621214812792, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-17T01:28:45.235Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T01:28:45.235Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T01:28:45.235Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "867d6997-6d79-48ac-879f-567feadb15af", "consumerID": "multicloud-windriver-id", "timestamp": 1621214811345, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-05-17T01:28:45.235Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T01:28:45.235Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T01:28:45.235Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "867d6997-6d79-48ac-879f-567feadb15af", "consumerID": "dcae-sch", "timestamp": 1621214810510, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOT_NOTIFIED" } 2021-05-17T01:28:45.235Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T01:28:45.236Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T01:28:45.236Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b985bd88-d3e8-4f69-b37d-b4f51e5e9834", "consumerID": "multicloud-starlingx-id", "timestamp": 1621214818304, "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-05-17T01:28:45.240Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b985bd88-d3e8-4f69-b37d-b4f51e5e9834 2021-05-17T01:28:45.240Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId b985bd88-d3e8-4f69-b37d-b4f51e5e9834 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-05-17T01:28:45.247Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T01:28:45.247Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "867d6997-6d79-48ac-879f-567feadb15af", "consumerID": "multicloud-k8s-id", "timestamp": 1621214812792, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-05-17T01:28:45.247Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T01:28:45.247Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T01:28:45.247Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "867d6997-6d79-48ac-879f-567feadb15af", "consumerID": "policy-id", "timestamp": 1621214817836, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-05-17T01:28:45.247Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T01:28:45.247Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T01:28:45.248Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b985bd88-d3e8-4f69-b37d-b4f51e5e9834", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621214818702, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-05-17T01:28:45.248Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T01:28:45.248Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T01:28:45.248Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b985bd88-d3e8-4f69-b37d-b4f51e5e9834", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621214818814, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-05-17T01:28:45.248Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T01:28:45.248Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T01:28:45.248Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "867d6997-6d79-48ac-879f-567feadb15af", "consumerID": "multicloud-windriver-id", "timestamp": 1621214811345, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-05-17T01:28:45.248Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T01:28:45.248Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T01:28:45.249Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b985bd88-d3e8-4f69-b37d-b4f51e5e9834", "consumerID": "multicloud-starlingx-id", "timestamp": 1621214819307, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2021-05-17T01:28:45.249Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T01:28:45.249Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T01:28:45.249Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "867d6997-6d79-48ac-879f-567feadb15af", "consumerID": "multicloud-k8s-id", "timestamp": 1621214812792, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-05-17T01:28:45.249Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T01:28:45.249Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T01:28:45.249Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "867d6997-6d79-48ac-879f-567feadb15af", "consumerID": "policy-id", "timestamp": 1621214817836, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-17T01:28:45.250Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T01:28:45.250Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T01:28:45.250Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b985bd88-d3e8-4f69-b37d-b4f51e5e9834", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621214819817, "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-05-17T01:28:45.254Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of b985bd88-d3e8-4f69-b37d-b4f51e5e9834 2021-05-17T01:28:45.254Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId b985bd88-d3e8-4f69-b37d-b4f51e5e9834 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-05-17T01:28:45.261Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T01:28:45.261Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "867d6997-6d79-48ac-879f-567feadb15af", "consumerID": "multicloud-k8s-id", "timestamp": 1621214812792, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-05-17T01:28:45.261Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T01:28:45.261Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T01:28:45.261Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "867d6997-6d79-48ac-879f-567feadb15af", "consumerID": "policy-id", "timestamp": 1621214817836, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-17T01:28:45.261Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T01:28:45.261Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T01:28:45.261Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "867d6997-6d79-48ac-879f-567feadb15af", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621214808015, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-05-17T01:28:45.262Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T01:28:45.262Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T01:28:45.262Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b985bd88-d3e8-4f69-b37d-b4f51e5e9834", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621214821408, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-05-17T01:28:45.262Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T01:28:45.262Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T01:28:45.262Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "867d6997-6d79-48ac-879f-567feadb15af", "consumerID": "policy-id", "timestamp": 1621214817836, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-05-17T01:28:45.262Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T01:28:45.262Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T01:28:45.262Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "867d6997-6d79-48ac-879f-567feadb15af", "consumerID": "multicloud-windriver-id", "timestamp": 1621214821602, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-17T01:28:45.262Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T01:28:45.262Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T01:28:45.262Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "867d6997-6d79-48ac-879f-567feadb15af", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621214808015, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-17T01:28:45.262Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T01:28:45.263Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T01:28:45.263Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "867d6997-6d79-48ac-879f-567feadb15af", "consumerID": "ves-openapi-manager", "timestamp": 1621214821600, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-05-17T01:28:45.263Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T01:28:45.263Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T01:28:45.263Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b985bd88-d3e8-4f69-b37d-b4f51e5e9834", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621214822490, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2021-05-17T01:28:45.263Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T01:28:45.263Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T01:28:45.263Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "867d6997-6d79-48ac-879f-567feadb15af", "consumerID": "policy-id", "timestamp": 1621214817836, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-17T01:28:45.263Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T01:28:45.263Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T01:28:45.263Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "867d6997-6d79-48ac-879f-567feadb15af", "consumerID": "multicloud-k8s-id", "timestamp": 1621214822606, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-17T01:28:45.263Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T01:28:45.263Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T01:28:45.263Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "867d6997-6d79-48ac-879f-567feadb15af", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621214808015, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-17T01:28:45.263Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T01:28:45.263Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T01:28:45.263Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "867d6997-6d79-48ac-879f-567feadb15af", "consumerID": "ves-openapi-manager", "timestamp": 1621214821600, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-17T01:28:45.264Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T01:28:45.264Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T01:28:45.264Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b985bd88-d3e8-4f69-b37d-b4f51e5e9834", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621214823492, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2021-05-17T01:28:45.264Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T01:28:45.264Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T01:28:45.264Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "867d6997-6d79-48ac-879f-567feadb15af", "consumerID": "policy-id", "timestamp": 1621214817836, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-05-17T01:28:45.264Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T01:28:45.264Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T01:28:45.264Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "867d6997-6d79-48ac-879f-567feadb15af", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621214808015, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-05-17T01:28:45.264Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T01:28:45.264Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T01:28:45.264Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "867d6997-6d79-48ac-879f-567feadb15af", "consumerID": "multicloud-starlingx-id", "timestamp": 1621214823621, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-05-17T01:28:45.264Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T01:28:45.264Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T01:28:45.264Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "867d6997-6d79-48ac-879f-567feadb15af", "consumerID": "ves-openapi-manager", "timestamp": 1621214821600, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-17T01:28:45.264Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T01:28:45.264Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T01:28:45.264Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "867d6997-6d79-48ac-879f-567feadb15af", "consumerID": "dcae-sch", "timestamp": 1621214824326, "artifactURL": "/sdc/v1/catalog/services/25526bd4-16cb-492d-80cb-37556cbe43e2/resourceInstances/basicclamp0/artifacts/1165e3c3-a663-4849-a355-9f49db2c693a", "status": "DOWNLOAD_OK" } 2021-05-17T01:28:45.264Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T01:28:45.265Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T01:28:45.265Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b985bd88-d3e8-4f69-b37d-b4f51e5e9834", "consumerID": "clamp", "timestamp": 1621214824388, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-17T01:28:45.265Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T01:28:45.265Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T01:28:45.265Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b985bd88-d3e8-4f69-b37d-b4f51e5e9834", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621214824495, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2021-05-17T01:28:45.265Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T01:28:45.265Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T01:28:45.265Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "867d6997-6d79-48ac-879f-567feadb15af", "consumerID": "policy-id", "timestamp": 1621214817836, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-05-17T01:28:45.265Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T01:28:45.265Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T01:28:45.265Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "867d6997-6d79-48ac-879f-567feadb15af", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621214808015, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-17T01:28:45.265Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T01:28:45.265Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T01:28:45.265Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "867d6997-6d79-48ac-879f-567feadb15af", "consumerID": "multicloud-windriver-id", "timestamp": 1621214824896, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-05-17T01:28:45.265Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T01:28:45.265Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T01:28:45.265Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "867d6997-6d79-48ac-879f-567feadb15af", "consumerID": "multicloud-starlingx-id", "timestamp": 1621214823621, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-17T01:28:45.265Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T01:28:45.265Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T01:28:45.266Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "867d6997-6d79-48ac-879f-567feadb15af", "consumerID": "ves-openapi-manager", "timestamp": 1621214821600, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-05-17T01:28:45.266Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T01:28:45.266Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T01:28:45.266Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b985bd88-d3e8-4f69-b37d-b4f51e5e9834", "consumerID": "aai-ml", "timestamp": 1621214825388, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-05-17T01:28:45.266Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T01:28:45.266Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T01:28:45.266Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b985bd88-d3e8-4f69-b37d-b4f51e5e9834", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621214825498, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-05-17T01:28:45.266Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T01:28:45.266Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T01:28:45.266Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "867d6997-6d79-48ac-879f-567feadb15af", "consumerID": "policy-id", "timestamp": 1621214817836, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-05-17T01:28:45.266Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T01:28:45.266Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T01:28:45.266Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "867d6997-6d79-48ac-879f-567feadb15af", "consumerID": "dcae-sch", "timestamp": 1621214825621, "artifactURL": "/sdc/v1/catalog/services/25526bd4-16cb-492d-80cb-37556cbe43e2/resourceInstances/basicclamp0/artifacts/1165e3c3-a663-4849-a355-9f49db2c693a", "status": "DEPLOY_OK" } 2021-05-17T01:28:45.266Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T01:28:45.266Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T01:28:45.266Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "867d6997-6d79-48ac-879f-567feadb15af", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621214808015, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-05-17T01:28:45.266Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T01:28:45.266Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T01:28:45.267Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "867d6997-6d79-48ac-879f-567feadb15af", "consumerID": "multicloud-k8s-id", "timestamp": 1621214826018, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-05-17T01:28:45.267Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T01:28:45.267Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T01:28:45.267Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "867d6997-6d79-48ac-879f-567feadb15af", "consumerID": "multicloud-starlingx-id", "timestamp": 1621214823621, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-05-17T01:28:45.267Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T01:28:45.267Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T01:28:45.267Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "867d6997-6d79-48ac-879f-567feadb15af", "consumerID": "ves-openapi-manager", "timestamp": 1621214821600, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-17T01:28:45.267Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T01:28:45.267Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T01:28:45.267Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b985bd88-d3e8-4f69-b37d-b4f51e5e9834", "consumerID": "aai-ml", "timestamp": 1621214826392, "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-05-17T01:28:45.271Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of b985bd88-d3e8-4f69-b37d-b4f51e5e9834 2021-05-17T01:28:45.271Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId b985bd88-d3e8-4f69-b37d-b4f51e5e9834 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-05-17T01:28:45.278Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T01:28:45.278Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b985bd88-d3e8-4f69-b37d-b4f51e5e9834", "consumerID": "clamp", "timestamp": 1621214826399, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-05-17T01:28:45.278Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T01:28:45.278Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T01:28:45.278Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "867d6997-6d79-48ac-879f-567feadb15af", "consumerID": "dcae-sch", "timestamp": 1621214826626, "artifactURL": "/sdc/v1/catalog/services/25526bd4-16cb-492d-80cb-37556cbe43e2/resourceInstances/basicclamp0/artifacts/1165e3c3-a663-4849-a355-9f49db2c693a", "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-05-17T01:28:45.282Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: service-change-handler and status of COMPONENT_DONE_OK distributionID of 867d6997-6d79-48ac-879f-567feadb15af 2021-05-17T01:28:45.282Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 867d6997-6d79-48ac-879f-567feadb15af 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-05-17T01:28:45.289Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T01:28:45.289Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "867d6997-6d79-48ac-879f-567feadb15af", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621214808015, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-05-17T01:28:45.289Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T01:28:45.289Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T01:28:45.289Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "867d6997-6d79-48ac-879f-567feadb15af", "consumerID": "multicloud-starlingx-id", "timestamp": 1621214823621, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-05-17T01:28:45.289Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T01:28:45.289Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T01:28:45.289Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "867d6997-6d79-48ac-879f-567feadb15af", "consumerID": "ves-openapi-manager", "timestamp": 1621214821600, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-05-17T01:28:45.289Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T01:28:45.289Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T01:28:45.290Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "867d6997-6d79-48ac-879f-567feadb15af", "consumerID": "aai-ml", "timestamp": 1621214808120, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-05-17T01:28:45.290Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T01:28:45.290Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T01:28:45.290Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b985bd88-d3e8-4f69-b37d-b4f51e5e9834", "consumerID": "clamp", "timestamp": 1621214827403, "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-05-17T01:28:45.293Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of b985bd88-d3e8-4f69-b37d-b4f51e5e9834 2021-05-17T01:28:45.294Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId b985bd88-d3e8-4f69-b37d-b4f51e5e9834 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-05-17T01:28:45.300Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T01:28:45.301Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "867d6997-6d79-48ac-879f-567feadb15af", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621214808015, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-05-17T01:28:45.301Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T01:28:45.301Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T01:28:45.301Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "867d6997-6d79-48ac-879f-567feadb15af", "consumerID": "multicloud-windriver-id", "timestamp": 1621214828018, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-05-17T01:28:45.301Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T01:28:45.301Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T01:28:45.301Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "867d6997-6d79-48ac-879f-567feadb15af", "consumerID": "policy-id", "timestamp": 1621214828214, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-17T01:28:45.301Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T01:28:45.301Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T01:28:45.301Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "867d6997-6d79-48ac-879f-567feadb15af", "consumerID": "multicloud-starlingx-id", "timestamp": 1621214823621, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-17T01:28:45.301Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T01:28:45.301Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T01:28:45.302Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "867d6997-6d79-48ac-879f-567feadb15af", "consumerID": "ves-openapi-manager", "timestamp": 1621214821600, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-05-17T01:28:45.302Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T01:28:45.302Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T01:28:45.302Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "867d6997-6d79-48ac-879f-567feadb15af", "consumerID": "aai-ml", "timestamp": 1621214808120, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-17T01:28:45.302Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T01:28:45.302Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T01:28:45.302Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "867d6997-6d79-48ac-879f-567feadb15af", "consumerID": "multicloud-k8s-id", "timestamp": 1621214828592, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-05-17T01:28:45.302Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T01:28:45.302Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T01:28:45.302Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "867d6997-6d79-48ac-879f-567feadb15af", "consumerID": "multicloud-windriver-id", "timestamp": 1621214829024, "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-05-17T01:28:45.306Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 867d6997-6d79-48ac-879f-567feadb15af 2021-05-17T01:28:45.306Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 867d6997-6d79-48ac-879f-567feadb15af 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-05-17T01:28:45.314Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T01:28:45.314Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "867d6997-6d79-48ac-879f-567feadb15af", "consumerID": "multicloud-starlingx-id", "timestamp": 1621214823621, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-05-17T01:28:45.314Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T01:28:45.314Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T01:28:45.314Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "867d6997-6d79-48ac-879f-567feadb15af", "consumerID": "policy-id", "timestamp": 1621214829218, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-05-17T01:28:45.314Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T01:28:45.314Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T01:28:45.314Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "867d6997-6d79-48ac-879f-567feadb15af", "consumerID": "ves-openapi-manager", "timestamp": 1621214821600, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOT_NOTIFIED" } 2021-05-17T01:28:45.315Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T01:28:45.315Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T01:28:45.315Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "867d6997-6d79-48ac-879f-567feadb15af", "consumerID": "aai-ml", "timestamp": 1621214808120, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-17T01:28:45.315Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T01:28:45.315Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T01:28:45.315Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "867d6997-6d79-48ac-879f-567feadb15af", "consumerID": "multicloud-k8s-id", "timestamp": 1621214829626, "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-05-17T01:28:45.320Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 867d6997-6d79-48ac-879f-567feadb15af 2021-05-17T01:28:45.320Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 867d6997-6d79-48ac-879f-567feadb15af 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-05-17T01:28:45.326Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T01:28:45.326Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "867d6997-6d79-48ac-879f-567feadb15af", "consumerID": "multicloud-windriver-id", "timestamp": 1621214830034, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-05-17T01:28:45.327Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T01:28:45.327Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T01:28:45.327Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "867d6997-6d79-48ac-879f-567feadb15af", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621214830120, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-17T01:28:45.327Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T01:28:45.327Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T01:28:45.327Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "867d6997-6d79-48ac-879f-567feadb15af", "consumerID": "policy-id", "timestamp": 1621214830222, "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-05-17T01:28:45.331Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 867d6997-6d79-48ac-879f-567feadb15af 2021-05-17T01:28:45.332Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 867d6997-6d79-48ac-879f-567feadb15af 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-05-17T01:28:45.340Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T01:28:45.340Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "867d6997-6d79-48ac-879f-567feadb15af", "consumerID": "multicloud-starlingx-id", "timestamp": 1621214823621, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-05-17T01:28:45.340Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T01:28:45.340Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T01:28:45.340Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "867d6997-6d79-48ac-879f-567feadb15af", "consumerID": "aai-ml", "timestamp": 1621214808120, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-05-17T01:28:45.340Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T01:28:45.340Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T01:28:45.340Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "867d6997-6d79-48ac-879f-567feadb15af", "consumerID": "multicloud-k8s-id", "timestamp": 1621214830629, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-05-17T01:28:45.340Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T01:28:45.340Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T01:28:45.340Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "867d6997-6d79-48ac-879f-567feadb15af", "consumerID": "multicloud-starlingx-id", "timestamp": 1621214823621, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-05-17T01:28:45.340Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T01:28:45.341Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T01:28:45.341Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "867d6997-6d79-48ac-879f-567feadb15af", "consumerID": "aai-ml", "timestamp": 1621214808120, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-17T01:28:45.341Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T01:28:45.341Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T01:28:45.341Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "867d6997-6d79-48ac-879f-567feadb15af", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621214832139, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-05-17T01:28:45.341Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T01:28:45.341Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T01:28:45.341Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "867d6997-6d79-48ac-879f-567feadb15af", "consumerID": "aai-ml", "timestamp": 1621214808120, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-05-17T01:28:45.341Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T01:28:45.341Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T01:28:45.341Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "867d6997-6d79-48ac-879f-567feadb15af", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1621214833143, "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-05-17T01:28:45.345Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 867d6997-6d79-48ac-879f-567feadb15af 2021-05-17T01:28:45.345Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 867d6997-6d79-48ac-879f-567feadb15af 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-05-17T01:28:45.352Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T01:28:45.353Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "867d6997-6d79-48ac-879f-567feadb15af", "consumerID": "aai-ml", "timestamp": 1621214808120, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-05-17T01:28:45.353Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T01:28:45.353Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T01:28:45.353Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "867d6997-6d79-48ac-879f-567feadb15af", "consumerID": "multicloud-starlingx-id", "timestamp": 1621214833817, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-17T01:28:45.353Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T01:28:45.353Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T01:28:45.353Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "867d6997-6d79-48ac-879f-567feadb15af", "consumerID": "aai-ml", "timestamp": 1621214808120, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-05-17T01:28:45.353Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T01:28:45.353Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T01:28:45.353Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "867d6997-6d79-48ac-879f-567feadb15af", "consumerID": "multicloud-starlingx-id", "timestamp": 1621214836195, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-05-17T01:28:45.353Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T01:28:45.353Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T01:28:45.353Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "867d6997-6d79-48ac-879f-567feadb15af", "consumerID": "clamp", "timestamp": 1621214836219, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-05-17T01:28:45.353Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T01:28:45.353Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T01:28:45.354Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "867d6997-6d79-48ac-879f-567feadb15af", "consumerID": "aai-ml", "timestamp": 1621214837292, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-17T01:28:45.354Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T01:28:45.354Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T01:28:45.354Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "867d6997-6d79-48ac-879f-567feadb15af", "consumerID": "clamp", "timestamp": 1621214836219, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-17T01:28:45.354Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T01:28:45.354Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T01:28:45.354Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "867d6997-6d79-48ac-879f-567feadb15af", "consumerID": "multicloud-starlingx-id", "timestamp": 1621214838392, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-05-17T01:28:45.354Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T01:28:45.354Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T01:28:45.354Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "867d6997-6d79-48ac-879f-567feadb15af", "consumerID": "clamp", "timestamp": 1621214836219, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-05-17T01:28:45.354Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T01:28:45.354Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T01:28:45.354Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "867d6997-6d79-48ac-879f-567feadb15af", "consumerID": "multicloud-starlingx-id", "timestamp": 1621214839395, "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-05-17T01:28:45.359Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 867d6997-6d79-48ac-879f-567feadb15af 2021-05-17T01:28:45.359Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 867d6997-6d79-48ac-879f-567feadb15af 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-05-17T01:28:45.365Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T01:28:45.365Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "867d6997-6d79-48ac-879f-567feadb15af", "consumerID": "clamp", "timestamp": 1621214836219, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-05-17T01:28:45.365Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T01:28:45.365Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T01:28:45.366Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "867d6997-6d79-48ac-879f-567feadb15af", "consumerID": "multicloud-starlingx-id", "timestamp": 1621214840397, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-05-17T01:28:45.366Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T01:28:45.366Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T01:28:45.366Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "867d6997-6d79-48ac-879f-567feadb15af", "consumerID": "clamp", "timestamp": 1621214836219, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-17T01:28:45.366Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T01:28:45.366Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T01:28:45.366Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "867d6997-6d79-48ac-879f-567feadb15af", "consumerID": "clamp", "timestamp": 1621214836219, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-05-17T01:28:45.366Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T01:28:45.366Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T01:28:45.366Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "867d6997-6d79-48ac-879f-567feadb15af", "consumerID": "clamp", "timestamp": 1621214836219, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-05-17T01:28:45.367Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T01:28:45.367Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T01:28:45.367Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "867d6997-6d79-48ac-879f-567feadb15af", "consumerID": "clamp", "timestamp": 1621214836219, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-05-17T01:28:45.367Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T01:28:45.367Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T01:28:45.367Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "867d6997-6d79-48ac-879f-567feadb15af", "consumerID": "aai-ml", "timestamp": 1621214846108, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-05-17T01:28:45.367Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T01:28:45.367Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T01:28:45.367Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "867d6997-6d79-48ac-879f-567feadb15af", "consumerID": "aai-ml", "timestamp": 1621214847112, "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-05-17T01:28:45.372Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 867d6997-6d79-48ac-879f-567feadb15af 2021-05-17T01:28:45.372Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 867d6997-6d79-48ac-879f-567feadb15af 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-05-17T01:28:45.380Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T01:28:45.380Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "867d6997-6d79-48ac-879f-567feadb15af", "consumerID": "clamp", "timestamp": 1621214849391, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-17T01:28:45.380Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T01:28:45.380Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T01:28:45.380Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "867d6997-6d79-48ac-879f-567feadb15af", "consumerID": "clamp", "timestamp": 1621214850395, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-17T01:28:45.380Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T01:28:45.380Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T01:28:45.380Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "867d6997-6d79-48ac-879f-567feadb15af", "consumerID": "clamp", "timestamp": 1621214854512, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-05-17T01:28:45.380Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T01:28:45.380Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T01:28:45.381Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "867d6997-6d79-48ac-879f-567feadb15af", "consumerID": "clamp", "timestamp": 1621214855516, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-05-17T01:28:45.381Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T01:28:45.381Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T01:28:45.381Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "867d6997-6d79-48ac-879f-567feadb15af", "consumerID": "clamp", "timestamp": 1621214856519, "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-05-17T01:28:45.385Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 867d6997-6d79-48ac-879f-567feadb15af 2021-05-17T01:28:45.385Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 867d6997-6d79-48ac-879f-567feadb15af 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-05-17T01:29:06.560Z|b985bd88-d3e8-4f69-b37d-b4f51e5e9834|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b985bd88-d3e8-4f69-b37d-b4f51e5e9834 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-17T01:29:06.569Z|b985bd88-d3e8-4f69-b37d-b4f51e5e9834|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b985bd88-d3e8-4f69-b37d-b4f51e5e9834 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-05-17T01:29:06.570Z|b985bd88-d3e8-4f69-b37d-b4f51e5e9834|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-17T01:29:06.571Z|b985bd88-d3e8-4f69-b37d-b4f51e5e9834|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-05-17T01:29:06.571Z|b985bd88-d3e8-4f69-b37d-b4f51e5e9834|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-05-17T01:29:06.571Z|b985bd88-d3e8-4f69-b37d-b4f51e5e9834|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-05-17T01:29:06.571Z|b985bd88-d3e8-4f69-b37d-b4f51e5e9834|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-17T01:29:06.571Z|b985bd88-d3e8-4f69-b37d-b4f51e5e9834|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-17T01:29:06.571Z|b985bd88-d3e8-4f69-b37d-b4f51e5e9834|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-17T01:29:06.571Z|b985bd88-d3e8-4f69-b37d-b4f51e5e9834|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-17T01:29:06.571Z|b985bd88-d3e8-4f69-b37d-b4f51e5e9834|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-17T01:29:06.571Z|b985bd88-d3e8-4f69-b37d-b4f51e5e9834|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-17T01:29:06.571Z|b985bd88-d3e8-4f69-b37d-b4f51e5e9834|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-05-17T01:29:06.575Z|b985bd88-d3e8-4f69-b37d-b4f51e5e9834|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-05-17T01:29:36.576Z|b985bd88-d3e8-4f69-b37d-b4f51e5e9834|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b985bd88-d3e8-4f69-b37d-b4f51e5e9834 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-05-17T01:29:36.580Z|b985bd88-d3e8-4f69-b37d-b4f51e5e9834|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b985bd88-d3e8-4f69-b37d-b4f51e5e9834 and serviceModelVersionId: 9042b365-1498-4b96-8f95-5a824dea3606 2021-05-17T01:29:36.580Z|b985bd88-d3e8-4f69-b37d-b4f51e5e9834|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 0fd88592-5b89-452b-b743-a3c81129dba2 2021-05-17T01:29:36.581Z|b985bd88-d3e8-4f69-b37d-b4f51e5e9834|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/0fd88592-5b89-452b-b743-a3c81129dba2/model-vers/model-ver/9042b365-1498-4b96-8f95-5a824dea3606?depth=0 2021-05-17T01:29:36.586Z|b985bd88-d3e8-4f69-b37d-b4f51e5e9834|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context! 2021-05-17T01:29:36.621Z|b985bd88-d3e8-4f69-b37d-b4f51e5e9834|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/0fd88592-5b89-452b-b743-a3c81129dba2/model-vers/model-ver/9042b365-1498-4b96-8f95-5a824dea3606?depth=0|INFO|500||Invoke 2021-05-17T01:29:36.621Z|b985bd88-d3e8-4f69-b37d-b4f51e5e9834|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/0fd88592-5b89-452b-b743-a3c81129dba2/model-vers/model-ver/9042b365-1498-4b96-8f95-5a824dea3606?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/0fd88592-5b89-452b-b743-a3c81129dba2/model-vers/model-ver/9042b365-1498-4b96-8f95-5a824dea3606?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[b985bd88-d3e8-4f69-b37d-b4f51e5e9834], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[f3b791db-aa7e-43a3-87b8-bed4b8acec6b], X-ECOMP-RequestID=[b985bd88-d3e8-4f69-b37d-b4f51e5e9834], X-TransactionId=[], X-ONAP-RequestID=[b985bd88-d3e8-4f69-b37d-b4f51e5e9834], Content-Type=[application/merge-patch+json]} 2021-05-17T01:29:36.638Z|b985bd88-d3e8-4f69-b37d-b4f51e5e9834|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/0fd88592-5b89-452b-b743-a3c81129dba2/model-vers/model-ver/9042b365-1498-4b96-8f95-5a824dea3606?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-05-17T01:29:36.999Z|b985bd88-d3e8-4f69-b37d-b4f51e5e9834|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/0fd88592-5b89-452b-b743-a3c81129dba2/model-vers/model-ver/9042b365-1498-4b96-8f95-5a824dea3606?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/0fd88592-5b89-452b-b743-a3c81129dba2/model-vers/model-ver/9042b365-1498-4b96-8f95-5a824dea3606?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210517-01:29:36:643-90531], vertex-id=[209112], Content-Length=[0], Date=[Mon, 17 May 2021 01:29:36 GMT], Content-Type=[application/json]} 2021-05-17T01:29:36.999Z|b985bd88-d3e8-4f69-b37d-b4f51e5e9834|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/0fd88592-5b89-452b-b743-a3c81129dba2/model-vers/model-ver/9042b365-1498-4b96-8f95-5a824dea3606?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-05-17T01:29:37.000Z|b985bd88-d3e8-4f69-b37d-b4f51e5e9834|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/0fd88592-5b89-452b-b743-a3c81129dba2/model-vers/model-ver/9042b365-1498-4b96-8f95-5a824dea3606?depth=0|INFO|500||InvokeReturn 2021-05-17T01:29:37.000Z|b985bd88-d3e8-4f69-b37d-b4f51e5e9834|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-05-17T01:29:37.000Z|b985bd88-d3e8-4f69-b37d-b4f51e5e9834|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-05-17T01:29:37.005Z|b985bd88-d3e8-4f69-b37d-b4f51e5e9834|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-05-17T01:29:37.006Z|b985bd88-d3e8-4f69-b37d-b4f51e5e9834|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b985bd88-d3e8-4f69-b37d-b4f51e5e9834 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-05-17T01:29:37.006Z|b985bd88-d3e8-4f69-b37d-b4f51e5e9834|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-05-17T01:29:37.006Z|b985bd88-d3e8-4f69-b37d-b4f51e5e9834|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-05-17T01:29:37.008Z|b985bd88-d3e8-4f69-b37d-b4f51e5e9834|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-17T01:29:37.008Z|b985bd88-d3e8-4f69-b37d-b4f51e5e9834|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "b985bd88-d3e8-4f69-b37d-b4f51e5e9834", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621214977006, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-05-17T01:29:37.108Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-17T01:29:37.109Z||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-05-17T01:29:37.109Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TYaINVSyUqPBxPVw) ... 2021-05-17T01:29:37.122Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T01:29:37.122Z||pool-50-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-05-17T01:29:38.017Z|b985bd88-d3e8-4f69-b37d-b4f51e5e9834|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T01:29:38.017Z|b985bd88-d3e8-4f69-b37d-b4f51e5e9834|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-05-17T01:29:38.017Z|b985bd88-d3e8-4f69-b37d-b4f51e5e9834|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 TYaINVSyUqPBxPVw) ... 2021-05-17T01:29:42.297Z|b985bd88-d3e8-4f69-b37d-b4f51e5e9834|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T01:29:42.298Z|b985bd88-d3e8-4f69-b37d-b4f51e5e9834|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-17T01:29:42.298Z|b985bd88-d3e8-4f69-b37d-b4f51e5e9834|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"867d6997-6d79-48ac-879f-567feadb15af","serviceName":"basicclamp","serviceVersion":"1.0","serviceUUID":"25526bd4-16cb-492d-80cb-37556cbe43e2","serviceDescription":"service","serviceInvariantUUID":"b1c0965d-ef37-4c8c-839a-46b7dc9cc2ed","resources":[{"resourceInstanceName":"basicclamp 0","resourceName":"basicclamp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"14aa7586-9795-43c2-aa1c-6e650be0241c","resourceInvariantUUID":"7e78569f-bce9-4a78-9458-d60d988a1377","resourceCustomizationUUID":"1641311a-c011-41dc-b788-bfc3d73017d9","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":"1165e3c3-a663-4849-a355-9f49db2c693a","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":"ODNkNzVlMDRlN2UzNWZkNmEyNzFhMDA4YTU4NjdmZjY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c43f9d67-caba-4164-9d97-7da6ff896306","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":"YmYxYmM5MjQ3NDQ1YmJiMWNkNjU0NGZiOGYxYWI2ODI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"44f7fedf-e668-4fba-a092-10fe4500088b","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":"25265ccb-61b1-46b2-b82c-765deea38aba","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":"cca77f3b-4c86-4271-ad47-584db8115c88","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":"5db5e429-e106-4356-8939-516ced6e0d6e","artifactVersion":"2","generatedFromUUID":"25265ccb-61b1-46b2-b82c-765deea38aba"}]}],"serviceArtifacts":[{"artifactName":"service-Basicclamp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml","artifactChecksum":"MTBlZTRkZTQzNTExYjdlZWEwYmZkMzBkNTNkM2FhYTQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8242a635-1a96-4c3b-91ee-a3c82be2d5ad","artifactVersion":"1"},{"artifactName":"service-Basicclamp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar","artifactChecksum":"ZjNkZjIzNGZlODcwMTMxYWM0YmJkNWJkODFkOTQyMWI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"7424083a-6e9b-42de-9355-fa9d9dfc0bdd","artifactVersion":"1"}],"workloadContext":"Production"} 2021-05-17T01:29:42.299Z|b985bd88-d3e8-4f69-b37d-b4f51e5e9834|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-17T01:29:42.300Z|b985bd88-d3e8-4f69-b37d-b4f51e5e9834|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-05-17T01:29:42.301Z|b985bd88-d3e8-4f69-b37d-b4f51e5e9834|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-17T01:29:42.302Z|b985bd88-d3e8-4f69-b37d-b4f51e5e9834|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "867d6997-6d79-48ac-879f-567feadb15af", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621214978017, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-05-17T01:29:42.402Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-05-17T01:29:42.402Z||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-05-17T01:29:42.402Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TYaINVSyUqPBxPVw) ... 2021-05-17T01:29:42.412Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T01:29:42.412Z||pool-51-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-05-17T01:29:43.302Z|b985bd88-d3e8-4f69-b37d-b4f51e5e9834|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-17T01:29:43.303Z|b985bd88-d3e8-4f69-b37d-b4f51e5e9834|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-05-17T01:29:43.304Z|b985bd88-d3e8-4f69-b37d-b4f51e5e9834|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-17T01:29:43.305Z|b985bd88-d3e8-4f69-b37d-b4f51e5e9834|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "867d6997-6d79-48ac-879f-567feadb15af", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621214978017, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-17T01:29:43.405Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-17T01:29:43.406Z||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-05-17T01:29:43.406Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TYaINVSyUqPBxPVw) ... 2021-05-17T01:29:43.415Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T01:29:43.416Z||pool-52-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-05-17T01:29:44.305Z|b985bd88-d3e8-4f69-b37d-b4f51e5e9834|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-17T01:29:44.306Z|b985bd88-d3e8-4f69-b37d-b4f51e5e9834|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-05-17T01:29:44.308Z|b985bd88-d3e8-4f69-b37d-b4f51e5e9834|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-17T01:29:44.308Z|b985bd88-d3e8-4f69-b37d-b4f51e5e9834|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "867d6997-6d79-48ac-879f-567feadb15af", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621214978017, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-05-17T01:29:44.408Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-17T01:29:44.409Z||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-05-17T01:29:44.409Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TYaINVSyUqPBxPVw) ... 2021-05-17T01:29:44.419Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T01:29:44.420Z||pool-53-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-05-17T01:29:44.635Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T01:29:44.635Z||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-05-17T01:29:44.635Z||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 TYaINVSyUqPBxPVw) ... 2021-05-17T01:29:45.257Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T01:29:45.257Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T01:29:45.257Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b985bd88-d3e8-4f69-b37d-b4f51e5e9834", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621214977006, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-05-17T01:29:45.258Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T01:29:45.258Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T01:29:45.258Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "867d6997-6d79-48ac-879f-567feadb15af", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621214978017, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-05-17T01:29:45.258Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T01:29:45.258Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T01:29:45.258Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "867d6997-6d79-48ac-879f-567feadb15af", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621214978017, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-17T01:29:45.258Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T01:29:45.258Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T01:29:45.259Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "867d6997-6d79-48ac-879f-567feadb15af", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621214978017, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-05-17T01:29:45.259Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T01:29:45.308Z|b985bd88-d3e8-4f69-b37d-b4f51e5e9834|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-17T01:29:45.309Z|b985bd88-d3e8-4f69-b37d-b4f51e5e9834|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-05-17T01:29:45.311Z|b985bd88-d3e8-4f69-b37d-b4f51e5e9834|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-17T01:29:45.311Z|b985bd88-d3e8-4f69-b37d-b4f51e5e9834|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "867d6997-6d79-48ac-879f-567feadb15af", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621214978017, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-05-17T01:29:45.411Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-17T01:29:45.412Z||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-05-17T01:29:45.412Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TYaINVSyUqPBxPVw) ... 2021-05-17T01:29:45.423Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T01:29:45.423Z||pool-54-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-05-17T01:29:46.311Z|b985bd88-d3e8-4f69-b37d-b4f51e5e9834|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-17T01:29:46.312Z|b985bd88-d3e8-4f69-b37d-b4f51e5e9834|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-05-17T01:29:46.314Z|b985bd88-d3e8-4f69-b37d-b4f51e5e9834|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-17T01:29:46.314Z|b985bd88-d3e8-4f69-b37d-b4f51e5e9834|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "867d6997-6d79-48ac-879f-567feadb15af", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621214978017, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-17T01:29:46.414Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-17T01:29:46.415Z||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-05-17T01:29:46.415Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TYaINVSyUqPBxPVw) ... 2021-05-17T01:29:46.425Z||pool-55-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T01:29:46.425Z||pool-55-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-05-17T01:29:47.314Z|b985bd88-d3e8-4f69-b37d-b4f51e5e9834|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-17T01:29:47.315Z|b985bd88-d3e8-4f69-b37d-b4f51e5e9834|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-05-17T01:29:47.317Z|b985bd88-d3e8-4f69-b37d-b4f51e5e9834|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-17T01:29:47.317Z|b985bd88-d3e8-4f69-b37d-b4f51e5e9834|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "867d6997-6d79-48ac-879f-567feadb15af", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621214978017, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-05-17T01:29:47.417Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-17T01:29:47.418Z||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-05-17T01:29:47.418Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TYaINVSyUqPBxPVw) ... 2021-05-17T01:29:47.431Z||pool-56-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T01:29:47.432Z||pool-56-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-05-17T01:29:48.317Z|b985bd88-d3e8-4f69-b37d-b4f51e5e9834|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-17T01:29:48.318Z|b985bd88-d3e8-4f69-b37d-b4f51e5e9834|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-05-17T01:29:48.320Z|b985bd88-d3e8-4f69-b37d-b4f51e5e9834|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-17T01:29:48.320Z|b985bd88-d3e8-4f69-b37d-b4f51e5e9834|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "867d6997-6d79-48ac-879f-567feadb15af", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621214978017, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-05-17T01:29:48.420Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-17T01:29:48.421Z||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-05-17T01:29:48.421Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TYaINVSyUqPBxPVw) ... 2021-05-17T01:29:48.430Z||pool-57-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T01:29:48.430Z||pool-57-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-05-17T01:29:49.320Z|b985bd88-d3e8-4f69-b37d-b4f51e5e9834|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-17T01:29:49.321Z|b985bd88-d3e8-4f69-b37d-b4f51e5e9834|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-05-17T01:29:49.323Z|b985bd88-d3e8-4f69-b37d-b4f51e5e9834|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-17T01:29:49.323Z|b985bd88-d3e8-4f69-b37d-b4f51e5e9834|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "867d6997-6d79-48ac-879f-567feadb15af", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621214978017, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-05-17T01:29:49.423Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-17T01:29:49.424Z||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-05-17T01:29:49.424Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TYaINVSyUqPBxPVw) ... 2021-05-17T01:29:49.433Z||pool-58-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T01:29:49.433Z||pool-58-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-05-17T01:29:50.324Z|b985bd88-d3e8-4f69-b37d-b4f51e5e9834|pool-2-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "867d6997-6d79-48ac-879f-567feadb15af", "serviceName": "basicclamp", "serviceVersion": "1.0", "serviceUUID": "25526bd4-16cb-492d-80cb-37556cbe43e2", "serviceDescription": "service", "serviceInvariantUUID": "b1c0965d-ef37-4c8c-839a-46b7dc9cc2ed", "resources": [ { "resourceInstanceName": "basicclamp 0", "resourceCustomizationUUID": "1641311a-c011-41dc-b788-bfc3d73017d9", "resourceName": "basicclamp", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "14aa7586-9795-43c2-aa1c-6e650be0241c", "resourceInvariantUUID": "7e78569f-bce9-4a78-9458-d60d988a1377", "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": "YmYxYmM5MjQ3NDQ1YmJiMWNkNjU0NGZiOGYxYWI2ODI\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "44f7fedf-e668-4fba-a092-10fe4500088b", "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": "25265ccb-61b1-46b2-b82c-765deea38aba", "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": "5db5e429-e106-4356-8939-516ced6e0d6e", "generatedFromUUID": "25265ccb-61b1-46b2-b82c-765deea38aba" }, "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": "5db5e429-e106-4356-8939-516ced6e0d6e", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Basicclamp-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "artifactChecksum": "ZjNkZjIzNGZlODcwMTMxYWM0YmJkNWJkODFkOTQyMWI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "7424083a-6e9b-42de-9355-fa9d9dfc0bdd" } ], "workloadContext": "Production" } 2021-05-17T01:29:50.324Z|b985bd88-d3e8-4f69-b37d-b4f51e5e9834|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-05-17T01:29:50.324Z|b985bd88-d3e8-4f69-b37d-b4f51e5e9834|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 25526bd4-16cb-492d-80cb-37556cbe43e2 ASDC 2021-05-17T01:29:50.325Z|867d6997-6d79-48ac-879f-567feadb15af|pool-2-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:867d6997-6d79-48ac-879f-567feadb15af ServiceName:basicclamp ServiceVersion:1.0 ServiceUUID:25526bd4-16cb-492d-80cb-37556cbe43e2 ServiceInvariantUUID:b1c0965d-ef37-4c8c-839a-46b7dc9cc2ed 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:7424083a-6e9b-42de-9355-fa9d9dfc0bdd ArtifactChecksum:ZjNkZjIzNGZlODcwMTMxYWM0YmJkNWJkODFkOTQyMWI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basicclamp 0 ResourceCustomizationUUID:1641311a-c011-41dc-b788-bfc3d73017d9 ResourceInvariantUUID:7e78569f-bce9-4a78-9458-d60d988a1377 ResourceName:basicclamp ResourceType:VF ResourceUUID:14aa7586-9795-43c2-aa1c-6e650be0241c 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:44f7fedf-e668-4fba-a092-10fe4500088b ArtifactChecksum:YmYxYmM5MjQ3NDQ1YmJiMWNkNjU0NGZiOGYxYWI2ODI= 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:25265ccb-61b1-46b2-b82c-765deea38aba 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:5db5e429-e106-4356-8939-516ced6e0d6e 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:5db5e429-e106-4356-8939-516ced6e0d6e ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-05-17T01:29:50.325Z|867d6997-6d79-48ac-879f-567feadb15af|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 25526bd4-16cb-492d-80cb-37556cbe43e2 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-05-17T01:29:50.354Z|867d6997-6d79-48ac-879f-567feadb15af|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-05-17T01:29:50.355Z|867d6997-6d79-48ac-879f-567feadb15af|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2021-05-17T01:29:50.355Z|867d6997-6d79-48ac-879f-567feadb15af|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2021-05-17T01:29:50.355Z|867d6997-6d79-48ac-879f-567feadb15af|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 7424083a-6e9b-42de-9355-fa9d9dfc0bdd from URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2021-05-17T01:29:50.355Z|867d6997-6d79-48ac-879f-567feadb15af|pool-2-thread-4|||||INFO|500||DistributionClient - download 2021-05-17T01:29:50.356Z|867d6997-6d79-48ac-879f-567feadb15af|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2021-05-17T01:29:51.984Z|867d6997-6d79-48ac-879f-567feadb15af|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2021-05-17T01:29:51.988Z|867d6997-6d79-48ac-879f-567feadb15af|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 7424083a-6e9b-42de-9355-fa9d9dfc0bdd 76825 2021-05-17T01:29:51.988Z|867d6997-6d79-48ac-879f-567feadb15af|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification 2021-05-17T01:29:51.989Z|867d6997-6d79-48ac-879f-567feadb15af|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2021-05-17T01:29:51.989Z|867d6997-6d79-48ac-879f-567feadb15af|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-17T01:29:51.989Z|867d6997-6d79-48ac-879f-567feadb15af|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-05-17T01:29:51.990Z|867d6997-6d79-48ac-879f-567feadb15af|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-17T01:29:51.991Z|867d6997-6d79-48ac-879f-567feadb15af|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "867d6997-6d79-48ac-879f-567feadb15af", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621214991988, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-17T01:29:52.091Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-17T01:29:52.091Z||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-05-17T01:29:52.092Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TYaINVSyUqPBxPVw) ... 2021-05-17T01:29:52.101Z||pool-59-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T01:29:52.101Z||pool-59-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-05-17T01:29:52.991Z|867d6997-6d79-48ac-879f-567feadb15af|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-05-17T01:29:52.992Z|867d6997-6d79-48ac-879f-567feadb15af|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2021-05-17T01:29:52.992Z|867d6997-6d79-48ac-879f-567feadb15af|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 7424083a-6e9b-42de-9355-fa9d9dfc0bdd, URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar to file: /app/ASDC/1/service-Basicclamp-csar.csar 2021-05-17T01:29:52.992Z|867d6997-6d79-48ac-879f-567feadb15af|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Basicclamp-csar.csar 2021-05-17T01:29:52.993Z|867d6997-6d79-48ac-879f-567feadb15af|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Basicclamp-csar.csar 2021-05-17T01:29:52.993Z|867d6997-6d79-48ac-879f-567feadb15af|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Basicclamp-csar.csar 2021-05-17T01:29:53.135Z|867d6997-6d79-48ac-879f-567feadb15af|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14048784515379378824/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-05-17T01:29:54.054Z|867d6997-6d79-48ac-879f-567feadb15af|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0 2021-05-17T01:29:54.054Z|867d6997-6d79-48ac-879f-567feadb15af|pool-2-thread-4|||||WARN|500||#################################################################################################### 2021-05-17T01:29:54.054Z|867d6997-6d79-48ac-879f-567feadb15af|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-05-17T01:29:54.055Z|867d6997-6d79-48ac-879f-567feadb15af|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 10 Parsing Warnings occurred... 2021-05-17T01:29:54.055Z|867d6997-6d79-48ac-879f-567feadb15af|pool-2-thread-4|||||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-05-17T01:29:54.055Z|867d6997-6d79-48ac-879f-567feadb15af|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-Basicclamp-csar.csar 2021-05-17T01:29:54.055Z|867d6997-6d79-48ac-879f-567feadb15af|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basicclamp 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-05-17T01:29:54.055Z|867d6997-6d79-48ac-879f-567feadb15af|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-Basicclamp-csar.csar 2021-05-17T01:29:54.055Z|867d6997-6d79-48ac-879f-567feadb15af|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-Basicclamp-csar.csar 2021-05-17T01:29:54.055Z|867d6997-6d79-48ac-879f-567feadb15af|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-Basicclamp-csar.csar 2021-05-17T01:29:54.056Z|867d6997-6d79-48ac-879f-567feadb15af|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-Basicclamp-csar.csar 2021-05-17T01:29:54.056Z|867d6997-6d79-48ac-879f-567feadb15af|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-Basicclamp-csar.csar 2021-05-17T01:29:54.056Z|867d6997-6d79-48ac-879f-567feadb15af|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-Basicclamp-csar.csar 2021-05-17T01:29:54.056Z|867d6997-6d79-48ac-879f-567feadb15af|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-Basicclamp-csar.csar 2021-05-17T01:29:54.056Z|867d6997-6d79-48ac-879f-567feadb15af|pool-2-thread-4|||||WARN|500||#################################################################################################### 2021-05-17T01:29:54.056Z|867d6997-6d79-48ac-879f-567feadb15af|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-17T01:29:54.056Z|867d6997-6d79-48ac-879f-567feadb15af|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-05-17T01:29:54.056Z|867d6997-6d79-48ac-879f-567feadb15af|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-05-17T01:29:54.056Z|867d6997-6d79-48ac-879f-567feadb15af|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2021-05-17T01:29:54.057Z|867d6997-6d79-48ac-879f-567feadb15af|pool-2-thread-4|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2021-05-17T01:29:54.057Z|867d6997-6d79-48ac-879f-567feadb15af|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-17T01:29:54.057Z|867d6997-6d79-48ac-879f-567feadb15af|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-05-17T01:29:54.057Z|867d6997-6d79-48ac-879f-567feadb15af|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-05-17T01:29:54.057Z|867d6997-6d79-48ac-879f-567feadb15af|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2021-05-17T01:29:54.057Z|867d6997-6d79-48ac-879f-567feadb15af|pool-2-thread-4|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2021-05-17T01:29:54.058Z|867d6997-6d79-48ac-879f-567feadb15af|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-17T01:29:54.058Z|867d6997-6d79-48ac-879f-567feadb15af|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-17T01:29:54.058Z|867d6997-6d79-48ac-879f-567feadb15af|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-17T01:29:54.058Z|867d6997-6d79-48ac-879f-567feadb15af|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2021-05-17T01:29:54.058Z|867d6997-6d79-48ac-879f-567feadb15af|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2021-05-17T01:29:54.058Z|867d6997-6d79-48ac-879f-567feadb15af|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2021-05-17T01:29:54.058Z|867d6997-6d79-48ac-879f-567feadb15af|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2021-05-17T01:29:54.059Z|867d6997-6d79-48ac-879f-567feadb15af|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-05-17T01:29:54.059Z|867d6997-6d79-48ac-879f-567feadb15af|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-05-17T01:29:54.059Z|867d6997-6d79-48ac-879f-567feadb15af|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-17T01:29:54.059Z|867d6997-6d79-48ac-879f-567feadb15af|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-05-17T01:29:54.059Z|867d6997-6d79-48ac-879f-567feadb15af|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-17T01:29:54.059Z|867d6997-6d79-48ac-879f-567feadb15af|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-05-17T01:29:54.059Z|867d6997-6d79-48ac-879f-567feadb15af|pool-2-thread-4|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-17T01:29:54.060Z|867d6997-6d79-48ac-879f-567feadb15af|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-17T01:29:54.060Z|867d6997-6d79-48ac-879f-567feadb15af|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-05-17T01:29:54.060Z|867d6997-6d79-48ac-879f-567feadb15af|pool-2-thread-4|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-17T01:29:54.060Z|867d6997-6d79-48ac-879f-567feadb15af|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-17T01:29:54.060Z|867d6997-6d79-48ac-879f-567feadb15af|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-05-17T01:29:54.060Z|867d6997-6d79-48ac-879f-567feadb15af|pool-2-thread-4|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-17T01:29:54.060Z|867d6997-6d79-48ac-879f-567feadb15af|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-17T01:29:54.061Z|867d6997-6d79-48ac-879f-567feadb15af|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2021-05-17T01:29:54.061Z|867d6997-6d79-48ac-879f-567feadb15af|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2021-05-17T01:29:54.061Z|867d6997-6d79-48ac-879f-567feadb15af|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-05-17T01:29:54.061Z|867d6997-6d79-48ac-879f-567feadb15af|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=d3a3a828-8630-407f-ba66-be831fd1bc7f 2021-05-17T01:29:54.061Z|867d6997-6d79-48ac-879f-567feadb15af|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-17T01:29:54.061Z|867d6997-6d79-48ac-879f-567feadb15af|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-05-17T01:29:54.061Z|867d6997-6d79-48ac-879f-567feadb15af|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-17T01:29:54.062Z|867d6997-6d79-48ac-879f-567feadb15af|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-05-17T01:29:54.062Z|867d6997-6d79-48ac-879f-567feadb15af|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-17T01:29:54.062Z|867d6997-6d79-48ac-879f-567feadb15af|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-17T01:29:54.062Z|867d6997-6d79-48ac-879f-567feadb15af|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-17T01:29:54.062Z|867d6997-6d79-48ac-879f-567feadb15af|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-05-17T01:29:54.062Z|867d6997-6d79-48ac-879f-567feadb15af|pool-2-thread-4|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basicclamp Description:service Model UUID:25526bd4-16cb-492d-80cb-37556cbe43e2 Model Version:NULL Model InvariantUuid:b1c0965d-ef37-4c8c-839a-46b7dc9cc2ed Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basicclamp Model UUID:67e09fbd-1fa4-438a-b755-650c941e9aa0 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:7e78569f-bce9-4a78-9458-d60d988a1377 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:1641311a-c011-41dc-b788-bfc3d73017d9 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:e93ea0d1-b451-45a0-a07c-bdc64d634d5b ModelName:Basicclamp..base_ubuntu18..module-0 ModelUuid:85c45305-cb90-4fda-8944-b40bdbe26a40 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:d3a3a828-8630-407f-ba66-be831fd1bc7f ModelInvariantUuid:4b6128ba-1db8-4ca5-990c-070fc2c5f76d ModelName:basicclamp-nodes.ubuntu18Cvfc ModelUuid:f9ea97fb-5644-4fde-8546-1a1ca86e26ca ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:b99590d2-3682-4e6d-b1f4-52cb1a3c2871 ModelInvariantUuid:6a923fbe-33a4-47c9-aaea-f69567379c7d ModelName:Basicclamp.compute.nodes.heat.ubuntu18 ModelUuid:39257fee-f4dd-4dc9-a29f-da760b81f59a 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-05-17T01:29:54.067Z|867d6997-6d79-48ac-879f-567feadb15af|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: 14aa7586-9795-43c2-aa1c-6e650be0241c 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-05-17T01:29:54.069Z|867d6997-6d79-48ac-879f-567feadb15af|pool-2-thread-4|||||INFO|500||basicclamp 0 2021-05-17T01:29:54.069Z|867d6997-6d79-48ac-879f-567feadb15af|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 14aa7586-9795-43c2-aa1c-6e650be0241c 2021-05-17T01:29:54.069Z|867d6997-6d79-48ac-879f-567feadb15af|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 44f7fedf-e668-4fba-a092-10fe4500088b from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2021-05-17T01:29:54.069Z|867d6997-6d79-48ac-879f-567feadb15af|pool-2-thread-4|||||INFO|500||DistributionClient - download 2021-05-17T01:29:54.070Z|867d6997-6d79-48ac-879f-567feadb15af|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2021-05-17T01:29:54.789Z|867d6997-6d79-48ac-879f-567feadb15af|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2021-05-17T01:29:54.789Z|867d6997-6d79-48ac-879f-567feadb15af|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 44f7fedf-e668-4fba-a092-10fe4500088b 790 2021-05-17T01:29:54.789Z|867d6997-6d79-48ac-879f-567feadb15af|pool-2-thread-4|||||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-05-17T01:29:54.790Z|867d6997-6d79-48ac-879f-567feadb15af|pool-2-thread-4|||||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-05-17T01:29:54.790Z|867d6997-6d79-48ac-879f-567feadb15af|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-17T01:29:54.790Z|867d6997-6d79-48ac-879f-567feadb15af|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-05-17T01:29:54.791Z|867d6997-6d79-48ac-879f-567feadb15af|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-17T01:29:54.792Z|867d6997-6d79-48ac-879f-567feadb15af|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "867d6997-6d79-48ac-879f-567feadb15af", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621214994789, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-17T01:29:54.892Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-17T01:29:54.892Z||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-05-17T01:29:54.893Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TYaINVSyUqPBxPVw) ... 2021-05-17T01:29:54.902Z||pool-60-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T01:29:54.902Z||pool-60-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-05-17T01:29:55.792Z|867d6997-6d79-48ac-879f-567feadb15af|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "e93ea0d1-b451-45a0-a07c-bdc64d634d5b", "vfModuleModelVersion": "1", "vfModuleModelUUID": "85c45305-cb90-4fda-8944-b40bdbe26a40", "vfModuleModelCustomizationUUID": "ed970aa1-86fa-45da-9ae4-55b00049a112", "isBase": true, "artifacts": [ "25265ccb-61b1-46b2-b82c-765deea38aba", "5db5e429-e106-4356-8939-516ced6e0d6e" ], "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-05-17T01:29:55.795Z|867d6997-6d79-48ac-879f-567feadb15af|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Basicclamp..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:85c45305-cb90-4fda-8944-b40bdbe26a40 VfModuleModelInvariantUUID:e93ea0d1-b451-45a0-a07c-bdc64d634d5b VfModuleModelDescription:NULL Artifacts UUID List:{ 25265ccb-61b1-46b2-b82c-765deea38aba , 5db5e429-e106-4356-8939-516ced6e0d6e } 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-05-17T01:29:55.797Z|867d6997-6d79-48ac-879f-567feadb15af|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "e93ea0d1-b451-45a0-a07c-bdc64d634d5b", "vfModuleModelVersion": "1", "vfModuleModelUUID": "85c45305-cb90-4fda-8944-b40bdbe26a40", "vfModuleModelCustomizationUUID": "ed970aa1-86fa-45da-9ae4-55b00049a112", "isBase": true, "artifacts": [ "25265ccb-61b1-46b2-b82c-765deea38aba", "5db5e429-e106-4356-8939-516ced6e0d6e" ], "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-05-17T01:29:55.797Z|867d6997-6d79-48ac-879f-567feadb15af|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Basicclamp..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:85c45305-cb90-4fda-8944-b40bdbe26a40 VfModuleModelInvariantUUID:e93ea0d1-b451-45a0-a07c-bdc64d634d5b VfModuleModelDescription:NULL Artifacts UUID List:{ 25265ccb-61b1-46b2-b82c-765deea38aba , 5db5e429-e106-4356-8939-516ced6e0d6e } 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-05-17T01:29:55.798Z|867d6997-6d79-48ac-879f-567feadb15af|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 25265ccb-61b1-46b2-b82c-765deea38aba from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2021-05-17T01:29:55.798Z|867d6997-6d79-48ac-879f-567feadb15af|pool-2-thread-4|||||INFO|500||DistributionClient - download 2021-05-17T01:29:55.798Z|867d6997-6d79-48ac-879f-567feadb15af|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2021-05-17T01:29:56.699Z|867d6997-6d79-48ac-879f-567feadb15af|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2021-05-17T01:29:56.700Z|867d6997-6d79-48ac-879f-567feadb15af|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 25265ccb-61b1-46b2-b82c-765deea38aba 5033 2021-05-17T01:29:56.700Z|867d6997-6d79-48ac-879f-567feadb15af|pool-2-thread-4|||||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-05-17T01:29:56.700Z|867d6997-6d79-48ac-879f-567feadb15af|pool-2-thread-4|||||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-05-17T01:29:56.700Z|867d6997-6d79-48ac-879f-567feadb15af|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-17T01:29:56.701Z|867d6997-6d79-48ac-879f-567feadb15af|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-05-17T01:29:56.702Z|867d6997-6d79-48ac-879f-567feadb15af|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-17T01:29:56.702Z|867d6997-6d79-48ac-879f-567feadb15af|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "867d6997-6d79-48ac-879f-567feadb15af", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621214996700, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-05-17T01:29:56.802Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-17T01:29:56.803Z||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-05-17T01:29:56.803Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TYaINVSyUqPBxPVw) ... 2021-05-17T01:29:56.811Z||pool-61-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T01:29:56.811Z||pool-61-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-05-17T01:29:57.703Z|867d6997-6d79-48ac-879f-567feadb15af|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 5db5e429-e106-4356-8939-516ced6e0d6e from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2021-05-17T01:29:57.704Z|867d6997-6d79-48ac-879f-567feadb15af|pool-2-thread-4|||||INFO|500||DistributionClient - download 2021-05-17T01:29:57.704Z|867d6997-6d79-48ac-879f-567feadb15af|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2021-05-17T01:29:58.900Z|867d6997-6d79-48ac-879f-567feadb15af|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2021-05-17T01:29:58.901Z|867d6997-6d79-48ac-879f-567feadb15af|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 5db5e429-e106-4356-8939-516ced6e0d6e 909 2021-05-17T01:29:58.901Z|867d6997-6d79-48ac-879f-567feadb15af|pool-2-thread-4|||||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-05-17T01:29:58.901Z|867d6997-6d79-48ac-879f-567feadb15af|pool-2-thread-4|||||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-05-17T01:29:58.901Z|867d6997-6d79-48ac-879f-567feadb15af|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-17T01:29:58.902Z|867d6997-6d79-48ac-879f-567feadb15af|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-05-17T01:29:58.903Z|867d6997-6d79-48ac-879f-567feadb15af|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-17T01:29:58.903Z|867d6997-6d79-48ac-879f-567feadb15af|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "867d6997-6d79-48ac-879f-567feadb15af", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621214998901, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-05-17T01:29:59.003Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-17T01:29:59.004Z||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-05-17T01:29:59.004Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TYaINVSyUqPBxPVw) ... 2021-05-17T01:29:59.014Z||pool-62-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T01:29:59.014Z||pool-62-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-05-17T01:29:59.904Z|867d6997-6d79-48ac-879f-567feadb15af|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 25526bd4-16cb-492d-80cb-37556cbe43e2 2021-05-17T01:29:59.904Z|867d6997-6d79-48ac-879f-567feadb15af|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basicclamp 0 14aa7586-9795-43c2-aa1c-6e650be0241c 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-05-17T01:29:59.918Z|867d6997-6d79-48ac-879f-567feadb15af|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-17T01:29:59.918Z|867d6997-6d79-48ac-879f-567feadb15af|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-17T01:29:59.918Z|867d6997-6d79-48ac-879f-567feadb15af|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 2021-05-17T01:29:59.919Z|867d6997-6d79-48ac-879f-567feadb15af|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= 1641311a-c011-41dc-b788-bfc3d73017d9 2021-05-17T01:29:59.919Z|867d6997-6d79-48ac-879f-567feadb15af|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 1641311a-c011-41dc-b788-bfc3d73017d9 matches Tosca VF Customization UUID: 1641311a-c011-41dc-b788-bfc3d73017d9 2021-05-17T01:29:59.919Z|867d6997-6d79-48ac-879f-567feadb15af|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: 1641311a-c011-41dc-b788-bfc3d73017d9 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-05-17T01:29:59.921Z|867d6997-6d79-48ac-879f-567feadb15af|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-17T01:29:59.921Z|867d6997-6d79-48ac-879f-567feadb15af|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-05-17T01:29:59.922Z|867d6997-6d79-48ac-879f-567feadb15af|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id 1641311a-c011-41dc-b788-bfc3d73017d9: {\"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-05-17T01:29:59.922Z|867d6997-6d79-48ac-879f-567feadb15af|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3252760b 2021-05-17T01:29:59.922Z|867d6997-6d79-48ac-879f-567feadb15af|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-17T01:29:59.923Z|867d6997-6d79-48ac-879f-567feadb15af|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-05-17T01:29:59.923Z|867d6997-6d79-48ac-879f-567feadb15af|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : ed970aa1-86fa-45da-9ae4-55b00049a112 2021-05-17T01:29:59.923Z|867d6997-6d79-48ac-879f-567feadb15af|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID ed970aa1-86fa-45da-9ae4-55b00049a112 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-05-17T01:29:59.925Z|867d6997-6d79-48ac-879f-567feadb15af|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-17T01:29:59.925Z|867d6997-6d79-48ac-879f-567feadb15af|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-05-17T01:29:59.926Z|867d6997-6d79-48ac-879f-567feadb15af|pool-2-thread-4|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-17T01:29:59.926Z|867d6997-6d79-48ac-879f-567feadb15af|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-17T01:29:59.926Z|867d6997-6d79-48ac-879f-567feadb15af|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-05-17T01:29:59.927Z|867d6997-6d79-48ac-879f-567feadb15af|pool-2-thread-4|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-17T01:29:59.927Z|867d6997-6d79-48ac-879f-567feadb15af|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-17T01:29:59.927Z|867d6997-6d79-48ac-879f-567feadb15af|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2021-05-17T01:29:59.927Z|867d6997-6d79-48ac-879f-567feadb15af|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2021-05-17T01:29:59.928Z|867d6997-6d79-48ac-879f-567feadb15af|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-05-17T01:29:59.928Z|867d6997-6d79-48ac-879f-567feadb15af|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=d3a3a828-8630-407f-ba66-be831fd1bc7f 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-05-17T01:29:59.930Z|867d6997-6d79-48ac-879f-567feadb15af|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-17T01:29:59.930Z|867d6997-6d79-48ac-879f-567feadb15af|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-05-17T01:29:59.930Z|867d6997-6d79-48ac-879f-567feadb15af|pool-2-thread-4|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-17T01:29:59.931Z|867d6997-6d79-48ac-879f-567feadb15af|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-17T01:29:59.931Z|867d6997-6d79-48ac-879f-567feadb15af|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-05-17T01:29:59.931Z|867d6997-6d79-48ac-879f-567feadb15af|pool-2-thread-4|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=1641311a-c011-41dc-b788-bfc3d73017d9 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-05-17T01:29:59.933Z|867d6997-6d79-48ac-879f-567feadb15af|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-17T01:29:59.933Z|867d6997-6d79-48ac-879f-567feadb15af|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-05-17T01:29:59.933Z|867d6997-6d79-48ac-879f-567feadb15af|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 25526bd4-16cb-492d-80cb-37556cbe43e2: basicclamp 2021-05-17T01:29:59.933Z|867d6997-6d79-48ac-879f-567feadb15af|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-17T01:29:59.934Z|867d6997-6d79-48ac-879f-567feadb15af|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-05-17T01:29:59.934Z|867d6997-6d79-48ac-879f-567feadb15af|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-17T01:29:59.934Z|867d6997-6d79-48ac-879f-567feadb15af|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-05-17T01:29:59.935Z|867d6997-6d79-48ac-879f-567feadb15af|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-17T01:29:59.935Z|867d6997-6d79-48ac-879f-567feadb15af|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-05-17T01:29:59.935Z|867d6997-6d79-48ac-879f-567feadb15af|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-17T01:29:59.935Z|867d6997-6d79-48ac-879f-567feadb15af|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-05-17T01:29:59.936Z|867d6997-6d79-48ac-879f-567feadb15af|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-17T01:29:59.936Z|867d6997-6d79-48ac-879f-567feadb15af|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-05-17T01:29:59.936Z|867d6997-6d79-48ac-879f-567feadb15af|pool-2-thread-4|||||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-05-17T01:29:59.993Z|867d6997-6d79-48ac-879f-567feadb15af|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basicclamp 14aa7586-9795-43c2-aa1c-6e650be0241c 1 ASDC deployResourceStructure 2021-05-17T01:29:59.993Z|867d6997-6d79-48ac-879f-567feadb15af|pool-2-thread-4|||||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-05-17T01:29:59.993Z|867d6997-6d79-48ac-879f-567feadb15af|pool-2-thread-4|||||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-05-17T01:29:59.993Z|867d6997-6d79-48ac-879f-567feadb15af|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-17T01:29:59.994Z|867d6997-6d79-48ac-879f-567feadb15af|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-05-17T01:29:59.995Z|867d6997-6d79-48ac-879f-567feadb15af|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-17T01:29:59.995Z|867d6997-6d79-48ac-879f-567feadb15af|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "867d6997-6d79-48ac-879f-567feadb15af", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621214999993, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-05-17T01:30:00.096Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-05-17T01:30:00.096Z||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-05-17T01:30:00.096Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TYaINVSyUqPBxPVw) ... 2021-05-17T01:30:00.105Z||pool-63-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T01:30:00.105Z||pool-63-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-05-17T01:30:00.996Z|867d6997-6d79-48ac-879f-567feadb15af|pool-2-thread-4|||||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-05-17T01:30:00.997Z|867d6997-6d79-48ac-879f-567feadb15af|pool-2-thread-4|||||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-05-17T01:30:00.997Z|867d6997-6d79-48ac-879f-567feadb15af|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-17T01:30:00.997Z|867d6997-6d79-48ac-879f-567feadb15af|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-05-17T01:30:00.999Z|867d6997-6d79-48ac-879f-567feadb15af|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-17T01:30:00.999Z|867d6997-6d79-48ac-879f-567feadb15af|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "867d6997-6d79-48ac-879f-567feadb15af", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621215000996, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2021-05-17T01:30:01.099Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-17T01:30:01.100Z||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-05-17T01:30:01.100Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TYaINVSyUqPBxPVw) ... 2021-05-17T01:30:01.110Z||pool-64-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T01:30:01.111Z||pool-64-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-05-17T01:30:01.999Z|867d6997-6d79-48ac-879f-567feadb15af|pool-2-thread-4|||||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-05-17T01:30:02.000Z|867d6997-6d79-48ac-879f-567feadb15af|pool-2-thread-4|||||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-05-17T01:30:02.000Z|867d6997-6d79-48ac-879f-567feadb15af|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-17T01:30:02.001Z|867d6997-6d79-48ac-879f-567feadb15af|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-05-17T01:30:02.002Z|867d6997-6d79-48ac-879f-567feadb15af|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-17T01:30:02.002Z|867d6997-6d79-48ac-879f-567feadb15af|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "867d6997-6d79-48ac-879f-567feadb15af", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621215001999, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2021-05-17T01:30:02.102Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-17T01:30:02.103Z||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-05-17T01:30:02.103Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TYaINVSyUqPBxPVw) ... 2021-05-17T01:30:02.112Z||pool-65-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T01:30:02.113Z||pool-65-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-05-17T01:30:03.003Z|867d6997-6d79-48ac-879f-567feadb15af|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification 2021-05-17T01:30:03.003Z|867d6997-6d79-48ac-879f-567feadb15af|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2021-05-17T01:30:03.004Z|867d6997-6d79-48ac-879f-567feadb15af|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-17T01:30:03.004Z|867d6997-6d79-48ac-879f-567feadb15af|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-05-17T01:30:03.005Z|867d6997-6d79-48ac-879f-567feadb15af|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-17T01:30:03.005Z|867d6997-6d79-48ac-879f-567feadb15af|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "867d6997-6d79-48ac-879f-567feadb15af", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621215003003, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-05-17T01:30:03.105Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-17T01:30:03.106Z||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-05-17T01:30:03.106Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TYaINVSyUqPBxPVw) ... 2021-05-17T01:30:03.115Z||pool-66-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T01:30:03.115Z||pool-66-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-05-17T01:30:04.006Z|867d6997-6d79-48ac-879f-567feadb15af|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 867d6997-6d79-48ac-879f-567feadb15af Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-17T01:30:04.016Z|867d6997-6d79-48ac-879f-567feadb15af|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 867d6997-6d79-48ac-879f-567feadb15af Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-05-17T01:30:04.019Z|867d6997-6d79-48ac-879f-567feadb15af|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-17T01:30:04.019Z|867d6997-6d79-48ac-879f-567feadb15af|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-05-17T01:30:04.019Z|867d6997-6d79-48ac-879f-567feadb15af|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-05-17T01:30:04.019Z|867d6997-6d79-48ac-879f-567feadb15af|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-05-17T01:30:04.019Z|867d6997-6d79-48ac-879f-567feadb15af|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-17T01:30:04.019Z|867d6997-6d79-48ac-879f-567feadb15af|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-17T01:30:04.020Z|867d6997-6d79-48ac-879f-567feadb15af|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-17T01:30:04.020Z|867d6997-6d79-48ac-879f-567feadb15af|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-17T01:30:04.020Z|867d6997-6d79-48ac-879f-567feadb15af|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-17T01:30:04.020Z|867d6997-6d79-48ac-879f-567feadb15af|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-17T01:30:04.020Z|867d6997-6d79-48ac-879f-567feadb15af|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-17T01:30:04.021Z|867d6997-6d79-48ac-879f-567feadb15af|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-05-17T01:30:04.026Z|867d6997-6d79-48ac-879f-567feadb15af|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-05-17T01:30:34.026Z|867d6997-6d79-48ac-879f-567feadb15af|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 867d6997-6d79-48ac-879f-567feadb15af 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-05-17T01:30:34.031Z|867d6997-6d79-48ac-879f-567feadb15af|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 867d6997-6d79-48ac-879f-567feadb15af and serviceModelVersionId: 25526bd4-16cb-492d-80cb-37556cbe43e2 2021-05-17T01:30:34.031Z|867d6997-6d79-48ac-879f-567feadb15af|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b1c0965d-ef37-4c8c-839a-46b7dc9cc2ed 2021-05-17T01:30:34.032Z|867d6997-6d79-48ac-879f-567feadb15af|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b1c0965d-ef37-4c8c-839a-46b7dc9cc2ed/model-vers/model-ver/25526bd4-16cb-492d-80cb-37556cbe43e2?depth=0 2021-05-17T01:30:34.036Z|867d6997-6d79-48ac-879f-567feadb15af|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context! 2021-05-17T01:30:34.067Z|867d6997-6d79-48ac-879f-567feadb15af|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/b1c0965d-ef37-4c8c-839a-46b7dc9cc2ed/model-vers/model-ver/25526bd4-16cb-492d-80cb-37556cbe43e2?depth=0|INFO|500||Invoke 2021-05-17T01:30:34.068Z|867d6997-6d79-48ac-879f-567feadb15af|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/b1c0965d-ef37-4c8c-839a-46b7dc9cc2ed/model-vers/model-ver/25526bd4-16cb-492d-80cb-37556cbe43e2?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/b1c0965d-ef37-4c8c-839a-46b7dc9cc2ed/model-vers/model-ver/25526bd4-16cb-492d-80cb-37556cbe43e2?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[867d6997-6d79-48ac-879f-567feadb15af], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[09a36164-0e16-4a15-b4ba-440f0a8b117e], X-ECOMP-RequestID=[867d6997-6d79-48ac-879f-567feadb15af], X-TransactionId=[], X-ONAP-RequestID=[867d6997-6d79-48ac-879f-567feadb15af], Content-Type=[application/merge-patch+json]} 2021-05-17T01:30:34.083Z|867d6997-6d79-48ac-879f-567feadb15af|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/b1c0965d-ef37-4c8c-839a-46b7dc9cc2ed/model-vers/model-ver/25526bd4-16cb-492d-80cb-37556cbe43e2?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-05-17T01:30:34.301Z|867d6997-6d79-48ac-879f-567feadb15af|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/b1c0965d-ef37-4c8c-839a-46b7dc9cc2ed/model-vers/model-ver/25526bd4-16cb-492d-80cb-37556cbe43e2?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/b1c0965d-ef37-4c8c-839a-46b7dc9cc2ed/model-vers/model-ver/25526bd4-16cb-492d-80cb-37556cbe43e2?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210517-01:30:34:088-27435], vertex-id=[213040], Content-Length=[0], Date=[Mon, 17 May 2021 01:30:34 GMT], Content-Type=[application/json]} 2021-05-17T01:30:34.301Z|867d6997-6d79-48ac-879f-567feadb15af|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/b1c0965d-ef37-4c8c-839a-46b7dc9cc2ed/model-vers/model-ver/25526bd4-16cb-492d-80cb-37556cbe43e2?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-05-17T01:30:34.302Z|867d6997-6d79-48ac-879f-567feadb15af|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/b1c0965d-ef37-4c8c-839a-46b7dc9cc2ed/model-vers/model-ver/25526bd4-16cb-492d-80cb-37556cbe43e2?depth=0|INFO|500||InvokeReturn 2021-05-17T01:30:34.302Z|867d6997-6d79-48ac-879f-567feadb15af|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-05-17T01:30:34.302Z|867d6997-6d79-48ac-879f-567feadb15af|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-05-17T01:30:34.307Z|867d6997-6d79-48ac-879f-567feadb15af|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-05-17T01:30:34.308Z|867d6997-6d79-48ac-879f-567feadb15af|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 867d6997-6d79-48ac-879f-567feadb15af and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-05-17T01:30:34.308Z|867d6997-6d79-48ac-879f-567feadb15af|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-05-17T01:30:34.308Z|867d6997-6d79-48ac-879f-567feadb15af|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-05-17T01:30:34.310Z|867d6997-6d79-48ac-879f-567feadb15af|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-17T01:30:34.310Z|867d6997-6d79-48ac-879f-567feadb15af|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "867d6997-6d79-48ac-879f-567feadb15af", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621215034308, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-05-17T01:30:34.410Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-17T01:30:34.411Z||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-05-17T01:30:34.411Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TYaINVSyUqPBxPVw) ... 2021-05-17T01:30:34.426Z||pool-67-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T01:30:34.426Z||pool-67-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-05-17T01:30:35.327Z|867d6997-6d79-48ac-879f-567feadb15af|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T01:30:35.328Z|867d6997-6d79-48ac-879f-567feadb15af|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-05-17T01:30:35.328Z|867d6997-6d79-48ac-879f-567feadb15af|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 TYaINVSyUqPBxPVw) ... 2021-05-17T01:30:44.635Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T01:30:44.635Z||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-05-17T01:30:44.635Z||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 TYaINVSyUqPBxPVw) ... 2021-05-17T01:30:44.755Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T01:30:44.755Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-17T01:30:44.755Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "867d6997-6d79-48ac-879f-567feadb15af", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621214978017, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-05-17T01:30:44.756Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-17T01:30:44.863Z|867d6997-6d79-48ac-879f-567feadb15af|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T01:30:44.864Z|867d6997-6d79-48ac-879f-567feadb15af|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T01:30:44.864Z|867d6997-6d79-48ac-879f-567feadb15af|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-05-17T01:30:44.864Z|867d6997-6d79-48ac-879f-567feadb15af|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 TYaINVSyUqPBxPVw) ... 2021-05-17T01:30:54.396Z|867d6997-6d79-48ac-879f-567feadb15af|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T01:30:54.397Z|867d6997-6d79-48ac-879f-567feadb15af|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T01:30:54.397Z|867d6997-6d79-48ac-879f-567feadb15af|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-05-17T01:30:54.398Z|867d6997-6d79-48ac-879f-567feadb15af|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 TYaINVSyUqPBxPVw) ... 2021-05-17T01:31:03.934Z|867d6997-6d79-48ac-879f-567feadb15af|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T01:31:44.633Z|867d6997-6d79-48ac-879f-567feadb15af|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T01:31:44.633Z|867d6997-6d79-48ac-879f-567feadb15af|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-05-17T01:31:44.634Z|867d6997-6d79-48ac-879f-567feadb15af|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 TYaINVSyUqPBxPVw) ... 2021-05-17T01:31:44.635Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T01:31:44.635Z||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-05-17T01:31:44.635Z||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 TYaINVSyUqPBxPVw) ... 2021-05-17T01:31:45.153Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T01:31:45.153Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T01:31:45.154Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "867d6997-6d79-48ac-879f-567feadb15af", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621214978017, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-17T01:31:45.154Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T01:31:45.154Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T01:31:45.154Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "867d6997-6d79-48ac-879f-567feadb15af", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621214978017, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-05-17T01:31:45.154Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T01:31:45.154Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T01:31:45.154Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "867d6997-6d79-48ac-879f-567feadb15af", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621214978017, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-05-17T01:31:45.154Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T01:31:45.154Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T01:31:45.154Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "867d6997-6d79-48ac-879f-567feadb15af", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621214978017, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-05-17T01:31:45.155Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-17T01:31:45.155Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T01:31:45.155Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "867d6997-6d79-48ac-879f-567feadb15af", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621214991988, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-17T01:31:45.155Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T01:31:45.155Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T01:31:45.155Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "867d6997-6d79-48ac-879f-567feadb15af", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621214994789, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-17T01:31:45.155Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T01:31:45.155Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T01:31:45.155Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "867d6997-6d79-48ac-879f-567feadb15af", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621214996700, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-05-17T01:31:45.155Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T01:31:45.155Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T01:31:45.155Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "867d6997-6d79-48ac-879f-567feadb15af", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621214998901, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-05-17T01:31:45.155Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T01:31:45.155Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T01:31:45.155Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "867d6997-6d79-48ac-879f-567feadb15af", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621214999993, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-05-17T01:31:45.156Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T01:31:45.156Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T01:31:45.156Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "867d6997-6d79-48ac-879f-567feadb15af", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621215000996, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2021-05-17T01:31:45.156Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T01:31:45.156Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T01:31:45.156Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "867d6997-6d79-48ac-879f-567feadb15af", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621215001999, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2021-05-17T01:31:45.156Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T01:31:45.156Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T01:31:45.156Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "867d6997-6d79-48ac-879f-567feadb15af", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621215003003, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-05-17T01:31:45.156Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T01:31:45.156Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-17T01:31:45.156Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "867d6997-6d79-48ac-879f-567feadb15af", "consumerID": "SO-COpenSource-Env11", "timestamp": 1621215034308, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-05-17T01:31:45.156Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-17T01:31:54.176Z|867d6997-6d79-48ac-879f-567feadb15af|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T01:32:44.633Z|867d6997-6d79-48ac-879f-567feadb15af|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T01:32:44.633Z|867d6997-6d79-48ac-879f-567feadb15af|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-05-17T01:32:44.633Z|867d6997-6d79-48ac-879f-567feadb15af|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 TYaINVSyUqPBxPVw) ... 2021-05-17T01:32:44.635Z|a6bc29d1-6cc0-4dfb-b550-dd9c047ea03b|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T01:32:44.635Z|a6bc29d1-6cc0-4dfb-b550-dd9c047ea03b|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-05-17T01:32:44.635Z|a6bc29d1-6cc0-4dfb-b550-dd9c047ea03b|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 TYaINVSyUqPBxPVw) ... 2021-05-17T01:32:54.170Z|867d6997-6d79-48ac-879f-567feadb15af|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T01:32:54.172Z|a6bc29d1-6cc0-4dfb-b550-dd9c047ea03b|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T01:33:44.633Z|867d6997-6d79-48ac-879f-567feadb15af|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T01:33:44.633Z|867d6997-6d79-48ac-879f-567feadb15af|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-05-17T01:33:44.633Z|867d6997-6d79-48ac-879f-567feadb15af|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 TYaINVSyUqPBxPVw) ... 2021-05-17T01:33:44.635Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T01:33:44.635Z||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-05-17T01:33:44.635Z||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 TYaINVSyUqPBxPVw) ... 2021-05-17T01:33:54.170Z|867d6997-6d79-48ac-879f-567feadb15af|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T01:33:54.170Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T01:34:44.633Z|867d6997-6d79-48ac-879f-567feadb15af|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T01:34:44.633Z|867d6997-6d79-48ac-879f-567feadb15af|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-05-17T01:34:44.634Z|867d6997-6d79-48ac-879f-567feadb15af|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 TYaINVSyUqPBxPVw) ... 2021-05-17T01:34:44.635Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T01:34:44.636Z|8bd81830-801e-4c3a-9878-2035884fa124|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-05-17T01:34:44.637Z|8bd81830-801e-4c3a-9878-2035884fa124|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 TYaINVSyUqPBxPVw) ... 2021-05-17T01:34:54.171Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T01:34:54.172Z|867d6997-6d79-48ac-879f-567feadb15af|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T01:35:44.633Z|867d6997-6d79-48ac-879f-567feadb15af|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T01:35:44.633Z|867d6997-6d79-48ac-879f-567feadb15af|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-05-17T01:35:44.633Z|867d6997-6d79-48ac-879f-567feadb15af|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 TYaINVSyUqPBxPVw) ... 2021-05-17T01:35:44.635Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T01:35:44.635Z|8bd81830-801e-4c3a-9878-2035884fa124|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-05-17T01:35:44.635Z|8bd81830-801e-4c3a-9878-2035884fa124|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 TYaINVSyUqPBxPVw) ... 2021-05-17T01:35:54.172Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T01:35:54.172Z|867d6997-6d79-48ac-879f-567feadb15af|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T01:36:44.633Z|867d6997-6d79-48ac-879f-567feadb15af|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T01:36:44.633Z|867d6997-6d79-48ac-879f-567feadb15af|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-05-17T01:36:44.634Z|867d6997-6d79-48ac-879f-567feadb15af|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 TYaINVSyUqPBxPVw) ... 2021-05-17T01:36:44.635Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T01:36:44.635Z||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-05-17T01:36:44.635Z||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 TYaINVSyUqPBxPVw) ... 2021-05-17T01:36:54.173Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T01:36:54.174Z|867d6997-6d79-48ac-879f-567feadb15af|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T01:37:44.633Z|867d6997-6d79-48ac-879f-567feadb15af|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T01:37:44.633Z|867d6997-6d79-48ac-879f-567feadb15af|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-05-17T01:37:44.633Z|867d6997-6d79-48ac-879f-567feadb15af|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 TYaINVSyUqPBxPVw) ... 2021-05-17T01:37:44.635Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T01:37:44.635Z||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-05-17T01:37:44.635Z||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 TYaINVSyUqPBxPVw) ... 2021-05-17T01:37:54.167Z|867d6997-6d79-48ac-879f-567feadb15af|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T01:37:54.169Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T01:38:44.633Z|867d6997-6d79-48ac-879f-567feadb15af|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T01:38:44.633Z|867d6997-6d79-48ac-879f-567feadb15af|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-05-17T01:38:44.634Z|867d6997-6d79-48ac-879f-567feadb15af|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 TYaINVSyUqPBxPVw) ... 2021-05-17T01:38:44.635Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T01:38:44.635Z||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-05-17T01:38:44.635Z||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 TYaINVSyUqPBxPVw) ... 2021-05-17T01:38:54.171Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T01:38:54.192Z|867d6997-6d79-48ac-879f-567feadb15af|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T01:39:44.633Z|867d6997-6d79-48ac-879f-567feadb15af|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T01:39:44.633Z|867d6997-6d79-48ac-879f-567feadb15af|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-05-17T01:39:44.633Z|867d6997-6d79-48ac-879f-567feadb15af|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 TYaINVSyUqPBxPVw) ... 2021-05-17T01:39:44.635Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T01:39:44.635Z|8bd81830-801e-4c3a-9878-2035884fa124|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-05-17T01:39:44.635Z|8bd81830-801e-4c3a-9878-2035884fa124|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 TYaINVSyUqPBxPVw) ... 2021-05-17T01:39:54.171Z|867d6997-6d79-48ac-879f-567feadb15af|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T01:39:54.172Z|8bd81830-801e-4c3a-9878-2035884fa124|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T01:40:44.633Z|867d6997-6d79-48ac-879f-567feadb15af|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T01:40:44.633Z|867d6997-6d79-48ac-879f-567feadb15af|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-05-17T01:40:44.633Z|867d6997-6d79-48ac-879f-567feadb15af|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 TYaINVSyUqPBxPVw) ... 2021-05-17T01:40:44.635Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T01:40:44.635Z||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-05-17T01:40:44.635Z||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 TYaINVSyUqPBxPVw) ... 2021-05-17T01:40:54.169Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T01:40:54.170Z|867d6997-6d79-48ac-879f-567feadb15af|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T01:41:44.633Z|867d6997-6d79-48ac-879f-567feadb15af|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T01:41:44.633Z|867d6997-6d79-48ac-879f-567feadb15af|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-05-17T01:41:44.633Z|867d6997-6d79-48ac-879f-567feadb15af|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 TYaINVSyUqPBxPVw) ... 2021-05-17T01:41:44.635Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-17T01:41:44.635Z||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-05-17T01:41:44.635Z||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 TYaINVSyUqPBxPVw) ... 2021-05-17T01:41:54.169Z|867d6997-6d79-48ac-879f-567feadb15af|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-17T01:41:54.171Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK