JVM Arguments: -Dspring.profiles.active=basic -Djava.security.egd=file:/dev/./urandom -Dlogs_dir=./logs/sdc/ -Dlogging.config=/app/logback-spring.xml -Djavax.net.ssl.trustStore=/opt/app/osaaf/local/truststoreONAPall.jks -Djavax.net.ssl.trustStorePassword=changeit -Dspring.config.additional-location=/app/config/override.yaml . ____ _ __ _ _ /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \ ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \ \\/ ___)| |_)| | | | | || (_| | ) ) ) ) ' |____| .__|_| |_|_| |_\__, | / / / / =========|_|==============|___/=/_/_/_/ :: Spring Boot :: (v2.3.7.RELEASE) 2021-08-19T13:58:53.561Z||main|||||INFO|500||Starting Application on onap-so-sdc-controller-58db5c47c8-59v2z with PID 15 (/app/app.jar started by so in /app) 2021-08-19T13:58:53.566Z||main|||||DEBUG|500||Running with Spring Boot v2.3.7.RELEASE, Spring v5.2.12.RELEASE 2021-08-19T13:58:53.567Z||main|||||INFO|500||The following profiles are active: basic 2021-08-19T13:59:07.487Z||main|||||INFO|500||Starting service [Tomcat] 2021-08-19T13:59:07.489Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41] 2021-08-19T13:59:07.642Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext 2021-08-19T13:59:13.166Z||main|||||INFO|500||catdb-pool - Starting... 2021-08-19T13:59:13.527Z||main|||||INFO|500||catdb-pool - Start completed. 2021-08-19T13:59:13.990Z||main|||||INFO|500||reqdb-pool - Starting... 2021-08-19T13:59:14.004Z||main|||||INFO|500||reqdb-pool - Start completed. 2021-08-19T13:59:14.174Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB] 2021-08-19T13:59:14.650Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final 2021-08-19T13:59:15.566Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final} 2021-08-19T13:59:20.228Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2021-08-19T13:59:23.504Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2021-08-19T13:59:23.550Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB] 2021-08-19T13:59:24.227Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2021-08-19T13:59:24.507Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly. 2021-08-19T13:59:26.120Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2021-08-19T13:59:27.262Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080 2021-08-19T13:59:27.291Z||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$$28ab895a.deployActivities() at org.onap.so.asdc.Application.deployActivities(Application.java:52) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516) at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324) at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234) at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322) at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202) at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897) at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879) at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551) at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143) at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758) at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750) at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405) at org.springframework.boot.SpringApplication.run(SpringApplication.java:315) at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237) at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226) at org.onap.so.asdc.Application.main(Application.java:60) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49) at org.springframework.boot.loader.Launcher.launch(Launcher.java:107) at org.springframework.boot.loader.Launcher.launch(Launcher.java:58) at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88) 2021-08-19T13:59:27.292Z||main|||||WARN|500||The sdc end point is not alive 2021-08-19T13:59:29.867Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning 2021-08-19T13:59:32.378Z||main|||||WARN|500||--- 2021-08-19T13:59:32.379Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)! 2021-08-19T13:59:32.379Z||main|||||WARN|500||--- 2021-08-19T13:59:32.788Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ... 2021-08-19T13:59:36.686Z||main|||||INFO|500||Started Application in 46.711 seconds (JVM running for 52.636) 2021-08-19T13:59:36.689Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-08-19T13:59:36.692Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-08-19T13:59:36.715Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-08-19T13:59:36.766Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-08-19T13:59:36.816Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 3d4a0fe4-c995-4042-9214-c6b1e56cedad url= /sdc/v1/artifactTypes 2021-08-19T13:59:36.816Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-08-19T13:59:37.922Z||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.52.114] failed: Connection refused (Connection refused) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293) at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128) at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96) at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266) at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 29 common frames omitted 2021-08-19T13:59:37.927Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6839b42 2021-08-19T13:59:37.927Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-08-19T13:59:37.938Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-08-19T13:59:37.940Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-08-19T13:59:37.943Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 12 common frames omitted 2021-08-19T14:00:26.677Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-08-19T14:00:26.679Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-08-19T14:00:26.679Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-08-19T14:00:26.686Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-08-19T14:00:26.695Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 6dc90aa1-1049-440e-9225-040b1298397e url= /sdc/v1/artifactTypes 2021-08-19T14:00:26.695Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-08-19T14:00:27.745Z||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.52.114] failed: Connection refused (Connection refused) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293) at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128) at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96) at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266) at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 29 common frames omitted 2021-08-19T14:00:27.746Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2b9fdb06 2021-08-19T14:00:27.746Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-08-19T14:00:27.746Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-08-19T14:00:27.747Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-08-19T14:00:27.747Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 12 common frames omitted 2021-08-19T14:01:16.678Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-08-19T14:01:16.681Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-08-19T14:01:16.681Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-08-19T14:01:16.688Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-08-19T14:01:16.698Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= ef027df7-4192-4722-b593-5006c0835014 url= /sdc/v1/artifactTypes 2021-08-19T14:01:16.699Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-08-19T14:01:17.731Z||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.52.114] failed: Connection refused (Connection refused) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293) at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128) at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96) at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266) at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 29 common frames omitted 2021-08-19T14:01:17.732Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@5e29e201 2021-08-19T14:01:17.732Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-08-19T14:01:17.732Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-08-19T14:01:17.733Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-08-19T14:01:17.733Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 12 common frames omitted 2021-08-19T14:02:06.676Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-08-19T14:02:06.677Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-08-19T14:02:06.677Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-08-19T14:02:06.680Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-08-19T14:02:06.684Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 3ad7e975-7cc4-4710-813b-db4533f999d5 url= /sdc/v1/artifactTypes 2021-08-19T14:02:06.684Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-08-19T14:02:07.714Z||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.52.114] failed: Connection refused (Connection refused) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293) at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128) at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96) at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266) at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 29 common frames omitted 2021-08-19T14:02:07.715Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@58e4c907 2021-08-19T14:02:07.716Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-08-19T14:02:07.716Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-08-19T14:02:07.716Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-08-19T14:02:07.718Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 12 common frames omitted 2021-08-19T14:02:56.680Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-08-19T14:02:56.681Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-08-19T14:02:56.681Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-08-19T14:02:56.687Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-08-19T14:02:56.695Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 1d9c9414-c9fa-42a3-bff7-9889adcc9523 url= /sdc/v1/artifactTypes 2021-08-19T14:02:56.695Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-08-19T14:02:57.731Z||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.52.114] failed: Connection refused (Connection refused) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293) at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128) at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96) at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266) at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 29 common frames omitted 2021-08-19T14:02:57.733Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@a5f7ce5 2021-08-19T14:02:57.733Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-08-19T14:02:57.734Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-08-19T14:02:57.735Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-08-19T14:02:57.735Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 12 common frames omitted 2021-08-19T14:03:46.677Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-08-19T14:03:46.680Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-08-19T14:03:46.680Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-08-19T14:03:46.688Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-08-19T14:03:46.700Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 3718f838-8e63-4d30-8dc5-946c7c6e5b90 url= /sdc/v1/artifactTypes 2021-08-19T14:03:46.702Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-08-19T14:03:47.747Z||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.52.114] failed: Connection refused (Connection refused) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293) at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128) at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96) at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266) at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 29 common frames omitted 2021-08-19T14:03:47.749Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4b863a56 2021-08-19T14:03:47.750Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-08-19T14:03:47.750Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-08-19T14:03:47.750Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-08-19T14:03:47.751Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 12 common frames omitted 2021-08-19T14:04:36.676Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-08-19T14:04:36.677Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-08-19T14:04:36.677Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-08-19T14:04:36.680Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-08-19T14:04:36.687Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= ce70eb57-0d89-4294-880c-aa9d3cd2eb0f url= /sdc/v1/artifactTypes 2021-08-19T14:04:36.688Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-08-19T14:04:37.732Z||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.52.114] failed: Connection refused (Connection refused) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293) at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128) at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96) at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266) at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 29 common frames omitted 2021-08-19T14:04:37.733Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@379adebb 2021-08-19T14:04:37.733Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-08-19T14:04:37.734Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-08-19T14:04:37.734Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-08-19T14:04:37.735Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 12 common frames omitted 2021-08-19T14:05:26.678Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-08-19T14:05:26.680Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-08-19T14:05:26.681Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-08-19T14:05:26.686Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-08-19T14:05:26.695Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= aebbab08-149c-4d06-a64b-325b50f990cd url= /sdc/v1/artifactTypes 2021-08-19T14:05:26.695Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-08-19T14:05:27.720Z||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.52.114] failed: Connection refused (Connection refused) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293) at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128) at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96) at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266) at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 29 common frames omitted 2021-08-19T14:05:27.721Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@5f7ee08f 2021-08-19T14:05:27.722Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-08-19T14:05:27.722Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-08-19T14:05:27.723Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-08-19T14:05:27.723Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 12 common frames omitted 2021-08-19T14:06:16.678Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-08-19T14:06:16.681Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-08-19T14:06:16.681Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-08-19T14:06:16.690Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-08-19T14:06:16.699Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= a75fe500-7fa4-4b53-8689-b2136f8d753e url= /sdc/v1/artifactTypes 2021-08-19T14:06:16.699Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-08-19T14:06:17.734Z||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.52.114] failed: Connection refused (Connection refused) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293) at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128) at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96) at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266) at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 29 common frames omitted 2021-08-19T14:06:17.735Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@5ccf6fe9 2021-08-19T14:06:17.735Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-08-19T14:06:17.736Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-08-19T14:06:17.736Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-08-19T14:06:17.737Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 12 common frames omitted 2021-08-19T14:07:06.678Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-08-19T14:07:06.680Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-08-19T14:07:06.681Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-08-19T14:07:06.686Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-08-19T14:07:06.693Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 4d64ab91-76cd-4896-8556-645b2023b516 url= /sdc/v1/artifactTypes 2021-08-19T14:07:06.693Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-08-19T14:07:07.711Z||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.52.114] failed: Connection refused (Connection refused) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293) at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128) at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96) at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266) at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 29 common frames omitted 2021-08-19T14:07:07.713Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@57cdae63 2021-08-19T14:07:07.713Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-08-19T14:07:07.714Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-08-19T14:07:07.714Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-08-19T14:07:07.714Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 12 common frames omitted 2021-08-19T14:07:56.678Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-08-19T14:07:56.680Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-08-19T14:07:56.680Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-08-19T14:07:56.707Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-08-19T14:07:56.720Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 569eaa6a-0d80-4b36-a093-e5b98b3a6a3e url= /sdc/v1/artifactTypes 2021-08-19T14:07:56.720Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-08-19T14:07:57.763Z||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.52.114] failed: Connection refused (Connection refused) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293) at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128) at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96) at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266) at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 29 common frames omitted 2021-08-19T14:07:57.764Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@74c4f31a 2021-08-19T14:07:57.764Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-08-19T14:07:57.765Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-08-19T14:07:57.765Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-08-19T14:07:57.766Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 12 common frames omitted 2021-08-19T14:08:46.678Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-08-19T14:08:46.679Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-08-19T14:08:46.679Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-08-19T14:08:46.683Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-08-19T14:08:46.688Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 0cb54e41-e76a-4db4-afb9-b9c62a3941bf url= /sdc/v1/artifactTypes 2021-08-19T14:08:46.688Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-08-19T14:08:47.714Z||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.52.114] failed: Connection refused (Connection refused) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293) at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128) at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96) at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266) at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 29 common frames omitted 2021-08-19T14:08:47.715Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@3c0fab78 2021-08-19T14:08:47.715Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-08-19T14:08:47.716Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-08-19T14:08:47.716Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-08-19T14:08:47.716Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 12 common frames omitted 2021-08-19T14:09:20.032Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet' 2021-08-19T14:09:36.676Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-08-19T14:09:36.677Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-08-19T14:09:36.678Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-08-19T14:09:36.685Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-08-19T14:09:36.694Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= d427c15c-b957-4170-bbda-7c992c3b0e0a url= /sdc/v1/artifactTypes 2021-08-19T14:09:36.694Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-08-19T14:09:37.732Z||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.52.114] failed: Connection refused (Connection refused) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293) at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128) at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96) at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266) at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 29 common frames omitted 2021-08-19T14:09:37.733Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@b0784ee 2021-08-19T14:09:37.733Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-08-19T14:09:37.733Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-08-19T14:09:37.734Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-08-19T14:09:37.734Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 12 common frames omitted 2021-08-19T14:10:26.681Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-08-19T14:10:26.685Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-08-19T14:10:26.686Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-08-19T14:10:26.692Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-08-19T14:10:26.701Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 1039f796-5750-4cc7-b361-3cee0bc87f7d url= /sdc/v1/artifactTypes 2021-08-19T14:10:26.702Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-08-19T14:10:27.745Z||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.52.114] failed: Connection refused (Connection refused) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293) at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128) at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96) at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266) at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 29 common frames omitted 2021-08-19T14:10:27.747Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@668d6f7d 2021-08-19T14:10:27.748Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-08-19T14:10:27.749Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-08-19T14:10:27.749Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-08-19T14:10:27.750Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 12 common frames omitted 2021-08-19T14:11:16.677Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-08-19T14:11:16.678Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-08-19T14:11:16.679Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-08-19T14:11:16.686Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-08-19T14:11:16.700Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 02035720-bafd-4963-9fd8-89551178e988 url= /sdc/v1/artifactTypes 2021-08-19T14:11:16.701Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-08-19T14:11:17.730Z||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.52.114] failed: Connection refused (Connection refused) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293) at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128) at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96) at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266) at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 29 common frames omitted 2021-08-19T14:11:17.731Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@68b52d98 2021-08-19T14:11:17.732Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-08-19T14:11:17.733Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-08-19T14:11:17.733Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-08-19T14:11:17.733Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 12 common frames omitted 2021-08-19T14:12:06.684Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-08-19T14:12:06.686Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-08-19T14:12:06.686Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-08-19T14:12:06.693Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-08-19T14:12:06.701Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 7373522e-23a6-46e0-ad29-f610d1029505 url= /sdc/v1/artifactTypes 2021-08-19T14:12:06.701Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-08-19T14:12:07.749Z||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.52.114] failed: Connection refused (Connection refused) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293) at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128) at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96) at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266) at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 29 common frames omitted 2021-08-19T14:12:07.750Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2f119c6b 2021-08-19T14:12:07.750Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-08-19T14:12:07.750Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-08-19T14:12:07.751Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-08-19T14:12:07.751Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 12 common frames omitted 2021-08-19T14:12:56.677Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-08-19T14:12:56.679Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-08-19T14:12:56.679Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-08-19T14:12:56.684Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-08-19T14:12:56.690Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= d68b22fd-4b26-4bd6-9884-0cafb9269162 url= /sdc/v1/artifactTypes 2021-08-19T14:12:56.691Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-08-19T14:12:57.737Z||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.52.114] 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-08-19T14:12:57.738Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@5979e0b1 2021-08-19T14:12:57.738Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-08-19T14:12:57.738Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-08-19T14:12:57.739Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-08-19T14:12:57.739Z||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-08-19T14:13:46.676Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-08-19T14:13:46.677Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-08-19T14:13:46.677Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-08-19T14:13:46.680Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-08-19T14:13:46.686Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= a16c5e36-f10a-4bb6-95b3-9f4c6efa57b8 url= /sdc/v1/artifactTypes 2021-08-19T14:13:46.686Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-08-19T14:13:47.718Z||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.52.114] 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-08-19T14:13:47.719Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@20cc9517 2021-08-19T14:13:47.720Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-08-19T14:13:47.720Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-08-19T14:13:47.721Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-08-19T14:13:47.721Z||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-08-19T14:14:36.678Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-08-19T14:14:36.679Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-08-19T14:14:36.679Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-08-19T14:14:36.687Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-08-19T14:14:36.694Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 0421a89d-66a3-47d4-a2fd-f4d4de11adfc url= /sdc/v1/artifactTypes 2021-08-19T14:14:36.695Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-08-19T14:14:37.734Z||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.52.114] 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-08-19T14:14:37.735Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7daf3d34 2021-08-19T14:14:37.736Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-08-19T14:14:37.736Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-08-19T14:14:37.737Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-08-19T14:14:37.737Z||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-08-19T14:15:26.678Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-08-19T14:15:26.679Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-08-19T14:15:26.679Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-08-19T14:15:26.684Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-08-19T14:15:26.694Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 91637540-5523-418a-be25-10224a201a08 url= /sdc/v1/artifactTypes 2021-08-19T14:15:26.695Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-08-19T14:15:27.746Z||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.52.114] 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-08-19T14:15:27.747Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@38b9afc0 2021-08-19T14:15:27.747Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-08-19T14:15:27.747Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-08-19T14:15:27.748Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-08-19T14:15:27.748Z||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-08-19T14:16:16.678Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-08-19T14:16:16.680Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-08-19T14:16:16.680Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-08-19T14:16:16.685Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-08-19T14:16:16.696Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= a5890a19-c03f-4be1-859c-51588c168af4 url= /sdc/v1/artifactTypes 2021-08-19T14:16:16.696Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-08-19T14:16:17.731Z||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.52.114] 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-08-19T14:16:17.733Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@42d40033 2021-08-19T14:16:17.733Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-08-19T14:16:17.733Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-08-19T14:16:17.734Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-08-19T14:16:17.734Z||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-08-19T14:17:06.676Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-08-19T14:17:06.677Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-08-19T14:17:06.677Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-08-19T14:17:06.683Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-08-19T14:17:06.689Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 9eefa40e-3739-410e-abc1-f49ec572372c url= /sdc/v1/artifactTypes 2021-08-19T14:17:06.689Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-08-19T14:17:07.711Z||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.52.114] 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-08-19T14:17:07.712Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@12477870 2021-08-19T14:17:07.712Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-08-19T14:17:07.712Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-08-19T14:17:07.712Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-08-19T14:17:07.712Z||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-08-19T14:17:56.678Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-08-19T14:17:56.679Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-08-19T14:17:56.680Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-08-19T14:17:56.683Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-08-19T14:17:56.688Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 27569bd3-c74d-4f9e-a89f-a9920f46df8f url= /sdc/v1/artifactTypes 2021-08-19T14:17:56.688Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-08-19T14:17:57.734Z||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.52.114] 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-08-19T14:17:57.735Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2b6d8c3a 2021-08-19T14:17:57.736Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-08-19T14:17:57.736Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-08-19T14:17:57.736Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-08-19T14:17:57.737Z||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-08-19T14:18:46.676Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-08-19T14:18:46.677Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-08-19T14:18:46.677Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-08-19T14:18:46.680Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-08-19T14:18:46.686Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 8d3142d5-a98e-46fe-a36e-5ae1bc71c711 url= /sdc/v1/artifactTypes 2021-08-19T14:18:46.687Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-08-19T14:18:47.717Z||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.52.114] 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-08-19T14:18:47.718Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6d0bd9d3 2021-08-19T14:18:47.718Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-08-19T14:18:47.719Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-08-19T14:18:47.719Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-08-19T14:18:47.720Z||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-08-19T14:19:36.677Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-08-19T14:19:36.677Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-08-19T14:19:36.678Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-08-19T14:19:36.681Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-08-19T14:19:36.688Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 256af89a-7386-42ba-8c55-c9bdac9a47e2 url= /sdc/v1/artifactTypes 2021-08-19T14:19:36.689Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-08-19T14:19:37.730Z||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.52.114] 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-08-19T14:19:37.731Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@3865ce25 2021-08-19T14:19:37.732Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-08-19T14:19:37.732Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-08-19T14:19:37.732Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-08-19T14:19:37.733Z||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-08-19T14:20:26.677Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-08-19T14:20:26.678Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-08-19T14:20:26.679Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-08-19T14:20:26.684Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-08-19T14:20:26.690Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 692b8787-84e4-40aa-98a5-dea3fbe21d85 url= /sdc/v1/artifactTypes 2021-08-19T14:20:26.691Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-08-19T14:20:27.715Z||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.52.114] 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-08-19T14:20:27.715Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@46238d2f 2021-08-19T14:20:27.715Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-08-19T14:20:27.716Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-08-19T14:20:27.716Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-08-19T14:20:27.716Z||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-08-19T14:21:16.677Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-08-19T14:21:16.677Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-08-19T14:21:16.678Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-08-19T14:21:16.682Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-08-19T14:21:16.687Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 546d7c85-7749-4da4-a56d-eadd95e20381 url= /sdc/v1/artifactTypes 2021-08-19T14:21:16.687Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-08-19T14:21:17.734Z||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.52.114] 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-08-19T14:21:17.735Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@760762b1 2021-08-19T14:21:17.735Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-08-19T14:21:17.736Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-08-19T14:21:17.736Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-08-19T14:21:17.737Z||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-08-19T14:22:06.678Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-08-19T14:22:06.679Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-08-19T14:22:06.680Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-08-19T14:22:06.685Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-08-19T14:22:06.695Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 00152111-8367-43f4-9176-d6d0f9c44b72 url= /sdc/v1/artifactTypes 2021-08-19T14:22:06.696Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-08-19T14:22:07.711Z||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.52.114] 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-08-19T14:22:07.711Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4b044ac4 2021-08-19T14:22:07.712Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-08-19T14:22:07.712Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-08-19T14:22:07.712Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-08-19T14:22:07.712Z||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-08-19T14:22:56.678Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-08-19T14:22:56.679Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-08-19T14:22:56.679Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-08-19T14:22:56.685Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-08-19T14:22:56.693Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= d181725f-46d7-4fe1-bb0f-ca6516a5586e url= /sdc/v1/artifactTypes 2021-08-19T14:22:56.694Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-08-19T14:22:57.728Z||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.52.114] 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-08-19T14:22:57.728Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@781a68bc 2021-08-19T14:22:57.728Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-08-19T14:22:57.729Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-08-19T14:22:57.729Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-08-19T14:22:57.729Z||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-08-19T14:23:46.678Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-08-19T14:23:46.679Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-08-19T14:23:46.679Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-08-19T14:23:46.684Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-08-19T14:23:46.691Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= c2ba5f29-0b98-4c6a-b2cd-629b24fe5438 url= /sdc/v1/artifactTypes 2021-08-19T14:23:46.691Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-08-19T14:23:47.714Z||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.52.114] 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-08-19T14:23:47.714Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@f95e105 2021-08-19T14:23:47.714Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-08-19T14:23:47.715Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-08-19T14:23:47.715Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-08-19T14:23:47.715Z||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-08-19T14:24:36.678Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-08-19T14:24:36.679Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-08-19T14:24:36.679Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-08-19T14:24:36.685Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-08-19T14:24:36.694Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 85a6c975-9e55-4cd8-82de-179c27e8c508 url= /sdc/v1/artifactTypes 2021-08-19T14:24:36.695Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-08-19T14:24:37.729Z||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.52.114] 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-08-19T14:24:37.729Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@70bea3ff 2021-08-19T14:24:37.730Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-08-19T14:24:37.730Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-08-19T14:24:37.730Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-08-19T14:24:37.731Z||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-08-19T14:25:26.678Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-08-19T14:25:26.682Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-08-19T14:25:26.682Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-08-19T14:25:26.686Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-08-19T14:25:26.695Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= c9be4c84-6597-406a-afa3-cf793f5784f6 url= /sdc/v1/artifactTypes 2021-08-19T14:25:26.695Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-08-19T14:25:27.746Z||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.52.114] 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-08-19T14:25:27.746Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@26a332ac 2021-08-19T14:25:27.747Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-08-19T14:25:27.747Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-08-19T14:25:27.748Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-08-19T14:25:27.748Z||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-08-19T14:26:16.678Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-08-19T14:26:16.680Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-08-19T14:26:16.680Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-08-19T14:26:16.684Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-08-19T14:26:16.694Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 3eb1cb03-cabb-4305-a0b0-c95e6610d22b url= /sdc/v1/artifactTypes 2021-08-19T14:26:16.694Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-08-19T14:26:17.732Z||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.52.114] 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-08-19T14:26:17.733Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1b77e778 2021-08-19T14:26:17.733Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-08-19T14:26:17.734Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-08-19T14:26:17.734Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-08-19T14:26:17.734Z||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-08-19T14:27:06.679Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-08-19T14:27:06.680Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-08-19T14:27:06.681Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-08-19T14:27:06.686Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-08-19T14:27:06.695Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= d962afdc-6340-4841-98c0-89d39533b45d url= /sdc/v1/artifactTypes 2021-08-19T14:27:06.696Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-08-19T14:27:07.748Z||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.52.114] 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-08-19T14:27:07.749Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@5b1e7321 2021-08-19T14:27:07.749Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-08-19T14:27:07.750Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-08-19T14:27:07.750Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-08-19T14:27:07.750Z||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-08-19T14:27:56.676Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-08-19T14:27:56.677Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-08-19T14:27:56.677Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-08-19T14:27:56.679Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-08-19T14:27:56.685Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= a6e2ed2b-4ace-430d-ba09-efbdebcd7e21 url= /sdc/v1/artifactTypes 2021-08-19T14:27:56.685Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-08-19T14:27:57.730Z||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.52.114] 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-08-19T14:27:57.731Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@24ec8504 2021-08-19T14:27:57.731Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-08-19T14:27:57.732Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-08-19T14:27:57.733Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-08-19T14:27:57.733Z||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-08-19T14:28:46.678Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-08-19T14:28:46.678Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-08-19T14:28:46.679Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-08-19T14:28:46.682Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-08-19T14:28:46.690Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 1e3303e3-4611-4677-a768-a4b842b3e2ee url= /sdc/v1/artifactTypes 2021-08-19T14:28:46.690Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-08-19T14:28:47.716Z||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.52.114] 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-08-19T14:28:47.716Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6f2b48c0 2021-08-19T14:28:47.717Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-08-19T14:28:47.717Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-08-19T14:28:47.717Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-08-19T14:28:47.718Z||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-08-19T14:29:36.676Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-08-19T14:29:36.676Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-08-19T14:29:36.676Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-08-19T14:29:36.679Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-08-19T14:29:36.688Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 19f3861d-d353-4dae-8a08-b79e8db0c760 url= /sdc/v1/artifactTypes 2021-08-19T14:29:36.689Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-08-19T14:29:37.732Z||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.52.114] 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-08-19T14:29:37.733Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@10333bb0 2021-08-19T14:29:37.734Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-08-19T14:29:37.734Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-08-19T14:29:37.734Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-08-19T14:29:37.734Z||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-08-19T14:30:26.677Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-08-19T14:30:26.679Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-08-19T14:30:26.679Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-08-19T14:30:26.683Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-08-19T14:30:26.690Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 30c02a9c-21db-4511-b803-521f410b0074 url= /sdc/v1/artifactTypes 2021-08-19T14:30:26.690Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-08-19T14:30:27.714Z||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.52.114] 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-08-19T14:30:27.715Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@47f395d8 2021-08-19T14:30:27.715Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-08-19T14:30:27.715Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-08-19T14:30:27.716Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-08-19T14:30:27.717Z||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-08-19T14:31:16.676Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-08-19T14:31:16.676Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-08-19T14:31:16.677Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-08-19T14:31:16.680Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-08-19T14:31:16.685Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= df719e16-95db-489d-a733-70e4bacfcef5 url= /sdc/v1/artifactTypes 2021-08-19T14:31:16.685Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-08-19T14:31:17.730Z||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.52.114] 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-08-19T14:31:17.730Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@500e7255 2021-08-19T14:31:17.730Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-08-19T14:31:17.731Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-08-19T14:31:17.731Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-08-19T14:31:17.731Z||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-08-19T14:32:06.677Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-08-19T14:32:06.678Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-08-19T14:32:06.679Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-08-19T14:32:06.682Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-08-19T14:32:06.688Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 44d13060-6149-47da-844c-af43c8e4eb3a url= /sdc/v1/artifactTypes 2021-08-19T14:32:06.689Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-08-19T14:32:07.712Z||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.52.114] 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-08-19T14:32:07.712Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@113698ca 2021-08-19T14:32:07.712Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-08-19T14:32:07.712Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-08-19T14:32:07.713Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-08-19T14:32:07.713Z||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-08-19T14:32:56.679Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-08-19T14:32:56.680Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-08-19T14:32:56.681Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-08-19T14:32:56.686Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-08-19T14:32:56.694Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 6ebf7274-e924-4a82-9551-5ead01018709 url= /sdc/v1/artifactTypes 2021-08-19T14:32:56.695Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-08-19T14:32:57.736Z||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.52.114] 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-08-19T14:32:57.736Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@b973a4c 2021-08-19T14:32:57.737Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-08-19T14:32:57.738Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-08-19T14:32:57.738Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-08-19T14:32:57.738Z||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-08-19T14:33:46.677Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-08-19T14:33:46.678Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-08-19T14:33:46.679Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-08-19T14:33:46.681Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-08-19T14:33:46.689Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 7264188c-b0e9-4d41-8307-3372cf3e85fb url= /sdc/v1/artifactTypes 2021-08-19T14:33:46.689Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-08-19T14:33:47.716Z||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.52.114] 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-08-19T14:33:47.717Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7645fe49 2021-08-19T14:33:47.717Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-08-19T14:33:47.717Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-08-19T14:33:47.717Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-08-19T14:33:47.718Z||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-08-19T14:34:36.677Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-08-19T14:34:36.678Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-08-19T14:34:36.679Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-08-19T14:34:36.685Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-08-19T14:34:36.693Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 3d05f1d4-d6b5-421c-87ce-ee02671714bc url= /sdc/v1/artifactTypes 2021-08-19T14:34:36.694Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-08-19T14:34:37.732Z||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.52.114] 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-08-19T14:34:37.732Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7f3ac8f9 2021-08-19T14:34:37.733Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-08-19T14:34:37.734Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-08-19T14:34:37.734Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-08-19T14:34:37.734Z||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-08-19T14:35:26.676Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-08-19T14:35:26.676Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-08-19T14:35:26.676Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-08-19T14:35:26.678Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-08-19T14:35:26.682Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 543dd1eb-dcb1-46c0-a691-f2c373c95d42 url= /sdc/v1/artifactTypes 2021-08-19T14:35:26.682Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-08-19T14:35:27.714Z||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.52.114] 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-08-19T14:35:27.715Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@39e03689 2021-08-19T14:35:27.715Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-08-19T14:35:27.716Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-08-19T14:35:27.716Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-08-19T14:35:27.717Z||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-08-19T14:36:16.679Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-08-19T14:36:16.681Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-08-19T14:36:16.681Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-08-19T14:36:16.687Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-08-19T14:36:16.699Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 126c9035-d0b2-48a3-a36d-2bdbf4b4fff9 url= /sdc/v1/artifactTypes 2021-08-19T14:36:16.700Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-08-19T14:36:17.734Z||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.52.114] 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-08-19T14:36:17.735Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@cab4ce2 2021-08-19T14:36:17.735Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-08-19T14:36:17.736Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-08-19T14:36:17.736Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-08-19T14:36:17.736Z||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-08-19T14:37:06.676Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-08-19T14:37:06.676Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-08-19T14:37:06.676Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-08-19T14:37:06.678Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-08-19T14:37:06.684Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 08f92d1c-a2cb-4958-865b-a97712764463 url= /sdc/v1/artifactTypes 2021-08-19T14:37:06.685Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-08-19T14:37:07.715Z||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.52.114] 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-08-19T14:37:07.716Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7720a9f2 2021-08-19T14:37:07.716Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-08-19T14:37:07.717Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-08-19T14:37:07.717Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-08-19T14:37:07.717Z||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-08-19T14:37:56.680Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-08-19T14:37:56.681Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-08-19T14:37:56.681Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-08-19T14:37:56.685Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-08-19T14:37:56.692Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 753670ac-ae8e-43f5-a580-8217586d1cdc url= /sdc/v1/artifactTypes 2021-08-19T14:37:56.692Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-08-19T14:37:57.734Z||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.52.114] 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-08-19T14:37:57.735Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4a804b19 2021-08-19T14:37:57.736Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-08-19T14:37:57.737Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-08-19T14:37:57.737Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-08-19T14:37:57.737Z||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-08-19T14:38:46.678Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-08-19T14:38:46.680Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-08-19T14:38:46.680Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-08-19T14:38:46.686Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-08-19T14:38:46.695Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= e3abf04a-c00d-414e-a0f4-e368458430e0 url= /sdc/v1/artifactTypes 2021-08-19T14:38:46.696Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-08-19T14:38:47.751Z||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.52.114] 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-08-19T14:38:47.752Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@5f63f0e3 2021-08-19T14:38:47.753Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-08-19T14:38:47.754Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-08-19T14:38:47.755Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-08-19T14:38:47.755Z||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-08-19T14:39:36.676Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-08-19T14:39:36.676Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-08-19T14:39:36.677Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-08-19T14:39:36.679Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-08-19T14:39:36.685Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 2442588e-bbce-4ccd-85c1-e5559104ca81 url= /sdc/v1/artifactTypes 2021-08-19T14:39:36.685Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-08-19T14:39:37.730Z||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.52.114] 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-08-19T14:39:37.731Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6768e5d9 2021-08-19T14:39:37.732Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-08-19T14:39:37.733Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-08-19T14:39:37.733Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-08-19T14:39:37.733Z||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-08-19T14:40:26.687Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-08-19T14:40:26.688Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-08-19T14:40:26.688Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-08-19T14:40:26.691Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-08-19T14:40:26.698Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 98e2b5af-0762-40bb-ace4-15b0ffa14c92 url= /sdc/v1/artifactTypes 2021-08-19T14:40:26.698Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-08-19T14:40:27.747Z||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.52.114] 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-08-19T14:40:27.748Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6feffb69 2021-08-19T14:40:27.748Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-08-19T14:40:27.749Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-08-19T14:40:27.749Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-08-19T14:40:27.749Z||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-08-19T14:41:16.676Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-08-19T14:41:16.677Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-08-19T14:41:16.678Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-08-19T14:41:16.680Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-08-19T14:41:16.684Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 7eac29ce-6778-45b8-b588-c6128c5c417b url= /sdc/v1/artifactTypes 2021-08-19T14:41:16.685Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-08-19T14:41:17.696Z||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.52.114] 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-08-19T14:41:17.697Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6b8536ed 2021-08-19T14:41:17.698Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-08-19T14:41:17.698Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-08-19T14:41:17.698Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-08-19T14:41:17.698Z||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-08-19T14:42:06.677Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-08-19T14:42:06.678Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-08-19T14:42:06.678Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-08-19T14:42:06.682Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-08-19T14:42:06.689Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= f39e91cd-b74b-4224-9495-4b15ea206f28 url= /sdc/v1/artifactTypes 2021-08-19T14:42:06.689Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-08-19T14:42:07.718Z||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.52.114] 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-08-19T14:42:07.719Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@e3615c7 2021-08-19T14:42:07.719Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-08-19T14:42:07.720Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-08-19T14:42:07.720Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-08-19T14:42:07.721Z||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-08-19T14:42:56.677Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-08-19T14:42:56.678Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-08-19T14:42:56.679Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-08-19T14:42:56.682Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-08-19T14:42:56.689Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= b58eed01-704a-4107-a0b1-69595871797b url= /sdc/v1/artifactTypes 2021-08-19T14:42:56.689Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-08-19T14:42:57.728Z||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.52.114] 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-08-19T14:42:57.728Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@60695b8d 2021-08-19T14:42:57.729Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-08-19T14:42:57.729Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-08-19T14:42:57.729Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-08-19T14:42:57.730Z||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-08-19T14:43:46.678Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-08-19T14:43:46.679Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-08-19T14:43:46.679Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-08-19T14:43:46.684Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-08-19T14:43:46.692Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 52059722-1d53-4f26-9a2a-dcc56ceabad0 url= /sdc/v1/artifactTypes 2021-08-19T14:43:46.693Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-08-19T14:43:47.715Z||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.52.114] 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-08-19T14:43:47.716Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@572280b5 2021-08-19T14:43:47.717Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-08-19T14:43:47.717Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-08-19T14:43:47.717Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-08-19T14:43:47.718Z||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-08-19T14:44:36.676Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-08-19T14:44:36.676Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-08-19T14:44:36.676Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-08-19T14:44:36.678Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-08-19T14:44:36.683Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= f79fbd2a-04e6-437f-871b-aaadd4a41f17 url= /sdc/v1/artifactTypes 2021-08-19T14:44:36.683Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-08-19T14:44:37.728Z||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.52.114] 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-08-19T14:44:37.729Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@5c4159d6 2021-08-19T14:44:37.729Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-08-19T14:44:37.729Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-08-19T14:44:37.729Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-08-19T14:44:37.729Z||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-08-19T14:45:26.677Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-08-19T14:45:26.678Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-08-19T14:45:26.679Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-08-19T14:45:26.682Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-08-19T14:45:26.688Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= adcf4951-d51d-4bb6-9ddf-23cab7fd6c16 url= /sdc/v1/artifactTypes 2021-08-19T14:45:26.688Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-08-19T14:45:27.714Z||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.52.114] 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-08-19T14:45:27.715Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@5b24d761 2021-08-19T14:45:27.715Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-08-19T14:45:27.716Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-08-19T14:45:27.716Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-08-19T14:45:27.717Z||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-08-19T14:46:16.676Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-08-19T14:46:16.680Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-08-19T14:46:16.680Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-08-19T14:46:16.683Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-08-19T14:46:16.691Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 214dfea0-b484-499f-9262-6fe4f6783ae9 url= /sdc/v1/artifactTypes 2021-08-19T14:46:16.692Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-08-19T14:46:17.728Z||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.52.114] 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-08-19T14:46:17.729Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@45492677 2021-08-19T14:46:17.729Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-08-19T14:46:17.729Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-08-19T14:46:17.730Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-08-19T14:46:17.730Z||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-08-19T14:47:06.678Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-08-19T14:47:06.679Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-08-19T14:47:06.679Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-08-19T14:47:06.693Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-08-19T14:47:06.707Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 0c1562dc-9c5d-4f63-8d12-84a44499a9e6 url= /sdc/v1/artifactTypes 2021-08-19T14:47:06.707Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-08-19T14:47:07.744Z||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.52.114] 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-08-19T14:47:07.744Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4e7fdff4 2021-08-19T14:47:07.745Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-08-19T14:47:07.745Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-08-19T14:47:07.745Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-08-19T14:47:07.745Z||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-08-19T14:47:56.678Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-08-19T14:47:56.678Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-08-19T14:47:56.679Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-08-19T14:47:56.682Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-08-19T14:47:56.688Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 3a4c5656-4d23-45ee-a4db-3e55e0b3945d url= /sdc/v1/artifactTypes 2021-08-19T14:47:56.688Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-08-19T14:47:57.732Z||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.52.114] 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-08-19T14:47:57.732Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@22fd36c2 2021-08-19T14:47:57.732Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-08-19T14:47:57.733Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-08-19T14:47:57.733Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-08-19T14:47:57.733Z||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-08-19T14:48:46.677Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-08-19T14:48:46.677Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-08-19T14:48:46.678Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-08-19T14:48:46.681Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-08-19T14:48:46.687Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 56f4d4d3-ff26-461d-bd82-b7fa97d91827 url= /sdc/v1/artifactTypes 2021-08-19T14:48:46.688Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-08-19T14:48:47.714Z||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.52.114] 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-08-19T14:48:47.715Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@3051f591 2021-08-19T14:48:47.715Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-08-19T14:48:47.715Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-08-19T14:48:47.715Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-08-19T14:48:47.717Z||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-08-19T14:49:36.677Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-08-19T14:49:36.678Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-08-19T14:49:36.678Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-08-19T14:49:36.681Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-08-19T14:49:36.687Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= d49e6268-12e5-48c2-87ad-b877149e0315 url= /sdc/v1/artifactTypes 2021-08-19T14:49:36.687Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-08-19T14:49:37.732Z||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.52.114] 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-08-19T14:49:37.732Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4422678d 2021-08-19T14:49:37.732Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-08-19T14:49:37.733Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-08-19T14:49:37.733Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-08-19T14:49:37.733Z||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-08-19T14:50:26.677Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-08-19T14:50:26.678Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-08-19T14:50:26.678Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-08-19T14:50:26.681Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-08-19T14:50:26.686Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 52acafae-9607-4053-ae5b-1d9fe509484f url= /sdc/v1/artifactTypes 2021-08-19T14:50:26.687Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-08-19T14:50:27.717Z||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.52.114] 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-08-19T14:50:27.718Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@ba9514f 2021-08-19T14:50:27.719Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-08-19T14:50:27.720Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-08-19T14:50:27.720Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-08-19T14:50:27.720Z||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-08-19T14:51:16.679Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-08-19T14:51:16.680Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-08-19T14:51:16.680Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-08-19T14:51:16.685Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-08-19T14:51:16.692Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 150c6fb4-2e3e-4784-9165-1756c5a2f7e2 url= /sdc/v1/artifactTypes 2021-08-19T14:51:16.692Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-08-19T14:51:17.731Z||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.52.114] 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-08-19T14:51:17.732Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@18521834 2021-08-19T14:51:17.732Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-08-19T14:51:17.732Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-08-19T14:51:17.732Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-08-19T14:51:17.733Z||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-08-19T14:52:06.676Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-08-19T14:52:06.677Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-08-19T14:52:06.677Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-08-19T14:52:06.682Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-08-19T14:52:06.696Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 88240d01-290e-4cae-89b2-e09a3b04eb7e url= /sdc/v1/artifactTypes 2021-08-19T14:52:06.697Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-08-19T14:52:07.750Z||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.52.114] 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-08-19T14:52:07.751Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@216dd074 2021-08-19T14:52:07.751Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-08-19T14:52:07.751Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-08-19T14:52:07.752Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-08-19T14:52:07.755Z||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-08-19T14:52:56.678Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-08-19T14:52:56.680Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-08-19T14:52:56.680Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-08-19T14:52:56.684Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-08-19T14:52:56.692Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 38f5eeca-603a-41c2-9a51-ad4b2ee1d7c4 url= /sdc/v1/artifactTypes 2021-08-19T14:52:56.693Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-08-19T14:52:57.731Z||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.52.114] 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-08-19T14:52:57.732Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@76f423df 2021-08-19T14:52:57.732Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-08-19T14:52:57.732Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-08-19T14:52:57.732Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-08-19T14:52:57.732Z||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-08-19T14:53:46.677Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-08-19T14:53:46.678Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-08-19T14:53:46.678Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-08-19T14:53:46.681Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-08-19T14:53:46.688Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 73245ff9-b06b-48ac-b1d2-a4e78f5253e1 url= /sdc/v1/artifactTypes 2021-08-19T14:53:46.688Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-08-19T14:53:47.715Z||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.52.114] 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-08-19T14:53:47.716Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6bb37245 2021-08-19T14:53:47.716Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-08-19T14:53:47.716Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-08-19T14:53:47.717Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-08-19T14:53:47.717Z||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-08-19T14:54:36.676Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-08-19T14:54:36.677Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-08-19T14:54:36.677Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-08-19T14:54:36.682Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-08-19T14:54:36.687Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= dac7f3b2-600e-4cf2-9b2b-9258af904590 url= /sdc/v1/artifactTypes 2021-08-19T14:54:36.687Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-08-19T14:54:37.730Z||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.52.114] 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-08-19T14:54:37.730Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@145d7cbe 2021-08-19T14:54:37.730Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-08-19T14:54:37.731Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-08-19T14:54:37.731Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-08-19T14:54:37.731Z||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-08-19T14:55:26.677Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-08-19T14:55:26.678Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-08-19T14:55:26.678Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-08-19T14:55:26.682Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-08-19T14:55:26.688Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 63d3d5f3-0232-49d5-8263-ecf33a33772c url= /sdc/v1/artifactTypes 2021-08-19T14:55:26.688Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-08-19T14:55:26.915Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-08-19T14:55:26.931Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server 2021-08-19T14:55:26.961Z||scheduling-1|||||DEBUG|500||create keys 2021-08-19T14:55:26.971Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2021-08-19T14:55:27.011Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T14:55:27.029Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 7a14f8d9-9a39-44e9-a9ac-1727ca6fb07b url= /sdc/v1/registerForDistribution 2021-08-19T14:55:27.188Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 7a14f8d9-9a39-44e9-a9ac-1727ca6fb07b url= /sdc/v1/registerForDistribution 2021-08-19T14:55:27.188Z||scheduling-1|||||INFO|500||start DistributionClient 2021-08-19T14:55:27.197Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-19T14:55:27.198Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-19T14:55:27.204Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-19T14:55:27.204Z||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 qoO1GatorxUOMWlm) ... 2021-08-19T14:55:27.205Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-19T14:55:27.205Z||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 qoO1GatorxUOMWlm) ... 2021-08-19T14:55:27.205Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus 2021-08-19T14:55:37.476Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T14:55:37.575Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T14:56:27.195Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-19T14:56:27.196Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-19T14:56:27.196Z||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 qoO1GatorxUOMWlm) ... 2021-08-19T14:56:27.198Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-19T14:56:27.199Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-19T14:56:27.199Z||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 qoO1GatorxUOMWlm) ... 2021-08-19T14:56:36.756Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T14:56:36.760Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T14:57:27.196Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-19T14:57:27.198Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-19T14:57:27.199Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-19T14:57:27.200Z||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 qoO1GatorxUOMWlm) ... 2021-08-19T14:57:27.200Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-19T14:57:27.200Z||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 qoO1GatorxUOMWlm) ... 2021-08-19T14:57:36.763Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T14:57:36.765Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T14:58:27.195Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-19T14:58:27.198Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-19T14:58:27.198Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-19T14:58:27.198Z||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 qoO1GatorxUOMWlm) ... 2021-08-19T14:58:27.198Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-19T14:58:27.199Z||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 qoO1GatorxUOMWlm) ... 2021-08-19T14:58:36.757Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T14:58:36.757Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T14:59:27.197Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-19T14:59:27.198Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-19T14:59:27.201Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-19T14:59:27.201Z||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 qoO1GatorxUOMWlm) ... 2021-08-19T14:59:27.201Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-19T14:59:27.202Z||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 qoO1GatorxUOMWlm) ... 2021-08-19T14:59:36.797Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T14:59:36.801Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T15:00:27.196Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-19T15:00:27.198Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-19T15:00:27.198Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-19T15:00:27.198Z||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 qoO1GatorxUOMWlm) ... 2021-08-19T15:00:27.199Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-19T15:00:27.199Z||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 qoO1GatorxUOMWlm) ... 2021-08-19T15:00:36.792Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T15:00:36.801Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T15:01:27.196Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-19T15:01:27.198Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-19T15:01:27.199Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-19T15:01:27.199Z||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 qoO1GatorxUOMWlm) ... 2021-08-19T15:01:27.199Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-19T15:01:27.199Z||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 qoO1GatorxUOMWlm) ... 2021-08-19T15:01:36.761Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T15:01:36.762Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T15:02:27.195Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-19T15:02:27.196Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-19T15:02:27.197Z||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 qoO1GatorxUOMWlm) ... 2021-08-19T15:02:27.198Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-19T15:02:27.198Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-19T15:02:27.199Z||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 qoO1GatorxUOMWlm) ... 2021-08-19T15:02:36.756Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T15:02:36.757Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T15:03:27.195Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-19T15:03:27.198Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-19T15:03:27.201Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-19T15:03:27.201Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-19T15:03:27.202Z||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 qoO1GatorxUOMWlm) ... 2021-08-19T15:03:27.202Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qoO1GatorxUOMWlm) ... 2021-08-19T15:03:36.751Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T15:03:36.759Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T15:04:27.197Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-19T15:04:27.198Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-19T15:04:27.201Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-19T15:04:27.201Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-19T15:04:27.201Z||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 qoO1GatorxUOMWlm) ... 2021-08-19T15:04:27.201Z||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 qoO1GatorxUOMWlm) ... 2021-08-19T15:04:36.764Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T15:04:36.764Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T15:05:27.195Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-19T15:05:27.196Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-19T15:05:27.196Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qoO1GatorxUOMWlm) ... 2021-08-19T15:05:27.198Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-19T15:05:27.198Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-19T15:05:27.199Z||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 qoO1GatorxUOMWlm) ... 2021-08-19T15:05:36.755Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T15:05:36.762Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T15:06:27.196Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-19T15:06:27.198Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-19T15:06:27.199Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-19T15:06:27.199Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-19T15:06:27.199Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qoO1GatorxUOMWlm) ... 2021-08-19T15:06:27.199Z||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 qoO1GatorxUOMWlm) ... 2021-08-19T15:06:36.751Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T15:06:36.760Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T15:07:27.196Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-19T15:07:27.197Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-19T15:07:27.198Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qoO1GatorxUOMWlm) ... 2021-08-19T15:07:27.198Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-19T15:07:27.199Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-19T15:07:27.199Z||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 qoO1GatorxUOMWlm) ... 2021-08-19T15:07:36.762Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T15:07:36.763Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T15:08:27.196Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-19T15:08:27.198Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-19T15:08:27.199Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-19T15:08:27.199Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-19T15:08:27.200Z||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 qoO1GatorxUOMWlm) ... 2021-08-19T15:08:27.200Z||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 qoO1GatorxUOMWlm) ... 2021-08-19T15:08:36.807Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T15:08:36.808Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T15:09:27.196Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-19T15:09:27.198Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-19T15:09:27.200Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-19T15:09:27.200Z||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 qoO1GatorxUOMWlm) ... 2021-08-19T15:09:27.200Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-19T15:09:27.202Z||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 qoO1GatorxUOMWlm) ... 2021-08-19T15:09:36.771Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T15:09:36.800Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T15:10:27.195Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-19T15:10:27.197Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-19T15:10:27.197Z||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 qoO1GatorxUOMWlm) ... 2021-08-19T15:10:27.198Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-19T15:10:27.199Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-19T15:10:27.199Z||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 qoO1GatorxUOMWlm) ... 2021-08-19T15:10:36.760Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T15:10:36.771Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T15:11:27.195Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-19T15:11:27.197Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-19T15:11:27.197Z||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 qoO1GatorxUOMWlm) ... 2021-08-19T15:11:27.198Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-19T15:11:27.198Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-19T15:11:27.198Z||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 qoO1GatorxUOMWlm) ... 2021-08-19T15:11:36.762Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T15:11:36.776Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T15:12:27.198Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-19T15:12:27.197Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-19T15:12:27.200Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-19T15:12:27.200Z||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 qoO1GatorxUOMWlm) ... 2021-08-19T15:12:27.200Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-19T15:12:27.201Z||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 qoO1GatorxUOMWlm) ... 2021-08-19T15:12:36.752Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T15:12:36.754Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T15:13:27.195Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-19T15:13:27.197Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-19T15:13:27.197Z||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 qoO1GatorxUOMWlm) ... 2021-08-19T15:13:27.198Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-19T15:13:27.198Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-19T15:13:27.198Z||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 qoO1GatorxUOMWlm) ... 2021-08-19T15:13:36.757Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T15:13:36.762Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T15:14:27.196Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-19T15:14:27.198Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-19T15:14:27.198Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-19T15:14:27.198Z||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 qoO1GatorxUOMWlm) ... 2021-08-19T15:14:27.198Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-19T15:14:27.198Z||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 qoO1GatorxUOMWlm) ... 2021-08-19T15:14:36.752Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T15:14:36.752Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T15:15:27.196Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-19T15:15:27.197Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-19T15:15:27.198Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-19T15:15:27.198Z||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 qoO1GatorxUOMWlm) ... 2021-08-19T15:15:27.198Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-19T15:15:27.198Z||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 qoO1GatorxUOMWlm) ... 2021-08-19T15:15:36.751Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T15:15:36.755Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T15:16:27.195Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-19T15:16:27.198Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-19T15:16:27.198Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-19T15:16:27.198Z||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 qoO1GatorxUOMWlm) ... 2021-08-19T15:16:27.199Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-19T15:16:27.199Z||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 qoO1GatorxUOMWlm) ... 2021-08-19T15:16:36.750Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T15:16:36.768Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T15:17:27.196Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-19T15:17:27.198Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-19T15:17:27.198Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-19T15:17:27.198Z||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 qoO1GatorxUOMWlm) ... 2021-08-19T15:17:27.198Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-19T15:17:27.198Z||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 qoO1GatorxUOMWlm) ... 2021-08-19T15:17:36.760Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T15:17:36.762Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T15:18:27.195Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-19T15:18:27.197Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-19T15:18:27.197Z||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 qoO1GatorxUOMWlm) ... 2021-08-19T15:18:27.198Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-19T15:18:27.198Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-19T15:18:27.198Z||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 qoO1GatorxUOMWlm) ... 2021-08-19T15:18:36.749Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T15:18:36.758Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T15:19:27.196Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-19T15:19:27.197Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-19T15:19:27.198Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-19T15:19:27.198Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-19T15:19:27.198Z||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 qoO1GatorxUOMWlm) ... 2021-08-19T15:19:27.198Z||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 qoO1GatorxUOMWlm) ... 2021-08-19T15:19:36.752Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T15:19:36.752Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T15:20:27.196Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-19T15:20:27.197Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-19T15:20:27.197Z||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 qoO1GatorxUOMWlm) ... 2021-08-19T15:20:27.198Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-19T15:20:27.200Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-19T15:20:27.200Z||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 qoO1GatorxUOMWlm) ... 2021-08-19T15:20:36.752Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T15:20:36.756Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T15:21:27.196Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-19T15:21:27.198Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-19T15:21:27.198Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-19T15:21:27.198Z||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 qoO1GatorxUOMWlm) ... 2021-08-19T15:21:27.199Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-19T15:21:27.199Z||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 qoO1GatorxUOMWlm) ... 2021-08-19T15:21:36.763Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T15:21:36.770Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T15:22:27.196Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-19T15:22:27.198Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-19T15:22:27.198Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-19T15:22:27.198Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-19T15:22:27.199Z||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 qoO1GatorxUOMWlm) ... 2021-08-19T15:22:27.199Z||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 qoO1GatorxUOMWlm) ... 2021-08-19T15:22:36.761Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T15:22:36.761Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T15:23:27.196Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-19T15:23:27.198Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-19T15:23:27.198Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-19T15:23:27.198Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qoO1GatorxUOMWlm) ... 2021-08-19T15:23:27.198Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-19T15:23:27.198Z||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 qoO1GatorxUOMWlm) ... 2021-08-19T15:23:36.755Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T15:23:36.754Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T15:24:27.196Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-19T15:24:27.197Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-19T15:24:27.199Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-19T15:24:27.199Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-19T15:24:27.199Z||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 qoO1GatorxUOMWlm) ... 2021-08-19T15:24:27.199Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qoO1GatorxUOMWlm) ... 2021-08-19T15:24:36.751Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T15:24:36.752Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T15:25:27.195Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-19T15:25:27.198Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-19T15:25:27.199Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-19T15:25:27.199Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qoO1GatorxUOMWlm) ... 2021-08-19T15:25:27.199Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-19T15:25:27.200Z||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 qoO1GatorxUOMWlm) ... 2021-08-19T15:25:27.848Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T15:25:27.851Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T15:25:27.852Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-19T15:25:27.852Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"e3b0c799-b486-4ac8-9b6b-d7df30d383b2","serviceName":"vFW 2021-08-19 15-22-30","serviceVersion":"1.0","serviceUUID":"cfc78bfd-c7c3-47f1-9eea-47af3b062357","serviceDescription":"catalog service description","serviceInvariantUUID":"d30c73f2-6c4f-4116-9abe-ff36cf594281","resources":[{"resourceInstanceName":"vFW 0d4cddf7-9e98 0","resourceName":"vFW 0d4cddf7-9e98","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"fe3decbb-ce39-4bc0-98bc-ac63ceb0f24f","resourceInvariantUUID":"dd8d37b1-ade7-4e49-815c-1ba99c577df7","resourceCustomizationUUID":"386e6891-fd3f-45fa-b831-c693958f044a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210819152230/1.0/resourceInstances/vfw0d4cddf79e980/artifacts/vf-license-model.xml","artifactChecksum":"MjFmYzhmYzA3Y2JjMjUxOGYxMmU2OGVkZGQ4YTFmMTE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"95576b0f-c040-42bd-a48c-61c7a6dd665e","artifactVersion":"1"},{"artifactName":"vfw0d4cddf79e980_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20210819152230/1.0/resourceInstances/vfw0d4cddf79e980/artifacts/vfw0d4cddf79e980_modules.json","artifactChecksum":"OTg4ZmVlMDM0YTAyYTUxMDg2NDhjMTFkODgxZmVjZjU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"f7fe63f5-c75a-4f6b-ba66-7ae3fcb4d65f","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20210819152230/1.0/resourceInstances/vfw0d4cddf79e980/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"7c7c4c13-8a76-4e01-a926-808ca239e659","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210819152230/1.0/resourceInstances/vfw0d4cddf79e980/artifacts/vendor-license-model.xml","artifactChecksum":"YmMxNjFlODhlODFjMDgwM2VjMjUxMTI4MGYwMzIyN2U\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"0e4bb88d-6e15-4bed-b141-203fe1b715c8","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20210819152230/1.0/resourceInstances/vfw0d4cddf79e980/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"25c6248b-3767-4549-a8cf-b2e90f61af4d","artifactVersion":"2","generatedFromUUID":"7c7c4c13-8a76-4e01-a926-808ca239e659"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20210819152230-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20210819152230/1.0/artifacts/service-Vfw20210819152230-template.yml","artifactChecksum":"NjMxNGJiNTMxZGU5YzYzNGI4OTdiZTM4MDQ4Y2UyOWM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"46df3da9-b252-4831-a0ab-83f25afecf0f","artifactVersion":"1"},{"artifactName":"service-Vfw20210819152230-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20210819152230/1.0/artifacts/service-Vfw20210819152230-csar.csar","artifactChecksum":"NDFlZGIwOGYyOGZhYzY2YmI5ZjNmZmNiZjA5MWRkZGI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d36d9bb7-eb3c-4277-8535-aea9184e3225","artifactVersion":"1"}],"workloadContext":"Production"} 2021-08-19T15:25:27.858Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T15:25:27.858Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3b0c799-b486-4ac8-9b6b-d7df30d383b2", "consumerID": "ves-openapi-manager", "timestamp": 1629386682302, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819152230/1.0/resourceInstances/vfw0d4cddf79e980/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-19T15:25:27.879Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-19T15:25:27.891Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-19T15:25:27.894Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T15:25:27.894Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T15:25:27.894Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3b0c799-b486-4ac8-9b6b-d7df30d383b2", "consumerID": "multicloud-k8s-id", "timestamp": 1629386685352, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819152230/1.0/resourceInstances/vfw0d4cddf79e980/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-19T15:25:27.894Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T15:25:27.895Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T15:25:27.895Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3b0c799-b486-4ac8-9b6b-d7df30d383b2", "consumerID": "policy-id", "timestamp": 1629386688443, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819152230/1.0/resourceInstances/vfw0d4cddf79e980/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-19T15:25:27.895Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T15:25:27.895Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T15:25:27.895Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3b0c799-b486-4ac8-9b6b-d7df30d383b2", "consumerID": "ves-openapi-manager", "timestamp": 1629386682302, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819152230/1.0/resourceInstances/vfw0d4cddf79e980/artifacts/vfw0d4cddf79e980_modules.json", "status": "NOT_NOTIFIED" } 2021-08-19T15:25:27.895Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T15:25:27.896Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T15:25:27.896Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3b0c799-b486-4ac8-9b6b-d7df30d383b2", "consumerID": "multicloud-k8s-id", "timestamp": 1629386685352, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819152230/1.0/resourceInstances/vfw0d4cddf79e980/artifacts/vfw0d4cddf79e980_modules.json", "status": "NOTIFIED" } 2021-08-19T15:25:27.896Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T15:25:27.896Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T15:25:27.896Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3b0c799-b486-4ac8-9b6b-d7df30d383b2", "consumerID": "policy-id", "timestamp": 1629386688443, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819152230/1.0/resourceInstances/vfw0d4cddf79e980/artifacts/vfw0d4cddf79e980_modules.json", "status": "NOT_NOTIFIED" } 2021-08-19T15:25:27.897Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T15:25:27.897Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T15:25:27.897Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3b0c799-b486-4ac8-9b6b-d7df30d383b2", "consumerID": "ves-openapi-manager", "timestamp": 1629386682302, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819152230/1.0/resourceInstances/vfw0d4cddf79e980/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-08-19T15:25:27.897Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T15:25:27.897Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T15:25:27.897Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3b0c799-b486-4ac8-9b6b-d7df30d383b2", "consumerID": "multicloud-k8s-id", "timestamp": 1629386685352, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819152230/1.0/resourceInstances/vfw0d4cddf79e980/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-08-19T15:25:27.898Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T15:25:27.898Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T15:25:27.898Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3b0c799-b486-4ac8-9b6b-d7df30d383b2", "consumerID": "policy-id", "timestamp": 1629386688443, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819152230/1.0/resourceInstances/vfw0d4cddf79e980/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-08-19T15:25:27.898Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T15:25:27.898Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T15:25:27.898Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3b0c799-b486-4ac8-9b6b-d7df30d383b2", "consumerID": "cds", "timestamp": 1629386693000, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819152230/1.0/resourceInstances/vfw0d4cddf79e980/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-19T15:25:27.898Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T15:25:27.898Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T15:25:27.898Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3b0c799-b486-4ac8-9b6b-d7df30d383b2", "consumerID": "ves-openapi-manager", "timestamp": 1629386682302, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819152230/1.0/resourceInstances/vfw0d4cddf79e980/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-19T15:25:27.899Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T15:25:27.899Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T15:25:27.899Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3b0c799-b486-4ac8-9b6b-d7df30d383b2", "consumerID": "multicloud-k8s-id", "timestamp": 1629386685352, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819152230/1.0/resourceInstances/vfw0d4cddf79e980/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-19T15:25:27.899Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T15:25:27.899Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T15:25:27.899Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3b0c799-b486-4ac8-9b6b-d7df30d383b2", "consumerID": "policy-id", "timestamp": 1629386688443, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819152230/1.0/resourceInstances/vfw0d4cddf79e980/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-19T15:25:27.899Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T15:25:27.899Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T15:25:27.899Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3b0c799-b486-4ac8-9b6b-d7df30d383b2", "consumerID": "cds", "timestamp": 1629386693000, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819152230/1.0/resourceInstances/vfw0d4cddf79e980/artifacts/vfw0d4cddf79e980_modules.json", "status": "NOT_NOTIFIED" } 2021-08-19T15:25:27.900Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T15:25:27.900Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T15:25:27.900Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3b0c799-b486-4ac8-9b6b-d7df30d383b2", "consumerID": "ves-openapi-manager", "timestamp": 1629386682302, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819152230/1.0/resourceInstances/vfw0d4cddf79e980/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-08-19T15:25:27.901Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T15:25:27.901Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T15:25:27.901Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3b0c799-b486-4ac8-9b6b-d7df30d383b2", "consumerID": "multicloud-k8s-id", "timestamp": 1629386685352, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819152230/1.0/resourceInstances/vfw0d4cddf79e980/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-08-19T15:25:27.902Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T15:25:27.902Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T15:25:27.902Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3b0c799-b486-4ac8-9b6b-d7df30d383b2", "consumerID": "policy-id", "timestamp": 1629386688443, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819152230/1.0/resourceInstances/vfw0d4cddf79e980/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-08-19T15:25:27.902Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T15:25:27.903Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T15:25:27.903Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3b0c799-b486-4ac8-9b6b-d7df30d383b2", "consumerID": "cds", "timestamp": 1629386693000, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819152230/1.0/resourceInstances/vfw0d4cddf79e980/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-08-19T15:25:27.903Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T15:25:27.903Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T15:25:27.903Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3b0c799-b486-4ac8-9b6b-d7df30d383b2", "consumerID": "dcae-sch", "timestamp": 1629386695308, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819152230/1.0/resourceInstances/vfw0d4cddf79e980/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-19T15:25:27.904Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T15:25:27.904Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T15:25:27.904Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3b0c799-b486-4ac8-9b6b-d7df30d383b2", "consumerID": "ves-openapi-manager", "timestamp": 1629386682302, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819152230/1.0/artifacts/service-Vfw20210819152230-template.yml", "status": "NOT_NOTIFIED" } 2021-08-19T15:25:27.904Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T15:25:27.904Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T15:25:27.904Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3b0c799-b486-4ac8-9b6b-d7df30d383b2", "consumerID": "multicloud-k8s-id", "timestamp": 1629386685352, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819152230/1.0/artifacts/service-Vfw20210819152230-template.yml", "status": "NOT_NOTIFIED" } 2021-08-19T15:25:27.905Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T15:25:27.905Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T15:25:27.905Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3b0c799-b486-4ac8-9b6b-d7df30d383b2", "consumerID": "policy-id", "timestamp": 1629386688443, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819152230/1.0/artifacts/service-Vfw20210819152230-template.yml", "status": "NOT_NOTIFIED" } 2021-08-19T15:25:27.905Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T15:25:27.905Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T15:25:27.905Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3b0c799-b486-4ac8-9b6b-d7df30d383b2", "consumerID": "cds", "timestamp": 1629386693000, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819152230/1.0/resourceInstances/vfw0d4cddf79e980/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-19T15:25:27.906Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T15:25:27.906Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T15:25:27.906Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3b0c799-b486-4ac8-9b6b-d7df30d383b2", "consumerID": "clamp", "timestamp": 1629386696174, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819152230/1.0/resourceInstances/vfw0d4cddf79e980/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-19T15:25:27.908Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T15:25:27.908Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T15:25:27.908Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3b0c799-b486-4ac8-9b6b-d7df30d383b2", "consumerID": "dcae-sch", "timestamp": 1629386695308, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819152230/1.0/resourceInstances/vfw0d4cddf79e980/artifacts/vfw0d4cddf79e980_modules.json", "status": "NOT_NOTIFIED" } 2021-08-19T15:25:27.908Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T15:25:27.909Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T15:25:27.909Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3b0c799-b486-4ac8-9b6b-d7df30d383b2", "consumerID": "ves-openapi-manager", "timestamp": 1629386682302, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819152230/1.0/artifacts/service-Vfw20210819152230-csar.csar", "status": "NOT_NOTIFIED" } 2021-08-19T15:25:27.909Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T15:25:27.909Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T15:25:27.909Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3b0c799-b486-4ac8-9b6b-d7df30d383b2", "consumerID": "multicloud-k8s-id", "timestamp": 1629386685352, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819152230/1.0/artifacts/service-Vfw20210819152230-csar.csar", "status": "NOTIFIED" } 2021-08-19T15:25:27.909Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-19T15:25:27.910Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T15:25:27.910Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T15:25:27.910Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "e3b0c799-b486-4ac8-9b6b-d7df30d383b2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629386727195, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819152230/1.0/resourceInstances/vfw0d4cddf79e980/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-19T15:25:27.910Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3b0c799-b486-4ac8-9b6b-d7df30d383b2", "consumerID": "policy-id", "timestamp": 1629386688443, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819152230/1.0/artifacts/service-Vfw20210819152230-csar.csar", "status": "NOTIFIED" } 2021-08-19T15:25:27.910Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T15:25:27.910Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T15:25:27.910Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3b0c799-b486-4ac8-9b6b-d7df30d383b2", "consumerID": "cds", "timestamp": 1629386693000, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819152230/1.0/resourceInstances/vfw0d4cddf79e980/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-08-19T15:25:27.911Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T15:25:27.911Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T15:25:27.911Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3b0c799-b486-4ac8-9b6b-d7df30d383b2", "consumerID": "clamp", "timestamp": 1629386696174, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819152230/1.0/resourceInstances/vfw0d4cddf79e980/artifacts/vfw0d4cddf79e980_modules.json", "status": "NOTIFIED" } 2021-08-19T15:25:27.911Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T15:25:27.911Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T15:25:27.912Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3b0c799-b486-4ac8-9b6b-d7df30d383b2", "consumerID": "dcae-sch", "timestamp": 1629386695308, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819152230/1.0/resourceInstances/vfw0d4cddf79e980/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-08-19T15:25:27.912Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T15:25:27.912Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T15:25:27.912Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3b0c799-b486-4ac8-9b6b-d7df30d383b2", "consumerID": "cds", "timestamp": 1629386693000, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819152230/1.0/artifacts/service-Vfw20210819152230-template.yml", "status": "NOT_NOTIFIED" } 2021-08-19T15:25:27.912Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T15:25:27.912Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T15:25:27.912Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3b0c799-b486-4ac8-9b6b-d7df30d383b2", "consumerID": "clamp", "timestamp": 1629386696174, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819152230/1.0/resourceInstances/vfw0d4cddf79e980/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-08-19T15:25:27.912Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T15:25:27.912Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T15:25:27.913Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3b0c799-b486-4ac8-9b6b-d7df30d383b2", "consumerID": "dcae-sch", "timestamp": 1629386695308, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819152230/1.0/resourceInstances/vfw0d4cddf79e980/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-19T15:25:27.913Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T15:25:27.913Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T15:25:27.913Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3b0c799-b486-4ac8-9b6b-d7df30d383b2", "consumerID": "cds", "timestamp": 1629386693000, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819152230/1.0/artifacts/service-Vfw20210819152230-csar.csar", "status": "NOTIFIED" } 2021-08-19T15:25:27.913Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T15:25:27.913Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T15:25:27.913Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3b0c799-b486-4ac8-9b6b-d7df30d383b2", "consumerID": "clamp", "timestamp": 1629386696174, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819152230/1.0/resourceInstances/vfw0d4cddf79e980/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-19T15:25:27.913Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T15:25:27.913Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T15:25:27.913Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3b0c799-b486-4ac8-9b6b-d7df30d383b2", "consumerID": "dcae-sch", "timestamp": 1629386695308, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819152230/1.0/resourceInstances/vfw0d4cddf79e980/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-08-19T15:25:27.914Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T15:25:27.914Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T15:25:27.914Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3b0c799-b486-4ac8-9b6b-d7df30d383b2", "consumerID": "clamp", "timestamp": 1629386696174, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819152230/1.0/resourceInstances/vfw0d4cddf79e980/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-08-19T15:25:27.914Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T15:25:27.914Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T15:25:27.914Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3b0c799-b486-4ac8-9b6b-d7df30d383b2", "consumerID": "dcae-sch", "timestamp": 1629386695308, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819152230/1.0/artifacts/service-Vfw20210819152230-template.yml", "status": "NOT_NOTIFIED" } 2021-08-19T15:25:27.914Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T15:25:27.914Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T15:25:27.914Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3b0c799-b486-4ac8-9b6b-d7df30d383b2", "consumerID": "multicloud-k8s-id", "timestamp": 1629386701757, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819152230/1.0/resourceInstances/vfw0d4cddf79e980/artifacts/vfw0d4cddf79e980_modules.json", "status": "DOWNLOAD_OK" } 2021-08-19T15:25:27.915Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-19T15:25:27.915Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T15:25:27.915Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3b0c799-b486-4ac8-9b6b-d7df30d383b2", "consumerID": "clamp", "timestamp": 1629386696174, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819152230/1.0/artifacts/service-Vfw20210819152230-template.yml", "status": "NOT_NOTIFIED" } 2021-08-19T15:25:27.915Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T15:25:27.915Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T15:25:27.915Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3b0c799-b486-4ac8-9b6b-d7df30d383b2", "consumerID": "policy-id", "timestamp": 1629386701929, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819152230/1.0/artifacts/service-Vfw20210819152230-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-19T15:25:27.915Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-19T15:25:27.916Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T15:25:27.916Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3b0c799-b486-4ac8-9b6b-d7df30d383b2", "consumerID": "dcae-sch", "timestamp": 1629386695308, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819152230/1.0/artifacts/service-Vfw20210819152230-csar.csar", "status": "NOT_NOTIFIED" } 2021-08-19T15:25:27.916Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T15:25:27.916Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T15:25:27.916Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3b0c799-b486-4ac8-9b6b-d7df30d383b2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629386701864, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819152230/1.0/resourceInstances/vfw0d4cddf79e980/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-19T15:25:27.916Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T15:25:27.916Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T15:25:27.917Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3b0c799-b486-4ac8-9b6b-d7df30d383b2", "consumerID": "cds", "timestamp": 1629386702609, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819152230/1.0/artifacts/service-Vfw20210819152230-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-19T15:25:27.917Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-19T15:25:27.917Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T15:25:27.917Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3b0c799-b486-4ac8-9b6b-d7df30d383b2", "consumerID": "clamp", "timestamp": 1629386696174, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819152230/1.0/artifacts/service-Vfw20210819152230-csar.csar", "status": "NOTIFIED" } 2021-08-19T15:25:27.917Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T15:25:27.917Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T15:25:27.917Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3b0c799-b486-4ac8-9b6b-d7df30d383b2", "consumerID": "policy-id", "timestamp": 1629386702939, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819152230/1.0/artifacts/service-Vfw20210819152230-csar.csar", "status": "DEPLOY_OK" } 2021-08-19T15:25:27.918Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-19T15:25:27.918Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T15:25:27.918Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3b0c799-b486-4ac8-9b6b-d7df30d383b2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629386701864, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819152230/1.0/resourceInstances/vfw0d4cddf79e980/artifacts/vfw0d4cddf79e980_modules.json", "status": "NOT_NOTIFIED" } 2021-08-19T15:25:27.918Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T15:25:27.918Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T15:25:27.919Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3b0c799-b486-4ac8-9b6b-d7df30d383b2", "consumerID": "cds", "timestamp": 1629386703632, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819152230/1.0/artifacts/service-Vfw20210819152230-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-08-19T15:25:28.010Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 90 ms 2021-08-19T15:25:28.014Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-19T15:25:28.014Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qoO1GatorxUOMWlm) ... 2021-08-19T15:25:28.026Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T15:25:28.027Z||pool-3-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: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-08-19T15:25:28.120Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e3b0c799-b486-4ac8-9b6b-d7df30d383b2 2021-08-19T15:25:28.147Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId e3b0c799-b486-4ac8-9b6b-d7df30d383b2 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-08-19T15:25:28.170Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T15:25:28.170Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3b0c799-b486-4ac8-9b6b-d7df30d383b2", "consumerID": "policy-id", "timestamp": 1629386703948, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-08-19T15:25:28.184Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e3b0c799-b486-4ac8-9b6b-d7df30d383b2 2021-08-19T15:25:28.185Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId e3b0c799-b486-4ac8-9b6b-d7df30d383b2 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-08-19T15:25:28.193Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T15:25:28.193Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3b0c799-b486-4ac8-9b6b-d7df30d383b2", "consumerID": "multicloud-k8s-id", "timestamp": 1629386704056, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819152230/1.0/resourceInstances/vfw0d4cddf79e980/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-08-19T15:25:28.193Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-19T15:25:28.193Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T15:25:28.193Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3b0c799-b486-4ac8-9b6b-d7df30d383b2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629386701864, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819152230/1.0/resourceInstances/vfw0d4cddf79e980/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-08-19T15:25:28.194Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T15:25:28.194Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T15:25:28.194Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3b0c799-b486-4ac8-9b6b-d7df30d383b2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629386701864, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819152230/1.0/resourceInstances/vfw0d4cddf79e980/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-19T15:25:28.194Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T15:25:28.194Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T15:25:28.194Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3b0c799-b486-4ac8-9b6b-d7df30d383b2", "consumerID": "multicloud-k8s-id", "timestamp": 1629386705872, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819152230/1.0/resourceInstances/vfw0d4cddf79e980/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-08-19T15:25:28.194Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-19T15:25:28.194Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T15:25:28.194Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3b0c799-b486-4ac8-9b6b-d7df30d383b2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629386701864, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819152230/1.0/resourceInstances/vfw0d4cddf79e980/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-08-19T15:25:28.194Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T15:25:28.195Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T15:25:28.195Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3b0c799-b486-4ac8-9b6b-d7df30d383b2", "consumerID": "aai-ml", "timestamp": 1629386706604, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819152230/1.0/resourceInstances/vfw0d4cddf79e980/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-19T15:25:28.195Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T15:25:28.195Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T15:25:28.195Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3b0c799-b486-4ac8-9b6b-d7df30d383b2", "consumerID": "multicloud-k8s-id", "timestamp": 1629386707386, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-08-19T15:25:28.201Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e3b0c799-b486-4ac8-9b6b-d7df30d383b2 2021-08-19T15:25:28.201Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId e3b0c799-b486-4ac8-9b6b-d7df30d383b2 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2021-08-19T15:25:28.214Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T15:25:28.214Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3b0c799-b486-4ac8-9b6b-d7df30d383b2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629386701864, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819152230/1.0/artifacts/service-Vfw20210819152230-template.yml", "status": "NOT_NOTIFIED" } 2021-08-19T15:25:28.214Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T15:25:28.214Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T15:25:28.214Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3b0c799-b486-4ac8-9b6b-d7df30d383b2", "consumerID": "aai-ml", "timestamp": 1629386706604, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819152230/1.0/resourceInstances/vfw0d4cddf79e980/artifacts/vfw0d4cddf79e980_modules.json", "status": "NOT_NOTIFIED" } 2021-08-19T15:25:28.215Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T15:25:28.215Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T15:25:28.215Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3b0c799-b486-4ac8-9b6b-d7df30d383b2", "consumerID": "multicloud-k8s-id", "timestamp": 1629386708392, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819152230/1.0/resourceInstances/vfw0d4cddf79e980/artifacts/vfw0d4cddf79e980_modules.json", "status": "DEPLOY_OK" } 2021-08-19T15:25:28.215Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-19T15:25:28.215Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T15:25:28.216Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3b0c799-b486-4ac8-9b6b-d7df30d383b2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629386701864, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819152230/1.0/artifacts/service-Vfw20210819152230-csar.csar", "status": "NOTIFIED" } 2021-08-19T15:25:28.216Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T15:25:28.216Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T15:25:28.216Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3b0c799-b486-4ac8-9b6b-d7df30d383b2", "consumerID": "aai-ml", "timestamp": 1629386706604, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819152230/1.0/resourceInstances/vfw0d4cddf79e980/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-08-19T15:25:28.216Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T15:25:28.216Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T15:25:28.217Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3b0c799-b486-4ac8-9b6b-d7df30d383b2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629386710120, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819152230/1.0/artifacts/service-Vfw20210819152230-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-19T15:25:28.217Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-19T15:25:28.217Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T15:25:28.217Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3b0c799-b486-4ac8-9b6b-d7df30d383b2", "consumerID": "aai-ml", "timestamp": 1629386706604, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819152230/1.0/resourceInstances/vfw0d4cddf79e980/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-19T15:25:28.217Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T15:25:28.217Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T15:25:28.218Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3b0c799-b486-4ac8-9b6b-d7df30d383b2", "consumerID": "aai-ml", "timestamp": 1629386706604, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819152230/1.0/resourceInstances/vfw0d4cddf79e980/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-08-19T15:25:28.218Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T15:25:28.218Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T15:25:28.218Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3b0c799-b486-4ac8-9b6b-d7df30d383b2", "consumerID": "aai-ml", "timestamp": 1629386706604, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819152230/1.0/artifacts/service-Vfw20210819152230-template.yml", "status": "NOT_NOTIFIED" } 2021-08-19T15:25:28.218Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T15:25:28.218Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T15:25:28.219Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3b0c799-b486-4ac8-9b6b-d7df30d383b2", "consumerID": "clamp", "timestamp": 1629386713047, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819152230/1.0/artifacts/service-Vfw20210819152230-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-19T15:25:28.219Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-19T15:25:28.219Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T15:25:28.219Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3b0c799-b486-4ac8-9b6b-d7df30d383b2", "consumerID": "aai-ml", "timestamp": 1629386706604, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819152230/1.0/artifacts/service-Vfw20210819152230-csar.csar", "status": "NOTIFIED" } 2021-08-19T15:25:28.219Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T15:25:28.219Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T15:25:28.219Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3b0c799-b486-4ac8-9b6b-d7df30d383b2", "consumerID": "aai-ml", "timestamp": 1629386714555, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819152230/1.0/artifacts/service-Vfw20210819152230-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-19T15:25:28.219Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-19T15:25:28.220Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T15:25:28.220Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3b0c799-b486-4ac8-9b6b-d7df30d383b2", "consumerID": "clamp", "timestamp": 1629386715058, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819152230/1.0/artifacts/service-Vfw20210819152230-csar.csar", "status": "DEPLOY_OK" } 2021-08-19T15:25:28.220Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-19T15:25:28.220Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T15:25:28.220Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3b0c799-b486-4ac8-9b6b-d7df30d383b2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629386715675, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819152230/1.0/artifacts/service-Vfw20210819152230-csar.csar", "status": "DEPLOY_OK" } 2021-08-19T15:25:28.220Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-19T15:25:28.220Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T15:25:28.220Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3b0c799-b486-4ac8-9b6b-d7df30d383b2", "consumerID": "clamp", "timestamp": 1629386716068, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-08-19T15:25:28.225Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of e3b0c799-b486-4ac8-9b6b-d7df30d383b2 2021-08-19T15:25:28.226Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId e3b0c799-b486-4ac8-9b6b-d7df30d383b2 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-08-19T15:25:28.234Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T15:25:28.234Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3b0c799-b486-4ac8-9b6b-d7df30d383b2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629386716681, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-08-19T15:25:28.238Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e3b0c799-b486-4ac8-9b6b-d7df30d383b2 2021-08-19T15:25:28.239Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId e3b0c799-b486-4ac8-9b6b-d7df30d383b2 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-08-19T15:25:28.924Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-19T15:25:28.924Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-19T15:25:28.926Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-19T15:25:28.926Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "e3b0c799-b486-4ac8-9b6b-d7df30d383b2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629386727195, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819152230/1.0/resourceInstances/vfw0d4cddf79e980/artifacts/vfw0d4cddf79e980_modules.json", "status": "NOTIFIED" } 2021-08-19T15:25:29.026Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-19T15:25:29.027Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-19T15:25:29.027Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qoO1GatorxUOMWlm) ... 2021-08-19T15:25:29.043Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T15:25:29.044Z||pool-4-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2021-08-19T15:25:29.926Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-19T15:25:29.927Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-19T15:25:29.929Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-19T15:25:29.929Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "e3b0c799-b486-4ac8-9b6b-d7df30d383b2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629386727195, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819152230/1.0/resourceInstances/vfw0d4cddf79e980/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-08-19T15:25:30.029Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-19T15:25:30.030Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-19T15:25:30.031Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qoO1GatorxUOMWlm) ... 2021-08-19T15:25:30.043Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T15:25:30.044Z||pool-5-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-08-19T15:25:30.930Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-19T15:25:30.930Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-19T15:25:30.932Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-19T15:25:30.933Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "e3b0c799-b486-4ac8-9b6b-d7df30d383b2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629386727195, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819152230/1.0/resourceInstances/vfw0d4cddf79e980/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-19T15:25:31.033Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-19T15:25:31.034Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-19T15:25:31.034Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qoO1GatorxUOMWlm) ... 2021-08-19T15:25:31.049Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T15:25:31.050Z||pool-6-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2021-08-19T15:25:31.933Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-19T15:25:31.934Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-19T15:25:31.936Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-19T15:25:31.936Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "e3b0c799-b486-4ac8-9b6b-d7df30d383b2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629386727195, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819152230/1.0/resourceInstances/vfw0d4cddf79e980/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-08-19T15:25:32.036Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-19T15:25:32.037Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-19T15:25:32.037Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qoO1GatorxUOMWlm) ... 2021-08-19T15:25:32.051Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T15:25:32.052Z||pool-7-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2021-08-19T15:25:32.936Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-19T15:25:32.937Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-19T15:25:32.940Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-19T15:25:32.940Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "e3b0c799-b486-4ac8-9b6b-d7df30d383b2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629386727195, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819152230/1.0/artifacts/service-Vfw20210819152230-template.yml", "status": "NOT_NOTIFIED" } 2021-08-19T15:25:33.040Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-19T15:25:33.041Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-19T15:25:33.041Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qoO1GatorxUOMWlm) ... 2021-08-19T15:25:33.054Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T15:25:33.055Z||pool-8-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-08-19T15:25:33.941Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-19T15:25:33.942Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-19T15:25:33.944Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-19T15:25:33.944Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "e3b0c799-b486-4ac8-9b6b-d7df30d383b2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629386727195, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819152230/1.0/artifacts/service-Vfw20210819152230-csar.csar", "status": "NOTIFIED" } 2021-08-19T15:25:34.044Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-08-19T15:25:34.046Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-19T15:25:34.046Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qoO1GatorxUOMWlm) ... 2021-08-19T15:25:34.059Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T15:25:34.059Z||pool-9-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-08-19T15:25:34.947Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: { "distributionID": "e3b0c799-b486-4ac8-9b6b-d7df30d383b2", "serviceName": "vFW 2021-08-19 15-22-30", "serviceVersion": "1.0", "serviceUUID": "cfc78bfd-c7c3-47f1-9eea-47af3b062357", "serviceDescription": "catalog service description", "serviceInvariantUUID": "d30c73f2-6c4f-4116-9abe-ff36cf594281", "resources": [ { "resourceInstanceName": "vFW 0d4cddf7-9e98 0", "resourceCustomizationUUID": "386e6891-fd3f-45fa-b831-c693958f044a", "resourceName": "vFW 0d4cddf7-9e98", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "fe3decbb-ce39-4bc0-98bc-ac63ceb0f24f", "resourceInvariantUUID": "dd8d37b1-ade7-4e49-815c-1ba99c577df7", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfw0d4cddf79e980_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20210819152230/1.0/resourceInstances/vfw0d4cddf79e980/artifacts/vfw0d4cddf79e980_modules.json", "artifactChecksum": "OTg4ZmVlMDM0YTAyYTUxMDg2NDhjMTFkODgxZmVjZjU\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "f7fe63f5-c75a-4f6b-ba66-7ae3fcb4d65f", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20210819152230/1.0/resourceInstances/vfw0d4cddf79e980/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "7c7c4c13-8a76-4e01-a926-808ca239e659", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20210819152230/1.0/resourceInstances/vfw0d4cddf79e980/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "25c6248b-3767-4549-a8cf-b2e90f61af4d", "generatedFromUUID": "7c7c4c13-8a76-4e01-a926-808ca239e659" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20210819152230/1.0/resourceInstances/vfw0d4cddf79e980/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "25c6248b-3767-4549-a8cf-b2e90f61af4d", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20210819152230-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20210819152230/1.0/artifacts/service-Vfw20210819152230-csar.csar", "artifactChecksum": "NDFlZGIwOGYyOGZhYzY2YmI5ZjNmZmNiZjA5MWRkZGI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "d36d9bb7-eb3c-4277-8535-aea9184e3225" } ], "workloadContext": "Production" } 2021-08-19T15:25:34.948Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-08-19T15:25:34.948Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 cfc78bfd-c7c3-47f1-9eea-47af3b062357 ASDC 2021-08-19T15:25:35.103Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||ASDC Notification: DistributionID:e3b0c799-b486-4ac8-9b6b-d7df30d383b2 ServiceName:vFW 2021-08-19 15-22-30 ServiceVersion:1.0 ServiceUUID:cfc78bfd-c7c3-47f1-9eea-47af3b062357 ServiceInvariantUUID:d30c73f2-6c4f-4116-9abe-ff36cf594281 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20210819152230-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20210819152230/1.0/artifacts/service-Vfw20210819152230-csar.csar ArtifactUUID:d36d9bb7-eb3c-4277-8535-aea9184e3225 ArtifactChecksum:NDFlZGIwOGYyOGZhYzY2YmI5ZjNmZmNiZjA5MWRkZGI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW 0d4cddf7-9e98 0 ResourceCustomizationUUID:386e6891-fd3f-45fa-b831-c693958f044a ResourceInvariantUUID:dd8d37b1-ade7-4e49-815c-1ba99c577df7 ResourceName:vFW 0d4cddf7-9e98 ResourceType:VF ResourceUUID:fe3decbb-ce39-4bc0-98bc-ac63ceb0f24f ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfw0d4cddf79e980_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20210819152230/1.0/resourceInstances/vfw0d4cddf79e980/artifacts/vfw0d4cddf79e980_modules.json ArtifactUUID:f7fe63f5-c75a-4f6b-ba66-7ae3fcb4d65f ArtifactChecksum:OTg4ZmVlMDM0YTAyYTUxMDg2NDhjMTFkODgxZmVjZjU= 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/Vfw20210819152230/1.0/resourceInstances/vfw0d4cddf79e980/artifacts/base_vfw.yaml ArtifactUUID:7c7c4c13-8a76-4e01-a926-808ca239e659 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/Vfw20210819152230/1.0/resourceInstances/vfw0d4cddf79e980/artifacts/base_vfw.env ArtifactUUID:25c6248b-3767-4549-a8cf-b2e90f61af4d 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/Vfw20210819152230/1.0/resourceInstances/vfw0d4cddf79e980/artifacts/base_vfw.env ArtifactUUID:25c6248b-3767-4549-a8cf-b2e90f61af4d ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-08-19T15:25:35.104Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF cfc78bfd-c7c3-47f1-9eea-47af3b062357 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-08-19T15:25:35.168Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-08-19T15:25:35.170Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-08-19T15:25:35.171Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-08-19T15:25:35.172Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: d36d9bb7-eb3c-4277-8535-aea9184e3225 from URL: /sdc/v1/catalog/services/Vfw20210819152230/1.0/artifacts/service-Vfw20210819152230-csar.csar 2021-08-19T15:25:35.172Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-08-19T15:25:35.174Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210819152230/1.0/artifacts/service-Vfw20210819152230-csar.csar 2021-08-19T15:25:35.497Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-08-19T15:25:35.516Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210819152230/1.0/artifacts/service-Vfw20210819152230-csar.csar d36d9bb7-eb3c-4277-8535-aea9184e3225 98708 2021-08-19T15:25:35.518Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210819152230/1.0/artifacts/service-Vfw20210819152230-csar.csar ASDC sendASDCNotification 2021-08-19T15:25:35.518Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210819152230/1.0/artifacts/service-Vfw20210819152230-csar.csar 2021-08-19T15:25:35.519Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-08-19T15:25:35.520Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-19T15:25:35.524Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-19T15:25:35.524Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "e3b0c799-b486-4ac8-9b6b-d7df30d383b2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629386735517, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819152230/1.0/artifacts/service-Vfw20210819152230-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-19T15:25:35.622Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2021-08-19T15:25:35.624Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-19T15:25:35.624Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qoO1GatorxUOMWlm) ... 2021-08-19T15:25:35.636Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T15:25:35.637Z||pool-10-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-08-19T15:25:36.525Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-08-19T15:25:36.526Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-08-19T15:25:36.527Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: d36d9bb7-eb3c-4277-8535-aea9184e3225, URL: /sdc/v1/catalog/services/Vfw20210819152230/1.0/artifacts/service-Vfw20210819152230-csar.csar to file: /app/ASDC/1/service-Vfw20210819152230-csar.csar 2021-08-19T15:25:36.527Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20210819152230-csar.csar 2021-08-19T15:25:36.688Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20210819152230-csar.csar 2021-08-19T15:25:36.689Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20210819152230-csar.csar 2021-08-19T15:25:37.261Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5905276205568393118/Definitions/service-Vfw20210819152230-template.yml Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided 2021-08-19T15:25:40.116Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0 2021-08-19T15:25:40.121Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||WARN|500||#################################################################################################### 2021-08-19T15:25:40.121Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20210819152230-csar.csar 2021-08-19T15:25:40.122Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred... 2021-08-19T15:25:40.122Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20210819152230-csar.csar 2021-08-19T15:25:40.122Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20210819152230-csar.csar 2021-08-19T15:25:40.122Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210819152230-csar.csar 2021-08-19T15:25:40.122Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210819152230-csar.csar 2021-08-19T15:25:40.122Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210819152230-csar.csar 2021-08-19T15:25:40.122Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20210819152230-csar.csar 2021-08-19T15:25:40.123Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210819152230-csar.csar 2021-08-19T15:25:40.123Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210819152230-csar.csar 2021-08-19T15:25:40.123Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 0d4cddf7-9e98 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-Vfw20210819152230-csar.csar 2021-08-19T15:25:40.123Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20210819152230-csar.csar 2021-08-19T15:25:40.123Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20210819152230-csar.csar 2021-08-19T15:25:40.123Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210819152230-csar.csar 2021-08-19T15:25:40.123Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210819152230-csar.csar 2021-08-19T15:25:40.123Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||WARN|500||#################################################################################################### 2021-08-19T15:25:40.130Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T15:25:40.131Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-08-19 15-22-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-08-19T15:25:40.135Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Node template vFW 0d4cddf7-9e98 0 is matching search criteria 2021-08-19T15:25:40.136Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2021-08-19T15:25:40.137Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 0d4cddf7-9e98 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2021-08-19T15:25:40.139Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T15:25:40.139Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-08-19 15-22-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-08-19T15:25:40.139Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Node template vFW 0d4cddf7-9e98 0 is matching search criteria 2021-08-19T15:25:40.140Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2021-08-19T15:25:40.140Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 0d4cddf7-9e98 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2021-08-19T15:25:40.140Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T15:25:40.140Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-08-19 15-22-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-08-19T15:25:40.144Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T15:25:40.144Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Node template vFW 0d4cddf7-9e98 0 is not matching search criteria 2021-08-19T15:25:40.144Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-08-19T15:25:40.144Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-08-19T15:25:40.144Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-08-19T15:25:40.144Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-08-19T15:25:40.145Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-08-19T15:25:40.145Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-08-19T15:25:40.145Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria 2021-08-19T15:25:40.145Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-08-19T15:25:40.145Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria 2021-08-19T15:25:40.145Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-08-19T15:25:40.145Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-08-19T15:25:40.145Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-08-19T15:25:40.146Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-08-19T15:25:40.146Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria 2021-08-19T15:25:40.146Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-08-19T15:25:40.146Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-08-19T15:25:40.146Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T15:25:40.146Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-08-19 15-22-30 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-08-19T15:25:40.148Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T15:25:40.148Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Node template vFW 0d4cddf7-9e98 0 is matching search criteria 2021-08-19T15:25:40.148Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 0d4cddf7-9e98 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-19T15:25:40.148Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T15:25:40.149Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Node template vFW 0d4cddf7-9e98 0 is matching search criteria 2021-08-19T15:25:40.149Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 0d4cddf7-9e98 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-19T15:25:40.149Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T15:25:40.149Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Node template vFW 0d4cddf7-9e98 0 is matching search criteria 2021-08-19T15:25:40.149Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 0d4cddf7-9e98 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-19T15:25:40.149Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T15:25:40.150Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Node template vFW 0d4cddf7-9e98 0 is not matching search criteria 2021-08-19T15:25:40.150Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-08-19T15:25:40.150Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-08-19T15:25:40.150Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2021-08-19T15:25:40.150Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-08-19T15:25:40.150Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria 2021-08-19T15:25:40.150Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-08-19T15:25:40.151Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-08-19T15:25:40.151Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-08-19T15:25:40.151Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-08-19T15:25:40.151Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria 2021-08-19T15:25:40.151Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-08-19T15:25:40.151Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=86093daa-bbfd-40c8-a2de-449976bb9dc6 2021-08-19T15:25:40.151Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T15:25:40.152Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Node template vFW 0d4cddf7-9e98 0 is not matching search criteria 2021-08-19T15:25:40.152Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-08-19T15:25:40.152Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-08-19T15:25:40.152Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-08-19T15:25:40.152Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-08-19T15:25:40.152Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-08-19T15:25:40.152Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-08-19T15:25:40.153Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria 2021-08-19T15:25:40.153Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2021-08-19T15:25:40.153Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-08-19T15:25:40.153Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-08-19T15:25:40.153Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria 2021-08-19T15:25:40.153Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-08-19T15:25:40.153Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=87b0458a-e9ae-43d8-9453-f7710dbf49d1 2021-08-19T15:25:40.154Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T15:25:40.154Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Node template vFW 0d4cddf7-9e98 0 is not matching search criteria 2021-08-19T15:25:40.154Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-08-19T15:25:40.154Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-08-19T15:25:40.154Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-08-19T15:25:40.154Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-08-19T15:25:40.154Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-08-19T15:25:40.154Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-08-19T15:25:40.155Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria 2021-08-19T15:25:40.155Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-08-19T15:25:40.155Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria 2021-08-19T15:25:40.155Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-08-19T15:25:40.155Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-08-19T15:25:40.155Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2021-08-19T15:25:40.155Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=c2539a96-4c38-457b-b966-f929ccd180c3 2021-08-19T15:25:40.156Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T15:25:40.156Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-08-19 15-22-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-08-19T15:25:40.156Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T15:25:40.156Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-08-19 15-22-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-08-19T15:25:40.156Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T15:25:40.156Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-08-19 15-22-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-08-19T15:25:40.157Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T15:25:40.157Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-08-19 15-22-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-08-19T15:25:40.157Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2021-08-19 15-22-30 Description:catalog service description Model UUID:cfc78bfd-c7c3-47f1-9eea-47af3b062357 Model Version:NULL Model InvariantUuid:d30c73f2-6c4f-4116-9abe-ff36cf594281 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW 0d4cddf7-9e98 Model UUID:ad994b90-8562-45d8-892e-790043757ce5 Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:dd8d37b1-ade7-4e49-815c-1ba99c577df7 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:386e6891-fd3f-45fa-b831-c693958f044a NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:bb447ccb-3fcb-4cca-a54d-c324018a7f59 ModelName:Vfw0d4cddf79e98..base_vfw..module-0 ModelUuid:8db5ded9-976c-44a8-826f-eea71213b1f0 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:86093daa-bbfd-40c8-a2de-449976bb9dc6 ModelInvariantUuid:56d1bb08-36be-47bf-9a8e-22d239e2200c ModelName:vFW 0d4cddf7-9e98-nodes.vfwCvfc ModelUuid:02930b72-2fa0-4727-8f3f-24ad227fd8c4 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:2e52e842-4e0d-41db-9699-478615290e3e ModelInvariantUuid:e612ffc4-df58-421f-857b-881914f36ea3 ModelName:Vfw0d4cddf79e98.compute.nodes.heat.vfw ModelUuid:f495e1e8-d59e-4f56-9d4a-c954a9536740 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:87b0458a-e9ae-43d8-9453-f7710dbf49d1 ModelInvariantUuid:7f3dd94a-6506-4028-a076-81929e65fca9 ModelName:vFW 0d4cddf7-9e98-nodes.vsnCvfc ModelUuid:66a594aa-f4ae-4430-813c-bb07530e79c5 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:0e6e747e-e8c3-4707-adf4-80013c5afb96 ModelInvariantUuid:9c308dfb-281b-490a-8aa4-184a4df252c8 ModelName:Vfw0d4cddf79e98.compute.nodes.heat.vsn ModelUuid:1011a0fd-cfa9-4708-9086-61733c702275 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:c2539a96-4c38-457b-b966-f929ccd180c3 ModelInvariantUuid:72af43d6-8a30-46f3-a7a5-d5fbf7efed94 ModelName:vFW 0d4cddf7-9e98-nodes.vpgCvfc ModelUuid:5dd8f894-1371-4dce-83a5-253fc14652cf ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:302ecce2-0d3a-45a0-88d6-57ee53eaa2fc ModelInvariantUuid:6c676db4-a202-4321-b033-c0f6a491c764 ModelName:Vfw0d4cddf79e98.compute.nodes.heat.vpg ModelUuid:b65af6ab-2c3e-4439-b957-d4d0b8d175b8 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-08-19T15:25:40.173Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: fe3decbb-ce39-4bc0-98bc-ac63ceb0f24f Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-08-19T15:25:40.261Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||INFO|500||vFW 0d4cddf7-9e98 0 2021-08-19T15:25:40.267Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: fe3decbb-ce39-4bc0-98bc-ac63ceb0f24f 2021-08-19T15:25:40.267Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: f7fe63f5-c75a-4f6b-ba66-7ae3fcb4d65f from URL: /sdc/v1/catalog/services/Vfw20210819152230/1.0/resourceInstances/vfw0d4cddf79e980/artifacts/vfw0d4cddf79e980_modules.json 2021-08-19T15:25:40.268Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-08-19T15:25:40.268Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210819152230/1.0/resourceInstances/vfw0d4cddf79e980/artifacts/vfw0d4cddf79e980_modules.json 2021-08-19T15:25:41.650Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-08-19T15:25:41.651Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210819152230/1.0/resourceInstances/vfw0d4cddf79e980/artifacts/vfw0d4cddf79e980_modules.json f7fe63f5-c75a-4f6b-ba66-7ae3fcb4d65f 785 2021-08-19T15:25:41.652Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210819152230/1.0/resourceInstances/vfw0d4cddf79e980/artifacts/vfw0d4cddf79e980_modules.json ASDC sendASDCNotification 2021-08-19T15:25:41.652Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210819152230/1.0/resourceInstances/vfw0d4cddf79e980/artifacts/vfw0d4cddf79e980_modules.json 2021-08-19T15:25:41.652Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-08-19T15:25:41.653Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-19T15:25:41.656Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-19T15:25:41.656Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "e3b0c799-b486-4ac8-9b6b-d7df30d383b2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629386741652, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819152230/1.0/resourceInstances/vfw0d4cddf79e980/artifacts/vfw0d4cddf79e980_modules.json", "status": "DOWNLOAD_OK" } 2021-08-19T15:25:41.757Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-08-19T15:25:41.758Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-19T15:25:41.758Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qoO1GatorxUOMWlm) ... 2021-08-19T15:25:41.771Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T15:25:41.773Z||pool-11-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2021-08-19T15:25:42.659Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw0d4cddf79e98..base_vfw..module-0", "vfModuleModelInvariantUUID": "bb447ccb-3fcb-4cca-a54d-c324018a7f59", "vfModuleModelVersion": "1", "vfModuleModelUUID": "8db5ded9-976c-44a8-826f-eea71213b1f0", "vfModuleModelCustomizationUUID": "0f8ed20b-1be2-4359-a3a9-2e8f54b3009a", "isBase": true, "artifacts": [ "7c7c4c13-8a76-4e01-a926-808ca239e659", "25c6248b-3767-4549-a8cf-b2e90f61af4d" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_vfw", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2021-08-19T15:25:42.690Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw0d4cddf79e98..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:8db5ded9-976c-44a8-826f-eea71213b1f0 VfModuleModelInvariantUUID:bb447ccb-3fcb-4cca-a54d-c324018a7f59 VfModuleModelDescription:NULL Artifacts UUID List:{ 7c7c4c13-8a76-4e01-a926-808ca239e659 , 25c6248b-3767-4549-a8cf-b2e90f61af4d } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_vfw max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2021-08-19T15:25:42.694Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw0d4cddf79e98..base_vfw..module-0", "vfModuleModelInvariantUUID": "bb447ccb-3fcb-4cca-a54d-c324018a7f59", "vfModuleModelVersion": "1", "vfModuleModelUUID": "8db5ded9-976c-44a8-826f-eea71213b1f0", "vfModuleModelCustomizationUUID": "0f8ed20b-1be2-4359-a3a9-2e8f54b3009a", "isBase": true, "artifacts": [ "7c7c4c13-8a76-4e01-a926-808ca239e659", "25c6248b-3767-4549-a8cf-b2e90f61af4d" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_vfw", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2021-08-19T15:25:42.695Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw0d4cddf79e98..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:8db5ded9-976c-44a8-826f-eea71213b1f0 VfModuleModelInvariantUUID:bb447ccb-3fcb-4cca-a54d-c324018a7f59 VfModuleModelDescription:NULL Artifacts UUID List:{ 7c7c4c13-8a76-4e01-a926-808ca239e659 , 25c6248b-3767-4549-a8cf-b2e90f61af4d } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_vfw max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2021-08-19T15:25:42.695Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 7c7c4c13-8a76-4e01-a926-808ca239e659 from URL: /sdc/v1/catalog/services/Vfw20210819152230/1.0/resourceInstances/vfw0d4cddf79e980/artifacts/base_vfw.yaml 2021-08-19T15:25:42.695Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-08-19T15:25:42.695Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210819152230/1.0/resourceInstances/vfw0d4cddf79e980/artifacts/base_vfw.yaml 2021-08-19T15:25:43.656Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-08-19T15:25:43.657Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210819152230/1.0/resourceInstances/vfw0d4cddf79e980/artifacts/base_vfw.yaml 7c7c4c13-8a76-4e01-a926-808ca239e659 20368 2021-08-19T15:25:43.657Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210819152230/1.0/resourceInstances/vfw0d4cddf79e980/artifacts/base_vfw.yaml ASDC sendASDCNotification 2021-08-19T15:25:43.657Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210819152230/1.0/resourceInstances/vfw0d4cddf79e980/artifacts/base_vfw.yaml 2021-08-19T15:25:43.657Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-08-19T15:25:43.657Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-19T15:25:43.659Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-19T15:25:43.659Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "e3b0c799-b486-4ac8-9b6b-d7df30d383b2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629386743657, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819152230/1.0/resourceInstances/vfw0d4cddf79e980/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-08-19T15:25:43.759Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-19T15:25:43.760Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-19T15:25:43.761Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qoO1GatorxUOMWlm) ... 2021-08-19T15:25:43.773Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T15:25:43.774Z||pool-12-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-08-19T15:25:44.660Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 25c6248b-3767-4549-a8cf-b2e90f61af4d from URL: /sdc/v1/catalog/services/Vfw20210819152230/1.0/resourceInstances/vfw0d4cddf79e980/artifacts/base_vfw.env 2021-08-19T15:25:44.661Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-08-19T15:25:44.661Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210819152230/1.0/resourceInstances/vfw0d4cddf79e980/artifacts/base_vfw.env 2021-08-19T15:25:45.258Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-08-19T15:25:45.258Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210819152230/1.0/resourceInstances/vfw0d4cddf79e980/artifacts/base_vfw.env 25c6248b-3767-4549-a8cf-b2e90f61af4d 2098 2021-08-19T15:25:45.258Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210819152230/1.0/resourceInstances/vfw0d4cddf79e980/artifacts/base_vfw.env ASDC sendASDCNotification 2021-08-19T15:25:45.258Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210819152230/1.0/resourceInstances/vfw0d4cddf79e980/artifacts/base_vfw.env 2021-08-19T15:25:45.259Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-08-19T15:25:45.259Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-19T15:25:45.261Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-19T15:25:45.261Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "e3b0c799-b486-4ac8-9b6b-d7df30d383b2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629386745258, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819152230/1.0/resourceInstances/vfw0d4cddf79e980/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-08-19T15:25:45.362Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-19T15:25:45.363Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-19T15:25:45.363Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qoO1GatorxUOMWlm) ... 2021-08-19T15:25:45.375Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T15:25:45.376Z||pool-13-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-08-19T15:25:46.262Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: cfc78bfd-c7c3-47f1-9eea-47af3b062357 2021-08-19T15:25:46.262Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 0d4cddf7-9e98 0 fe3decbb-ce39-4bc0-98bc-ac63ceb0f24f ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-08-19T15:25:46.307Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T15:25:46.307Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-08-19 15-22-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-08-19T15:25:46.308Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 2021-08-19T15:25:46.308Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 386e6891-fd3f-45fa-b831-c693958f044a 2021-08-19T15:25:46.308Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 386e6891-fd3f-45fa-b831-c693958f044a matches Tosca VF Customization UUID: 386e6891-fd3f-45fa-b831-c693958f044a 2021-08-19T15:25:46.308Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 386e6891-fd3f-45fa-b831-c693958f044a matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2021-08-19T15:25:46.318Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T15:25:46.318Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-08-19 15-22-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-08-19T15:25:46.320Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 386e6891-fd3f-45fa-b831-c693958f044a: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"} 2021-08-19T15:25:46.320Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4bf03933 2021-08-19T15:25:46.320Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T15:25:46.320Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-08-19 15-22-30 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-08-19T15:25:46.321Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 0f8ed20b-1be2-4359-a3a9-2e8f54b3009a 2021-08-19T15:25:46.322Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 0f8ed20b-1be2-4359-a3a9-2e8f54b3009a Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2021-08-19T15:25:46.329Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T15:25:46.329Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Node template vFW 0d4cddf7-9e98 0 is matching search criteria 2021-08-19T15:25:46.330Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 0d4cddf7-9e98 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-19T15:25:46.330Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T15:25:46.331Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Node template vFW 0d4cddf7-9e98 0 is matching search criteria 2021-08-19T15:25:46.331Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 0d4cddf7-9e98 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-19T15:25:46.331Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T15:25:46.332Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Node template vFW 0d4cddf7-9e98 0 is not matching search criteria 2021-08-19T15:25:46.332Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-08-19T15:25:46.332Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-08-19T15:25:46.332Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2021-08-19T15:25:46.333Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-08-19T15:25:46.333Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria 2021-08-19T15:25:46.333Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-08-19T15:25:46.334Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-08-19T15:25:46.334Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-08-19T15:25:46.334Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-08-19T15:25:46.335Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria 2021-08-19T15:25:46.335Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-08-19T15:25:46.335Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=86093daa-bbfd-40c8-a2de-449976bb9dc6 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-08-19T15:25:46.345Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T15:25:46.346Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Node template vFW 0d4cddf7-9e98 0 is matching search criteria 2021-08-19T15:25:46.346Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 0d4cddf7-9e98 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-19T15:25:46.347Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T15:25:46.347Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Node template vFW 0d4cddf7-9e98 0 is not matching search criteria 2021-08-19T15:25:46.347Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-08-19T15:25:46.347Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-08-19T15:25:46.348Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-08-19T15:25:46.348Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-08-19T15:25:46.348Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-08-19T15:25:46.348Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-08-19T15:25:46.348Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria 2021-08-19T15:25:46.349Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2021-08-19T15:25:46.349Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-08-19T15:25:46.349Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-08-19T15:25:46.350Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria 2021-08-19T15:25:46.350Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-08-19T15:25:46.350Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=87b0458a-e9ae-43d8-9453-f7710dbf49d1 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-08-19T15:25:46.354Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T15:25:46.354Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Node template vFW 0d4cddf7-9e98 0 is matching search criteria 2021-08-19T15:25:46.354Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 0d4cddf7-9e98 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-19T15:25:46.357Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T15:25:46.357Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Node template vFW 0d4cddf7-9e98 0 is not matching search criteria 2021-08-19T15:25:46.358Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-08-19T15:25:46.358Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-08-19T15:25:46.358Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-08-19T15:25:46.358Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-08-19T15:25:46.359Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-08-19T15:25:46.359Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-08-19T15:25:46.359Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria 2021-08-19T15:25:46.359Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-08-19T15:25:46.360Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria 2021-08-19T15:25:46.360Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-08-19T15:25:46.360Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-08-19T15:25:46.360Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2021-08-19T15:25:46.360Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=c2539a96-4c38-457b-b966-f929ccd180c3 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-08-19T15:25:46.363Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T15:25:46.363Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Node template vFW 0d4cddf7-9e98 0 is matching search criteria 2021-08-19T15:25:46.363Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 0d4cddf7-9e98 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-19T15:25:46.364Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T15:25:46.364Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Node template vFW 0d4cddf7-9e98 0 is matching search criteria 2021-08-19T15:25:46.364Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 0d4cddf7-9e98 0] matching following query criteria: sdcType=VF, customizationUUID=386e6891-fd3f-45fa-b831-c693958f044a Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-08-19T15:25:46.368Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T15:25:46.368Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-08-19 15-22-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-08-19T15:25:46.369Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid cfc78bfd-c7c3-47f1-9eea-47af3b062357: vFW 0d4cddf7-9e98 2021-08-19T15:25:46.369Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T15:25:46.369Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-08-19 15-22-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-08-19T15:25:46.369Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T15:25:46.369Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-08-19 15-22-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-08-19T15:25:46.370Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T15:25:46.370Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-08-19 15-22-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-08-19T15:25:46.370Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T15:25:46.371Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-08-19 15-22-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-08-19T15:25:46.371Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T15:25:46.371Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-08-19 15-22-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-08-19T15:25:46.372Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||INFO|500||Saving Service: vFW 2021-08-19 15-22-30 Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-08-19T15:25:46.735Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 0d4cddf7-9e98 fe3decbb-ce39-4bc0-98bc-ac63ceb0f24f 1 ASDC deployResourceStructure 2021-08-19T15:25:46.735Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210819152230/1.0/resourceInstances/vfw0d4cddf79e980/artifacts/vfw0d4cddf79e980_modules.json ASDC sendASDCNotification 2021-08-19T15:25:46.736Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210819152230/1.0/resourceInstances/vfw0d4cddf79e980/artifacts/vfw0d4cddf79e980_modules.json 2021-08-19T15:25:46.736Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-08-19T15:25:46.736Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-19T15:25:46.739Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-19T15:25:46.739Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "e3b0c799-b486-4ac8-9b6b-d7df30d383b2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629386746735, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819152230/1.0/resourceInstances/vfw0d4cddf79e980/artifacts/vfw0d4cddf79e980_modules.json", "status": "DEPLOY_OK" } 2021-08-19T15:25:46.840Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-19T15:25:46.841Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-19T15:25:46.841Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qoO1GatorxUOMWlm) ... 2021-08-19T15:25:46.858Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T15:25:46.859Z||pool-14-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2021-08-19T15:25:47.740Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210819152230/1.0/resourceInstances/vfw0d4cddf79e980/artifacts/base_vfw.yaml ASDC sendASDCNotification 2021-08-19T15:25:47.740Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210819152230/1.0/resourceInstances/vfw0d4cddf79e980/artifacts/base_vfw.yaml 2021-08-19T15:25:47.740Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-08-19T15:25:47.741Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-19T15:25:47.743Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-19T15:25:47.743Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "e3b0c799-b486-4ac8-9b6b-d7df30d383b2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629386747740, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819152230/1.0/resourceInstances/vfw0d4cddf79e980/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2021-08-19T15:25:47.843Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-19T15:25:47.845Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-19T15:25:47.845Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qoO1GatorxUOMWlm) ... 2021-08-19T15:25:47.858Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T15:25:47.858Z||pool-15-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-08-19T15:25:48.745Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210819152230/1.0/resourceInstances/vfw0d4cddf79e980/artifacts/base_vfw.env ASDC sendASDCNotification 2021-08-19T15:25:48.745Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210819152230/1.0/resourceInstances/vfw0d4cddf79e980/artifacts/base_vfw.env 2021-08-19T15:25:48.745Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-08-19T15:25:48.746Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-19T15:25:48.747Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-19T15:25:48.747Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "e3b0c799-b486-4ac8-9b6b-d7df30d383b2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629386748743, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819152230/1.0/resourceInstances/vfw0d4cddf79e980/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2021-08-19T15:25:48.848Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-19T15:25:48.849Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-19T15:25:48.849Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qoO1GatorxUOMWlm) ... 2021-08-19T15:25:48.862Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T15:25:48.863Z||pool-16-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-08-19T15:25:49.748Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210819152230/1.0/artifacts/service-Vfw20210819152230-csar.csar ASDC sendASDCNotification 2021-08-19T15:25:49.749Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210819152230/1.0/artifacts/service-Vfw20210819152230-csar.csar 2021-08-19T15:25:49.749Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-08-19T15:25:49.749Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-19T15:25:49.752Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-19T15:25:49.752Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "e3b0c799-b486-4ac8-9b6b-d7df30d383b2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629386749748, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819152230/1.0/artifacts/service-Vfw20210819152230-csar.csar", "status": "DEPLOY_OK" } 2021-08-19T15:25:49.852Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-19T15:25:49.853Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-19T15:25:49.853Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qoO1GatorxUOMWlm) ... 2021-08-19T15:25:49.866Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T15:25:49.867Z||pool-17-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-08-19T15:25:50.753Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e3b0c799-b486-4ac8-9b6b-d7df30d383b2 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-08-19T15:25:50.772Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e3b0c799-b486-4ac8-9b6b-d7df30d383b2 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-08-19T15:25:50.778Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-08-19T15:25:50.778Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-08-19T15:25:50.778Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-08-19T15:26:20.779Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e3b0c799-b486-4ac8-9b6b-d7df30d383b2 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-08-19T15:26:20.798Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e3b0c799-b486-4ac8-9b6b-d7df30d383b2 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-08-19T15:26:20.803Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-08-19T15:26:20.804Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-08-19T15:26:20.804Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-08-19T15:26:27.198Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-19T15:26:27.200Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-19T15:26:27.200Z||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 qoO1GatorxUOMWlm) ... 2021-08-19T15:26:27.329Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T15:26:27.329Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T15:26:27.330Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3b0c799-b486-4ac8-9b6b-d7df30d383b2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629386727195, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819152230/1.0/resourceInstances/vfw0d4cddf79e980/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-19T15:26:27.332Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T15:26:50.804Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e3b0c799-b486-4ac8-9b6b-d7df30d383b2 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-08-19T15:26:50.815Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e3b0c799-b486-4ac8-9b6b-d7df30d383b2 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-08-19T15:26:50.818Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-08-19T15:26:50.819Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-08-19T15:26:50.819Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-08-19T15:27:20.820Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e3b0c799-b486-4ac8-9b6b-d7df30d383b2 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-08-19T15:27:20.839Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e3b0c799-b486-4ac8-9b6b-d7df30d383b2 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-08-19T15:27:20.844Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-08-19T15:27:20.844Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-08-19T15:27:20.844Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-08-19T15:27:27.199Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-19T15:27:27.202Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-19T15:27:27.202Z||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 qoO1GatorxUOMWlm) ... 2021-08-19T15:27:27.734Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T15:27:27.743Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T15:27:27.743Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3b0c799-b486-4ac8-9b6b-d7df30d383b2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629386727195, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819152230/1.0/resourceInstances/vfw0d4cddf79e980/artifacts/vfw0d4cddf79e980_modules.json", "status": "NOTIFIED" } 2021-08-19T15:27:27.746Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T15:27:27.746Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T15:27:27.746Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3b0c799-b486-4ac8-9b6b-d7df30d383b2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629386727195, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819152230/1.0/resourceInstances/vfw0d4cddf79e980/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-08-19T15:27:27.746Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T15:27:27.746Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T15:27:27.746Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3b0c799-b486-4ac8-9b6b-d7df30d383b2", "consumerID": "aai-ml", "timestamp": 1629386730061, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819152230/1.0/artifacts/service-Vfw20210819152230-csar.csar", "status": "DEPLOY_ERROR" } 2021-08-19T15:27:27.747Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-19T15:27:27.747Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T15:27:27.747Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3b0c799-b486-4ac8-9b6b-d7df30d383b2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629386727195, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819152230/1.0/resourceInstances/vfw0d4cddf79e980/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-19T15:27:27.747Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T15:27:27.747Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T15:27:27.747Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3b0c799-b486-4ac8-9b6b-d7df30d383b2", "consumerID": "aai-ml", "timestamp": 1629386731067, "artifactURL": "", "status": "COMPONENT_DONE_ERROR", "errorReason": "deploy failure", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-08-19T15:27:27.756Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of e3b0c799-b486-4ac8-9b6b-d7df30d383b2 2021-08-19T15:27:27.757Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId e3b0c799-b486-4ac8-9b6b-d7df30d383b2 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-08-19T15:27:27.773Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T15:27:27.774Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3b0c799-b486-4ac8-9b6b-d7df30d383b2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629386727195, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819152230/1.0/resourceInstances/vfw0d4cddf79e980/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-08-19T15:27:27.774Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T15:27:27.774Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T15:27:27.774Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3b0c799-b486-4ac8-9b6b-d7df30d383b2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629386727195, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819152230/1.0/artifacts/service-Vfw20210819152230-template.yml", "status": "NOT_NOTIFIED" } 2021-08-19T15:27:27.774Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T15:27:27.775Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T15:27:27.775Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3b0c799-b486-4ac8-9b6b-d7df30d383b2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629386727195, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819152230/1.0/artifacts/service-Vfw20210819152230-csar.csar", "status": "NOTIFIED" } 2021-08-19T15:27:27.775Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T15:27:27.775Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T15:27:27.775Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3b0c799-b486-4ac8-9b6b-d7df30d383b2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629386735517, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819152230/1.0/artifacts/service-Vfw20210819152230-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-19T15:27:27.775Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-19T15:27:27.776Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T15:27:27.776Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3b0c799-b486-4ac8-9b6b-d7df30d383b2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629386741652, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819152230/1.0/resourceInstances/vfw0d4cddf79e980/artifacts/vfw0d4cddf79e980_modules.json", "status": "DOWNLOAD_OK" } 2021-08-19T15:27:27.776Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-19T15:27:27.776Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T15:27:27.776Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "91a2670b-91a5-4fe0-a884-1b53f2255a36", "consumerID": "dcae-sch", "timestamp": 1629386735305, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbhres/1.0/resourceInstances/basic_onboard_abhres0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-19T15:27:27.776Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T15:27:27.776Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T15:27:27.776Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "91a2670b-91a5-4fe0-a884-1b53f2255a36", "consumerID": "aai-ml", "timestamp": 1629386736605, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbhres/1.0/resourceInstances/basic_onboard_abhres0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-19T15:27:27.777Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T15:27:27.777Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T15:27:27.777Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "91a2670b-91a5-4fe0-a884-1b53f2255a36", "consumerID": "ves-openapi-manager", "timestamp": 1629386742302, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbhres/1.0/resourceInstances/basic_onboard_abhres0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-19T15:27:27.777Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T15:27:27.777Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T15:27:27.777Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "91a2670b-91a5-4fe0-a884-1b53f2255a36", "consumerID": "cds", "timestamp": 1629386738000, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbhres/1.0/resourceInstances/basic_onboard_abhres0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-19T15:27:27.778Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T15:27:27.778Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T15:27:27.778Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3b0c799-b486-4ac8-9b6b-d7df30d383b2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629386743657, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819152230/1.0/resourceInstances/vfw0d4cddf79e980/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-08-19T15:27:27.778Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-19T15:27:27.778Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T15:27:27.778Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "91a2670b-91a5-4fe0-a884-1b53f2255a36", "consumerID": "dcae-sch", "timestamp": 1629386735305, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbhres/1.0/resourceInstances/basic_onboard_abhres0/artifacts/basic_onboard_abhres0_modules.json", "status": "NOT_NOTIFIED" } 2021-08-19T15:27:27.778Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T15:27:27.779Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T15:27:27.779Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "91a2670b-91a5-4fe0-a884-1b53f2255a36", "consumerID": "ves-openapi-manager", "timestamp": 1629386742302, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbhres/1.0/resourceInstances/basic_onboard_abhres0/artifacts/basic_onboard_abhres0_modules.json", "status": "NOT_NOTIFIED" } 2021-08-19T15:27:27.779Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T15:27:27.779Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T15:27:27.779Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "91a2670b-91a5-4fe0-a884-1b53f2255a36", "consumerID": "aai-ml", "timestamp": 1629386736605, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbhres/1.0/resourceInstances/basic_onboard_abhres0/artifacts/basic_onboard_abhres0_modules.json", "status": "NOT_NOTIFIED" } 2021-08-19T15:27:27.779Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T15:27:27.779Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T15:27:27.780Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "91a2670b-91a5-4fe0-a884-1b53f2255a36", "consumerID": "cds", "timestamp": 1629386738000, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbhres/1.0/resourceInstances/basic_onboard_abhres0/artifacts/basic_onboard_abhres0_modules.json", "status": "NOT_NOTIFIED" } 2021-08-19T15:27:27.780Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T15:27:27.780Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T15:27:27.780Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "91a2670b-91a5-4fe0-a884-1b53f2255a36", "consumerID": "aai-ml", "timestamp": 1629386736605, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbhres/1.0/resourceInstances/basic_onboard_abhres0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-08-19T15:27:27.780Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T15:27:27.780Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T15:27:27.780Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "91a2670b-91a5-4fe0-a884-1b53f2255a36", "consumerID": "ves-openapi-manager", "timestamp": 1629386742302, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbhres/1.0/resourceInstances/basic_onboard_abhres0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-08-19T15:27:27.781Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T15:27:27.781Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T15:27:27.781Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "91a2670b-91a5-4fe0-a884-1b53f2255a36", "consumerID": "dcae-sch", "timestamp": 1629386735305, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbhres/1.0/resourceInstances/basic_onboard_abhres0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-08-19T15:27:27.781Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T15:27:27.781Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T15:27:27.781Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "91a2670b-91a5-4fe0-a884-1b53f2255a36", "consumerID": "cds", "timestamp": 1629386738000, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbhres/1.0/resourceInstances/basic_onboard_abhres0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-08-19T15:27:27.781Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T15:27:27.781Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T15:27:27.781Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3b0c799-b486-4ac8-9b6b-d7df30d383b2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629386745258, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819152230/1.0/resourceInstances/vfw0d4cddf79e980/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-08-19T15:27:27.781Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-19T15:27:27.782Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T15:27:27.782Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "91a2670b-91a5-4fe0-a884-1b53f2255a36", "consumerID": "aai-ml", "timestamp": 1629386736605, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbhres/1.0/resourceInstances/basic_onboard_abhres0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-19T15:27:27.782Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T15:27:27.782Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T15:27:27.782Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "91a2670b-91a5-4fe0-a884-1b53f2255a36", "consumerID": "ves-openapi-manager", "timestamp": 1629386742302, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbhres/1.0/resourceInstances/basic_onboard_abhres0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-19T15:27:27.782Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T15:27:27.782Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T15:27:27.782Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "91a2670b-91a5-4fe0-a884-1b53f2255a36", "consumerID": "dcae-sch", "timestamp": 1629386735305, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbhres/1.0/resourceInstances/basic_onboard_abhres0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-19T15:27:27.782Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T15:27:27.783Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T15:27:27.783Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "91a2670b-91a5-4fe0-a884-1b53f2255a36", "consumerID": "cds", "timestamp": 1629386738000, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbhres/1.0/resourceInstances/basic_onboard_abhres0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-19T15:27:27.783Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T15:27:27.783Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T15:27:27.783Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "91a2670b-91a5-4fe0-a884-1b53f2255a36", "consumerID": "multicloud-k8s-id", "timestamp": 1629386745352, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbhres/1.0/resourceInstances/basic_onboard_abhres0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-19T15:27:27.783Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T15:27:27.783Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T15:27:27.783Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3b0c799-b486-4ac8-9b6b-d7df30d383b2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629386746735, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819152230/1.0/resourceInstances/vfw0d4cddf79e980/artifacts/vfw0d4cddf79e980_modules.json", "status": "DEPLOY_OK" } 2021-08-19T15:27:27.784Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-19T15:27:27.784Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T15:27:27.784Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "91a2670b-91a5-4fe0-a884-1b53f2255a36", "consumerID": "aai-ml", "timestamp": 1629386736605, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbhres/1.0/resourceInstances/basic_onboard_abhres0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-08-19T15:27:27.784Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T15:27:27.784Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T15:27:27.784Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "91a2670b-91a5-4fe0-a884-1b53f2255a36", "consumerID": "dcae-sch", "timestamp": 1629386735305, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbhres/1.0/resourceInstances/basic_onboard_abhres0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-08-19T15:27:27.784Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T15:27:27.784Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T15:27:27.784Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "91a2670b-91a5-4fe0-a884-1b53f2255a36", "consumerID": "ves-openapi-manager", "timestamp": 1629386742302, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbhres/1.0/resourceInstances/basic_onboard_abhres0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-08-19T15:27:27.785Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T15:27:27.785Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T15:27:27.785Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "91a2670b-91a5-4fe0-a884-1b53f2255a36", "consumerID": "multicloud-k8s-id", "timestamp": 1629386745352, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbhres/1.0/resourceInstances/basic_onboard_abhres0/artifacts/basic_onboard_abhres0_modules.json", "status": "NOTIFIED" } 2021-08-19T15:27:27.785Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T15:27:27.785Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T15:27:27.785Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "91a2670b-91a5-4fe0-a884-1b53f2255a36", "consumerID": "cds", "timestamp": 1629386738000, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbhres/1.0/resourceInstances/basic_onboard_abhres0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-08-19T15:27:27.785Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T15:27:27.785Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T15:27:27.786Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3b0c799-b486-4ac8-9b6b-d7df30d383b2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629386747740, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819152230/1.0/resourceInstances/vfw0d4cddf79e980/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2021-08-19T15:27:27.786Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-19T15:27:27.786Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T15:27:27.786Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "91a2670b-91a5-4fe0-a884-1b53f2255a36", "consumerID": "aai-ml", "timestamp": 1629386736605, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbhres/1.0/artifacts/service-BasicOnboardAbhres-template.yml", "status": "NOT_NOTIFIED" } 2021-08-19T15:27:27.786Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T15:27:27.786Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T15:27:27.786Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "91a2670b-91a5-4fe0-a884-1b53f2255a36", "consumerID": "ves-openapi-manager", "timestamp": 1629386742302, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbhres/1.0/artifacts/service-BasicOnboardAbhres-template.yml", "status": "NOT_NOTIFIED" } 2021-08-19T15:27:27.787Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T15:27:27.787Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T15:27:27.787Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "91a2670b-91a5-4fe0-a884-1b53f2255a36", "consumerID": "dcae-sch", "timestamp": 1629386735305, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbhres/1.0/artifacts/service-BasicOnboardAbhres-template.yml", "status": "NOT_NOTIFIED" } 2021-08-19T15:27:27.787Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T15:27:27.787Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T15:27:27.787Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "91a2670b-91a5-4fe0-a884-1b53f2255a36", "consumerID": "cds", "timestamp": 1629386738000, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbhres/1.0/artifacts/service-BasicOnboardAbhres-template.yml", "status": "NOT_NOTIFIED" } 2021-08-19T15:27:27.787Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T15:27:27.787Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T15:27:27.788Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "91a2670b-91a5-4fe0-a884-1b53f2255a36", "consumerID": "multicloud-k8s-id", "timestamp": 1629386745352, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbhres/1.0/resourceInstances/basic_onboard_abhres0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-08-19T15:27:27.788Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T15:27:27.788Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T15:27:27.788Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3b0c799-b486-4ac8-9b6b-d7df30d383b2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629386748743, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819152230/1.0/resourceInstances/vfw0d4cddf79e980/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2021-08-19T15:27:27.789Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-19T15:27:27.789Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T15:27:27.789Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "91a2670b-91a5-4fe0-a884-1b53f2255a36", "consumerID": "aai-ml", "timestamp": 1629386736605, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbhres/1.0/artifacts/service-BasicOnboardAbhres-csar.csar", "status": "NOTIFIED" } 2021-08-19T15:27:27.789Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T15:27:27.789Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T15:27:27.789Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "91a2670b-91a5-4fe0-a884-1b53f2255a36", "consumerID": "ves-openapi-manager", "timestamp": 1629386742302, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbhres/1.0/artifacts/service-BasicOnboardAbhres-csar.csar", "status": "NOT_NOTIFIED" } 2021-08-19T15:27:27.789Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T15:27:27.790Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T15:27:27.790Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "91a2670b-91a5-4fe0-a884-1b53f2255a36", "consumerID": "dcae-sch", "timestamp": 1629386735305, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbhres/1.0/artifacts/service-BasicOnboardAbhres-csar.csar", "status": "NOT_NOTIFIED" } 2021-08-19T15:27:27.790Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T15:27:27.790Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T15:27:27.790Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "91a2670b-91a5-4fe0-a884-1b53f2255a36", "consumerID": "multicloud-k8s-id", "timestamp": 1629386745352, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbhres/1.0/resourceInstances/basic_onboard_abhres0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-19T15:27:27.790Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T15:27:27.790Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T15:27:27.791Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "91a2670b-91a5-4fe0-a884-1b53f2255a36", "consumerID": "cds", "timestamp": 1629386738000, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbhres/1.0/artifacts/service-BasicOnboardAbhres-csar.csar", "status": "NOTIFIED" } 2021-08-19T15:27:27.791Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T15:27:27.791Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T15:27:27.791Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "91a2670b-91a5-4fe0-a884-1b53f2255a36", "consumerID": "policy-id", "timestamp": 1629386748443, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbhres/1.0/resourceInstances/basic_onboard_abhres0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-19T15:27:27.791Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T15:27:27.791Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T15:27:27.792Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3b0c799-b486-4ac8-9b6b-d7df30d383b2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629386749748, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819152230/1.0/artifacts/service-Vfw20210819152230-csar.csar", "status": "DEPLOY_OK" } 2021-08-19T15:27:27.792Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-19T15:27:27.792Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T15:27:27.792Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "91a2670b-91a5-4fe0-a884-1b53f2255a36", "consumerID": "multicloud-k8s-id", "timestamp": 1629386745352, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbhres/1.0/resourceInstances/basic_onboard_abhres0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-08-19T15:27:27.792Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T15:27:27.792Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T15:27:27.792Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "91a2670b-91a5-4fe0-a884-1b53f2255a36", "consumerID": "policy-id", "timestamp": 1629386748443, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbhres/1.0/resourceInstances/basic_onboard_abhres0/artifacts/basic_onboard_abhres0_modules.json", "status": "NOT_NOTIFIED" } 2021-08-19T15:27:27.793Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T15:27:27.793Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T15:27:27.793Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "91a2670b-91a5-4fe0-a884-1b53f2255a36", "consumerID": "aai-ml", "timestamp": 1629386750626, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbhres/1.0/artifacts/service-BasicOnboardAbhres-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-19T15:27:27.793Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-19T15:27:27.793Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T15:27:27.793Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "91a2670b-91a5-4fe0-a884-1b53f2255a36", "consumerID": "cds", "timestamp": 1629386750710, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbhres/1.0/artifacts/service-BasicOnboardAbhres-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-19T15:27:27.793Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-19T15:27:27.794Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T15:27:27.794Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "91a2670b-91a5-4fe0-a884-1b53f2255a36", "consumerID": "multicloud-k8s-id", "timestamp": 1629386745352, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbhres/1.0/artifacts/service-BasicOnboardAbhres-template.yml", "status": "NOT_NOTIFIED" } 2021-08-19T15:27:27.794Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T15:27:27.794Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T15:27:27.794Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "91a2670b-91a5-4fe0-a884-1b53f2255a36", "consumerID": "policy-id", "timestamp": 1629386748443, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbhres/1.0/resourceInstances/basic_onboard_abhres0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-08-19T15:27:27.794Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T15:27:27.794Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T15:27:27.794Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "91a2670b-91a5-4fe0-a884-1b53f2255a36", "consumerID": "cds", "timestamp": 1629386751717, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbhres/1.0/artifacts/service-BasicOnboardAbhres-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-08-19T15:27:27.819Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 91a2670b-91a5-4fe0-a884-1b53f2255a36 2021-08-19T15:27:27.819Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 91a2670b-91a5-4fe0-a884-1b53f2255a36 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-08-19T15:27:27.827Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T15:27:27.828Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "91a2670b-91a5-4fe0-a884-1b53f2255a36", "consumerID": "multicloud-k8s-id", "timestamp": 1629386745352, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbhres/1.0/artifacts/service-BasicOnboardAbhres-csar.csar", "status": "NOTIFIED" } 2021-08-19T15:27:27.828Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T15:27:27.828Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T15:27:27.828Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "91a2670b-91a5-4fe0-a884-1b53f2255a36", "consumerID": "policy-id", "timestamp": 1629386748443, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbhres/1.0/resourceInstances/basic_onboard_abhres0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-19T15:27:27.828Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T15:27:27.828Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T15:27:27.828Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "91a2670b-91a5-4fe0-a884-1b53f2255a36", "consumerID": "policy-id", "timestamp": 1629386748443, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbhres/1.0/resourceInstances/basic_onboard_abhres0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-08-19T15:27:27.829Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T15:27:27.829Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T15:27:27.829Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "91a2670b-91a5-4fe0-a884-1b53f2255a36", "consumerID": "multicloud-k8s-id", "timestamp": 1629386753279, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbhres/1.0/resourceInstances/basic_onboard_abhres0/artifacts/basic_onboard_abhres0_modules.json", "status": "DOWNLOAD_OK" } 2021-08-19T15:27:27.829Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-19T15:27:27.829Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T15:27:27.829Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "91a2670b-91a5-4fe0-a884-1b53f2255a36", "consumerID": "policy-id", "timestamp": 1629386748443, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbhres/1.0/artifacts/service-BasicOnboardAbhres-template.yml", "status": "NOT_NOTIFIED" } 2021-08-19T15:27:27.829Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T15:27:27.829Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T15:27:27.829Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "91a2670b-91a5-4fe0-a884-1b53f2255a36", "consumerID": "multicloud-k8s-id", "timestamp": 1629386754448, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbhres/1.0/resourceInstances/basic_onboard_abhres0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-08-19T15:27:27.830Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-19T15:27:27.830Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T15:27:27.830Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "91a2670b-91a5-4fe0-a884-1b53f2255a36", "consumerID": "policy-id", "timestamp": 1629386748443, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbhres/1.0/artifacts/service-BasicOnboardAbhres-csar.csar", "status": "NOTIFIED" } 2021-08-19T15:27:27.830Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T15:27:27.830Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T15:27:27.830Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "91a2670b-91a5-4fe0-a884-1b53f2255a36", "consumerID": "multicloud-k8s-id", "timestamp": 1629386755776, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbhres/1.0/resourceInstances/basic_onboard_abhres0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-08-19T15:27:27.830Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-19T15:27:27.830Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T15:27:27.831Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "91a2670b-91a5-4fe0-a884-1b53f2255a36", "consumerID": "multicloud-k8s-id", "timestamp": 1629386756815, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-08-19T15:27:27.835Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 91a2670b-91a5-4fe0-a884-1b53f2255a36 2021-08-19T15:27:27.835Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 91a2670b-91a5-4fe0-a884-1b53f2255a36 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-08-19T15:27:27.845Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T15:27:27.845Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "91a2670b-91a5-4fe0-a884-1b53f2255a36", "consumerID": "clamp", "timestamp": 1629386756172, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbhres/1.0/resourceInstances/basic_onboard_abhres0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-19T15:27:27.845Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T15:27:27.846Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T15:27:27.846Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "91a2670b-91a5-4fe0-a884-1b53f2255a36", "consumerID": "aai-ml", "timestamp": 1629386756892, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbhres/1.0/artifacts/service-BasicOnboardAbhres-csar.csar", "status": "DEPLOY_ERROR" } 2021-08-19T15:27:27.846Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-19T15:27:27.846Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T15:27:27.846Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "91a2670b-91a5-4fe0-a884-1b53f2255a36", "consumerID": "policy-id", "timestamp": 1629386756879, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbhres/1.0/artifacts/service-BasicOnboardAbhres-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-19T15:27:27.846Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-19T15:27:27.847Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T15:27:27.847Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "91a2670b-91a5-4fe0-a884-1b53f2255a36", "consumerID": "multicloud-k8s-id", "timestamp": 1629386757819, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbhres/1.0/resourceInstances/basic_onboard_abhres0/artifacts/basic_onboard_abhres0_modules.json", "status": "DEPLOY_OK" } 2021-08-19T15:27:27.847Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-19T15:27:27.847Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T15:27:27.847Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "91a2670b-91a5-4fe0-a884-1b53f2255a36", "consumerID": "clamp", "timestamp": 1629386756172, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbhres/1.0/resourceInstances/basic_onboard_abhres0/artifacts/basic_onboard_abhres0_modules.json", "status": "NOTIFIED" } 2021-08-19T15:27:27.847Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T15:27:27.847Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T15:27:27.847Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "91a2670b-91a5-4fe0-a884-1b53f2255a36", "consumerID": "aai-ml", "timestamp": 1629386757895, "artifactURL": "", "status": "COMPONENT_DONE_ERROR", "errorReason": "deploy failure", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-08-19T15:27:27.852Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 91a2670b-91a5-4fe0-a884-1b53f2255a36 2021-08-19T15:27:27.852Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 91a2670b-91a5-4fe0-a884-1b53f2255a36 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-08-19T15:27:27.859Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T15:27:27.859Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "91a2670b-91a5-4fe0-a884-1b53f2255a36", "consumerID": "policy-id", "timestamp": 1629386757887, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbhres/1.0/artifacts/service-BasicOnboardAbhres-csar.csar", "status": "DEPLOY_OK" } 2021-08-19T15:27:27.860Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-19T15:27:27.860Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T15:27:27.860Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "91a2670b-91a5-4fe0-a884-1b53f2255a36", "consumerID": "clamp", "timestamp": 1629386756172, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbhres/1.0/resourceInstances/basic_onboard_abhres0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-08-19T15:27:27.860Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T15:27:27.860Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T15:27:27.860Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "91a2670b-91a5-4fe0-a884-1b53f2255a36", "consumerID": "policy-id", "timestamp": 1629386758890, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-08-19T15:27:27.867Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 91a2670b-91a5-4fe0-a884-1b53f2255a36 2021-08-19T15:27:27.867Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 91a2670b-91a5-4fe0-a884-1b53f2255a36 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2021-08-19T15:27:27.875Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T15:27:27.876Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "91a2670b-91a5-4fe0-a884-1b53f2255a36", "consumerID": "clamp", "timestamp": 1629386756172, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbhres/1.0/resourceInstances/basic_onboard_abhres0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-19T15:27:27.876Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T15:27:27.876Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T15:27:27.876Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "91a2670b-91a5-4fe0-a884-1b53f2255a36", "consumerID": "clamp", "timestamp": 1629386756172, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbhres/1.0/resourceInstances/basic_onboard_abhres0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-08-19T15:27:27.876Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T15:27:27.876Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T15:27:27.876Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "91a2670b-91a5-4fe0-a884-1b53f2255a36", "consumerID": "clamp", "timestamp": 1629386756172, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbhres/1.0/artifacts/service-BasicOnboardAbhres-template.yml", "status": "NOT_NOTIFIED" } 2021-08-19T15:27:27.877Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T15:27:27.877Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T15:27:27.877Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "91a2670b-91a5-4fe0-a884-1b53f2255a36", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629386761865, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbhres/1.0/resourceInstances/basic_onboard_abhres0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-19T15:27:27.877Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T15:27:27.877Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T15:27:27.877Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "91a2670b-91a5-4fe0-a884-1b53f2255a36", "consumerID": "clamp", "timestamp": 1629386756172, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbhres/1.0/artifacts/service-BasicOnboardAbhres-csar.csar", "status": "NOTIFIED" } 2021-08-19T15:27:27.877Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T15:27:27.877Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T15:27:27.877Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "91a2670b-91a5-4fe0-a884-1b53f2255a36", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629386761865, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbhres/1.0/resourceInstances/basic_onboard_abhres0/artifacts/basic_onboard_abhres0_modules.json", "status": "NOT_NOTIFIED" } 2021-08-19T15:27:27.877Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T15:27:27.878Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T15:27:27.878Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "91a2670b-91a5-4fe0-a884-1b53f2255a36", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629386761865, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbhres/1.0/resourceInstances/basic_onboard_abhres0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-08-19T15:27:27.878Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T15:27:27.878Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T15:27:27.878Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "91a2670b-91a5-4fe0-a884-1b53f2255a36", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629386761865, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbhres/1.0/resourceInstances/basic_onboard_abhres0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-19T15:27:27.878Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T15:27:27.878Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T15:27:27.878Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "91a2670b-91a5-4fe0-a884-1b53f2255a36", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629386761865, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbhres/1.0/resourceInstances/basic_onboard_abhres0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-08-19T15:27:27.878Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T15:27:27.878Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T15:27:27.878Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "91a2670b-91a5-4fe0-a884-1b53f2255a36", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629386761865, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbhres/1.0/artifacts/service-BasicOnboardAbhres-template.yml", "status": "NOT_NOTIFIED" } 2021-08-19T15:27:27.879Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T15:27:27.879Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T15:27:27.879Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "91a2670b-91a5-4fe0-a884-1b53f2255a36", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629386761865, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbhres/1.0/artifacts/service-BasicOnboardAbhres-csar.csar", "status": "NOTIFIED" } 2021-08-19T15:27:27.879Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T15:27:27.879Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T15:27:27.879Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "91a2670b-91a5-4fe0-a884-1b53f2255a36", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629386770095, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbhres/1.0/artifacts/service-BasicOnboardAbhres-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-19T15:27:27.879Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-19T15:27:27.879Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T15:27:27.879Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "91a2670b-91a5-4fe0-a884-1b53f2255a36", "consumerID": "clamp", "timestamp": 1629386771044, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbhres/1.0/artifacts/service-BasicOnboardAbhres-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-19T15:27:27.880Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-19T15:27:27.880Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T15:27:27.880Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "91a2670b-91a5-4fe0-a884-1b53f2255a36", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629386772850, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbhres/1.0/artifacts/service-BasicOnboardAbhres-csar.csar", "status": "DEPLOY_OK" } 2021-08-19T15:27:27.880Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-19T15:27:27.880Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T15:27:27.880Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "91a2670b-91a5-4fe0-a884-1b53f2255a36", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629386773855, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-08-19T15:27:27.890Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 91a2670b-91a5-4fe0-a884-1b53f2255a36 2021-08-19T15:27:27.890Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 91a2670b-91a5-4fe0-a884-1b53f2255a36 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-08-19T15:27:27.900Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T15:27:27.900Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "91a2670b-91a5-4fe0-a884-1b53f2255a36", "consumerID": "clamp", "timestamp": 1629386774050, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbhres/1.0/artifacts/service-BasicOnboardAbhres-csar.csar", "status": "DEPLOY_OK" } 2021-08-19T15:27:27.900Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-19T15:27:27.900Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T15:27:27.901Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "91a2670b-91a5-4fe0-a884-1b53f2255a36", "consumerID": "clamp", "timestamp": 1629386775054, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-08-19T15:27:27.905Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 91a2670b-91a5-4fe0-a884-1b53f2255a36 2021-08-19T15:27:27.905Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 91a2670b-91a5-4fe0-a884-1b53f2255a36 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-08-19T15:27:50.845Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e3b0c799-b486-4ac8-9b6b-d7df30d383b2 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-08-19T15:27:50.859Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e3b0c799-b486-4ac8-9b6b-d7df30d383b2 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-08-19T15:27:50.863Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-08-19T15:27:50.863Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-08-19T15:27:50.864Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-08-19T15:27:50.864Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-08-19T15:27:50.864Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 2021-08-19T15:27:50.865Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-08-19T15:27:50.870Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-08-19T15:28:20.871Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e3b0c799-b486-4ac8-9b6b-d7df30d383b2 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2021-08-19T15:28:20.884Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e3b0c799-b486-4ac8-9b6b-d7df30d383b2 and serviceModelVersionId: cfc78bfd-c7c3-47f1-9eea-47af3b062357 2021-08-19T15:28:20.885Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d30c73f2-6c4f-4116-9abe-ff36cf594281 2021-08-19T15:28:27.198Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-19T15:28:27.199Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-19T15:28:27.200Z||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 qoO1GatorxUOMWlm) ... 2021-08-19T15:28:34.197Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d30c73f2-6c4f-4116-9abe-ff36cf594281/model-vers/model-ver/cfc78bfd-c7c3-47f1-9eea-47af3b062357?depth=0 2021-08-19T15:28:34.300Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context! 2021-08-19T15:28:34.781Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d30c73f2-6c4f-4116-9abe-ff36cf594281/model-vers/model-ver/cfc78bfd-c7c3-47f1-9eea-47af3b062357?depth=0|INFO|500||Invoke 2021-08-19T15:28:34.788Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d30c73f2-6c4f-4116-9abe-ff36cf594281/model-vers/model-ver/cfc78bfd-c7c3-47f1-9eea-47af3b062357?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d30c73f2-6c4f-4116-9abe-ff36cf594281/model-vers/model-ver/cfc78bfd-c7c3-47f1-9eea-47af3b062357?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[e3b0c799-b486-4ac8-9b6b-d7df30d383b2], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[7c68eccb-b2d4-4845-9fa6-a2cb92e0f1e2], X-ECOMP-RequestID=[e3b0c799-b486-4ac8-9b6b-d7df30d383b2], X-TransactionId=[], X-ONAP-RequestID=[e3b0c799-b486-4ac8-9b6b-d7df30d383b2], Content-Type=[application/merge-patch+json]} 2021-08-19T15:28:34.961Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d30c73f2-6c4f-4116-9abe-ff36cf594281/model-vers/model-ver/cfc78bfd-c7c3-47f1-9eea-47af3b062357?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"} 2021-08-19T15:28:35.032Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d30c73f2-6c4f-4116-9abe-ff36cf594281/model-vers/model-ver/cfc78bfd-c7c3-47f1-9eea-47af3b062357?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/d30c73f2-6c4f-4116-9abe-ff36cf594281/model-vers/model-ver/cfc78bfd-c7c3-47f1-9eea-47af3b062357?depth=0 has http status code:404 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210819-15:28:34:975-59472], Content-Length=[495], Date=[Thu, 19 Aug 2021 15:28:34 GMT], Content-Type=[application/json]} 2021-08-19T15:28:35.034Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d30c73f2-6c4f-4116-9abe-ff36cf594281/model-vers/model-ver/cfc78bfd-c7c3-47f1-9eea-47af3b062357?depth=0|DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["MERGE_PATCH","service-design-and-creation/models/model/d30c73f2-6c4f-4116-9abe-ff36cf594281/model-vers/model-ver/cfc78bfd-c7c3-47f1-9eea-47af3b062357","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/d30c73f2-6c4f-4116-9abe-ff36cf594281/model-vers/model-ver/cfc78bfd-c7c3-47f1-9eea-47af3b062357","ERR.5.4.6114"]}}} 2021-08-19T15:28:35.035Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d30c73f2-6c4f-4116-9abe-ff36cf594281/model-vers/model-ver/cfc78bfd-c7c3-47f1-9eea-47af3b062357?depth=0|INFO|404|Not Found|InvokeReturn 2021-08-19T15:28:35.058Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=e3b0c799-b486-4ac8-9b6b-d7df30d383b2 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/d30c73f2-6c4f-4116-9abe-ff36cf594281/model-vers/model-ver/cfc78bfd-c7c3-47f1-9eea-47af3b062357 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/d30c73f2-6c4f-4116-9abe-ff36cf594281/model-vers/model-ver/cfc78bfd-c7c3-47f1-9eea-47af3b062357) (ec=ERR.5.4.6114) 2021-08-19T15:28:35.058Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||ERROR|500||Exception occurred javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=e3b0c799-b486-4ac8-9b6b-d7df30d383b2 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/d30c73f2-6c4f-4116-9abe-ff36cf594281/model-vers/model-ver/cfc78bfd-c7c3-47f1-9eea-47af3b062357 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/d30c73f2-6c4f-4116-9abe-ff36cf594281/model-vers/model-ver/cfc78bfd-c7c3-47f1-9eea-47af3b062357) (ec=ERR.5.4.6114) at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:74) at org.onap.so.client.RestRequest.get(RestRequest.java:77) at org.onap.so.client.RestClient.buildRequest(RestClient.java:326) at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322) at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283) at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67) at net.jodah.failsafe.Execution.executeSync(Execution.java:117) at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319) at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71) at org.onap.so.client.RestClient.method(RestClient.java:322) at org.onap.so.client.RestClient.patch(RestClient.java:265) at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81) at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184) at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-08-19T15:28:35.059Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=e3b0c799-b486-4ac8-9b6b-d7df30d383b2 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/d30c73f2-6c4f-4116-9abe-ff36cf594281/model-vers/model-ver/cfc78bfd-c7c3-47f1-9eea-47af3b062357 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/d30c73f2-6c4f-4116-9abe-ff36cf594281/model-vers/model-ver/cfc78bfd-c7c3-47f1-9eea-47af3b062357) (ec=ERR.5.4.6114) 2021-08-19T15:28:35.059Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=e3b0c799-b486-4ac8-9b6b-d7df30d383b2 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/d30c73f2-6c4f-4116-9abe-ff36cf594281/model-vers/model-ver/cfc78bfd-c7c3-47f1-9eea-47af3b062357 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/d30c73f2-6c4f-4116-9abe-ff36cf594281/model-vers/model-ver/cfc78bfd-c7c3-47f1-9eea-47af3b062357) (ec=ERR.5.4.6114) Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-08-19T15:28:35.065Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-08-19T15:28:35.066Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e3b0c799-b486-4ac8-9b6b-d7df30d383b2 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=e3b0c799-b486-4ac8-9b6b-d7df30d383b2 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/d30c73f2-6c4f-4116-9abe-ff36cf594281/model-vers/model-ver/cfc78bfd-c7c3-47f1-9eea-47af3b062357 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/d30c73f2-6c4f-4116-9abe-ff36cf594281/model-vers/model-ver/cfc78bfd-c7c3-47f1-9eea-47af3b062357) (ec=ERR.5.4.6114) 2021-08-19T15:28:35.068Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2021-08-19T15:28:35.069Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-19T15:28:35.072Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-19T15:28:35.072Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "e3b0c799-b486-4ac8-9b6b-d7df30d383b2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629386915066, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003de3b0c799-b486-4ac8-9b6b-d7df30d383b2 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/d30c73f2-6c4f-4116-9abe-ff36cf594281/model-vers/model-ver/cfc78bfd-c7c3-47f1-9eea-47af3b062357 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/d30c73f2-6c4f-4116-9abe-ff36cf594281/model-vers/model-ver/cfc78bfd-c7c3-47f1-9eea-47af3b062357) (ec\u003dERR.5.4.6114)" } 2021-08-19T15:28:35.172Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-19T15:28:35.173Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-19T15:28:35.173Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qoO1GatorxUOMWlm) ... 2021-08-19T15:28:35.187Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T15:28:35.188Z||pool-18-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2021-08-19T15:28:35.800Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T15:28:35.801Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T15:28:35.801Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3b0c799-b486-4ac8-9b6b-d7df30d383b2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629386915066, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003de3b0c799-b486-4ac8-9b6b-d7df30d383b2 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/d30c73f2-6c4f-4116-9abe-ff36cf594281/model-vers/model-ver/cfc78bfd-c7c3-47f1-9eea-47af3b062357 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/d30c73f2-6c4f-4116-9abe-ff36cf594281/model-vers/model-ver/cfc78bfd-c7c3-47f1-9eea-47af3b062357) (ec\u003dERR.5.4.6114)" } 2021-08-19T15:28:35.802Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-08-19T15:28:36.100Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-19T15:28:36.102Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-19T15:28:36.102Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qoO1GatorxUOMWlm) ... 2021-08-19T15:28:40.520Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T15:28:40.522Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-19T15:28:40.522Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"91a2670b-91a5-4fe0-a884-1b53f2255a36","serviceName":"basic_onboard_aBhrES","serviceVersion":"1.0","serviceUUID":"9feab51e-bf69-4cec-a98d-c95a95c7c9b2","serviceDescription":"service","serviceInvariantUUID":"7404a750-03fa-4fef-a781-2a8393b745eb","resources":[{"resourceInstanceName":"basic_onboard_aBhrES 0","resourceName":"basic_onboard_aBhrES","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"d0f3c780-83ef-40d3-8b99-245fbfad89bf","resourceInvariantUUID":"8138e142-f911-4524-84ec-2f2d263219e5","resourceCustomizationUUID":"4907a9d7-0b65-4baa-8b63-1b4dd6e633f6","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAbhres/1.0/resourceInstances/basic_onboard_abhres0/artifacts/vf-license-model.xml","artifactChecksum":"MmYyZDljMGI3OGQwMDM0N2U5N2EwNWM4YWQ2NGIyNjc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"46adbaa0-3365-4009-885f-e9787017f463","artifactVersion":"1"},{"artifactName":"basic_onboard_abhres0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAbhres/1.0/resourceInstances/basic_onboard_abhres0/artifacts/basic_onboard_abhres0_modules.json","artifactChecksum":"MjRlZTA5OWE4MWE5Y2IyZjFhY2RlNDVkMDRhNzI1OTM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"aae3bece-3146-46a0-8d1d-cb6daa4a3763","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAbhres/1.0/resourceInstances/basic_onboard_abhres0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"376460be-4f1c-49d4-9a13-2342158f7436","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAbhres/1.0/resourceInstances/basic_onboard_abhres0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"35865df5-7769-4bd4-964f-9e13377afc0c","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAbhres/1.0/resourceInstances/basic_onboard_abhres0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"b2f84bca-6078-4a7c-920d-9ff5d0136579","artifactVersion":"2","generatedFromUUID":"376460be-4f1c-49d4-9a13-2342158f7436"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardAbhres-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAbhres/1.0/artifacts/service-BasicOnboardAbhres-template.yml","artifactChecksum":"ZGQ2MmYwNDFjOGI2NWI1MDExNGYxZjU2YWI1ZTM4MTY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"143b9da4-6b63-478e-87c4-fbfa9c574d41","artifactVersion":"1"},{"artifactName":"service-BasicOnboardAbhres-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAbhres/1.0/artifacts/service-BasicOnboardAbhres-csar.csar","artifactChecksum":"Mjk0ZWM3Yjc5ZDlhOTJlNWViMGE0NDljOGE5YzY0YTU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"031e5083-39ab-4f51-b613-992e4afb62c6","artifactVersion":"1"}],"workloadContext":"Production"} 2021-08-19T15:28:40.526Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-19T15:28:40.527Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-08-19T15:28:40.533Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-19T15:28:40.533Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "91a2670b-91a5-4fe0-a884-1b53f2255a36", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629386916100, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbhres/1.0/resourceInstances/basic_onboard_abhres0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-19T15:28:40.633Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-19T15:28:40.634Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-19T15:28:40.634Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qoO1GatorxUOMWlm) ... 2021-08-19T15:28:40.648Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T15:28:40.649Z||pool-19-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-08-19T15:28:41.536Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-19T15:28:41.538Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-08-19T15:28:41.543Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-19T15:28:41.543Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "91a2670b-91a5-4fe0-a884-1b53f2255a36", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629386916100, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbhres/1.0/resourceInstances/basic_onboard_abhres0/artifacts/basic_onboard_abhres0_modules.json", "status": "NOTIFIED" } 2021-08-19T15:28:41.643Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-19T15:28:41.644Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-19T15:28:41.644Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qoO1GatorxUOMWlm) ... 2021-08-19T15:28:41.660Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T15:28:41.661Z||pool-20-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2021-08-19T15:28:42.544Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-19T15:28:42.546Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-08-19T15:28:42.549Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-19T15:28:42.549Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "91a2670b-91a5-4fe0-a884-1b53f2255a36", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629386916100, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbhres/1.0/resourceInstances/basic_onboard_abhres0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-08-19T15:28:42.649Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-19T15:28:42.651Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-19T15:28:42.651Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qoO1GatorxUOMWlm) ... 2021-08-19T15:28:42.664Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T15:28:42.665Z||pool-21-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2021-08-19T15:28:43.550Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-19T15:28:43.552Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-08-19T15:28:43.555Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-19T15:28:43.555Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "91a2670b-91a5-4fe0-a884-1b53f2255a36", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629386916100, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbhres/1.0/resourceInstances/basic_onboard_abhres0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-19T15:28:43.657Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-08-19T15:28:43.660Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-19T15:28:43.660Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qoO1GatorxUOMWlm) ... 2021-08-19T15:28:43.674Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T15:28:43.675Z||pool-22-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2021-08-19T15:28:44.556Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-19T15:28:44.557Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-08-19T15:28:44.559Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-19T15:28:44.564Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "91a2670b-91a5-4fe0-a884-1b53f2255a36", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629386916100, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbhres/1.0/resourceInstances/basic_onboard_abhres0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-08-19T15:28:44.660Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms 2021-08-19T15:28:44.661Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-19T15:28:44.661Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qoO1GatorxUOMWlm) ... 2021-08-19T15:28:44.674Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T15:28:44.675Z||pool-23-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-08-19T15:28:45.565Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-19T15:28:45.566Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-08-19T15:28:45.568Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-19T15:28:45.568Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "91a2670b-91a5-4fe0-a884-1b53f2255a36", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629386916100, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbhres/1.0/artifacts/service-BasicOnboardAbhres-template.yml", "status": "NOT_NOTIFIED" } 2021-08-19T15:28:45.668Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-08-19T15:28:45.669Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-19T15:28:45.670Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qoO1GatorxUOMWlm) ... 2021-08-19T15:28:45.684Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T15:28:45.685Z||pool-24-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2021-08-19T15:28:46.569Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-19T15:28:46.570Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-08-19T15:28:46.574Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-19T15:28:46.574Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "91a2670b-91a5-4fe0-a884-1b53f2255a36", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629386916100, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbhres/1.0/artifacts/service-BasicOnboardAbhres-csar.csar", "status": "NOTIFIED" } 2021-08-19T15:28:46.674Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-19T15:28:46.675Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-19T15:28:46.675Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qoO1GatorxUOMWlm) ... 2021-08-19T15:28:46.691Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T15:28:46.692Z||pool-25-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2021-08-19T15:28:47.586Z||pool-2-thread-5|||||DEBUG|500||sending notification to client: { "distributionID": "91a2670b-91a5-4fe0-a884-1b53f2255a36", "serviceName": "basic_onboard_aBhrES", "serviceVersion": "1.0", "serviceUUID": "9feab51e-bf69-4cec-a98d-c95a95c7c9b2", "serviceDescription": "service", "serviceInvariantUUID": "7404a750-03fa-4fef-a781-2a8393b745eb", "resources": [ { "resourceInstanceName": "basic_onboard_aBhrES 0", "resourceCustomizationUUID": "4907a9d7-0b65-4baa-8b63-1b4dd6e633f6", "resourceName": "basic_onboard_aBhrES", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "d0f3c780-83ef-40d3-8b99-245fbfad89bf", "resourceInvariantUUID": "8138e142-f911-4524-84ec-2f2d263219e5", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_abhres0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbhres/1.0/resourceInstances/basic_onboard_abhres0/artifacts/basic_onboard_abhres0_modules.json", "artifactChecksum": "MjRlZTA5OWE4MWE5Y2IyZjFhY2RlNDVkMDRhNzI1OTM\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "aae3bece-3146-46a0-8d1d-cb6daa4a3763", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbhres/1.0/resourceInstances/basic_onboard_abhres0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "376460be-4f1c-49d4-9a13-2342158f7436", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbhres/1.0/resourceInstances/basic_onboard_abhres0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "b2f84bca-6078-4a7c-920d-9ff5d0136579", "generatedFromUUID": "376460be-4f1c-49d4-9a13-2342158f7436" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbhres/1.0/resourceInstances/basic_onboard_abhres0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "b2f84bca-6078-4a7c-920d-9ff5d0136579", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardAbhres-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbhres/1.0/artifacts/service-BasicOnboardAbhres-csar.csar", "artifactChecksum": "Mjk0ZWM3Yjc5ZDlhOTJlNWViMGE0NDljOGE5YzY0YTU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "031e5083-39ab-4f51-b613-992e4afb62c6" } ], "workloadContext": "Production" } 2021-08-19T15:28:47.588Z||pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-08-19T15:28:47.588Z||pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 9feab51e-bf69-4cec-a98d-c95a95c7c9b2 ASDC 2021-08-19T15:28:47.589Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||ASDC Notification: DistributionID:91a2670b-91a5-4fe0-a884-1b53f2255a36 ServiceName:basic_onboard_aBhrES ServiceVersion:1.0 ServiceUUID:9feab51e-bf69-4cec-a98d-c95a95c7c9b2 ServiceInvariantUUID:7404a750-03fa-4fef-a781-2a8393b745eb ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardAbhres-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardAbhres/1.0/artifacts/service-BasicOnboardAbhres-csar.csar ArtifactUUID:031e5083-39ab-4f51-b613-992e4afb62c6 ArtifactChecksum:Mjk0ZWM3Yjc5ZDlhOTJlNWViMGE0NDljOGE5YzY0YTU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_aBhrES 0 ResourceCustomizationUUID:4907a9d7-0b65-4baa-8b63-1b4dd6e633f6 ResourceInvariantUUID:8138e142-f911-4524-84ec-2f2d263219e5 ResourceName:basic_onboard_aBhrES ResourceType:VF ResourceUUID:d0f3c780-83ef-40d3-8b99-245fbfad89bf ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_abhres0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardAbhres/1.0/resourceInstances/basic_onboard_abhres0/artifacts/basic_onboard_abhres0_modules.json ArtifactUUID:aae3bece-3146-46a0-8d1d-cb6daa4a3763 ArtifactChecksum:MjRlZTA5OWE4MWE5Y2IyZjFhY2RlNDVkMDRhNzI1OTM= 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/BasicOnboardAbhres/1.0/resourceInstances/basic_onboard_abhres0/artifacts/base_ubuntu18.yaml ArtifactUUID:376460be-4f1c-49d4-9a13-2342158f7436 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/BasicOnboardAbhres/1.0/resourceInstances/basic_onboard_abhres0/artifacts/base_ubuntu18.env ArtifactUUID:b2f84bca-6078-4a7c-920d-9ff5d0136579 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/BasicOnboardAbhres/1.0/resourceInstances/basic_onboard_abhres0/artifacts/base_ubuntu18.env ArtifactUUID:b2f84bca-6078-4a7c-920d-9ff5d0136579 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-08-19T15:28:47.589Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9feab51e-bf69-4cec-a98d-c95a95c7c9b2 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-08-19T15:28:47.655Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-08-19T15:28:47.656Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2021-08-19T15:28:47.656Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2021-08-19T15:28:47.656Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 031e5083-39ab-4f51-b613-992e4afb62c6 from URL: /sdc/v1/catalog/services/BasicOnboardAbhres/1.0/artifacts/service-BasicOnboardAbhres-csar.csar 2021-08-19T15:28:47.656Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||INFO|500||DistributionClient - download 2021-08-19T15:28:47.657Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardAbhres/1.0/artifacts/service-BasicOnboardAbhres-csar.csar 2021-08-19T15:28:48.288Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2021-08-19T15:28:48.291Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardAbhres/1.0/artifacts/service-BasicOnboardAbhres-csar.csar 031e5083-39ab-4f51-b613-992e4afb62c6 71357 2021-08-19T15:28:48.292Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardAbhres/1.0/artifacts/service-BasicOnboardAbhres-csar.csar ASDC sendASDCNotification 2021-08-19T15:28:48.292Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAbhres/1.0/artifacts/service-BasicOnboardAbhres-csar.csar 2021-08-19T15:28:48.292Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2021-08-19T15:28:48.292Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-08-19T15:28:48.295Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-19T15:28:48.295Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "91a2670b-91a5-4fe0-a884-1b53f2255a36", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629386928292, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbhres/1.0/artifacts/service-BasicOnboardAbhres-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-19T15:28:48.396Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-19T15:28:48.397Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-19T15:28:48.397Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qoO1GatorxUOMWlm) ... 2021-08-19T15:28:48.411Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T15:28:48.412Z||pool-26-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2021-08-19T15:28:49.296Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-08-19T15:28:49.297Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2021-08-19T15:28:49.298Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 031e5083-39ab-4f51-b613-992e4afb62c6, URL: /sdc/v1/catalog/services/BasicOnboardAbhres/1.0/artifacts/service-BasicOnboardAbhres-csar.csar to file: /app/ASDC/1/service-BasicOnboardAbhres-csar.csar 2021-08-19T15:28:49.298Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardAbhres-csar.csar 2021-08-19T15:28:49.298Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardAbhres-csar.csar 2021-08-19T15:28:49.298Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardAbhres-csar.csar 2021-08-19T15:28:49.659Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12587426825282616905/Definitions/service-BasicOnboardAbhres-template.yml Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided 2021-08-19T15:28:50.873Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0 2021-08-19T15:28:50.874Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||WARN|500||#################################################################################################### 2021-08-19T15:28:50.874Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardAbhres-csar.csar 2021-08-19T15:28:50.874Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2021-08-19T15:28:50.874Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_aBhrES 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-BasicOnboardAbhres-csar.csar 2021-08-19T15:28:50.874Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardAbhres-csar.csar 2021-08-19T15:28:50.874Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardAbhres-csar.csar 2021-08-19T15:28:50.874Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardAbhres-csar.csar 2021-08-19T15:28:50.875Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardAbhres-csar.csar 2021-08-19T15:28:50.875Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardAbhres-csar.csar 2021-08-19T15:28:50.875Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardAbhres-csar.csar 2021-08-19T15:28:50.875Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardAbhres-csar.csar 2021-08-19T15:28:50.875Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardAbhres-csar.csar 2021-08-19T15:28:50.875Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||WARN|500||#################################################################################################### 2021-08-19T15:28:50.876Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T15:28:50.876Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_aBhrES is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-08-19T15:28:50.876Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_aBhrES 0 is matching search criteria 2021-08-19T15:28:50.876Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2021-08-19T15:28:50.877Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_aBhrES 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2021-08-19T15:28:50.877Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T15:28:50.877Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_aBhrES is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-08-19T15:28:50.877Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_aBhrES 0 is matching search criteria 2021-08-19T15:28:50.878Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2021-08-19T15:28:50.878Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_aBhrES 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2021-08-19T15:28:50.878Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T15:28:50.878Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_aBhrES is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-08-19T15:28:50.879Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T15:28:50.879Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_aBhrES 0 is not matching search criteria 2021-08-19T15:28:50.879Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2021-08-19T15:28:50.879Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2021-08-19T15:28:50.879Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2021-08-19T15:28:50.879Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-08-19T15:28:50.880Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-08-19T15:28:50.880Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T15:28:50.880Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_aBhrES is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-08-19T15:28:50.880Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T15:28:50.881Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_aBhrES 0 is matching search criteria 2021-08-19T15:28:50.881Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_aBhrES 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-19T15:28:50.881Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T15:28:50.881Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_aBhrES 0 is matching search criteria 2021-08-19T15:28:50.881Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_aBhrES 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-19T15:28:50.882Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T15:28:50.882Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_aBhrES 0 is matching search criteria 2021-08-19T15:28:50.882Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_aBhrES 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-19T15:28:50.882Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T15:28:50.882Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_aBhrES 0 is not matching search criteria 2021-08-19T15:28:50.883Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2021-08-19T15:28:50.883Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-08-19T15:28:50.883Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=bb931e3e-5a20-4900-b8fa-3ca1047ce6fe 2021-08-19T15:28:50.883Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T15:28:50.883Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_aBhrES is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-08-19T15:28:50.884Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T15:28:50.884Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_aBhrES is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-08-19T15:28:50.884Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T15:28:50.884Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_aBhrES is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-08-19T15:28:50.885Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T15:28:50.885Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_aBhrES is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-08-19T15:28:50.885Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_onboard_aBhrES Description:service Model UUID:9feab51e-bf69-4cec-a98d-c95a95c7c9b2 Model Version:NULL Model InvariantUuid:7404a750-03fa-4fef-a781-2a8393b745eb Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_onboard_aBhrES Model UUID:bdb5579f-3b48-4d8c-89b1-876cfc6913c9 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:8138e142-f911-4524-84ec-2f2d263219e5 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:4907a9d7-0b65-4baa-8b63-1b4dd6e633f6 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:b1ad7b22-a160-4400-953f-be906a2103e2 ModelName:BasicOnboardAbhres..base_ubuntu18..module-0 ModelUuid:132b6849-7e19-45ec-82e8-9c2171757d7f ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:bb931e3e-5a20-4900-b8fa-3ca1047ce6fe ModelInvariantUuid:cdfacdeb-c72f-408b-846a-a9a0d446ed6e ModelName:basic_onboard_aBhrES-nodes.ubuntu18Cvfc ModelUuid:db661bdd-7f91-4d47-8b79-d4fb2589f20c ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:33af8b7f-4555-46d9-bd6b-70ffdbf68ef4 ModelInvariantUuid:90caedb1-fcb6-4670-ac64-b6e6eb5e092e ModelName:BasicOnboardAbhres.compute.nodes.heat.ubuntu18 ModelUuid:bce51373-4f3c-4bff-a262-050d512eada2 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-08-19T15:28:50.892Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: d0f3c780-83ef-40d3-8b99-245fbfad89bf Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-08-19T15:28:50.898Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||INFO|500||basic_onboard_aBhrES 0 2021-08-19T15:28:50.898Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: d0f3c780-83ef-40d3-8b99-245fbfad89bf 2021-08-19T15:28:50.898Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: aae3bece-3146-46a0-8d1d-cb6daa4a3763 from URL: /sdc/v1/catalog/services/BasicOnboardAbhres/1.0/resourceInstances/basic_onboard_abhres0/artifacts/basic_onboard_abhres0_modules.json 2021-08-19T15:28:50.898Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||INFO|500||DistributionClient - download 2021-08-19T15:28:50.899Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardAbhres/1.0/resourceInstances/basic_onboard_abhres0/artifacts/basic_onboard_abhres0_modules.json 2021-08-19T15:28:51.400Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2021-08-19T15:28:51.400Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardAbhres/1.0/resourceInstances/basic_onboard_abhres0/artifacts/basic_onboard_abhres0_modules.json aae3bece-3146-46a0-8d1d-cb6daa4a3763 798 2021-08-19T15:28:51.401Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardAbhres/1.0/resourceInstances/basic_onboard_abhres0/artifacts/basic_onboard_abhres0_modules.json ASDC sendASDCNotification 2021-08-19T15:28:51.401Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAbhres/1.0/resourceInstances/basic_onboard_abhres0/artifacts/basic_onboard_abhres0_modules.json 2021-08-19T15:28:51.402Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2021-08-19T15:28:51.402Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-08-19T15:28:51.404Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-19T15:28:51.404Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "91a2670b-91a5-4fe0-a884-1b53f2255a36", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629386931401, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbhres/1.0/resourceInstances/basic_onboard_abhres0/artifacts/basic_onboard_abhres0_modules.json", "status": "DOWNLOAD_OK" } 2021-08-19T15:28:51.504Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-19T15:28:51.505Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-19T15:28:51.505Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qoO1GatorxUOMWlm) ... 2021-08-19T15:28:51.519Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T15:28:51.520Z||pool-27-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-08-19T15:28:52.405Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardAbhres..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "b1ad7b22-a160-4400-953f-be906a2103e2", "vfModuleModelVersion": "1", "vfModuleModelUUID": "132b6849-7e19-45ec-82e8-9c2171757d7f", "vfModuleModelCustomizationUUID": "38a30a3e-6f6f-45f3-8af1-d22de108abcb", "isBase": true, "artifacts": [ "376460be-4f1c-49d4-9a13-2342158f7436", "b2f84bca-6078-4a7c-920d-9ff5d0136579" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu18", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2021-08-19T15:28:52.410Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardAbhres..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:132b6849-7e19-45ec-82e8-9c2171757d7f VfModuleModelInvariantUUID:b1ad7b22-a160-4400-953f-be906a2103e2 VfModuleModelDescription:NULL Artifacts UUID List:{ 376460be-4f1c-49d4-9a13-2342158f7436 , b2f84bca-6078-4a7c-920d-9ff5d0136579 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu18 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2021-08-19T15:28:52.416Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardAbhres..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "b1ad7b22-a160-4400-953f-be906a2103e2", "vfModuleModelVersion": "1", "vfModuleModelUUID": "132b6849-7e19-45ec-82e8-9c2171757d7f", "vfModuleModelCustomizationUUID": "38a30a3e-6f6f-45f3-8af1-d22de108abcb", "isBase": true, "artifacts": [ "376460be-4f1c-49d4-9a13-2342158f7436", "b2f84bca-6078-4a7c-920d-9ff5d0136579" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu18", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2021-08-19T15:28:52.416Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardAbhres..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:132b6849-7e19-45ec-82e8-9c2171757d7f VfModuleModelInvariantUUID:b1ad7b22-a160-4400-953f-be906a2103e2 VfModuleModelDescription:NULL Artifacts UUID List:{ 376460be-4f1c-49d4-9a13-2342158f7436 , b2f84bca-6078-4a7c-920d-9ff5d0136579 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu18 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2021-08-19T15:28:52.417Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 376460be-4f1c-49d4-9a13-2342158f7436 from URL: /sdc/v1/catalog/services/BasicOnboardAbhres/1.0/resourceInstances/basic_onboard_abhres0/artifacts/base_ubuntu18.yaml 2021-08-19T15:28:52.417Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||INFO|500||DistributionClient - download 2021-08-19T15:28:52.417Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardAbhres/1.0/resourceInstances/basic_onboard_abhres0/artifacts/base_ubuntu18.yaml 2021-08-19T15:28:52.583Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2021-08-19T15:28:52.584Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardAbhres/1.0/resourceInstances/basic_onboard_abhres0/artifacts/base_ubuntu18.yaml 376460be-4f1c-49d4-9a13-2342158f7436 5033 2021-08-19T15:28:52.585Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardAbhres/1.0/resourceInstances/basic_onboard_abhres0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2021-08-19T15:28:52.585Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAbhres/1.0/resourceInstances/basic_onboard_abhres0/artifacts/base_ubuntu18.yaml 2021-08-19T15:28:52.585Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2021-08-19T15:28:52.586Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-08-19T15:28:52.588Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-19T15:28:52.588Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "91a2670b-91a5-4fe0-a884-1b53f2255a36", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629386932585, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbhres/1.0/resourceInstances/basic_onboard_abhres0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-08-19T15:28:52.689Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-08-19T15:28:52.690Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-19T15:28:52.690Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qoO1GatorxUOMWlm) ... 2021-08-19T15:28:52.703Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T15:28:52.704Z||pool-28-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-08-19T15:28:53.589Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: b2f84bca-6078-4a7c-920d-9ff5d0136579 from URL: /sdc/v1/catalog/services/BasicOnboardAbhres/1.0/resourceInstances/basic_onboard_abhres0/artifacts/base_ubuntu18.env 2021-08-19T15:28:53.591Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||INFO|500||DistributionClient - download 2021-08-19T15:28:53.591Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardAbhres/1.0/resourceInstances/basic_onboard_abhres0/artifacts/base_ubuntu18.env 2021-08-19T15:28:53.764Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2021-08-19T15:28:53.765Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardAbhres/1.0/resourceInstances/basic_onboard_abhres0/artifacts/base_ubuntu18.env b2f84bca-6078-4a7c-920d-9ff5d0136579 909 2021-08-19T15:28:53.766Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardAbhres/1.0/resourceInstances/basic_onboard_abhres0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2021-08-19T15:28:53.766Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAbhres/1.0/resourceInstances/basic_onboard_abhres0/artifacts/base_ubuntu18.env 2021-08-19T15:28:53.767Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2021-08-19T15:28:53.767Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-08-19T15:28:53.770Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-19T15:28:53.770Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "91a2670b-91a5-4fe0-a884-1b53f2255a36", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629386933766, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbhres/1.0/resourceInstances/basic_onboard_abhres0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-08-19T15:28:53.872Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2021-08-19T15:28:53.873Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-19T15:28:53.873Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qoO1GatorxUOMWlm) ... 2021-08-19T15:28:53.887Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T15:28:53.888Z||pool-29-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2021-08-19T15:28:54.771Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 9feab51e-bf69-4cec-a98d-c95a95c7c9b2 2021-08-19T15:28:54.772Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_aBhrES 0 d0f3c780-83ef-40d3-8b99-245fbfad89bf ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-08-19T15:28:54.791Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T15:28:54.792Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_aBhrES is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-08-19T15:28:54.792Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 2021-08-19T15:28:54.792Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 4907a9d7-0b65-4baa-8b63-1b4dd6e633f6 2021-08-19T15:28:54.793Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 4907a9d7-0b65-4baa-8b63-1b4dd6e633f6 matches Tosca VF Customization UUID: 4907a9d7-0b65-4baa-8b63-1b4dd6e633f6 2021-08-19T15:28:54.793Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 4907a9d7-0b65-4baa-8b63-1b4dd6e633f6 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2021-08-19T15:28:54.795Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T15:28:54.796Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_aBhrES is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-08-19T15:28:54.796Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 4907a9d7-0b65-4baa-8b63-1b4dd6e633f6: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"} 2021-08-19T15:28:54.796Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1d9467aa 2021-08-19T15:28:54.797Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T15:28:54.797Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_aBhrES is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-08-19T15:28:54.797Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 38a30a3e-6f6f-45f3-8af1-d22de108abcb 2021-08-19T15:28:54.798Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 38a30a3e-6f6f-45f3-8af1-d22de108abcb Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2021-08-19T15:28:54.800Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T15:28:54.800Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_aBhrES 0 is matching search criteria 2021-08-19T15:28:54.801Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_aBhrES 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-19T15:28:54.801Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T15:28:54.801Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_aBhrES 0 is matching search criteria 2021-08-19T15:28:54.802Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_aBhrES 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-19T15:28:54.802Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T15:28:54.803Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_aBhrES 0 is not matching search criteria 2021-08-19T15:28:54.803Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2021-08-19T15:28:54.803Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-08-19T15:28:54.804Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=bb931e3e-5a20-4900-b8fa-3ca1047ce6fe Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-08-19T15:28:54.806Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T15:28:54.807Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_aBhrES 0 is matching search criteria 2021-08-19T15:28:54.807Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_aBhrES 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-19T15:28:54.807Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T15:28:54.808Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_aBhrES 0 is matching search criteria 2021-08-19T15:28:54.808Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_aBhrES 0] matching following query criteria: sdcType=VF, customizationUUID=4907a9d7-0b65-4baa-8b63-1b4dd6e633f6 Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-08-19T15:28:54.810Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T15:28:54.810Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_aBhrES is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-08-19T15:28:54.811Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 9feab51e-bf69-4cec-a98d-c95a95c7c9b2: basic_onboard_aBhrES 2021-08-19T15:28:54.811Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T15:28:54.811Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_aBhrES is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-08-19T15:28:54.812Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T15:28:54.812Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_aBhrES is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-08-19T15:28:54.812Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T15:28:54.812Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_aBhrES is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-08-19T15:28:54.813Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T15:28:54.814Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_aBhrES is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-08-19T15:28:54.814Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T15:28:54.814Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_aBhrES is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-08-19T15:28:54.814Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||INFO|500||Saving Service: basic_onboard_aBhrES Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-08-19T15:28:54.922Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_aBhrES d0f3c780-83ef-40d3-8b99-245fbfad89bf 1 ASDC deployResourceStructure 2021-08-19T15:28:54.922Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardAbhres/1.0/resourceInstances/basic_onboard_abhres0/artifacts/basic_onboard_abhres0_modules.json ASDC sendASDCNotification 2021-08-19T15:28:54.923Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAbhres/1.0/resourceInstances/basic_onboard_abhres0/artifacts/basic_onboard_abhres0_modules.json 2021-08-19T15:28:54.923Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-08-19T15:28:54.923Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-08-19T15:28:54.925Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-19T15:28:54.925Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "91a2670b-91a5-4fe0-a884-1b53f2255a36", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629386934922, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbhres/1.0/resourceInstances/basic_onboard_abhres0/artifacts/basic_onboard_abhres0_modules.json", "status": "DEPLOY_OK" } 2021-08-19T15:28:55.025Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-19T15:28:55.026Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-19T15:28:55.026Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qoO1GatorxUOMWlm) ... 2021-08-19T15:28:55.039Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T15:28:55.040Z||pool-30-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2021-08-19T15:28:55.926Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardAbhres/1.0/resourceInstances/basic_onboard_abhres0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2021-08-19T15:28:55.926Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAbhres/1.0/resourceInstances/basic_onboard_abhres0/artifacts/base_ubuntu18.yaml 2021-08-19T15:28:55.927Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-08-19T15:28:55.927Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-08-19T15:28:55.929Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-19T15:28:55.929Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "91a2670b-91a5-4fe0-a884-1b53f2255a36", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629386935926, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbhres/1.0/resourceInstances/basic_onboard_abhres0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2021-08-19T15:28:56.029Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-19T15:28:56.030Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-19T15:28:56.031Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qoO1GatorxUOMWlm) ... 2021-08-19T15:28:56.042Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T15:28:56.043Z||pool-31-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-08-19T15:28:56.930Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardAbhres/1.0/resourceInstances/basic_onboard_abhres0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2021-08-19T15:28:56.931Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAbhres/1.0/resourceInstances/basic_onboard_abhres0/artifacts/base_ubuntu18.env 2021-08-19T15:28:56.931Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-08-19T15:28:56.932Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-08-19T15:28:56.934Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-19T15:28:56.934Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "91a2670b-91a5-4fe0-a884-1b53f2255a36", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629386936930, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbhres/1.0/resourceInstances/basic_onboard_abhres0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2021-08-19T15:28:57.034Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-08-19T15:28:57.035Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-19T15:28:57.036Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qoO1GatorxUOMWlm) ... 2021-08-19T15:28:57.047Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T15:28:57.047Z||pool-32-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2021-08-19T15:28:57.935Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardAbhres/1.0/artifacts/service-BasicOnboardAbhres-csar.csar ASDC sendASDCNotification 2021-08-19T15:28:57.936Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAbhres/1.0/artifacts/service-BasicOnboardAbhres-csar.csar 2021-08-19T15:28:57.936Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-08-19T15:28:57.936Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-08-19T15:28:57.938Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-19T15:28:57.938Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "91a2670b-91a5-4fe0-a884-1b53f2255a36", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629386937935, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbhres/1.0/artifacts/service-BasicOnboardAbhres-csar.csar", "status": "DEPLOY_OK" } 2021-08-19T15:28:58.038Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-19T15:28:58.039Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-19T15:28:58.039Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qoO1GatorxUOMWlm) ... 2021-08-19T15:28:58.052Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T15:28:58.052Z||pool-33-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2021-08-19T15:28:58.938Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 91a2670b-91a5-4fe0-a884-1b53f2255a36 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-08-19T15:28:58.961Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 91a2670b-91a5-4fe0-a884-1b53f2255a36 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-08-19T15:28:58.977Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-08-19T15:28:58.977Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-08-19T15:28:58.978Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-08-19T15:28:58.978Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-08-19T15:28:58.978Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 2021-08-19T15:28:58.978Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-08-19T15:28:58.988Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-08-19T15:29:27.198Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-19T15:29:27.199Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-19T15:29:27.199Z||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 qoO1GatorxUOMWlm) ... 2021-08-19T15:29:27.834Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T15:29:27.835Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T15:29:27.835Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "91a2670b-91a5-4fe0-a884-1b53f2255a36", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629386916100, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbhres/1.0/resourceInstances/basic_onboard_abhres0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-19T15:29:27.837Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T15:29:27.837Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T15:29:27.837Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "91a2670b-91a5-4fe0-a884-1b53f2255a36", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629386916100, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbhres/1.0/resourceInstances/basic_onboard_abhres0/artifacts/basic_onboard_abhres0_modules.json", "status": "NOTIFIED" } 2021-08-19T15:29:27.837Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T15:29:27.837Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T15:29:27.837Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "91a2670b-91a5-4fe0-a884-1b53f2255a36", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629386916100, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbhres/1.0/resourceInstances/basic_onboard_abhres0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-08-19T15:29:27.838Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T15:29:27.838Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T15:29:27.838Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "91a2670b-91a5-4fe0-a884-1b53f2255a36", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629386916100, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbhres/1.0/resourceInstances/basic_onboard_abhres0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-19T15:29:27.838Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T15:29:27.838Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T15:29:27.838Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "91a2670b-91a5-4fe0-a884-1b53f2255a36", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629386916100, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbhres/1.0/resourceInstances/basic_onboard_abhres0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-08-19T15:29:27.839Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T15:29:27.839Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T15:29:27.839Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "91a2670b-91a5-4fe0-a884-1b53f2255a36", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629386916100, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbhres/1.0/artifacts/service-BasicOnboardAbhres-template.yml", "status": "NOT_NOTIFIED" } 2021-08-19T15:29:27.839Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T15:29:27.839Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T15:29:27.840Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "91a2670b-91a5-4fe0-a884-1b53f2255a36", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629386916100, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbhres/1.0/artifacts/service-BasicOnboardAbhres-csar.csar", "status": "NOTIFIED" } 2021-08-19T15:29:27.840Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T15:29:27.840Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T15:29:27.840Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "91a2670b-91a5-4fe0-a884-1b53f2255a36", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629386928292, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbhres/1.0/artifacts/service-BasicOnboardAbhres-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-19T15:29:27.840Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-19T15:29:27.840Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T15:29:27.840Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "91a2670b-91a5-4fe0-a884-1b53f2255a36", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629386931401, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbhres/1.0/resourceInstances/basic_onboard_abhres0/artifacts/basic_onboard_abhres0_modules.json", "status": "DOWNLOAD_OK" } 2021-08-19T15:29:27.841Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-19T15:29:27.841Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T15:29:27.841Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "91a2670b-91a5-4fe0-a884-1b53f2255a36", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629386932585, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbhres/1.0/resourceInstances/basic_onboard_abhres0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-08-19T15:29:27.841Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-19T15:29:27.841Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T15:29:27.841Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "91a2670b-91a5-4fe0-a884-1b53f2255a36", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629386933766, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbhres/1.0/resourceInstances/basic_onboard_abhres0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-08-19T15:29:27.842Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-19T15:29:27.842Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T15:29:27.842Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "91a2670b-91a5-4fe0-a884-1b53f2255a36", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629386934922, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbhres/1.0/resourceInstances/basic_onboard_abhres0/artifacts/basic_onboard_abhres0_modules.json", "status": "DEPLOY_OK" } 2021-08-19T15:29:27.842Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-19T15:29:27.842Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T15:29:27.842Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "91a2670b-91a5-4fe0-a884-1b53f2255a36", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629386935926, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbhres/1.0/resourceInstances/basic_onboard_abhres0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2021-08-19T15:29:27.843Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-19T15:29:27.843Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T15:29:27.843Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "91a2670b-91a5-4fe0-a884-1b53f2255a36", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629386936930, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbhres/1.0/resourceInstances/basic_onboard_abhres0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2021-08-19T15:29:27.843Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-19T15:29:27.843Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T15:29:27.843Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "91a2670b-91a5-4fe0-a884-1b53f2255a36", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629386937935, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbhres/1.0/artifacts/service-BasicOnboardAbhres-csar.csar", "status": "DEPLOY_OK" } 2021-08-19T15:29:27.844Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-19T15:29:28.989Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 91a2670b-91a5-4fe0-a884-1b53f2255a36 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2021-08-19T15:29:28.996Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 91a2670b-91a5-4fe0-a884-1b53f2255a36 and serviceModelVersionId: 9feab51e-bf69-4cec-a98d-c95a95c7c9b2 2021-08-19T15:29:28.997Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 7404a750-03fa-4fef-a781-2a8393b745eb 2021-08-19T15:29:28.998Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/7404a750-03fa-4fef-a781-2a8393b745eb/model-vers/model-ver/9feab51e-bf69-4cec-a98d-c95a95c7c9b2?depth=0 2021-08-19T15:29:29.005Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context! 2021-08-19T15:29:29.080Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7404a750-03fa-4fef-a781-2a8393b745eb/model-vers/model-ver/9feab51e-bf69-4cec-a98d-c95a95c7c9b2?depth=0|INFO|500||Invoke 2021-08-19T15:29:29.080Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7404a750-03fa-4fef-a781-2a8393b745eb/model-vers/model-ver/9feab51e-bf69-4cec-a98d-c95a95c7c9b2?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7404a750-03fa-4fef-a781-2a8393b745eb/model-vers/model-ver/9feab51e-bf69-4cec-a98d-c95a95c7c9b2?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[91a2670b-91a5-4fe0-a884-1b53f2255a36], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[ad8b69a7-0fe5-4b3b-a2da-ab1b23678c6d], X-ECOMP-RequestID=[91a2670b-91a5-4fe0-a884-1b53f2255a36], X-TransactionId=[], X-ONAP-RequestID=[91a2670b-91a5-4fe0-a884-1b53f2255a36], Content-Type=[application/merge-patch+json]} 2021-08-19T15:29:29.116Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7404a750-03fa-4fef-a781-2a8393b745eb/model-vers/model-ver/9feab51e-bf69-4cec-a98d-c95a95c7c9b2?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"} 2021-08-19T15:29:29.184Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7404a750-03fa-4fef-a781-2a8393b745eb/model-vers/model-ver/9feab51e-bf69-4cec-a98d-c95a95c7c9b2?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/7404a750-03fa-4fef-a781-2a8393b745eb/model-vers/model-ver/9feab51e-bf69-4cec-a98d-c95a95c7c9b2?depth=0 has http status code:404 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210819-15:29:29:129-3020], Content-Length=[495], Date=[Thu, 19 Aug 2021 15:29:29 GMT], Content-Type=[application/json]} 2021-08-19T15:29:29.185Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7404a750-03fa-4fef-a781-2a8393b745eb/model-vers/model-ver/9feab51e-bf69-4cec-a98d-c95a95c7c9b2?depth=0|DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["MERGE_PATCH","service-design-and-creation/models/model/7404a750-03fa-4fef-a781-2a8393b745eb/model-vers/model-ver/9feab51e-bf69-4cec-a98d-c95a95c7c9b2","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/7404a750-03fa-4fef-a781-2a8393b745eb/model-vers/model-ver/9feab51e-bf69-4cec-a98d-c95a95c7c9b2","ERR.5.4.6114"]}}} 2021-08-19T15:29:29.185Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7404a750-03fa-4fef-a781-2a8393b745eb/model-vers/model-ver/9feab51e-bf69-4cec-a98d-c95a95c7c9b2?depth=0|INFO|404|Not Found|InvokeReturn 2021-08-19T15:29:29.190Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=91a2670b-91a5-4fe0-a884-1b53f2255a36 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/7404a750-03fa-4fef-a781-2a8393b745eb/model-vers/model-ver/9feab51e-bf69-4cec-a98d-c95a95c7c9b2 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/7404a750-03fa-4fef-a781-2a8393b745eb/model-vers/model-ver/9feab51e-bf69-4cec-a98d-c95a95c7c9b2) (ec=ERR.5.4.6114) 2021-08-19T15:29:29.190Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||ERROR|500||Exception occurred javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=91a2670b-91a5-4fe0-a884-1b53f2255a36 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/7404a750-03fa-4fef-a781-2a8393b745eb/model-vers/model-ver/9feab51e-bf69-4cec-a98d-c95a95c7c9b2 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/7404a750-03fa-4fef-a781-2a8393b745eb/model-vers/model-ver/9feab51e-bf69-4cec-a98d-c95a95c7c9b2) (ec=ERR.5.4.6114) at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:74) at org.onap.so.client.RestRequest.get(RestRequest.java:77) at org.onap.so.client.RestClient.buildRequest(RestClient.java:326) at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322) at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283) at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67) at net.jodah.failsafe.Execution.executeSync(Execution.java:117) at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319) at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71) at org.onap.so.client.RestClient.method(RestClient.java:322) at org.onap.so.client.RestClient.patch(RestClient.java:265) at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81) at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184) at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-08-19T15:29:29.190Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=91a2670b-91a5-4fe0-a884-1b53f2255a36 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/7404a750-03fa-4fef-a781-2a8393b745eb/model-vers/model-ver/9feab51e-bf69-4cec-a98d-c95a95c7c9b2 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/7404a750-03fa-4fef-a781-2a8393b745eb/model-vers/model-ver/9feab51e-bf69-4cec-a98d-c95a95c7c9b2) (ec=ERR.5.4.6114) 2021-08-19T15:29:29.190Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=91a2670b-91a5-4fe0-a884-1b53f2255a36 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/7404a750-03fa-4fef-a781-2a8393b745eb/model-vers/model-ver/9feab51e-bf69-4cec-a98d-c95a95c7c9b2 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/7404a750-03fa-4fef-a781-2a8393b745eb/model-vers/model-ver/9feab51e-bf69-4cec-a98d-c95a95c7c9b2) (ec=ERR.5.4.6114) Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-08-19T15:29:29.195Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-08-19T15:29:29.195Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 91a2670b-91a5-4fe0-a884-1b53f2255a36 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=91a2670b-91a5-4fe0-a884-1b53f2255a36 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/7404a750-03fa-4fef-a781-2a8393b745eb/model-vers/model-ver/9feab51e-bf69-4cec-a98d-c95a95c7c9b2 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/7404a750-03fa-4fef-a781-2a8393b745eb/model-vers/model-ver/9feab51e-bf69-4cec-a98d-c95a95c7c9b2) (ec=ERR.5.4.6114) 2021-08-19T15:29:29.196Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2021-08-19T15:29:29.196Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-08-19T15:29:29.197Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-19T15:29:29.198Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "91a2670b-91a5-4fe0-a884-1b53f2255a36", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629386969196, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d91a2670b-91a5-4fe0-a884-1b53f2255a36 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/7404a750-03fa-4fef-a781-2a8393b745eb/model-vers/model-ver/9feab51e-bf69-4cec-a98d-c95a95c7c9b2 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/7404a750-03fa-4fef-a781-2a8393b745eb/model-vers/model-ver/9feab51e-bf69-4cec-a98d-c95a95c7c9b2) (ec\u003dERR.5.4.6114)" } 2021-08-19T15:29:29.298Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-19T15:29:29.298Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-19T15:29:29.299Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qoO1GatorxUOMWlm) ... 2021-08-19T15:29:29.325Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T15:29:29.325Z||pool-34-thread-1|||||INFO|500||cambria reply ok (27 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-08-19T15:29:30.215Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-19T15:29:30.216Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-19T15:29:30.216Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qoO1GatorxUOMWlm) ... 2021-08-19T15:29:39.796Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T15:29:39.798Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-19T15:29:39.800Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-19T15:29:39.800Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qoO1GatorxUOMWlm) ... 2021-08-19T15:29:49.353Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T15:29:49.355Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-19T15:29:49.356Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-19T15:29:49.356Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qoO1GatorxUOMWlm) ... 2021-08-19T15:29:58.911Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T15:30:27.195Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-19T15:30:27.198Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-19T15:30:27.198Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-19T15:30:27.198Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-19T15:30:27.198Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qoO1GatorxUOMWlm) ... 2021-08-19T15:30:27.198Z||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 qoO1GatorxUOMWlm) ... 2021-08-19T15:30:27.837Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T15:30:27.839Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:30:27.839Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "91a2670b-91a5-4fe0-a884-1b53f2255a36", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629386969196, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d91a2670b-91a5-4fe0-a884-1b53f2255a36 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/7404a750-03fa-4fef-a781-2a8393b745eb/model-vers/model-ver/9feab51e-bf69-4cec-a98d-c95a95c7c9b2 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/7404a750-03fa-4fef-a781-2a8393b745eb/model-vers/model-ver/9feab51e-bf69-4cec-a98d-c95a95c7c9b2) (ec\u003dERR.5.4.6114)" } 2021-08-19T15:30:27.843Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-19T15:30:36.760Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T15:31:27.198Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-19T15:31:27.197Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-19T15:31:27.201Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-19T15:31:27.201Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-19T15:31:27.202Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qoO1GatorxUOMWlm) ... 2021-08-19T15:31:27.202Z||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 qoO1GatorxUOMWlm) ... 2021-08-19T15:31:36.806Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T15:31:36.806Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T15:32:27.196Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-19T15:32:27.197Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-19T15:32:27.198Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-19T15:32:27.198Z||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 qoO1GatorxUOMWlm) ... 2021-08-19T15:32:27.198Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-19T15:32:27.199Z||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 qoO1GatorxUOMWlm) ... 2021-08-19T15:32:36.762Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T15:32:36.764Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T15:33:27.196Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-19T15:33:27.198Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-19T15:33:27.198Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-19T15:33:27.199Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-19T15:33:27.199Z||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 qoO1GatorxUOMWlm) ... 2021-08-19T15:33:27.199Z||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 qoO1GatorxUOMWlm) ... 2021-08-19T15:33:36.759Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T15:33:36.766Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T15:34:27.195Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-19T15:34:27.198Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-19T15:34:27.198Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-19T15:34:27.198Z||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 qoO1GatorxUOMWlm) ... 2021-08-19T15:34:27.199Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-19T15:34:27.199Z||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 qoO1GatorxUOMWlm) ... 2021-08-19T15:34:27.837Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T15:34:27.838Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-19T15:34:27.839Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78","serviceName":"vFW 2021-08-19 15-32-06","serviceVersion":"1.0","serviceUUID":"1ab20d12-17cd-4438-a5ae-088b3084029a","serviceDescription":"catalog service description","serviceInvariantUUID":"c800b9f6-fd2d-4889-93e8-df9062fe9e73","resources":[{"resourceInstanceName":"vFW b9fb2585-6fc3 0","resourceName":"vFW b9fb2585-6fc3","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"09eb7f71-380e-47c1-98b1-11126d9ad3f0","resourceInvariantUUID":"4efc4880-b659-48c8-9d37-57149e8447cc","resourceCustomizationUUID":"c7f304f6-28a8-472b-97bd-804ad65a280a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210819153206/1.0/resourceInstances/vfwb9fb25856fc30/artifacts/vf-license-model.xml","artifactChecksum":"MDk2MjliZTM4NWVmZjllNDkzZTNkZTEwMjUzZGM1YjU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6c90194f-4889-4979-a94a-b85ea78148e2","artifactVersion":"1"},{"artifactName":"vfwb9fb25856fc30_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20210819153206/1.0/resourceInstances/vfwb9fb25856fc30/artifacts/vfwb9fb25856fc30_modules.json","artifactChecksum":"ZDk1OGQyOGVkODA1MjA1YmViZWNmYWI4NzEzNjFhZDg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"8a45c996-0138-4ae9-abba-f376f660862d","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20210819153206/1.0/resourceInstances/vfwb9fb25856fc30/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"0dc2b4e2-dd12-4bb9-8bc4-42f5c0654f4f","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210819153206/1.0/resourceInstances/vfwb9fb25856fc30/artifacts/vendor-license-model.xml","artifactChecksum":"ZjUxNGY2YzFiMTNlNWI1YWM5YmNjOTNlMzg1OTlmYzI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"8cc2c9bf-40bb-4363-9886-4817b536c407","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20210819153206/1.0/resourceInstances/vfwb9fb25856fc30/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"4a992992-c9d4-40a3-838e-f075c37bbd28","artifactVersion":"2","generatedFromUUID":"0dc2b4e2-dd12-4bb9-8bc4-42f5c0654f4f"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20210819153206-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20210819153206/1.0/artifacts/service-Vfw20210819153206-template.yml","artifactChecksum":"ZGRjZTlkM2I3MTk0NjhhNmE0N2E5NzI3ZGIyNDczNDc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2308cd51-d9b5-40e2-a8b4-100e1b219f29","artifactVersion":"1"},{"artifactName":"service-Vfw20210819153206-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20210819153206/1.0/artifacts/service-Vfw20210819153206-csar.csar","artifactChecksum":"YzE5NGJiNmRkMWQ3MWVkOWQwYjdhNjQzYmE5MGI2Mzk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4a0d88f9-c400-4325-a7e8-d5b0f5cfbfb9","artifactVersion":"1"}],"workloadContext":"Production"} 2021-08-19T15:34:27.839Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T15:34:27.842Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:34:27.842Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78", "consumerID": "multicloud-k8s-id", "timestamp": 1629387225352, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819153206/1.0/resourceInstances/vfwb9fb25856fc30/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-19T15:34:27.843Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:34:27.843Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:34:27.843Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78", "consumerID": "policy-id", "timestamp": 1629387228443, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819153206/1.0/resourceInstances/vfwb9fb25856fc30/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-19T15:34:27.844Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:34:27.844Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:34:27.844Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78", "consumerID": "cds", "timestamp": 1629387233000, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819153206/1.0/resourceInstances/vfwb9fb25856fc30/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-19T15:34:27.844Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:34:27.844Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:34:27.844Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78", "consumerID": "multicloud-k8s-id", "timestamp": 1629387225352, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819153206/1.0/resourceInstances/vfwb9fb25856fc30/artifacts/vfwb9fb25856fc30_modules.json", "status": "NOTIFIED" } 2021-08-19T15:34:27.844Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:34:27.844Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:34:27.844Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78", "consumerID": "policy-id", "timestamp": 1629387228443, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819153206/1.0/resourceInstances/vfwb9fb25856fc30/artifacts/vfwb9fb25856fc30_modules.json", "status": "NOT_NOTIFIED" } 2021-08-19T15:34:27.845Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:34:27.845Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:34:27.845Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78", "consumerID": "cds", "timestamp": 1629387233000, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819153206/1.0/resourceInstances/vfwb9fb25856fc30/artifacts/vfwb9fb25856fc30_modules.json", "status": "NOT_NOTIFIED" } 2021-08-19T15:34:27.845Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:34:27.845Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:34:27.845Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78", "consumerID": "dcae-sch", "timestamp": 1629387235305, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819153206/1.0/resourceInstances/vfwb9fb25856fc30/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-19T15:34:27.845Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:34:27.845Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:34:27.846Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78", "consumerID": "clamp", "timestamp": 1629387236172, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819153206/1.0/resourceInstances/vfwb9fb25856fc30/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-19T15:34:27.846Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:34:27.846Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:34:27.846Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78", "consumerID": "multicloud-k8s-id", "timestamp": 1629387225352, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819153206/1.0/resourceInstances/vfwb9fb25856fc30/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-08-19T15:34:27.846Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-19T15:34:27.846Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:34:27.846Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:34:27.846Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78", "consumerID": "policy-id", "timestamp": 1629387228443, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819153206/1.0/resourceInstances/vfwb9fb25856fc30/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-08-19T15:34:27.846Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-08-19T15:34:27.846Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:34:27.846Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:34:27.846Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78", "consumerID": "cds", "timestamp": 1629387233000, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819153206/1.0/resourceInstances/vfwb9fb25856fc30/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-08-19T15:34:27.847Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:34:27.847Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:34:27.847Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78", "consumerID": "dcae-sch", "timestamp": 1629387235305, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819153206/1.0/resourceInstances/vfwb9fb25856fc30/artifacts/vfwb9fb25856fc30_modules.json", "status": "NOT_NOTIFIED" } 2021-08-19T15:34:27.847Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:34:27.847Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:34:27.847Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78", "consumerID": "clamp", "timestamp": 1629387236172, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819153206/1.0/resourceInstances/vfwb9fb25856fc30/artifacts/vfwb9fb25856fc30_modules.json", "status": "NOTIFIED" } 2021-08-19T15:34:27.847Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:34:27.847Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:34:27.847Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78", "consumerID": "multicloud-k8s-id", "timestamp": 1629387225352, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819153206/1.0/resourceInstances/vfwb9fb25856fc30/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-19T15:34:27.848Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:34:27.848Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:34:27.848Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78", "consumerID": "policy-id", "timestamp": 1629387228443, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819153206/1.0/resourceInstances/vfwb9fb25856fc30/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-19T15:34:27.848Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:34:27.848Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:34:27.848Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78", "consumerID": "cds", "timestamp": 1629387233000, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819153206/1.0/resourceInstances/vfwb9fb25856fc30/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-19T15:34:27.848Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:34:27.849Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:34:27.849Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78", "consumerID": "dcae-sch", "timestamp": 1629387235305, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819153206/1.0/resourceInstances/vfwb9fb25856fc30/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-08-19T15:34:27.849Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:34:27.849Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:34:27.849Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78", "consumerID": "multicloud-k8s-id", "timestamp": 1629387225352, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819153206/1.0/resourceInstances/vfwb9fb25856fc30/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-08-19T15:34:27.849Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-19T15:34:27.849Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:34:27.849Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629387267195, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819153206/1.0/resourceInstances/vfwb9fb25856fc30/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-19T15:34:27.849Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:34:27.849Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78", "consumerID": "clamp", "timestamp": 1629387236172, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819153206/1.0/resourceInstances/vfwb9fb25856fc30/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-08-19T15:34:27.849Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:34:27.850Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:34:27.850Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78", "consumerID": "policy-id", "timestamp": 1629387228443, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819153206/1.0/resourceInstances/vfwb9fb25856fc30/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-08-19T15:34:27.850Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:34:27.850Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:34:27.850Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78", "consumerID": "cds", "timestamp": 1629387233000, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819153206/1.0/resourceInstances/vfwb9fb25856fc30/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-08-19T15:34:27.850Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:34:27.850Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:34:27.850Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78", "consumerID": "dcae-sch", "timestamp": 1629387235305, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819153206/1.0/resourceInstances/vfwb9fb25856fc30/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-19T15:34:27.850Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:34:27.851Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:34:27.851Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78", "consumerID": "multicloud-k8s-id", "timestamp": 1629387225352, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819153206/1.0/artifacts/service-Vfw20210819153206-template.yml", "status": "NOT_NOTIFIED" } 2021-08-19T15:34:27.851Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:34:27.851Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:34:27.851Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78", "consumerID": "clamp", "timestamp": 1629387236172, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819153206/1.0/resourceInstances/vfwb9fb25856fc30/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-19T15:34:27.851Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:34:27.851Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:34:27.851Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78", "consumerID": "cds", "timestamp": 1629387233000, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819153206/1.0/artifacts/service-Vfw20210819153206-template.yml", "status": "NOT_NOTIFIED" } 2021-08-19T15:34:27.851Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:34:27.852Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:34:27.852Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78", "consumerID": "policy-id", "timestamp": 1629387228443, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819153206/1.0/artifacts/service-Vfw20210819153206-template.yml", "status": "NOT_NOTIFIED" } 2021-08-19T15:34:27.852Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:34:27.852Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:34:27.852Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78", "consumerID": "dcae-sch", "timestamp": 1629387235305, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819153206/1.0/resourceInstances/vfwb9fb25856fc30/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-08-19T15:34:27.852Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:34:27.852Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:34:27.852Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78", "consumerID": "multicloud-k8s-id", "timestamp": 1629387225352, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819153206/1.0/artifacts/service-Vfw20210819153206-csar.csar", "status": "NOTIFIED" } 2021-08-19T15:34:27.852Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:34:27.853Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:34:27.853Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78", "consumerID": "clamp", "timestamp": 1629387236172, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819153206/1.0/resourceInstances/vfwb9fb25856fc30/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-08-19T15:34:27.853Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:34:27.853Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:34:27.853Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78", "consumerID": "policy-id", "timestamp": 1629387228443, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819153206/1.0/artifacts/service-Vfw20210819153206-csar.csar", "status": "NOTIFIED" } 2021-08-19T15:34:27.853Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:34:27.853Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:34:27.853Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78", "consumerID": "cds", "timestamp": 1629387233000, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819153206/1.0/artifacts/service-Vfw20210819153206-csar.csar", "status": "NOTIFIED" } 2021-08-19T15:34:27.853Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:34:27.853Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:34:27.853Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78", "consumerID": "dcae-sch", "timestamp": 1629387235305, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819153206/1.0/artifacts/service-Vfw20210819153206-template.yml", "status": "NOT_NOTIFIED" } 2021-08-19T15:34:27.854Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:34:27.854Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:34:27.854Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78", "consumerID": "clamp", "timestamp": 1629387236172, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819153206/1.0/artifacts/service-Vfw20210819153206-template.yml", "status": "NOT_NOTIFIED" } 2021-08-19T15:34:27.854Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:34:27.854Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:34:27.854Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78", "consumerID": "dcae-sch", "timestamp": 1629387235305, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819153206/1.0/artifacts/service-Vfw20210819153206-csar.csar", "status": "NOT_NOTIFIED" } 2021-08-19T15:34:27.854Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:34:27.854Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:34:27.854Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629387241864, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819153206/1.0/resourceInstances/vfwb9fb25856fc30/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-19T15:34:27.855Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:34:27.855Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:34:27.855Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78", "consumerID": "clamp", "timestamp": 1629387236172, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819153206/1.0/artifacts/service-Vfw20210819153206-csar.csar", "status": "NOTIFIED" } 2021-08-19T15:34:27.855Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:34:27.856Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:34:27.857Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78", "consumerID": "ves-openapi-manager", "timestamp": 1629387242302, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819153206/1.0/resourceInstances/vfwb9fb25856fc30/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-19T15:34:27.857Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:34:27.857Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:34:27.857Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629387241864, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819153206/1.0/resourceInstances/vfwb9fb25856fc30/artifacts/vfwb9fb25856fc30_modules.json", "status": "NOT_NOTIFIED" } 2021-08-19T15:34:27.857Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:34:27.857Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:34:27.858Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78", "consumerID": "multicloud-k8s-id", "timestamp": 1629387243552, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819153206/1.0/resourceInstances/vfwb9fb25856fc30/artifacts/vfwb9fb25856fc30_modules.json", "status": "DOWNLOAD_OK" } 2021-08-19T15:34:27.858Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-19T15:34:27.858Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:34:27.858Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78", "consumerID": "cds", "timestamp": 1629387243664, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819153206/1.0/artifacts/service-Vfw20210819153206-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-19T15:34:27.858Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-19T15:34:27.858Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:34:27.859Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78", "consumerID": "policy-id", "timestamp": 1629387243666, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819153206/1.0/artifacts/service-Vfw20210819153206-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-19T15:34:27.859Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-19T15:34:27.859Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:34:27.859Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78", "consumerID": "ves-openapi-manager", "timestamp": 1629387242302, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819153206/1.0/resourceInstances/vfwb9fb25856fc30/artifacts/vfwb9fb25856fc30_modules.json", "status": "NOT_NOTIFIED" } 2021-08-19T15:34:27.859Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:34:27.859Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:34:27.860Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629387241864, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819153206/1.0/resourceInstances/vfwb9fb25856fc30/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-08-19T15:34:27.860Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:34:27.860Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:34:27.860Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78", "consumerID": "cds", "timestamp": 1629387244680, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819153206/1.0/artifacts/service-Vfw20210819153206-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-08-19T15:34:27.887Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78 2021-08-19T15:34:27.887Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-08-19T15:34:27.900Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:34:27.900Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78", "consumerID": "policy-id", "timestamp": 1629387244676, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819153206/1.0/artifacts/service-Vfw20210819153206-csar.csar", "status": "DEPLOY_OK" } 2021-08-19T15:34:27.901Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-19T15:34:27.901Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:34:27.901Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78", "consumerID": "ves-openapi-manager", "timestamp": 1629387242302, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819153206/1.0/resourceInstances/vfwb9fb25856fc30/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-08-19T15:34:27.901Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:34:27.901Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:34:27.901Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78", "consumerID": "multicloud-k8s-id", "timestamp": 1629387245178, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819153206/1.0/resourceInstances/vfwb9fb25856fc30/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-08-19T15:34:27.901Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-19T15:34:27.901Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:34:27.901Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629387241864, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819153206/1.0/resourceInstances/vfwb9fb25856fc30/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-19T15:34:27.901Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:34:27.902Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:34:27.902Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78", "consumerID": "policy-id", "timestamp": 1629387245679, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-08-19T15:34:27.908Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78 2021-08-19T15:34:27.908Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-08-19T15:34:27.921Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:34:27.922Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78", "consumerID": "ves-openapi-manager", "timestamp": 1629387242302, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819153206/1.0/resourceInstances/vfwb9fb25856fc30/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-19T15:34:27.922Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:34:27.922Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:34:27.922Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629387241864, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819153206/1.0/resourceInstances/vfwb9fb25856fc30/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-08-19T15:34:27.922Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:34:27.922Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:34:27.923Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78", "consumerID": "multicloud-k8s-id", "timestamp": 1629387246654, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819153206/1.0/resourceInstances/vfwb9fb25856fc30/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-08-19T15:34:27.923Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-19T15:34:27.923Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:34:27.923Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78", "consumerID": "ves-openapi-manager", "timestamp": 1629387242302, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819153206/1.0/resourceInstances/vfwb9fb25856fc30/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-08-19T15:34:27.924Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:34:27.924Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:34:27.924Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78", "consumerID": "aai-ml", "timestamp": 1629387246606, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819153206/1.0/resourceInstances/vfwb9fb25856fc30/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-19T15:34:27.924Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:34:27.924Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:34:27.924Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629387241864, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819153206/1.0/artifacts/service-Vfw20210819153206-template.yml", "status": "NOT_NOTIFIED" } 2021-08-19T15:34:27.924Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:34:27.925Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:34:27.925Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78", "consumerID": "multicloud-k8s-id", "timestamp": 1629387247686, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-08-19T15:34:27.932Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78 2021-08-19T15:34:27.932Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2021-08-19T15:34:27.938Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:34:27.938Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78", "consumerID": "ves-openapi-manager", "timestamp": 1629387242302, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819153206/1.0/artifacts/service-Vfw20210819153206-template.yml", "status": "NOT_NOTIFIED" } 2021-08-19T15:34:27.938Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:34:27.938Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:34:27.938Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78", "consumerID": "aai-ml", "timestamp": 1629387246606, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819153206/1.0/resourceInstances/vfwb9fb25856fc30/artifacts/vfwb9fb25856fc30_modules.json", "status": "NOT_NOTIFIED" } 2021-08-19T15:34:27.939Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:34:27.939Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:34:27.939Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629387241864, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819153206/1.0/artifacts/service-Vfw20210819153206-csar.csar", "status": "NOTIFIED" } 2021-08-19T15:34:27.939Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:34:27.939Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:34:27.939Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78", "consumerID": "multicloud-k8s-id", "timestamp": 1629387248690, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819153206/1.0/resourceInstances/vfwb9fb25856fc30/artifacts/vfwb9fb25856fc30_modules.json", "status": "DEPLOY_OK" } 2021-08-19T15:34:27.939Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-19T15:34:27.939Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:34:27.940Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78", "consumerID": "ves-openapi-manager", "timestamp": 1629387242302, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819153206/1.0/artifacts/service-Vfw20210819153206-csar.csar", "status": "NOT_NOTIFIED" } 2021-08-19T15:34:27.940Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:34:27.940Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:34:27.940Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78", "consumerID": "aai-ml", "timestamp": 1629387246606, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819153206/1.0/resourceInstances/vfwb9fb25856fc30/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-08-19T15:34:27.940Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:34:27.940Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:34:27.940Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629387250097, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819153206/1.0/artifacts/service-Vfw20210819153206-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-19T15:34:27.940Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-19T15:34:27.940Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:34:27.940Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78", "consumerID": "aai-ml", "timestamp": 1629387246606, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819153206/1.0/resourceInstances/vfwb9fb25856fc30/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-19T15:34:27.941Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:34:27.941Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:34:27.941Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78", "consumerID": "aai-ml", "timestamp": 1629387246606, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819153206/1.0/resourceInstances/vfwb9fb25856fc30/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-08-19T15:34:27.941Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:34:27.941Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:34:27.941Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78", "consumerID": "aai-ml", "timestamp": 1629387246606, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819153206/1.0/artifacts/service-Vfw20210819153206-template.yml", "status": "NOT_NOTIFIED" } 2021-08-19T15:34:27.942Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:34:27.942Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:34:27.942Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78", "consumerID": "aai-ml", "timestamp": 1629387246606, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819153206/1.0/artifacts/service-Vfw20210819153206-csar.csar", "status": "NOTIFIED" } 2021-08-19T15:34:27.942Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:34:27.942Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:34:27.942Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78", "consumerID": "clamp", "timestamp": 1629387254127, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819153206/1.0/artifacts/service-Vfw20210819153206-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-19T15:34:27.943Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-19T15:34:27.943Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:34:27.943Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629387254217, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819153206/1.0/artifacts/service-Vfw20210819153206-csar.csar", "status": "DEPLOY_OK" } 2021-08-19T15:34:27.943Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-19T15:34:27.943Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:34:27.943Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78", "consumerID": "aai-ml", "timestamp": 1629387254476, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819153206/1.0/artifacts/service-Vfw20210819153206-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-19T15:34:27.944Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-19T15:34:27.944Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:34:27.944Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629387255221, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-08-19T15:34:27.948Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78 2021-08-19T15:34:27.948Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78 and ComponentName SDNC 2021-08-19T15:34:27.950Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-19T15:34:27.950Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-19T15:34:27.951Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qoO1GatorxUOMWlm) ... Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-08-19T15:34:27.960Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:34:27.961Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78", "consumerID": "clamp", "timestamp": 1629387256134, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819153206/1.0/artifacts/service-Vfw20210819153206-csar.csar", "status": "DEPLOY_OK" } 2021-08-19T15:34:27.961Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-19T15:34:27.961Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:34:27.961Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78", "consumerID": "clamp", "timestamp": 1629387257138, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-08-19T15:34:27.964Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T15:34:27.964Z||pool-35-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-08-19T15:34:27.967Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78 2021-08-19T15:34:27.967Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-08-19T15:34:27.984Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:34:27.984Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78", "consumerID": "aai-ml", "timestamp": 1629387263887, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819153206/1.0/artifacts/service-Vfw20210819153206-csar.csar", "status": "DEPLOY_ERROR" } 2021-08-19T15:34:27.985Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-19T15:34:27.985Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:34:27.985Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78", "consumerID": "aai-ml", "timestamp": 1629387264892, "artifactURL": "", "status": "COMPONENT_DONE_ERROR", "errorReason": "deploy failure", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-08-19T15:34:27.990Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78 2021-08-19T15:34:27.991Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-08-19T15:34:28.851Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-19T15:34:28.851Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-08-19T15:34:28.853Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-19T15:34:28.854Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629387267195, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819153206/1.0/resourceInstances/vfwb9fb25856fc30/artifacts/vfwb9fb25856fc30_modules.json", "status": "NOTIFIED" } 2021-08-19T15:34:28.953Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-08-19T15:34:28.954Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-19T15:34:28.954Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qoO1GatorxUOMWlm) ... 2021-08-19T15:34:28.970Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T15:34:28.971Z||pool-36-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2021-08-19T15:34:29.854Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-19T15:34:29.855Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-08-19T15:34:29.857Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-19T15:34:29.857Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629387267195, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819153206/1.0/resourceInstances/vfwb9fb25856fc30/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-08-19T15:34:29.957Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-19T15:34:29.958Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-19T15:34:29.959Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qoO1GatorxUOMWlm) ... 2021-08-19T15:34:29.969Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T15:34:29.969Z||pool-37-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2021-08-19T15:34:30.858Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-19T15:34:30.859Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-08-19T15:34:30.861Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-19T15:34:30.861Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629387267195, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819153206/1.0/resourceInstances/vfwb9fb25856fc30/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-19T15:34:30.961Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-19T15:34:30.962Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-19T15:34:30.962Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qoO1GatorxUOMWlm) ... 2021-08-19T15:34:30.974Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T15:34:30.975Z||pool-38-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2021-08-19T15:34:31.862Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-19T15:34:31.862Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-08-19T15:34:31.865Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-19T15:34:31.865Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629387267195, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819153206/1.0/resourceInstances/vfwb9fb25856fc30/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-08-19T15:34:31.966Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-08-19T15:34:31.967Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-19T15:34:31.968Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qoO1GatorxUOMWlm) ... 2021-08-19T15:34:31.986Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T15:34:31.987Z||pool-39-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1} 2021-08-19T15:34:32.866Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-19T15:34:32.866Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-08-19T15:34:32.869Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-19T15:34:32.869Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629387267195, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819153206/1.0/artifacts/service-Vfw20210819153206-template.yml", "status": "NOT_NOTIFIED" } 2021-08-19T15:34:32.969Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-19T15:34:32.970Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-19T15:34:32.971Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qoO1GatorxUOMWlm) ... 2021-08-19T15:34:32.988Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T15:34:32.988Z||pool-40-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2021-08-19T15:34:33.869Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-19T15:34:33.870Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-08-19T15:34:33.872Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-19T15:34:33.872Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629387267195, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819153206/1.0/artifacts/service-Vfw20210819153206-csar.csar", "status": "NOTIFIED" } 2021-08-19T15:34:33.972Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-19T15:34:33.973Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-19T15:34:33.973Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qoO1GatorxUOMWlm) ... 2021-08-19T15:34:33.985Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T15:34:33.986Z||pool-41-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-08-19T15:34:34.873Z||pool-2-thread-7|||||DEBUG|500||sending notification to client: { "distributionID": "6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78", "serviceName": "vFW 2021-08-19 15-32-06", "serviceVersion": "1.0", "serviceUUID": "1ab20d12-17cd-4438-a5ae-088b3084029a", "serviceDescription": "catalog service description", "serviceInvariantUUID": "c800b9f6-fd2d-4889-93e8-df9062fe9e73", "resources": [ { "resourceInstanceName": "vFW b9fb2585-6fc3 0", "resourceCustomizationUUID": "c7f304f6-28a8-472b-97bd-804ad65a280a", "resourceName": "vFW b9fb2585-6fc3", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "09eb7f71-380e-47c1-98b1-11126d9ad3f0", "resourceInvariantUUID": "4efc4880-b659-48c8-9d37-57149e8447cc", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfwb9fb25856fc30_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20210819153206/1.0/resourceInstances/vfwb9fb25856fc30/artifacts/vfwb9fb25856fc30_modules.json", "artifactChecksum": "ZDk1OGQyOGVkODA1MjA1YmViZWNmYWI4NzEzNjFhZDg\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "8a45c996-0138-4ae9-abba-f376f660862d", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20210819153206/1.0/resourceInstances/vfwb9fb25856fc30/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "0dc2b4e2-dd12-4bb9-8bc4-42f5c0654f4f", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20210819153206/1.0/resourceInstances/vfwb9fb25856fc30/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "4a992992-c9d4-40a3-838e-f075c37bbd28", "generatedFromUUID": "0dc2b4e2-dd12-4bb9-8bc4-42f5c0654f4f" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20210819153206/1.0/resourceInstances/vfwb9fb25856fc30/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "4a992992-c9d4-40a3-838e-f075c37bbd28", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20210819153206-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20210819153206/1.0/artifacts/service-Vfw20210819153206-csar.csar", "artifactChecksum": "YzE5NGJiNmRkMWQ3MWVkOWQwYjdhNjQzYmE5MGI2Mzk\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "4a0d88f9-c400-4325-a7e8-d5b0f5cfbfb9" } ], "workloadContext": "Production" } 2021-08-19T15:34:34.874Z||pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-08-19T15:34:34.874Z||pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 1ab20d12-17cd-4438-a5ae-088b3084029a ASDC 2021-08-19T15:34:34.875Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||ASDC Notification: DistributionID:6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78 ServiceName:vFW 2021-08-19 15-32-06 ServiceVersion:1.0 ServiceUUID:1ab20d12-17cd-4438-a5ae-088b3084029a ServiceInvariantUUID:c800b9f6-fd2d-4889-93e8-df9062fe9e73 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20210819153206-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20210819153206/1.0/artifacts/service-Vfw20210819153206-csar.csar ArtifactUUID:4a0d88f9-c400-4325-a7e8-d5b0f5cfbfb9 ArtifactChecksum:YzE5NGJiNmRkMWQ3MWVkOWQwYjdhNjQzYmE5MGI2Mzk= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW b9fb2585-6fc3 0 ResourceCustomizationUUID:c7f304f6-28a8-472b-97bd-804ad65a280a ResourceInvariantUUID:4efc4880-b659-48c8-9d37-57149e8447cc ResourceName:vFW b9fb2585-6fc3 ResourceType:VF ResourceUUID:09eb7f71-380e-47c1-98b1-11126d9ad3f0 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfwb9fb25856fc30_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20210819153206/1.0/resourceInstances/vfwb9fb25856fc30/artifacts/vfwb9fb25856fc30_modules.json ArtifactUUID:8a45c996-0138-4ae9-abba-f376f660862d ArtifactChecksum:ZDk1OGQyOGVkODA1MjA1YmViZWNmYWI4NzEzNjFhZDg= 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/Vfw20210819153206/1.0/resourceInstances/vfwb9fb25856fc30/artifacts/base_vfw.yaml ArtifactUUID:0dc2b4e2-dd12-4bb9-8bc4-42f5c0654f4f 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/Vfw20210819153206/1.0/resourceInstances/vfwb9fb25856fc30/artifacts/base_vfw.env ArtifactUUID:4a992992-c9d4-40a3-838e-f075c37bbd28 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/Vfw20210819153206/1.0/resourceInstances/vfwb9fb25856fc30/artifacts/base_vfw.env ArtifactUUID:4a992992-c9d4-40a3-838e-f075c37bbd28 ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-08-19T15:34:34.876Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1ab20d12-17cd-4438-a5ae-088b3084029a ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-08-19T15:34:34.917Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-08-19T15:34:34.917Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2021-08-19T15:34:34.918Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2021-08-19T15:34:34.918Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 4a0d88f9-c400-4325-a7e8-d5b0f5cfbfb9 from URL: /sdc/v1/catalog/services/Vfw20210819153206/1.0/artifacts/service-Vfw20210819153206-csar.csar 2021-08-19T15:34:34.918Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||INFO|500||DistributionClient - download 2021-08-19T15:34:34.918Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210819153206/1.0/artifacts/service-Vfw20210819153206-csar.csar 2021-08-19T15:34:35.343Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2021-08-19T15:34:35.348Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210819153206/1.0/artifacts/service-Vfw20210819153206-csar.csar 4a0d88f9-c400-4325-a7e8-d5b0f5cfbfb9 98740 2021-08-19T15:34:35.349Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210819153206/1.0/artifacts/service-Vfw20210819153206-csar.csar ASDC sendASDCNotification 2021-08-19T15:34:35.349Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210819153206/1.0/artifacts/service-Vfw20210819153206-csar.csar 2021-08-19T15:34:35.349Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2021-08-19T15:34:35.350Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-08-19T15:34:35.353Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-19T15:34:35.353Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629387275349, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819153206/1.0/artifacts/service-Vfw20210819153206-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-19T15:34:35.453Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-19T15:34:35.455Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-19T15:34:35.455Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qoO1GatorxUOMWlm) ... 2021-08-19T15:34:35.467Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T15:34:35.468Z||pool-42-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-08-19T15:34:36.354Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-08-19T15:34:36.355Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2021-08-19T15:34:36.355Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 4a0d88f9-c400-4325-a7e8-d5b0f5cfbfb9, URL: /sdc/v1/catalog/services/Vfw20210819153206/1.0/artifacts/service-Vfw20210819153206-csar.csar to file: /app/ASDC/1/service-Vfw20210819153206-csar.csar 2021-08-19T15:34:36.357Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20210819153206-csar.csar 2021-08-19T15:34:36.358Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20210819153206-csar.csar 2021-08-19T15:34:36.358Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20210819153206-csar.csar 2021-08-19T15:34:37.003Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12807886682277343224/Definitions/service-Vfw20210819153206-template.yml Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided 2021-08-19T15:34:39.014Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0 2021-08-19T15:34:39.014Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||WARN|500||#################################################################################################### 2021-08-19T15:34:39.014Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20210819153206-csar.csar 2021-08-19T15:34:39.015Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred... 2021-08-19T15:34:39.015Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||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-Vfw20210819153206-csar.csar 2021-08-19T15:34:39.015Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||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-Vfw20210819153206-csar.csar 2021-08-19T15:34:39.015Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||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-Vfw20210819153206-csar.csar 2021-08-19T15:34:39.015Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210819153206-csar.csar 2021-08-19T15:34:39.015Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW b9fb2585-6fc3 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-Vfw20210819153206-csar.csar 2021-08-19T15:34:39.015Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210819153206-csar.csar 2021-08-19T15:34:39.015Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||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-Vfw20210819153206-csar.csar 2021-08-19T15:34:39.015Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||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-Vfw20210819153206-csar.csar 2021-08-19T15:34:39.015Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||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-Vfw20210819153206-csar.csar 2021-08-19T15:34:39.015Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20210819153206-csar.csar 2021-08-19T15:34:39.015Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||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-Vfw20210819153206-csar.csar 2021-08-19T15:34:39.016Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210819153206-csar.csar 2021-08-19T15:34:39.016Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||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-Vfw20210819153206-csar.csar 2021-08-19T15:34:39.016Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||WARN|500||#################################################################################################### 2021-08-19T15:34:39.016Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T15:34:39.016Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-08-19 15-32-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-08-19T15:34:39.016Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||Node template vFW b9fb2585-6fc3 0 is matching search criteria 2021-08-19T15:34:39.016Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2021-08-19T15:34:39.017Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW b9fb2585-6fc3 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2021-08-19T15:34:39.017Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T15:34:39.017Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-08-19 15-32-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-08-19T15:34:39.017Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||Node template vFW b9fb2585-6fc3 0 is matching search criteria 2021-08-19T15:34:39.017Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2021-08-19T15:34:39.017Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW b9fb2585-6fc3 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2021-08-19T15:34:39.017Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T15:34:39.018Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-08-19 15-32-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-08-19T15:34:39.018Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T15:34:39.018Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||Node template vFW b9fb2585-6fc3 0 is not matching search criteria 2021-08-19T15:34:39.018Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-08-19T15:34:39.018Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-08-19T15:34:39.018Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-08-19T15:34:39.018Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-08-19T15:34:39.019Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-08-19T15:34:39.019Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-08-19T15:34:39.019Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria 2021-08-19T15:34:39.019Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-08-19T15:34:39.019Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria 2021-08-19T15:34:39.019Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-08-19T15:34:39.019Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-08-19T15:34:39.019Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-08-19T15:34:39.020Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-08-19T15:34:39.020Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria 2021-08-19T15:34:39.020Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-08-19T15:34:39.020Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-08-19T15:34:39.020Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T15:34:39.020Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-08-19 15-32-06 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-08-19T15:34:39.021Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T15:34:39.021Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||Node template vFW b9fb2585-6fc3 0 is matching search criteria 2021-08-19T15:34:39.021Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW b9fb2585-6fc3 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-19T15:34:39.021Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T15:34:39.021Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||Node template vFW b9fb2585-6fc3 0 is matching search criteria 2021-08-19T15:34:39.021Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW b9fb2585-6fc3 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-19T15:34:39.022Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T15:34:39.022Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||Node template vFW b9fb2585-6fc3 0 is matching search criteria 2021-08-19T15:34:39.022Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW b9fb2585-6fc3 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-19T15:34:39.022Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T15:34:39.022Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||Node template vFW b9fb2585-6fc3 0 is not matching search criteria 2021-08-19T15:34:39.022Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-08-19T15:34:39.022Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-08-19T15:34:39.023Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2021-08-19T15:34:39.023Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-08-19T15:34:39.023Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria 2021-08-19T15:34:39.023Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-08-19T15:34:39.023Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-08-19T15:34:39.023Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-08-19T15:34:39.024Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-08-19T15:34:39.024Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria 2021-08-19T15:34:39.024Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-08-19T15:34:39.024Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=3335f63a-d92c-4e03-8be2-abd0f0488f6d 2021-08-19T15:34:39.024Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T15:34:39.024Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||Node template vFW b9fb2585-6fc3 0 is not matching search criteria 2021-08-19T15:34:39.024Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-08-19T15:34:39.025Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-08-19T15:34:39.025Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-08-19T15:34:39.025Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-08-19T15:34:39.025Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-08-19T15:34:39.025Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-08-19T15:34:39.025Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria 2021-08-19T15:34:39.025Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2021-08-19T15:34:39.025Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-08-19T15:34:39.026Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-08-19T15:34:39.026Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria 2021-08-19T15:34:39.026Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-08-19T15:34:39.026Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=7e1cc117-4feb-4bd2-9a09-275558f7a20e 2021-08-19T15:34:39.026Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T15:34:39.026Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||Node template vFW b9fb2585-6fc3 0 is not matching search criteria 2021-08-19T15:34:39.027Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-08-19T15:34:39.027Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-08-19T15:34:39.027Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-08-19T15:34:39.027Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-08-19T15:34:39.027Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-08-19T15:34:39.027Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-08-19T15:34:39.028Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria 2021-08-19T15:34:39.028Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-08-19T15:34:39.028Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria 2021-08-19T15:34:39.028Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-08-19T15:34:39.028Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-08-19T15:34:39.028Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2021-08-19T15:34:39.028Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=f7d304c8-ca80-4feb-8f72-d4d3785309f3 2021-08-19T15:34:39.029Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T15:34:39.029Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-08-19 15-32-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-08-19T15:34:39.029Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T15:34:39.029Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-08-19 15-32-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-08-19T15:34:39.029Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T15:34:39.029Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-08-19 15-32-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-08-19T15:34:39.029Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T15:34:39.029Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-08-19 15-32-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-08-19T15:34:39.030Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2021-08-19 15-32-06 Description:catalog service description Model UUID:1ab20d12-17cd-4438-a5ae-088b3084029a Model Version:NULL Model InvariantUuid:c800b9f6-fd2d-4889-93e8-df9062fe9e73 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW b9fb2585-6fc3 Model UUID:9c62ccd8-59a9-476c-8b49-2dc176129b82 Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:4efc4880-b659-48c8-9d37-57149e8447cc Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:c7f304f6-28a8-472b-97bd-804ad65a280a NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:a79b6605-1435-4544-ba14-f16110411c86 ModelName:VfwB9fb25856fc3..base_vfw..module-0 ModelUuid:6d1af8ad-cf74-4da6-b870-a8af819f89f6 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:3335f63a-d92c-4e03-8be2-abd0f0488f6d ModelInvariantUuid:e252d3a3-c249-4bbb-b201-a43796fa7b90 ModelName:vFW b9fb2585-6fc3-nodes.vfwCvfc ModelUuid:6c720eb5-84d3-4d6b-8d4a-20239d7d4782 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:b041d9ea-99e6-4293-876b-aafe62a3697c ModelInvariantUuid:e162cf4a-0b09-4670-9106-a96387f3a273 ModelName:VfwB9fb25856fc3.compute.nodes.heat.vfw ModelUuid:869c0947-0b82-4ce2-863f-dc1389a51b95 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:7e1cc117-4feb-4bd2-9a09-275558f7a20e ModelInvariantUuid:6f9c02ee-2227-415b-90e2-92f6dcf1b310 ModelName:vFW b9fb2585-6fc3-nodes.vsnCvfc ModelUuid:c955c9a6-b2bd-4c8d-b1e5-096806334b39 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:c8bcd421-5c9b-49f1-8b96-c3fa291111ea ModelInvariantUuid:db6efec7-b284-4ef9-ba68-90de5e320c45 ModelName:VfwB9fb25856fc3.compute.nodes.heat.vsn ModelUuid:2adc4b74-da49-481e-a466-d2091fbfc066 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:f7d304c8-ca80-4feb-8f72-d4d3785309f3 ModelInvariantUuid:241e291a-3e03-4d25-b0c3-1fa7a1ea2ed9 ModelName:vFW b9fb2585-6fc3-nodes.vpgCvfc ModelUuid:b27f40b2-46db-48ba-968d-d7acb0a8e0d2 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:cdce1ac0-0e9d-4d4e-add7-38c562e21fa9 ModelInvariantUuid:b92457ce-6694-4ca2-a8c0-e18b14e40705 ModelName:VfwB9fb25856fc3.compute.nodes.heat.vpg ModelUuid:53528a10-44d4-451e-9401-8c165d8972c4 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-08-19T15:34:39.036Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 09eb7f71-380e-47c1-98b1-11126d9ad3f0 Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-08-19T15:34:39.040Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||INFO|500||vFW b9fb2585-6fc3 0 2021-08-19T15:34:39.041Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 09eb7f71-380e-47c1-98b1-11126d9ad3f0 2021-08-19T15:34:39.041Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 8a45c996-0138-4ae9-abba-f376f660862d from URL: /sdc/v1/catalog/services/Vfw20210819153206/1.0/resourceInstances/vfwb9fb25856fc30/artifacts/vfwb9fb25856fc30_modules.json 2021-08-19T15:34:39.041Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||INFO|500||DistributionClient - download 2021-08-19T15:34:39.041Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210819153206/1.0/resourceInstances/vfwb9fb25856fc30/artifacts/vfwb9fb25856fc30_modules.json 2021-08-19T15:34:40.345Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2021-08-19T15:34:40.345Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210819153206/1.0/resourceInstances/vfwb9fb25856fc30/artifacts/vfwb9fb25856fc30_modules.json 8a45c996-0138-4ae9-abba-f376f660862d 785 2021-08-19T15:34:40.346Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210819153206/1.0/resourceInstances/vfwb9fb25856fc30/artifacts/vfwb9fb25856fc30_modules.json ASDC sendASDCNotification 2021-08-19T15:34:40.346Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210819153206/1.0/resourceInstances/vfwb9fb25856fc30/artifacts/vfwb9fb25856fc30_modules.json 2021-08-19T15:34:40.346Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2021-08-19T15:34:40.346Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-08-19T15:34:40.349Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-19T15:34:40.349Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629387280345, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819153206/1.0/resourceInstances/vfwb9fb25856fc30/artifacts/vfwb9fb25856fc30_modules.json", "status": "DOWNLOAD_OK" } 2021-08-19T15:34:40.449Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-19T15:34:40.450Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-19T15:34:40.450Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qoO1GatorxUOMWlm) ... 2021-08-19T15:34:40.464Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T15:34:40.465Z||pool-43-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-08-19T15:34:41.350Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwB9fb25856fc3..base_vfw..module-0", "vfModuleModelInvariantUUID": "a79b6605-1435-4544-ba14-f16110411c86", "vfModuleModelVersion": "1", "vfModuleModelUUID": "6d1af8ad-cf74-4da6-b870-a8af819f89f6", "vfModuleModelCustomizationUUID": "d0e68f42-b87b-49f2-a757-2c3a3fb1c67f", "isBase": true, "artifacts": [ "0dc2b4e2-dd12-4bb9-8bc4-42f5c0654f4f", "4a992992-c9d4-40a3-838e-f075c37bbd28" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_vfw", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2021-08-19T15:34:41.354Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwB9fb25856fc3..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:6d1af8ad-cf74-4da6-b870-a8af819f89f6 VfModuleModelInvariantUUID:a79b6605-1435-4544-ba14-f16110411c86 VfModuleModelDescription:NULL Artifacts UUID List:{ 0dc2b4e2-dd12-4bb9-8bc4-42f5c0654f4f , 4a992992-c9d4-40a3-838e-f075c37bbd28 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_vfw max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2021-08-19T15:34:41.356Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwB9fb25856fc3..base_vfw..module-0", "vfModuleModelInvariantUUID": "a79b6605-1435-4544-ba14-f16110411c86", "vfModuleModelVersion": "1", "vfModuleModelUUID": "6d1af8ad-cf74-4da6-b870-a8af819f89f6", "vfModuleModelCustomizationUUID": "d0e68f42-b87b-49f2-a757-2c3a3fb1c67f", "isBase": true, "artifacts": [ "0dc2b4e2-dd12-4bb9-8bc4-42f5c0654f4f", "4a992992-c9d4-40a3-838e-f075c37bbd28" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_vfw", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2021-08-19T15:34:41.356Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwB9fb25856fc3..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:6d1af8ad-cf74-4da6-b870-a8af819f89f6 VfModuleModelInvariantUUID:a79b6605-1435-4544-ba14-f16110411c86 VfModuleModelDescription:NULL Artifacts UUID List:{ 0dc2b4e2-dd12-4bb9-8bc4-42f5c0654f4f , 4a992992-c9d4-40a3-838e-f075c37bbd28 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_vfw max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2021-08-19T15:34:41.356Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 0dc2b4e2-dd12-4bb9-8bc4-42f5c0654f4f from URL: /sdc/v1/catalog/services/Vfw20210819153206/1.0/resourceInstances/vfwb9fb25856fc30/artifacts/base_vfw.yaml 2021-08-19T15:34:41.356Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||INFO|500||DistributionClient - download 2021-08-19T15:34:41.357Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210819153206/1.0/resourceInstances/vfwb9fb25856fc30/artifacts/base_vfw.yaml 2021-08-19T15:34:43.239Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2021-08-19T15:34:43.240Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210819153206/1.0/resourceInstances/vfwb9fb25856fc30/artifacts/base_vfw.yaml 0dc2b4e2-dd12-4bb9-8bc4-42f5c0654f4f 20368 2021-08-19T15:34:43.241Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210819153206/1.0/resourceInstances/vfwb9fb25856fc30/artifacts/base_vfw.yaml ASDC sendASDCNotification 2021-08-19T15:34:43.241Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210819153206/1.0/resourceInstances/vfwb9fb25856fc30/artifacts/base_vfw.yaml 2021-08-19T15:34:43.241Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2021-08-19T15:34:43.242Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-08-19T15:34:43.244Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-19T15:34:43.245Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629387283241, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819153206/1.0/resourceInstances/vfwb9fb25856fc30/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-08-19T15:34:43.344Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-08-19T15:34:43.345Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-19T15:34:43.345Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qoO1GatorxUOMWlm) ... 2021-08-19T15:34:43.364Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T15:34:43.365Z||pool-44-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1} 2021-08-19T15:34:44.245Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 4a992992-c9d4-40a3-838e-f075c37bbd28 from URL: /sdc/v1/catalog/services/Vfw20210819153206/1.0/resourceInstances/vfwb9fb25856fc30/artifacts/base_vfw.env 2021-08-19T15:34:44.246Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||INFO|500||DistributionClient - download 2021-08-19T15:34:44.246Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210819153206/1.0/resourceInstances/vfwb9fb25856fc30/artifacts/base_vfw.env 2021-08-19T15:34:44.838Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2021-08-19T15:34:44.839Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210819153206/1.0/resourceInstances/vfwb9fb25856fc30/artifacts/base_vfw.env 4a992992-c9d4-40a3-838e-f075c37bbd28 2098 2021-08-19T15:34:44.839Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210819153206/1.0/resourceInstances/vfwb9fb25856fc30/artifacts/base_vfw.env ASDC sendASDCNotification 2021-08-19T15:34:44.839Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210819153206/1.0/resourceInstances/vfwb9fb25856fc30/artifacts/base_vfw.env 2021-08-19T15:34:44.840Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2021-08-19T15:34:44.840Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-08-19T15:34:44.842Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-19T15:34:44.842Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629387284839, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819153206/1.0/resourceInstances/vfwb9fb25856fc30/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-08-19T15:34:44.942Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-19T15:34:44.943Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-19T15:34:44.943Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qoO1GatorxUOMWlm) ... 2021-08-19T15:34:44.966Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T15:34:44.967Z||pool-45-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2021-08-19T15:34:45.843Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 1ab20d12-17cd-4438-a5ae-088b3084029a 2021-08-19T15:34:45.843Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW b9fb2585-6fc3 0 09eb7f71-380e-47c1-98b1-11126d9ad3f0 ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-08-19T15:34:45.871Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T15:34:45.872Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-08-19 15-32-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-08-19T15:34:45.872Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 2021-08-19T15:34:45.872Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= c7f304f6-28a8-472b-97bd-804ad65a280a 2021-08-19T15:34:45.872Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: c7f304f6-28a8-472b-97bd-804ad65a280a matches Tosca VF Customization UUID: c7f304f6-28a8-472b-97bd-804ad65a280a 2021-08-19T15:34:45.872Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: c7f304f6-28a8-472b-97bd-804ad65a280a matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2021-08-19T15:34:45.876Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T15:34:45.876Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-08-19 15-32-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-08-19T15:34:45.877Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id c7f304f6-28a8-472b-97bd-804ad65a280a: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"} 2021-08-19T15:34:45.877Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2e41b894 2021-08-19T15:34:45.878Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T15:34:45.878Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-08-19 15-32-06 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-08-19T15:34:45.878Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : d0e68f42-b87b-49f2-a757-2c3a3fb1c67f 2021-08-19T15:34:45.878Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID d0e68f42-b87b-49f2-a757-2c3a3fb1c67f Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2021-08-19T15:34:45.881Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T15:34:45.882Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||Node template vFW b9fb2585-6fc3 0 is matching search criteria 2021-08-19T15:34:45.882Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW b9fb2585-6fc3 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-19T15:34:45.882Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T15:34:45.882Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||Node template vFW b9fb2585-6fc3 0 is matching search criteria 2021-08-19T15:34:45.883Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW b9fb2585-6fc3 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-19T15:34:45.883Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T15:34:45.883Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||Node template vFW b9fb2585-6fc3 0 is not matching search criteria 2021-08-19T15:34:45.884Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-08-19T15:34:45.884Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-08-19T15:34:45.884Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2021-08-19T15:34:45.884Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-08-19T15:34:45.885Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria 2021-08-19T15:34:45.885Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-08-19T15:34:45.885Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-08-19T15:34:45.885Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-08-19T15:34:45.886Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-08-19T15:34:45.886Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria 2021-08-19T15:34:45.886Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-08-19T15:34:45.886Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=3335f63a-d92c-4e03-8be2-abd0f0488f6d Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-08-19T15:34:45.889Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T15:34:45.889Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||Node template vFW b9fb2585-6fc3 0 is matching search criteria 2021-08-19T15:34:45.890Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW b9fb2585-6fc3 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-19T15:34:45.890Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T15:34:45.890Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||Node template vFW b9fb2585-6fc3 0 is not matching search criteria 2021-08-19T15:34:45.891Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-08-19T15:34:45.891Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-08-19T15:34:45.891Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-08-19T15:34:45.891Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-08-19T15:34:45.892Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-08-19T15:34:45.892Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-08-19T15:34:45.892Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria 2021-08-19T15:34:45.892Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2021-08-19T15:34:45.893Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-08-19T15:34:45.893Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-08-19T15:34:45.893Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria 2021-08-19T15:34:45.893Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-08-19T15:34:45.893Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=7e1cc117-4feb-4bd2-9a09-275558f7a20e Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-08-19T15:34:45.896Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T15:34:45.896Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||Node template vFW b9fb2585-6fc3 0 is matching search criteria 2021-08-19T15:34:45.896Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW b9fb2585-6fc3 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-19T15:34:45.899Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T15:34:45.900Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||Node template vFW b9fb2585-6fc3 0 is not matching search criteria 2021-08-19T15:34:45.900Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-08-19T15:34:45.900Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-08-19T15:34:45.900Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-08-19T15:34:45.901Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-08-19T15:34:45.901Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-08-19T15:34:45.901Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-08-19T15:34:45.901Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria 2021-08-19T15:34:45.902Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-08-19T15:34:45.902Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria 2021-08-19T15:34:45.902Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-08-19T15:34:45.902Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-08-19T15:34:45.903Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2021-08-19T15:34:45.903Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=f7d304c8-ca80-4feb-8f72-d4d3785309f3 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-08-19T15:34:45.906Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T15:34:45.906Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||Node template vFW b9fb2585-6fc3 0 is matching search criteria 2021-08-19T15:34:45.906Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW b9fb2585-6fc3 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-19T15:34:45.907Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T15:34:45.907Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||Node template vFW b9fb2585-6fc3 0 is matching search criteria 2021-08-19T15:34:45.907Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW b9fb2585-6fc3 0] matching following query criteria: sdcType=VF, customizationUUID=c7f304f6-28a8-472b-97bd-804ad65a280a Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-08-19T15:34:45.910Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T15:34:45.910Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-08-19 15-32-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-08-19T15:34:45.910Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 1ab20d12-17cd-4438-a5ae-088b3084029a: vFW b9fb2585-6fc3 2021-08-19T15:34:45.911Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T15:34:45.911Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-08-19 15-32-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-08-19T15:34:45.911Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T15:34:45.911Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-08-19 15-32-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-08-19T15:34:45.912Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T15:34:45.912Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-08-19 15-32-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-08-19T15:34:45.912Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T15:34:45.912Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-08-19 15-32-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-08-19T15:34:45.913Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T15:34:45.913Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-08-19 15-32-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-08-19T15:34:45.913Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||INFO|500||Saving Service: vFW 2021-08-19 15-32-06 Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-08-19T15:34:46.119Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW b9fb2585-6fc3 09eb7f71-380e-47c1-98b1-11126d9ad3f0 1 ASDC deployResourceStructure 2021-08-19T15:34:46.119Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210819153206/1.0/resourceInstances/vfwb9fb25856fc30/artifacts/vfwb9fb25856fc30_modules.json ASDC sendASDCNotification 2021-08-19T15:34:46.120Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210819153206/1.0/resourceInstances/vfwb9fb25856fc30/artifacts/vfwb9fb25856fc30_modules.json 2021-08-19T15:34:46.120Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-08-19T15:34:46.120Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-08-19T15:34:46.123Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-19T15:34:46.123Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629387286119, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819153206/1.0/resourceInstances/vfwb9fb25856fc30/artifacts/vfwb9fb25856fc30_modules.json", "status": "DEPLOY_OK" } 2021-08-19T15:34:46.223Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-19T15:34:46.224Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-19T15:34:46.225Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qoO1GatorxUOMWlm) ... 2021-08-19T15:34:46.241Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T15:34:46.242Z||pool-46-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2021-08-19T15:34:47.124Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210819153206/1.0/resourceInstances/vfwb9fb25856fc30/artifacts/base_vfw.yaml ASDC sendASDCNotification 2021-08-19T15:34:47.124Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210819153206/1.0/resourceInstances/vfwb9fb25856fc30/artifacts/base_vfw.yaml 2021-08-19T15:34:47.124Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-08-19T15:34:47.125Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-08-19T15:34:47.126Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-19T15:34:47.126Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629387287124, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819153206/1.0/resourceInstances/vfwb9fb25856fc30/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2021-08-19T15:34:47.226Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-08-19T15:34:47.228Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-19T15:34:47.228Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qoO1GatorxUOMWlm) ... 2021-08-19T15:34:47.241Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T15:34:47.241Z||pool-47-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-08-19T15:34:48.127Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210819153206/1.0/resourceInstances/vfwb9fb25856fc30/artifacts/base_vfw.env ASDC sendASDCNotification 2021-08-19T15:34:48.127Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210819153206/1.0/resourceInstances/vfwb9fb25856fc30/artifacts/base_vfw.env 2021-08-19T15:34:48.128Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-08-19T15:34:48.128Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-08-19T15:34:48.130Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-19T15:34:48.130Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629387288127, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819153206/1.0/resourceInstances/vfwb9fb25856fc30/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2021-08-19T15:34:48.230Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-19T15:34:48.231Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-19T15:34:48.231Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qoO1GatorxUOMWlm) ... 2021-08-19T15:34:48.243Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T15:34:48.243Z||pool-48-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2021-08-19T15:34:49.131Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210819153206/1.0/artifacts/service-Vfw20210819153206-csar.csar ASDC sendASDCNotification 2021-08-19T15:34:49.131Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210819153206/1.0/artifacts/service-Vfw20210819153206-csar.csar 2021-08-19T15:34:49.131Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-08-19T15:34:49.132Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-08-19T15:34:49.133Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-19T15:34:49.134Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629387289130, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819153206/1.0/artifacts/service-Vfw20210819153206-csar.csar", "status": "DEPLOY_OK" } 2021-08-19T15:34:49.234Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-08-19T15:34:49.234Z||pool-49-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-19T15:34:49.235Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qoO1GatorxUOMWlm) ... 2021-08-19T15:34:49.248Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T15:34:49.248Z||pool-49-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-08-19T15:34:50.135Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-08-19T15:34:50.147Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-08-19T15:34:50.150Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-08-19T15:34:50.150Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-08-19T15:34:50.151Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-08-19T15:34:50.151Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-08-19T15:34:50.151Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 2021-08-19T15:34:50.151Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-08-19T15:34:50.156Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-08-19T15:35:20.157Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2021-08-19T15:35:20.167Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78 and serviceModelVersionId: 1ab20d12-17cd-4438-a5ae-088b3084029a 2021-08-19T15:35:20.167Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c800b9f6-fd2d-4889-93e8-df9062fe9e73 2021-08-19T15:35:20.169Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c800b9f6-fd2d-4889-93e8-df9062fe9e73/model-vers/model-ver/1ab20d12-17cd-4438-a5ae-088b3084029a?depth=0 2021-08-19T15:35:20.180Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context! 2021-08-19T15:35:20.255Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c800b9f6-fd2d-4889-93e8-df9062fe9e73/model-vers/model-ver/1ab20d12-17cd-4438-a5ae-088b3084029a?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2021-08-19T15:35:20.257Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c800b9f6-fd2d-4889-93e8-df9062fe9e73/model-vers/model-ver/1ab20d12-17cd-4438-a5ae-088b3084029a?depth=0|INFO|500||Invoke 2021-08-19T15:35:20.281Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c800b9f6-fd2d-4889-93e8-df9062fe9e73/model-vers/model-ver/1ab20d12-17cd-4438-a5ae-088b3084029a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"} 2021-08-19T15:35:20.490Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c800b9f6-fd2d-4889-93e8-df9062fe9e73/model-vers/model-ver/1ab20d12-17cd-4438-a5ae-088b3084029a?depth=0|INFO|404|Not Found|InvokeReturn 2021-08-19T15:35:20.491Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c800b9f6-fd2d-4889-93e8-df9062fe9e73/model-vers/model-ver/1ab20d12-17cd-4438-a5ae-088b3084029a?depth=0 has http status code:404 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210819-15:35:20:292-67598], Content-Length=[495], Date=[Thu, 19 Aug 2021 15:35:20 GMT], Content-Type=[application/json]} 2021-08-19T15:35:20.494Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["MERGE_PATCH","service-design-and-creation/models/model/c800b9f6-fd2d-4889-93e8-df9062fe9e73/model-vers/model-ver/1ab20d12-17cd-4438-a5ae-088b3084029a","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/c800b9f6-fd2d-4889-93e8-df9062fe9e73/model-vers/model-ver/1ab20d12-17cd-4438-a5ae-088b3084029a","ERR.5.4.6114"]}}} 2021-08-19T15:35:20.500Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/c800b9f6-fd2d-4889-93e8-df9062fe9e73/model-vers/model-ver/1ab20d12-17cd-4438-a5ae-088b3084029a (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/c800b9f6-fd2d-4889-93e8-df9062fe9e73/model-vers/model-ver/1ab20d12-17cd-4438-a5ae-088b3084029a) (ec=ERR.5.4.6114) 2021-08-19T15:35:20.500Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||ERROR|500||Exception occurred javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/c800b9f6-fd2d-4889-93e8-df9062fe9e73/model-vers/model-ver/1ab20d12-17cd-4438-a5ae-088b3084029a (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/c800b9f6-fd2d-4889-93e8-df9062fe9e73/model-vers/model-ver/1ab20d12-17cd-4438-a5ae-088b3084029a) (ec=ERR.5.4.6114) at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:74) at org.onap.so.client.RestRequest.get(RestRequest.java:77) at org.onap.so.client.RestClient.buildRequest(RestClient.java:326) at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322) at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283) at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67) at net.jodah.failsafe.Execution.executeSync(Execution.java:117) at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319) at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71) at org.onap.so.client.RestClient.method(RestClient.java:322) at org.onap.so.client.RestClient.patch(RestClient.java:265) at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81) at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184) at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-08-19T15:35:20.501Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/c800b9f6-fd2d-4889-93e8-df9062fe9e73/model-vers/model-ver/1ab20d12-17cd-4438-a5ae-088b3084029a (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/c800b9f6-fd2d-4889-93e8-df9062fe9e73/model-vers/model-ver/1ab20d12-17cd-4438-a5ae-088b3084029a) (ec=ERR.5.4.6114) 2021-08-19T15:35:20.501Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/c800b9f6-fd2d-4889-93e8-df9062fe9e73/model-vers/model-ver/1ab20d12-17cd-4438-a5ae-088b3084029a (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/c800b9f6-fd2d-4889-93e8-df9062fe9e73/model-vers/model-ver/1ab20d12-17cd-4438-a5ae-088b3084029a) (ec=ERR.5.4.6114) Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-08-19T15:35:20.505Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-08-19T15:35:20.505Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/c800b9f6-fd2d-4889-93e8-df9062fe9e73/model-vers/model-ver/1ab20d12-17cd-4438-a5ae-088b3084029a (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/c800b9f6-fd2d-4889-93e8-df9062fe9e73/model-vers/model-ver/1ab20d12-17cd-4438-a5ae-088b3084029a) (ec=ERR.5.4.6114) 2021-08-19T15:35:20.506Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2021-08-19T15:35:20.506Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-08-19T15:35:20.510Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-19T15:35:20.510Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629387320505, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/c800b9f6-fd2d-4889-93e8-df9062fe9e73/model-vers/model-ver/1ab20d12-17cd-4438-a5ae-088b3084029a (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/c800b9f6-fd2d-4889-93e8-df9062fe9e73/model-vers/model-ver/1ab20d12-17cd-4438-a5ae-088b3084029a) (ec\u003dERR.5.4.6114)" } 2021-08-19T15:35:20.610Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-19T15:35:20.611Z||pool-50-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-19T15:35:20.611Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qoO1GatorxUOMWlm) ... 2021-08-19T15:35:20.629Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T15:35:20.630Z||pool-50-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-08-19T15:35:27.195Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-19T15:35:27.197Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-19T15:35:27.197Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|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 qoO1GatorxUOMWlm) ... 2021-08-19T15:35:27.198Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-19T15:35:27.199Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-19T15:35:27.199Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|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 qoO1GatorxUOMWlm) ... 2021-08-19T15:35:27.320Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T15:35:27.321Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-19T15:35:27.321Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629387267195, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819153206/1.0/resourceInstances/vfwb9fb25856fc30/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-19T15:35:27.326Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-19T15:35:36.747Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T15:36:27.196Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-19T15:36:27.199Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-19T15:36:27.200Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-19T15:36:27.200Z||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 qoO1GatorxUOMWlm) ... 2021-08-19T15:36:27.200Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-19T15:36:27.202Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|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 qoO1GatorxUOMWlm) ... 2021-08-19T15:36:27.726Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T15:36:27.728Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-19T15:36:27.729Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629387267195, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819153206/1.0/resourceInstances/vfwb9fb25856fc30/artifacts/vfwb9fb25856fc30_modules.json", "status": "NOTIFIED" } 2021-08-19T15:36:27.731Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-19T15:36:27.731Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-19T15:36:27.732Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629387267195, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819153206/1.0/resourceInstances/vfwb9fb25856fc30/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-08-19T15:36:27.732Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-19T15:36:27.732Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-19T15:36:27.732Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629387267195, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819153206/1.0/resourceInstances/vfwb9fb25856fc30/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-19T15:36:27.732Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-19T15:36:27.732Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-19T15:36:27.732Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629387267195, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819153206/1.0/resourceInstances/vfwb9fb25856fc30/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-08-19T15:36:27.733Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-19T15:36:27.733Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-19T15:36:27.733Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629387267195, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819153206/1.0/artifacts/service-Vfw20210819153206-template.yml", "status": "NOT_NOTIFIED" } 2021-08-19T15:36:27.733Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-19T15:36:27.733Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-19T15:36:27.733Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629387267195, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819153206/1.0/artifacts/service-Vfw20210819153206-csar.csar", "status": "NOTIFIED" } 2021-08-19T15:36:27.733Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-19T15:36:27.733Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-19T15:36:27.734Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629387275349, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819153206/1.0/artifacts/service-Vfw20210819153206-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-19T15:36:27.734Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-19T15:36:27.734Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-19T15:36:27.734Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629387280345, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819153206/1.0/resourceInstances/vfwb9fb25856fc30/artifacts/vfwb9fb25856fc30_modules.json", "status": "DOWNLOAD_OK" } 2021-08-19T15:36:27.734Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-19T15:36:27.734Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-19T15:36:27.734Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629387283241, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819153206/1.0/resourceInstances/vfwb9fb25856fc30/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-08-19T15:36:27.735Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-19T15:36:27.735Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-19T15:36:27.735Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629387284839, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819153206/1.0/resourceInstances/vfwb9fb25856fc30/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-08-19T15:36:27.735Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-19T15:36:27.735Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-19T15:36:27.735Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629387286119, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819153206/1.0/resourceInstances/vfwb9fb25856fc30/artifacts/vfwb9fb25856fc30_modules.json", "status": "DEPLOY_OK" } 2021-08-19T15:36:27.735Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-19T15:36:27.736Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-19T15:36:27.736Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629387287124, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819153206/1.0/resourceInstances/vfwb9fb25856fc30/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2021-08-19T15:36:27.736Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-19T15:36:27.736Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-19T15:36:27.736Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629387288127, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819153206/1.0/resourceInstances/vfwb9fb25856fc30/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2021-08-19T15:36:27.736Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-19T15:36:27.736Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-19T15:36:27.736Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629387289130, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819153206/1.0/artifacts/service-Vfw20210819153206-csar.csar", "status": "DEPLOY_OK" } 2021-08-19T15:36:27.737Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-19T15:36:27.737Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-19T15:36:27.737Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629387320505, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/c800b9f6-fd2d-4889-93e8-df9062fe9e73/model-vers/model-ver/1ab20d12-17cd-4438-a5ae-088b3084029a (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/c800b9f6-fd2d-4889-93e8-df9062fe9e73/model-vers/model-ver/1ab20d12-17cd-4438-a5ae-088b3084029a) (ec\u003dERR.5.4.6114)" } 2021-08-19T15:36:27.737Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-19T15:36:36.793Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T15:37:27.196Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-19T15:37:27.197Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-19T15:37:27.197Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|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 qoO1GatorxUOMWlm) ... 2021-08-19T15:37:27.198Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-19T15:37:27.198Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-19T15:37:27.198Z||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 qoO1GatorxUOMWlm) ... 2021-08-19T15:37:36.752Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T15:37:36.766Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T15:38:27.195Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-19T15:38:27.197Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-19T15:38:27.197Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|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 qoO1GatorxUOMWlm) ... 2021-08-19T15:38:27.197Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-19T15:38:27.198Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-19T15:38:27.198Z||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 qoO1GatorxUOMWlm) ... 2021-08-19T15:38:33.034Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T15:38:33.035Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-19T15:38:33.035Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"c3a877e2-d902-45a5-95f1-184f9cb99e37","serviceName":"vFW 2021-08-19 15-36-48","serviceVersion":"1.0","serviceUUID":"511eb5a1-0c38-48f5-922c-3e7f8fd0ac02","serviceDescription":"catalog service description","serviceInvariantUUID":"4547f8c0-14a8-4157-97b4-23e137cf882e","resources":[{"resourceInstanceName":"vFW eef2e37c-1957 0","resourceName":"vFW eef2e37c-1957","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"c62077ca-2df2-4f5a-aa81-dd35ac4ba24e","resourceInvariantUUID":"4d5bc0d6-8066-461f-a6e1-d301ddc4c91f","resourceCustomizationUUID":"bf3b2478-45f4-47f8-9a6c-3bfb29c1f413","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210819153648/1.0/resourceInstances/vfweef2e37c19570/artifacts/vf-license-model.xml","artifactChecksum":"NGQ3NzE3NGIyM2YwNjlmMzMyZmE4ZDg4NGRhNTlkMmI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"cd2a7fee-a4b8-45e4-88d0-242586a30622","artifactVersion":"1"},{"artifactName":"vfweef2e37c19570_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20210819153648/1.0/resourceInstances/vfweef2e37c19570/artifacts/vfweef2e37c19570_modules.json","artifactChecksum":"ODcxZjFkNTMwNTRhY2Q1MWZiOWE5YzIwMWExNzhjMzA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"baa6b685-5e82-41fc-ae1a-5c735e72c8d9","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20210819153648/1.0/resourceInstances/vfweef2e37c19570/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"e912c54e-3b3b-47c6-9df7-a27d1c6d4f27","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210819153648/1.0/resourceInstances/vfweef2e37c19570/artifacts/vendor-license-model.xml","artifactChecksum":"YTRlMzBmZDM5MjdlYTYzNWNkYTUyZjhmZWYwODFiYzQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"cd03cdca-85ab-411e-b532-35e4a90adbaf","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20210819153648/1.0/resourceInstances/vfweef2e37c19570/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"7ad39c70-b590-47e6-a897-713fc8bf119a","artifactVersion":"2","generatedFromUUID":"e912c54e-3b3b-47c6-9df7-a27d1c6d4f27"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20210819153648-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20210819153648/1.0/artifacts/service-Vfw20210819153648-template.yml","artifactChecksum":"ODE0Nzc4ZjMzZDRlNmYyMjBhODU5MTE0YjliM2Q2YmE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"589a2e0b-ce5a-48a4-9ec9-19f5ac63b80d","artifactVersion":"1"},{"artifactName":"service-Vfw20210819153648-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20210819153648/1.0/artifacts/service-Vfw20210819153648-csar.csar","artifactChecksum":"NTE5MmYzNmMxNGE1ZjNhYzM2NjcwZGU2NGQ3MDA0ZmQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b90208b6-4bda-45ef-ab2c-2cefaf12f339","artifactVersion":"1"}],"workloadContext":"Production"} 2021-08-19T15:38:33.038Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-19T15:38:33.039Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-08-19T15:38:33.042Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-19T15:38:33.043Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "c3a877e2-d902-45a5-95f1-184f9cb99e37", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629387507195, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819153648/1.0/resourceInstances/vfweef2e37c19570/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-19T15:38:33.143Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-19T15:38:33.144Z||pool-51-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-19T15:38:33.144Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qoO1GatorxUOMWlm) ... 2021-08-19T15:38:33.156Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T15:38:33.157Z||pool-51-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-08-19T15:38:33.849Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T15:38:33.851Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:38:33.851Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3a877e2-d902-45a5-95f1-184f9cb99e37", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629387507195, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819153648/1.0/resourceInstances/vfweef2e37c19570/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-19T15:38:33.852Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:38:33.852Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:38:33.852Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3a877e2-d902-45a5-95f1-184f9cb99e37", "consumerID": "clamp", "timestamp": 1629387506172, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819153648/1.0/resourceInstances/vfweef2e37c19570/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-19T15:38:33.852Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:38:33.852Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:38:33.853Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3a877e2-d902-45a5-95f1-184f9cb99e37", "consumerID": "multicloud-k8s-id", "timestamp": 1629387505353, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819153648/1.0/resourceInstances/vfweef2e37c19570/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-19T15:38:33.853Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:38:33.853Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:38:33.853Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3a877e2-d902-45a5-95f1-184f9cb99e37", "consumerID": "cds", "timestamp": 1629387503000, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819153648/1.0/resourceInstances/vfweef2e37c19570/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-19T15:38:33.853Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:38:33.853Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:38:33.853Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3a877e2-d902-45a5-95f1-184f9cb99e37", "consumerID": "policy-id", "timestamp": 1629387508443, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819153648/1.0/resourceInstances/vfweef2e37c19570/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-19T15:38:33.853Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:38:33.853Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:38:33.854Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3a877e2-d902-45a5-95f1-184f9cb99e37", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629387511864, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819153648/1.0/resourceInstances/vfweef2e37c19570/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-19T15:38:33.854Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:38:34.043Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-19T15:38:34.044Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-08-19T15:38:34.047Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-19T15:38:34.047Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "c3a877e2-d902-45a5-95f1-184f9cb99e37", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629387507195, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819153648/1.0/resourceInstances/vfweef2e37c19570/artifacts/vfweef2e37c19570_modules.json", "status": "NOTIFIED" } 2021-08-19T15:38:34.147Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-19T15:38:34.148Z||pool-52-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-19T15:38:34.149Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qoO1GatorxUOMWlm) ... 2021-08-19T15:38:34.171Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T15:38:34.171Z||pool-52-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2021-08-19T15:38:35.054Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-19T15:38:35.058Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-08-19T15:38:35.060Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-19T15:38:35.061Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "c3a877e2-d902-45a5-95f1-184f9cb99e37", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629387507195, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819153648/1.0/resourceInstances/vfweef2e37c19570/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-08-19T15:38:35.161Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-19T15:38:35.162Z||pool-53-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-19T15:38:35.162Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qoO1GatorxUOMWlm) ... 2021-08-19T15:38:35.171Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T15:38:35.171Z||pool-53-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-08-19T15:38:36.061Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-19T15:38:36.062Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-08-19T15:38:36.064Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-19T15:38:36.064Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "c3a877e2-d902-45a5-95f1-184f9cb99e37", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629387507195, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819153648/1.0/resourceInstances/vfweef2e37c19570/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-19T15:38:36.167Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms 2021-08-19T15:38:36.168Z||pool-54-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-19T15:38:36.168Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qoO1GatorxUOMWlm) ... 2021-08-19T15:38:36.180Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T15:38:36.181Z||pool-54-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-08-19T15:38:37.065Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-19T15:38:37.065Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-08-19T15:38:37.068Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-19T15:38:37.068Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "c3a877e2-d902-45a5-95f1-184f9cb99e37", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629387507195, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819153648/1.0/resourceInstances/vfweef2e37c19570/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-08-19T15:38:37.168Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-19T15:38:37.169Z||pool-55-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-19T15:38:37.169Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qoO1GatorxUOMWlm) ... 2021-08-19T15:38:37.181Z||pool-55-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T15:38:37.182Z||pool-55-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-08-19T15:38:38.068Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-19T15:38:38.069Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-08-19T15:38:38.071Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-19T15:38:38.071Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "c3a877e2-d902-45a5-95f1-184f9cb99e37", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629387507195, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819153648/1.0/artifacts/service-Vfw20210819153648-template.yml", "status": "NOT_NOTIFIED" } 2021-08-19T15:38:38.172Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-19T15:38:38.173Z||pool-56-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-19T15:38:38.173Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qoO1GatorxUOMWlm) ... 2021-08-19T15:38:38.187Z||pool-56-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T15:38:38.187Z||pool-56-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-08-19T15:38:39.072Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-19T15:38:39.073Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-08-19T15:38:39.075Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-19T15:38:39.076Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "c3a877e2-d902-45a5-95f1-184f9cb99e37", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629387507195, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819153648/1.0/artifacts/service-Vfw20210819153648-csar.csar", "status": "NOTIFIED" } 2021-08-19T15:38:39.176Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-19T15:38:39.177Z||pool-57-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-19T15:38:39.178Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qoO1GatorxUOMWlm) ... 2021-08-19T15:38:39.210Z||pool-57-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T15:38:39.211Z||pool-57-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1} 2021-08-19T15:38:40.077Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||sending notification to client: { "distributionID": "c3a877e2-d902-45a5-95f1-184f9cb99e37", "serviceName": "vFW 2021-08-19 15-36-48", "serviceVersion": "1.0", "serviceUUID": "511eb5a1-0c38-48f5-922c-3e7f8fd0ac02", "serviceDescription": "catalog service description", "serviceInvariantUUID": "4547f8c0-14a8-4157-97b4-23e137cf882e", "resources": [ { "resourceInstanceName": "vFW eef2e37c-1957 0", "resourceCustomizationUUID": "bf3b2478-45f4-47f8-9a6c-3bfb29c1f413", "resourceName": "vFW eef2e37c-1957", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "c62077ca-2df2-4f5a-aa81-dd35ac4ba24e", "resourceInvariantUUID": "4d5bc0d6-8066-461f-a6e1-d301ddc4c91f", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfweef2e37c19570_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20210819153648/1.0/resourceInstances/vfweef2e37c19570/artifacts/vfweef2e37c19570_modules.json", "artifactChecksum": "ODcxZjFkNTMwNTRhY2Q1MWZiOWE5YzIwMWExNzhjMzA\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "baa6b685-5e82-41fc-ae1a-5c735e72c8d9", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20210819153648/1.0/resourceInstances/vfweef2e37c19570/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "e912c54e-3b3b-47c6-9df7-a27d1c6d4f27", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20210819153648/1.0/resourceInstances/vfweef2e37c19570/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "7ad39c70-b590-47e6-a897-713fc8bf119a", "generatedFromUUID": "e912c54e-3b3b-47c6-9df7-a27d1c6d4f27" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20210819153648/1.0/resourceInstances/vfweef2e37c19570/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "7ad39c70-b590-47e6-a897-713fc8bf119a", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20210819153648-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20210819153648/1.0/artifacts/service-Vfw20210819153648-csar.csar", "artifactChecksum": "NTE5MmYzNmMxNGE1ZjNhYzM2NjcwZGU2NGQ3MDA0ZmQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "b90208b6-4bda-45ef-ab2c-2cefaf12f339" } ], "workloadContext": "Production" } 2021-08-19T15:38:40.077Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-08-19T15:38:40.077Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 511eb5a1-0c38-48f5-922c-3e7f8fd0ac02 ASDC 2021-08-19T15:38:40.078Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||DEBUG|500||ASDC Notification: DistributionID:c3a877e2-d902-45a5-95f1-184f9cb99e37 ServiceName:vFW 2021-08-19 15-36-48 ServiceVersion:1.0 ServiceUUID:511eb5a1-0c38-48f5-922c-3e7f8fd0ac02 ServiceInvariantUUID:4547f8c0-14a8-4157-97b4-23e137cf882e ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20210819153648-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20210819153648/1.0/artifacts/service-Vfw20210819153648-csar.csar ArtifactUUID:b90208b6-4bda-45ef-ab2c-2cefaf12f339 ArtifactChecksum:NTE5MmYzNmMxNGE1ZjNhYzM2NjcwZGU2NGQ3MDA0ZmQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW eef2e37c-1957 0 ResourceCustomizationUUID:bf3b2478-45f4-47f8-9a6c-3bfb29c1f413 ResourceInvariantUUID:4d5bc0d6-8066-461f-a6e1-d301ddc4c91f ResourceName:vFW eef2e37c-1957 ResourceType:VF ResourceUUID:c62077ca-2df2-4f5a-aa81-dd35ac4ba24e ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfweef2e37c19570_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20210819153648/1.0/resourceInstances/vfweef2e37c19570/artifacts/vfweef2e37c19570_modules.json ArtifactUUID:baa6b685-5e82-41fc-ae1a-5c735e72c8d9 ArtifactChecksum:ODcxZjFkNTMwNTRhY2Q1MWZiOWE5YzIwMWExNzhjMzA= 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/Vfw20210819153648/1.0/resourceInstances/vfweef2e37c19570/artifacts/base_vfw.yaml ArtifactUUID:e912c54e-3b3b-47c6-9df7-a27d1c6d4f27 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/Vfw20210819153648/1.0/resourceInstances/vfweef2e37c19570/artifacts/base_vfw.env ArtifactUUID:7ad39c70-b590-47e6-a897-713fc8bf119a 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/Vfw20210819153648/1.0/resourceInstances/vfweef2e37c19570/artifacts/base_vfw.env ArtifactUUID:7ad39c70-b590-47e6-a897-713fc8bf119a ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-08-19T15:38:40.078Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 511eb5a1-0c38-48f5-922c-3e7f8fd0ac02 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-08-19T15:38:40.123Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-08-19T15:38:40.124Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2021-08-19T15:38:40.124Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2021-08-19T15:38:40.124Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: b90208b6-4bda-45ef-ab2c-2cefaf12f339 from URL: /sdc/v1/catalog/services/Vfw20210819153648/1.0/artifacts/service-Vfw20210819153648-csar.csar 2021-08-19T15:38:40.125Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||INFO|500||DistributionClient - download 2021-08-19T15:38:40.125Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210819153648/1.0/artifacts/service-Vfw20210819153648-csar.csar 2021-08-19T15:38:42.992Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2021-08-19T15:38:42.997Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210819153648/1.0/artifacts/service-Vfw20210819153648-csar.csar b90208b6-4bda-45ef-ab2c-2cefaf12f339 98737 2021-08-19T15:38:42.997Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210819153648/1.0/artifacts/service-Vfw20210819153648-csar.csar ASDC sendASDCNotification 2021-08-19T15:38:42.998Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210819153648/1.0/artifacts/service-Vfw20210819153648-csar.csar 2021-08-19T15:38:42.998Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2021-08-19T15:38:42.998Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-08-19T15:38:43.008Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-19T15:38:43.008Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "c3a877e2-d902-45a5-95f1-184f9cb99e37", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629387522997, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819153648/1.0/artifacts/service-Vfw20210819153648-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-19T15:38:43.108Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-08-19T15:38:43.109Z||pool-58-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-19T15:38:43.110Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qoO1GatorxUOMWlm) ... 2021-08-19T15:38:43.125Z||pool-58-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T15:38:43.126Z||pool-58-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2021-08-19T15:38:44.010Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-08-19T15:38:44.011Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2021-08-19T15:38:44.012Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: b90208b6-4bda-45ef-ab2c-2cefaf12f339, URL: /sdc/v1/catalog/services/Vfw20210819153648/1.0/artifacts/service-Vfw20210819153648-csar.csar to file: /app/ASDC/1/service-Vfw20210819153648-csar.csar 2021-08-19T15:38:44.012Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20210819153648-csar.csar 2021-08-19T15:38:44.013Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20210819153648-csar.csar 2021-08-19T15:38:44.014Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20210819153648-csar.csar 2021-08-19T15:38:44.316Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14021644315128556701/Definitions/service-Vfw20210819153648-template.yml Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided 2021-08-19T15:38:46.188Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0 2021-08-19T15:38:46.189Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||WARN|500||#################################################################################################### 2021-08-19T15:38:46.189Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20210819153648-csar.csar 2021-08-19T15:38:46.190Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred... 2021-08-19T15:38:46.190Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||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-Vfw20210819153648-csar.csar 2021-08-19T15:38:46.190Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||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-Vfw20210819153648-csar.csar 2021-08-19T15:38:46.191Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW eef2e37c-1957 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-Vfw20210819153648-csar.csar 2021-08-19T15:38:46.191Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||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-Vfw20210819153648-csar.csar 2021-08-19T15:38:46.191Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210819153648-csar.csar 2021-08-19T15:38:46.192Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210819153648-csar.csar 2021-08-19T15:38:46.192Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||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-Vfw20210819153648-csar.csar 2021-08-19T15:38:46.192Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||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-Vfw20210819153648-csar.csar 2021-08-19T15:38:46.192Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||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-Vfw20210819153648-csar.csar 2021-08-19T15:38:46.193Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20210819153648-csar.csar 2021-08-19T15:38:46.193Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||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-Vfw20210819153648-csar.csar 2021-08-19T15:38:46.193Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210819153648-csar.csar 2021-08-19T15:38:46.193Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||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-Vfw20210819153648-csar.csar 2021-08-19T15:38:46.194Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||WARN|500||#################################################################################################### 2021-08-19T15:38:46.194Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T15:38:46.194Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-08-19 15-36-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-08-19T15:38:46.195Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||DEBUG|500||Node template vFW eef2e37c-1957 0 is matching search criteria 2021-08-19T15:38:46.195Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2021-08-19T15:38:46.196Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW eef2e37c-1957 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2021-08-19T15:38:46.197Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T15:38:46.197Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-08-19 15-36-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-08-19T15:38:46.197Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||DEBUG|500||Node template vFW eef2e37c-1957 0 is matching search criteria 2021-08-19T15:38:46.198Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2021-08-19T15:38:46.198Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW eef2e37c-1957 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2021-08-19T15:38:46.198Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T15:38:46.199Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-08-19 15-36-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-08-19T15:38:46.199Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T15:38:46.200Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||DEBUG|500||Node template vFW eef2e37c-1957 0 is not matching search criteria 2021-08-19T15:38:46.200Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-08-19T15:38:46.200Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-08-19T15:38:46.200Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-08-19T15:38:46.201Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-08-19T15:38:46.201Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria 2021-08-19T15:38:46.201Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-08-19T15:38:46.202Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-08-19T15:38:46.202Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-08-19T15:38:46.202Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria 2021-08-19T15:38:46.203Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-08-19T15:38:46.203Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-08-19T15:38:46.203Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-08-19T15:38:46.204Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-08-19T15:38:46.204Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria 2021-08-19T15:38:46.204Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-08-19T15:38:46.205Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-08-19T15:38:46.205Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T15:38:46.205Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-08-19 15-36-48 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-08-19T15:38:46.206Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T15:38:46.206Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||DEBUG|500||Node template vFW eef2e37c-1957 0 is matching search criteria 2021-08-19T15:38:46.206Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW eef2e37c-1957 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-19T15:38:46.207Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T15:38:46.212Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||DEBUG|500||Node template vFW eef2e37c-1957 0 is matching search criteria 2021-08-19T15:38:46.213Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW eef2e37c-1957 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-19T15:38:46.213Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T15:38:46.214Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||DEBUG|500||Node template vFW eef2e37c-1957 0 is matching search criteria 2021-08-19T15:38:46.214Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW eef2e37c-1957 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-19T15:38:46.214Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T15:38:46.215Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||DEBUG|500||Node template vFW eef2e37c-1957 0 is not matching search criteria 2021-08-19T15:38:46.215Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-08-19T15:38:46.215Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2021-08-19T15:38:46.216Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-08-19T15:38:46.216Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-08-19T15:38:46.216Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria 2021-08-19T15:38:46.217Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-08-19T15:38:46.217Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-08-19T15:38:46.217Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-08-19T15:38:46.218Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-08-19T15:38:46.218Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria 2021-08-19T15:38:46.218Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-08-19T15:38:46.219Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=b6f9e6d7-e657-4cda-a423-89c8538f3cd0 2021-08-19T15:38:46.219Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T15:38:46.219Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||DEBUG|500||Node template vFW eef2e37c-1957 0 is not matching search criteria 2021-08-19T15:38:46.220Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-08-19T15:38:46.220Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-08-19T15:38:46.221Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-08-19T15:38:46.221Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-08-19T15:38:46.221Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria 2021-08-19T15:38:46.221Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-08-19T15:38:46.222Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-08-19T15:38:46.222Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2021-08-19T15:38:46.222Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-08-19T15:38:46.223Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-08-19T15:38:46.223Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria 2021-08-19T15:38:46.223Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-08-19T15:38:46.224Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=933841d7-027f-44e4-9e9b-a6ac5bc1ba90 2021-08-19T15:38:46.224Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T15:38:46.225Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||DEBUG|500||Node template vFW eef2e37c-1957 0 is not matching search criteria 2021-08-19T15:38:46.225Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-08-19T15:38:46.225Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-08-19T15:38:46.225Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-08-19T15:38:46.226Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-08-19T15:38:46.226Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria 2021-08-19T15:38:46.226Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-08-19T15:38:46.227Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-08-19T15:38:46.227Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-08-19T15:38:46.227Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria 2021-08-19T15:38:46.228Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-08-19T15:38:46.228Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-08-19T15:38:46.228Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2021-08-19T15:38:46.228Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=a4fccded-2776-4987-82af-297b6ee032a8 2021-08-19T15:38:46.229Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T15:38:46.229Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-08-19 15-36-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-08-19T15:38:46.230Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T15:38:46.230Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-08-19 15-36-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-08-19T15:38:46.230Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T15:38:46.230Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-08-19 15-36-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-08-19T15:38:46.231Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T15:38:46.231Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-08-19 15-36-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-08-19T15:38:46.231Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2021-08-19 15-36-48 Description:catalog service description Model UUID:511eb5a1-0c38-48f5-922c-3e7f8fd0ac02 Model Version:NULL Model InvariantUuid:4547f8c0-14a8-4157-97b4-23e137cf882e Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW eef2e37c-1957 Model UUID:6c0c05d8-caf9-433f-9d0f-9bec718c572c Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:4d5bc0d6-8066-461f-a6e1-d301ddc4c91f Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:bf3b2478-45f4-47f8-9a6c-3bfb29c1f413 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:b9d97d5c-e9a0-4fb0-9a7f-5f108b1f6044 ModelName:VfwEef2e37c1957..base_vfw..module-0 ModelUuid:3138f143-ca25-4216-836d-f3c9d29fdaea ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:b6f9e6d7-e657-4cda-a423-89c8538f3cd0 ModelInvariantUuid:ddf45c18-eb4c-4e95-b281-5f3e0d7ab575 ModelName:vFW eef2e37c-1957-nodes.vfwCvfc ModelUuid:1db5489e-31c8-476c-93b4-4089100101b2 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:f4138ea5-c4a0-49bb-a9a5-fd6f86b34d14 ModelInvariantUuid:bdba3108-6bf3-4aeb-a5bf-8ea64fd00e1a ModelName:VfwEef2e37c1957.compute.nodes.heat.vfw ModelUuid:4880b66d-da77-42e3-9c69-ba2b3442e3a7 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:933841d7-027f-44e4-9e9b-a6ac5bc1ba90 ModelInvariantUuid:eded00ea-2de5-4334-b9e3-6b2191b06600 ModelName:vFW eef2e37c-1957-nodes.vsnCvfc ModelUuid:6496fb23-09b8-4a05-bd96-e4d62bb38d67 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:860fbe1d-cebc-4267-9c8f-177d1d76ba99 ModelInvariantUuid:ba5cb61d-1020-47bd-b43e-24b6759f88f2 ModelName:VfwEef2e37c1957.compute.nodes.heat.vsn ModelUuid:dbffffa1-bdaf-49a8-bd73-a1605083aa1c ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:a4fccded-2776-4987-82af-297b6ee032a8 ModelInvariantUuid:e24da616-896c-492b-8e8f-57eac9009a65 ModelName:vFW eef2e37c-1957-nodes.vpgCvfc ModelUuid:1db8f9f9-8fd0-4951-b8ec-10e1d9b3d620 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:4c7122fe-0592-4ff1-8886-6b427962f483 ModelInvariantUuid:d7da7f93-7292-4046-8503-4cd6ff09f2fd ModelName:VfwEef2e37c1957.compute.nodes.heat.vpg ModelUuid:3c0d2c1e-b84a-479c-870e-e6f658d60d52 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-08-19T15:38:46.240Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: c62077ca-2df2-4f5a-aa81-dd35ac4ba24e Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-08-19T15:38:46.245Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||INFO|500||vFW eef2e37c-1957 0 2021-08-19T15:38:46.245Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: c62077ca-2df2-4f5a-aa81-dd35ac4ba24e 2021-08-19T15:38:46.245Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: baa6b685-5e82-41fc-ae1a-5c735e72c8d9 from URL: /sdc/v1/catalog/services/Vfw20210819153648/1.0/resourceInstances/vfweef2e37c19570/artifacts/vfweef2e37c19570_modules.json 2021-08-19T15:38:46.245Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||INFO|500||DistributionClient - download 2021-08-19T15:38:46.246Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210819153648/1.0/resourceInstances/vfweef2e37c19570/artifacts/vfweef2e37c19570_modules.json 2021-08-19T15:38:46.864Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2021-08-19T15:38:46.864Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210819153648/1.0/resourceInstances/vfweef2e37c19570/artifacts/vfweef2e37c19570_modules.json baa6b685-5e82-41fc-ae1a-5c735e72c8d9 785 2021-08-19T15:38:46.864Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210819153648/1.0/resourceInstances/vfweef2e37c19570/artifacts/vfweef2e37c19570_modules.json ASDC sendASDCNotification 2021-08-19T15:38:46.864Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210819153648/1.0/resourceInstances/vfweef2e37c19570/artifacts/vfweef2e37c19570_modules.json 2021-08-19T15:38:46.865Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2021-08-19T15:38:46.865Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-08-19T15:38:46.867Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-19T15:38:46.867Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "c3a877e2-d902-45a5-95f1-184f9cb99e37", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629387526864, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819153648/1.0/resourceInstances/vfweef2e37c19570/artifacts/vfweef2e37c19570_modules.json", "status": "DOWNLOAD_OK" } 2021-08-19T15:38:46.968Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-08-19T15:38:46.969Z||pool-59-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-19T15:38:46.969Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qoO1GatorxUOMWlm) ... 2021-08-19T15:38:46.998Z||pool-59-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T15:38:46.998Z||pool-59-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1} 2021-08-19T15:38:47.868Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwEef2e37c1957..base_vfw..module-0", "vfModuleModelInvariantUUID": "b9d97d5c-e9a0-4fb0-9a7f-5f108b1f6044", "vfModuleModelVersion": "1", "vfModuleModelUUID": "3138f143-ca25-4216-836d-f3c9d29fdaea", "vfModuleModelCustomizationUUID": "6c473b51-33b0-466b-a8c0-3ec2e83d5471", "isBase": true, "artifacts": [ "e912c54e-3b3b-47c6-9df7-a27d1c6d4f27", "7ad39c70-b590-47e6-a897-713fc8bf119a" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_vfw", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2021-08-19T15:38:47.873Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwEef2e37c1957..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:3138f143-ca25-4216-836d-f3c9d29fdaea VfModuleModelInvariantUUID:b9d97d5c-e9a0-4fb0-9a7f-5f108b1f6044 VfModuleModelDescription:NULL Artifacts UUID List:{ e912c54e-3b3b-47c6-9df7-a27d1c6d4f27 , 7ad39c70-b590-47e6-a897-713fc8bf119a } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_vfw max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2021-08-19T15:38:47.875Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwEef2e37c1957..base_vfw..module-0", "vfModuleModelInvariantUUID": "b9d97d5c-e9a0-4fb0-9a7f-5f108b1f6044", "vfModuleModelVersion": "1", "vfModuleModelUUID": "3138f143-ca25-4216-836d-f3c9d29fdaea", "vfModuleModelCustomizationUUID": "6c473b51-33b0-466b-a8c0-3ec2e83d5471", "isBase": true, "artifacts": [ "e912c54e-3b3b-47c6-9df7-a27d1c6d4f27", "7ad39c70-b590-47e6-a897-713fc8bf119a" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_vfw", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2021-08-19T15:38:47.875Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwEef2e37c1957..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:3138f143-ca25-4216-836d-f3c9d29fdaea VfModuleModelInvariantUUID:b9d97d5c-e9a0-4fb0-9a7f-5f108b1f6044 VfModuleModelDescription:NULL Artifacts UUID List:{ e912c54e-3b3b-47c6-9df7-a27d1c6d4f27 , 7ad39c70-b590-47e6-a897-713fc8bf119a } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_vfw max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2021-08-19T15:38:47.875Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: e912c54e-3b3b-47c6-9df7-a27d1c6d4f27 from URL: /sdc/v1/catalog/services/Vfw20210819153648/1.0/resourceInstances/vfweef2e37c19570/artifacts/base_vfw.yaml 2021-08-19T15:38:47.876Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||INFO|500||DistributionClient - download 2021-08-19T15:38:47.876Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210819153648/1.0/resourceInstances/vfweef2e37c19570/artifacts/base_vfw.yaml 2021-08-19T15:38:48.388Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2021-08-19T15:38:48.389Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210819153648/1.0/resourceInstances/vfweef2e37c19570/artifacts/base_vfw.yaml e912c54e-3b3b-47c6-9df7-a27d1c6d4f27 20368 2021-08-19T15:38:48.389Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210819153648/1.0/resourceInstances/vfweef2e37c19570/artifacts/base_vfw.yaml ASDC sendASDCNotification 2021-08-19T15:38:48.389Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210819153648/1.0/resourceInstances/vfweef2e37c19570/artifacts/base_vfw.yaml 2021-08-19T15:38:48.390Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2021-08-19T15:38:48.390Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-08-19T15:38:48.392Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-19T15:38:48.393Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "c3a877e2-d902-45a5-95f1-184f9cb99e37", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629387528389, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819153648/1.0/resourceInstances/vfweef2e37c19570/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-08-19T15:38:48.493Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-19T15:38:48.494Z||pool-60-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-19T15:38:48.494Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qoO1GatorxUOMWlm) ... 2021-08-19T15:38:48.511Z||pool-60-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T15:38:48.511Z||pool-60-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2021-08-19T15:38:49.393Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 7ad39c70-b590-47e6-a897-713fc8bf119a from URL: /sdc/v1/catalog/services/Vfw20210819153648/1.0/resourceInstances/vfweef2e37c19570/artifacts/base_vfw.env 2021-08-19T15:38:49.393Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||INFO|500||DistributionClient - download 2021-08-19T15:38:49.394Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210819153648/1.0/resourceInstances/vfweef2e37c19570/artifacts/base_vfw.env 2021-08-19T15:38:49.820Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2021-08-19T15:38:49.820Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210819153648/1.0/resourceInstances/vfweef2e37c19570/artifacts/base_vfw.env 7ad39c70-b590-47e6-a897-713fc8bf119a 2098 2021-08-19T15:38:49.821Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210819153648/1.0/resourceInstances/vfweef2e37c19570/artifacts/base_vfw.env ASDC sendASDCNotification 2021-08-19T15:38:49.821Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210819153648/1.0/resourceInstances/vfweef2e37c19570/artifacts/base_vfw.env 2021-08-19T15:38:49.821Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2021-08-19T15:38:49.821Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-08-19T15:38:49.824Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-19T15:38:49.825Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "c3a877e2-d902-45a5-95f1-184f9cb99e37", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629387529820, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819153648/1.0/resourceInstances/vfweef2e37c19570/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-08-19T15:38:49.925Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-08-19T15:38:49.925Z||pool-61-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-19T15:38:49.926Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qoO1GatorxUOMWlm) ... 2021-08-19T15:38:49.944Z||pool-61-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T15:38:49.945Z||pool-61-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2021-08-19T15:38:50.825Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 511eb5a1-0c38-48f5-922c-3e7f8fd0ac02 2021-08-19T15:38:50.826Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW eef2e37c-1957 0 c62077ca-2df2-4f5a-aa81-dd35ac4ba24e ASDC Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-08-19T15:38:50.849Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T15:38:50.850Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-08-19 15-36-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-08-19T15:38:50.850Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 2021-08-19T15:38:50.850Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= bf3b2478-45f4-47f8-9a6c-3bfb29c1f413 2021-08-19T15:38:50.850Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: bf3b2478-45f4-47f8-9a6c-3bfb29c1f413 matches Tosca VF Customization UUID: bf3b2478-45f4-47f8-9a6c-3bfb29c1f413 2021-08-19T15:38:50.851Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: bf3b2478-45f4-47f8-9a6c-3bfb29c1f413 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2021-08-19T15:38:50.853Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T15:38:50.853Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-08-19 15-36-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-08-19T15:38:50.856Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id bf3b2478-45f4-47f8-9a6c-3bfb29c1f413: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"} 2021-08-19T15:38:50.856Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@50337b23 2021-08-19T15:38:50.856Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T15:38:50.856Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-08-19 15-36-48 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-08-19T15:38:50.857Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 6c473b51-33b0-466b-a8c0-3ec2e83d5471 2021-08-19T15:38:50.857Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 6c473b51-33b0-466b-a8c0-3ec2e83d5471 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2021-08-19T15:38:50.859Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T15:38:50.859Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||DEBUG|500||Node template vFW eef2e37c-1957 0 is matching search criteria 2021-08-19T15:38:50.860Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW eef2e37c-1957 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-19T15:38:50.860Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T15:38:50.860Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||DEBUG|500||Node template vFW eef2e37c-1957 0 is matching search criteria 2021-08-19T15:38:50.860Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW eef2e37c-1957 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-19T15:38:50.860Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T15:38:50.861Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||DEBUG|500||Node template vFW eef2e37c-1957 0 is not matching search criteria 2021-08-19T15:38:50.861Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-08-19T15:38:50.861Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2021-08-19T15:38:50.861Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-08-19T15:38:50.861Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-08-19T15:38:50.861Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria 2021-08-19T15:38:50.861Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-08-19T15:38:50.862Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-08-19T15:38:50.862Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-08-19T15:38:50.862Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-08-19T15:38:50.862Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria 2021-08-19T15:38:50.862Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-08-19T15:38:50.863Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=b6f9e6d7-e657-4cda-a423-89c8538f3cd0 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-08-19T15:38:50.865Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T15:38:50.865Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||DEBUG|500||Node template vFW eef2e37c-1957 0 is matching search criteria 2021-08-19T15:38:50.865Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW eef2e37c-1957 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-19T15:38:50.865Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T15:38:50.865Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||DEBUG|500||Node template vFW eef2e37c-1957 0 is not matching search criteria 2021-08-19T15:38:50.865Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-08-19T15:38:50.866Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-08-19T15:38:50.866Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-08-19T15:38:50.866Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-08-19T15:38:50.866Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria 2021-08-19T15:38:50.866Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-08-19T15:38:50.866Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-08-19T15:38:50.866Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2021-08-19T15:38:50.867Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-08-19T15:38:50.867Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-08-19T15:38:50.867Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria 2021-08-19T15:38:50.867Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-08-19T15:38:50.867Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=933841d7-027f-44e4-9e9b-a6ac5bc1ba90 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-08-19T15:38:50.871Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T15:38:50.871Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||DEBUG|500||Node template vFW eef2e37c-1957 0 is matching search criteria 2021-08-19T15:38:50.871Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW eef2e37c-1957 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-19T15:38:50.871Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T15:38:50.872Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||DEBUG|500||Node template vFW eef2e37c-1957 0 is not matching search criteria 2021-08-19T15:38:50.872Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-08-19T15:38:50.872Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-08-19T15:38:50.872Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-08-19T15:38:50.872Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-08-19T15:38:50.872Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria 2021-08-19T15:38:50.874Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-08-19T15:38:50.874Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-08-19T15:38:50.874Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-08-19T15:38:50.874Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria 2021-08-19T15:38:50.874Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-08-19T15:38:50.874Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-08-19T15:38:50.875Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2021-08-19T15:38:50.875Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=a4fccded-2776-4987-82af-297b6ee032a8 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-08-19T15:38:50.878Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T15:38:50.878Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||DEBUG|500||Node template vFW eef2e37c-1957 0 is matching search criteria 2021-08-19T15:38:50.878Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW eef2e37c-1957 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-19T15:38:50.878Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T15:38:50.878Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||DEBUG|500||Node template vFW eef2e37c-1957 0 is matching search criteria 2021-08-19T15:38:50.878Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW eef2e37c-1957 0] matching following query criteria: sdcType=VF, customizationUUID=bf3b2478-45f4-47f8-9a6c-3bfb29c1f413 Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-08-19T15:38:50.881Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T15:38:50.881Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-08-19 15-36-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-08-19T15:38:50.881Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 511eb5a1-0c38-48f5-922c-3e7f8fd0ac02: vFW eef2e37c-1957 2021-08-19T15:38:50.882Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T15:38:50.882Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-08-19 15-36-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-08-19T15:38:50.882Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T15:38:50.882Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-08-19 15-36-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-08-19T15:38:50.882Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T15:38:50.882Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-08-19 15-36-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-08-19T15:38:50.883Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T15:38:50.883Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-08-19 15-36-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-08-19T15:38:50.883Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T15:38:50.883Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-08-19 15-36-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-08-19T15:38:50.884Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||INFO|500||Saving Service: vFW 2021-08-19 15-36-48 Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-08-19T15:38:51.060Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW eef2e37c-1957 c62077ca-2df2-4f5a-aa81-dd35ac4ba24e 1 ASDC deployResourceStructure 2021-08-19T15:38:51.061Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210819153648/1.0/resourceInstances/vfweef2e37c19570/artifacts/vfweef2e37c19570_modules.json ASDC sendASDCNotification 2021-08-19T15:38:51.062Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210819153648/1.0/resourceInstances/vfweef2e37c19570/artifacts/vfweef2e37c19570_modules.json 2021-08-19T15:38:51.062Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-08-19T15:38:51.062Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-08-19T15:38:51.064Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-19T15:38:51.064Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "c3a877e2-d902-45a5-95f1-184f9cb99e37", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629387531061, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819153648/1.0/resourceInstances/vfweef2e37c19570/artifacts/vfweef2e37c19570_modules.json", "status": "DEPLOY_OK" } 2021-08-19T15:38:51.164Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-19T15:38:51.165Z||pool-62-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-19T15:38:51.165Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qoO1GatorxUOMWlm) ... 2021-08-19T15:38:51.178Z||pool-62-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T15:38:51.179Z||pool-62-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2021-08-19T15:38:52.066Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210819153648/1.0/resourceInstances/vfweef2e37c19570/artifacts/base_vfw.yaml ASDC sendASDCNotification 2021-08-19T15:38:52.067Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210819153648/1.0/resourceInstances/vfweef2e37c19570/artifacts/base_vfw.yaml 2021-08-19T15:38:52.067Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-08-19T15:38:52.068Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-08-19T15:38:52.070Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-19T15:38:52.071Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "c3a877e2-d902-45a5-95f1-184f9cb99e37", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629387532066, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819153648/1.0/resourceInstances/vfweef2e37c19570/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2021-08-19T15:38:52.172Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-19T15:38:52.174Z||pool-63-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-19T15:38:52.174Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qoO1GatorxUOMWlm) ... 2021-08-19T15:38:52.189Z||pool-63-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T15:38:52.189Z||pool-63-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2021-08-19T15:38:53.073Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210819153648/1.0/resourceInstances/vfweef2e37c19570/artifacts/base_vfw.env ASDC sendASDCNotification 2021-08-19T15:38:53.074Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210819153648/1.0/resourceInstances/vfweef2e37c19570/artifacts/base_vfw.env 2021-08-19T15:38:53.074Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-08-19T15:38:53.075Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-08-19T15:38:53.077Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-19T15:38:53.077Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "c3a877e2-d902-45a5-95f1-184f9cb99e37", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629387533073, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819153648/1.0/resourceInstances/vfweef2e37c19570/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2021-08-19T15:38:53.178Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-08-19T15:38:53.179Z||pool-64-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-19T15:38:53.179Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qoO1GatorxUOMWlm) ... 2021-08-19T15:38:53.191Z||pool-64-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T15:38:53.192Z||pool-64-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2021-08-19T15:38:54.078Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210819153648/1.0/artifacts/service-Vfw20210819153648-csar.csar ASDC sendASDCNotification 2021-08-19T15:38:54.078Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210819153648/1.0/artifacts/service-Vfw20210819153648-csar.csar 2021-08-19T15:38:54.078Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-08-19T15:38:54.079Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-08-19T15:38:54.080Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-19T15:38:54.080Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "c3a877e2-d902-45a5-95f1-184f9cb99e37", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629387534078, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819153648/1.0/artifacts/service-Vfw20210819153648-csar.csar", "status": "DEPLOY_OK" } 2021-08-19T15:38:54.180Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-19T15:38:54.182Z||pool-65-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-19T15:38:54.182Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qoO1GatorxUOMWlm) ... 2021-08-19T15:38:54.196Z||pool-65-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T15:38:54.197Z||pool-65-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-08-19T15:38:55.081Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c3a877e2-d902-45a5-95f1-184f9cb99e37 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-08-19T15:38:55.097Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c3a877e2-d902-45a5-95f1-184f9cb99e37 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-08-19T15:38:55.101Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-08-19T15:38:55.101Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-08-19T15:38:55.101Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-08-19T15:39:25.102Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c3a877e2-d902-45a5-95f1-184f9cb99e37 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-08-19T15:39:25.112Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c3a877e2-d902-45a5-95f1-184f9cb99e37 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-08-19T15:39:25.115Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-08-19T15:39:25.115Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-08-19T15:39:25.116Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-08-19T15:39:27.198Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-19T15:39:27.200Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-19T15:39:27.200Z||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 qoO1GatorxUOMWlm) ... 2021-08-19T15:39:27.326Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T15:39:27.327Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:39:27.327Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3a877e2-d902-45a5-95f1-184f9cb99e37", "consumerID": "clamp", "timestamp": 1629387506172, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819153648/1.0/resourceInstances/vfweef2e37c19570/artifacts/vfweef2e37c19570_modules.json", "status": "NOTIFIED" } 2021-08-19T15:39:27.329Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:39:27.329Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:39:27.329Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3a877e2-d902-45a5-95f1-184f9cb99e37", "consumerID": "multicloud-k8s-id", "timestamp": 1629387505353, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819153648/1.0/resourceInstances/vfweef2e37c19570/artifacts/vfweef2e37c19570_modules.json", "status": "NOTIFIED" } 2021-08-19T15:39:27.329Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:39:55.116Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c3a877e2-d902-45a5-95f1-184f9cb99e37 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-08-19T15:39:55.126Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c3a877e2-d902-45a5-95f1-184f9cb99e37 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-08-19T15:39:55.129Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-08-19T15:39:55.129Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-08-19T15:39:55.129Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-08-19T15:40:25.130Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c3a877e2-d902-45a5-95f1-184f9cb99e37 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-08-19T15:40:25.159Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c3a877e2-d902-45a5-95f1-184f9cb99e37 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-08-19T15:40:25.174Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-08-19T15:40:25.174Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-08-19T15:40:25.174Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-08-19T15:40:27.198Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-19T15:40:27.200Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-19T15:40:27.200Z||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 qoO1GatorxUOMWlm) ... 2021-08-19T15:40:27.734Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T15:40:27.737Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:40:27.737Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3a877e2-d902-45a5-95f1-184f9cb99e37", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629387507195, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819153648/1.0/resourceInstances/vfweef2e37c19570/artifacts/vfweef2e37c19570_modules.json", "status": "NOTIFIED" } 2021-08-19T15:40:27.738Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:40:27.739Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:40:27.739Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3a877e2-d902-45a5-95f1-184f9cb99e37", "consumerID": "cds", "timestamp": 1629387503000, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819153648/1.0/resourceInstances/vfweef2e37c19570/artifacts/vfweef2e37c19570_modules.json", "status": "NOT_NOTIFIED" } 2021-08-19T15:40:27.739Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:40:27.739Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:40:27.739Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3a877e2-d902-45a5-95f1-184f9cb99e37", "consumerID": "policy-id", "timestamp": 1629387508443, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819153648/1.0/resourceInstances/vfweef2e37c19570/artifacts/vfweef2e37c19570_modules.json", "status": "NOT_NOTIFIED" } 2021-08-19T15:40:27.739Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:40:27.740Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:40:27.740Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3a877e2-d902-45a5-95f1-184f9cb99e37", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629387511864, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819153648/1.0/resourceInstances/vfweef2e37c19570/artifacts/vfweef2e37c19570_modules.json", "status": "NOT_NOTIFIED" } 2021-08-19T15:40:27.740Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:40:27.740Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:40:27.740Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3a877e2-d902-45a5-95f1-184f9cb99e37", "consumerID": "clamp", "timestamp": 1629387506172, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819153648/1.0/resourceInstances/vfweef2e37c19570/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-08-19T15:40:27.740Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:40:27.740Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:40:27.741Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3a877e2-d902-45a5-95f1-184f9cb99e37", "consumerID": "multicloud-k8s-id", "timestamp": 1629387505353, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819153648/1.0/resourceInstances/vfweef2e37c19570/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-08-19T15:40:27.741Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:40:27.741Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:40:27.741Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3a877e2-d902-45a5-95f1-184f9cb99e37", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629387507195, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819153648/1.0/resourceInstances/vfweef2e37c19570/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-08-19T15:40:27.741Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:40:27.741Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:40:27.741Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3a877e2-d902-45a5-95f1-184f9cb99e37", "consumerID": "cds", "timestamp": 1629387503000, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819153648/1.0/resourceInstances/vfweef2e37c19570/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-08-19T15:40:27.742Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:40:27.742Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:40:27.742Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3a877e2-d902-45a5-95f1-184f9cb99e37", "consumerID": "policy-id", "timestamp": 1629387508443, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819153648/1.0/resourceInstances/vfweef2e37c19570/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-08-19T15:40:27.742Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:40:27.742Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:40:27.742Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3a877e2-d902-45a5-95f1-184f9cb99e37", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629387511864, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819153648/1.0/resourceInstances/vfweef2e37c19570/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-08-19T15:40:27.742Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:40:27.743Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:40:27.743Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3a877e2-d902-45a5-95f1-184f9cb99e37", "consumerID": "dcae-sch", "timestamp": 1629387515305, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819153648/1.0/resourceInstances/vfweef2e37c19570/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-19T15:40:27.743Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:40:27.743Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:40:27.743Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3a877e2-d902-45a5-95f1-184f9cb99e37", "consumerID": "clamp", "timestamp": 1629387506172, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819153648/1.0/resourceInstances/vfweef2e37c19570/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-19T15:40:27.744Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:40:27.744Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:40:27.744Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3a877e2-d902-45a5-95f1-184f9cb99e37", "consumerID": "multicloud-k8s-id", "timestamp": 1629387505353, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819153648/1.0/resourceInstances/vfweef2e37c19570/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-19T15:40:27.744Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:40:27.744Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:40:27.744Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3a877e2-d902-45a5-95f1-184f9cb99e37", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629387507195, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819153648/1.0/resourceInstances/vfweef2e37c19570/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-19T15:40:27.744Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:40:27.745Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:40:27.745Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3a877e2-d902-45a5-95f1-184f9cb99e37", "consumerID": "cds", "timestamp": 1629387503000, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819153648/1.0/resourceInstances/vfweef2e37c19570/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-19T15:40:27.745Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:40:27.745Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:40:27.745Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3a877e2-d902-45a5-95f1-184f9cb99e37", "consumerID": "policy-id", "timestamp": 1629387508443, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819153648/1.0/resourceInstances/vfweef2e37c19570/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-19T15:40:27.745Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:40:27.745Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:40:27.745Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3a877e2-d902-45a5-95f1-184f9cb99e37", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629387511864, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819153648/1.0/resourceInstances/vfweef2e37c19570/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-19T15:40:27.746Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:40:27.746Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:40:27.746Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3a877e2-d902-45a5-95f1-184f9cb99e37", "consumerID": "dcae-sch", "timestamp": 1629387515305, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819153648/1.0/resourceInstances/vfweef2e37c19570/artifacts/vfweef2e37c19570_modules.json", "status": "NOT_NOTIFIED" } 2021-08-19T15:40:27.746Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:40:27.746Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:40:27.746Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3a877e2-d902-45a5-95f1-184f9cb99e37", "consumerID": "clamp", "timestamp": 1629387506172, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819153648/1.0/resourceInstances/vfweef2e37c19570/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-08-19T15:40:27.747Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:40:27.747Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:40:27.747Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3a877e2-d902-45a5-95f1-184f9cb99e37", "consumerID": "multicloud-k8s-id", "timestamp": 1629387505353, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819153648/1.0/resourceInstances/vfweef2e37c19570/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-08-19T15:40:27.747Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:40:27.747Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:40:27.747Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3a877e2-d902-45a5-95f1-184f9cb99e37", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629387507195, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819153648/1.0/resourceInstances/vfweef2e37c19570/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-08-19T15:40:27.747Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:40:27.747Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:40:27.748Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3a877e2-d902-45a5-95f1-184f9cb99e37", "consumerID": "cds", "timestamp": 1629387503000, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819153648/1.0/resourceInstances/vfweef2e37c19570/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-08-19T15:40:27.748Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:40:27.748Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:40:27.748Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3a877e2-d902-45a5-95f1-184f9cb99e37", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629387511864, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819153648/1.0/resourceInstances/vfweef2e37c19570/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-08-19T15:40:27.748Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:40:27.748Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:40:27.748Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3a877e2-d902-45a5-95f1-184f9cb99e37", "consumerID": "policy-id", "timestamp": 1629387508443, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819153648/1.0/resourceInstances/vfweef2e37c19570/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-08-19T15:40:27.749Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:40:27.749Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:40:27.749Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3a877e2-d902-45a5-95f1-184f9cb99e37", "consumerID": "aai-ml", "timestamp": 1629387516606, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819153648/1.0/resourceInstances/vfweef2e37c19570/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-19T15:40:27.749Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:40:27.749Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:40:27.749Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3a877e2-d902-45a5-95f1-184f9cb99e37", "consumerID": "dcae-sch", "timestamp": 1629387515305, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819153648/1.0/resourceInstances/vfweef2e37c19570/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-08-19T15:40:27.749Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:40:27.749Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:40:27.750Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3a877e2-d902-45a5-95f1-184f9cb99e37", "consumerID": "multicloud-k8s-id", "timestamp": 1629387505353, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819153648/1.0/artifacts/service-Vfw20210819153648-template.yml", "status": "NOT_NOTIFIED" } 2021-08-19T15:40:27.750Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:40:27.750Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:40:27.750Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3a877e2-d902-45a5-95f1-184f9cb99e37", "consumerID": "clamp", "timestamp": 1629387506172, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819153648/1.0/artifacts/service-Vfw20210819153648-template.yml", "status": "NOT_NOTIFIED" } 2021-08-19T15:40:27.750Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:40:27.750Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:40:27.750Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3a877e2-d902-45a5-95f1-184f9cb99e37", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629387507195, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819153648/1.0/artifacts/service-Vfw20210819153648-template.yml", "status": "NOT_NOTIFIED" } 2021-08-19T15:40:27.750Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:40:27.750Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:40:27.751Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3a877e2-d902-45a5-95f1-184f9cb99e37", "consumerID": "cds", "timestamp": 1629387503000, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819153648/1.0/artifacts/service-Vfw20210819153648-template.yml", "status": "NOT_NOTIFIED" } 2021-08-19T15:40:27.751Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:40:27.751Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:40:27.751Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3a877e2-d902-45a5-95f1-184f9cb99e37", "consumerID": "policy-id", "timestamp": 1629387508443, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819153648/1.0/artifacts/service-Vfw20210819153648-template.yml", "status": "NOT_NOTIFIED" } 2021-08-19T15:40:27.751Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:40:27.751Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:40:27.754Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3a877e2-d902-45a5-95f1-184f9cb99e37", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629387511864, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819153648/1.0/artifacts/service-Vfw20210819153648-template.yml", "status": "NOT_NOTIFIED" } 2021-08-19T15:40:27.754Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:40:27.755Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:40:27.755Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3a877e2-d902-45a5-95f1-184f9cb99e37", "consumerID": "aai-ml", "timestamp": 1629387516606, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819153648/1.0/resourceInstances/vfweef2e37c19570/artifacts/vfweef2e37c19570_modules.json", "status": "NOT_NOTIFIED" } 2021-08-19T15:40:27.755Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:40:27.755Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:40:27.755Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3a877e2-d902-45a5-95f1-184f9cb99e37", "consumerID": "dcae-sch", "timestamp": 1629387515305, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819153648/1.0/resourceInstances/vfweef2e37c19570/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-19T15:40:27.755Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:40:27.755Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:40:27.755Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3a877e2-d902-45a5-95f1-184f9cb99e37", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629387507195, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819153648/1.0/artifacts/service-Vfw20210819153648-csar.csar", "status": "NOTIFIED" } 2021-08-19T15:40:27.756Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:40:27.756Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:40:27.756Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3a877e2-d902-45a5-95f1-184f9cb99e37", "consumerID": "cds", "timestamp": 1629387503000, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819153648/1.0/artifacts/service-Vfw20210819153648-csar.csar", "status": "NOTIFIED" } 2021-08-19T15:40:27.756Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:40:27.756Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:40:27.756Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3a877e2-d902-45a5-95f1-184f9cb99e37", "consumerID": "clamp", "timestamp": 1629387506172, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819153648/1.0/artifacts/service-Vfw20210819153648-csar.csar", "status": "NOTIFIED" } 2021-08-19T15:40:27.757Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:40:27.757Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:40:27.757Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3a877e2-d902-45a5-95f1-184f9cb99e37", "consumerID": "multicloud-k8s-id", "timestamp": 1629387505353, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819153648/1.0/artifacts/service-Vfw20210819153648-csar.csar", "status": "NOTIFIED" } 2021-08-19T15:40:27.757Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:40:27.758Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:40:27.758Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3a877e2-d902-45a5-95f1-184f9cb99e37", "consumerID": "policy-id", "timestamp": 1629387508443, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819153648/1.0/artifacts/service-Vfw20210819153648-csar.csar", "status": "NOTIFIED" } 2021-08-19T15:40:27.758Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:40:27.758Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:40:27.758Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3a877e2-d902-45a5-95f1-184f9cb99e37", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629387511864, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819153648/1.0/artifacts/service-Vfw20210819153648-csar.csar", "status": "NOTIFIED" } 2021-08-19T15:40:27.758Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:40:27.758Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:40:27.759Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3a877e2-d902-45a5-95f1-184f9cb99e37", "consumerID": "aai-ml", "timestamp": 1629387516606, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819153648/1.0/resourceInstances/vfweef2e37c19570/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-08-19T15:40:27.759Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:40:27.759Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:40:27.759Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3a877e2-d902-45a5-95f1-184f9cb99e37", "consumerID": "dcae-sch", "timestamp": 1629387515305, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819153648/1.0/resourceInstances/vfweef2e37c19570/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-08-19T15:40:27.759Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:40:27.760Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:40:27.760Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3a877e2-d902-45a5-95f1-184f9cb99e37", "consumerID": "aai-ml", "timestamp": 1629387516606, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819153648/1.0/resourceInstances/vfweef2e37c19570/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-19T15:40:27.760Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:40:27.760Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:40:27.760Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3a877e2-d902-45a5-95f1-184f9cb99e37", "consumerID": "dcae-sch", "timestamp": 1629387515305, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819153648/1.0/artifacts/service-Vfw20210819153648-template.yml", "status": "NOT_NOTIFIED" } 2021-08-19T15:40:27.760Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:40:27.760Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:40:27.760Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3a877e2-d902-45a5-95f1-184f9cb99e37", "consumerID": "aai-ml", "timestamp": 1629387516606, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819153648/1.0/resourceInstances/vfweef2e37c19570/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-08-19T15:40:27.761Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:40:27.761Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:40:27.761Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3a877e2-d902-45a5-95f1-184f9cb99e37", "consumerID": "dcae-sch", "timestamp": 1629387515305, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819153648/1.0/artifacts/service-Vfw20210819153648-csar.csar", "status": "NOT_NOTIFIED" } 2021-08-19T15:40:27.761Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:40:27.761Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:40:27.761Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3a877e2-d902-45a5-95f1-184f9cb99e37", "consumerID": "aai-ml", "timestamp": 1629387516606, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819153648/1.0/artifacts/service-Vfw20210819153648-template.yml", "status": "NOT_NOTIFIED" } 2021-08-19T15:40:27.761Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:40:27.762Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:40:27.762Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3a877e2-d902-45a5-95f1-184f9cb99e37", "consumerID": "policy-id", "timestamp": 1629387522295, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819153648/1.0/artifacts/service-Vfw20210819153648-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-19T15:40:27.762Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-19T15:40:27.762Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:40:27.762Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3a877e2-d902-45a5-95f1-184f9cb99e37", "consumerID": "cds", "timestamp": 1629387522393, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819153648/1.0/artifacts/service-Vfw20210819153648-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-19T15:40:27.762Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-19T15:40:27.762Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:40:27.763Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3a877e2-d902-45a5-95f1-184f9cb99e37", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629387522497, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819153648/1.0/artifacts/service-Vfw20210819153648-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-19T15:40:27.763Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-19T15:40:27.763Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:40:27.763Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3a877e2-d902-45a5-95f1-184f9cb99e37", "consumerID": "ves-openapi-manager", "timestamp": 1629387522302, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819153648/1.0/resourceInstances/vfweef2e37c19570/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-19T15:40:27.763Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:40:27.763Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:40:27.763Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3a877e2-d902-45a5-95f1-184f9cb99e37", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629387522997, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819153648/1.0/artifacts/service-Vfw20210819153648-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-19T15:40:27.764Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-19T15:40:27.764Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:40:27.764Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3a877e2-d902-45a5-95f1-184f9cb99e37", "consumerID": "multicloud-k8s-id", "timestamp": 1629387523058, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819153648/1.0/resourceInstances/vfweef2e37c19570/artifacts/vfweef2e37c19570_modules.json", "status": "DOWNLOAD_OK" } 2021-08-19T15:40:27.764Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-19T15:40:27.764Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:40:27.764Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3a877e2-d902-45a5-95f1-184f9cb99e37", "consumerID": "aai-ml", "timestamp": 1629387516606, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819153648/1.0/artifacts/service-Vfw20210819153648-csar.csar", "status": "NOTIFIED" } 2021-08-19T15:40:27.764Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:40:27.765Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:40:27.765Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3a877e2-d902-45a5-95f1-184f9cb99e37", "consumerID": "policy-id", "timestamp": 1629387523304, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819153648/1.0/artifacts/service-Vfw20210819153648-csar.csar", "status": "DEPLOY_OK" } 2021-08-19T15:40:27.765Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-19T15:40:27.765Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:40:27.765Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3a877e2-d902-45a5-95f1-184f9cb99e37", "consumerID": "cds", "timestamp": 1629387523402, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819153648/1.0/artifacts/service-Vfw20210819153648-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-08-19T15:40:27.772Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c3a877e2-d902-45a5-95f1-184f9cb99e37 2021-08-19T15:40:27.772Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId c3a877e2-d902-45a5-95f1-184f9cb99e37 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-08-19T15:40:27.791Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:40:27.791Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3a877e2-d902-45a5-95f1-184f9cb99e37", "consumerID": "ves-openapi-manager", "timestamp": 1629387522302, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819153648/1.0/resourceInstances/vfweef2e37c19570/artifacts/vfweef2e37c19570_modules.json", "status": "NOT_NOTIFIED" } 2021-08-19T15:40:27.792Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:40:27.792Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:40:27.792Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3a877e2-d902-45a5-95f1-184f9cb99e37", "consumerID": "policy-id", "timestamp": 1629387524307, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-08-19T15:40:27.798Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c3a877e2-d902-45a5-95f1-184f9cb99e37 2021-08-19T15:40:27.798Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId c3a877e2-d902-45a5-95f1-184f9cb99e37 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-08-19T15:40:27.812Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:40:27.812Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3a877e2-d902-45a5-95f1-184f9cb99e37", "consumerID": "multicloud-k8s-id", "timestamp": 1629387524882, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819153648/1.0/resourceInstances/vfweef2e37c19570/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-08-19T15:40:27.812Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-19T15:40:27.812Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:40:27.813Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3a877e2-d902-45a5-95f1-184f9cb99e37", "consumerID": "ves-openapi-manager", "timestamp": 1629387522302, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819153648/1.0/resourceInstances/vfweef2e37c19570/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-08-19T15:40:27.813Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:40:27.813Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:40:27.813Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3a877e2-d902-45a5-95f1-184f9cb99e37", "consumerID": "aai-ml", "timestamp": 1629387525165, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819153648/1.0/artifacts/service-Vfw20210819153648-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-19T15:40:27.813Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-19T15:40:27.813Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:40:27.814Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3a877e2-d902-45a5-95f1-184f9cb99e37", "consumerID": "ves-openapi-manager", "timestamp": 1629387522302, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819153648/1.0/resourceInstances/vfweef2e37c19570/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-19T15:40:27.814Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:40:27.814Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:40:27.814Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3a877e2-d902-45a5-95f1-184f9cb99e37", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629387526235, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819153648/1.0/artifacts/service-Vfw20210819153648-csar.csar", "status": "DEPLOY_OK" } 2021-08-19T15:40:27.814Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-19T15:40:27.815Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:40:27.815Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3a877e2-d902-45a5-95f1-184f9cb99e37", "consumerID": "multicloud-k8s-id", "timestamp": 1629387526560, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819153648/1.0/resourceInstances/vfweef2e37c19570/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-08-19T15:40:27.815Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-19T15:40:27.815Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:40:27.815Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3a877e2-d902-45a5-95f1-184f9cb99e37", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629387526864, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819153648/1.0/resourceInstances/vfweef2e37c19570/artifacts/vfweef2e37c19570_modules.json", "status": "DOWNLOAD_OK" } 2021-08-19T15:40:27.815Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-19T15:40:27.816Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:40:27.816Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3a877e2-d902-45a5-95f1-184f9cb99e37", "consumerID": "ves-openapi-manager", "timestamp": 1629387522302, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819153648/1.0/resourceInstances/vfweef2e37c19570/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-08-19T15:40:27.816Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:40:27.816Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:40:27.816Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3a877e2-d902-45a5-95f1-184f9cb99e37", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629387527240, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-08-19T15:40:27.821Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c3a877e2-d902-45a5-95f1-184f9cb99e37 2021-08-19T15:40:27.821Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId c3a877e2-d902-45a5-95f1-184f9cb99e37 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-08-19T15:40:27.830Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:40:27.830Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3a877e2-d902-45a5-95f1-184f9cb99e37", "consumerID": "multicloud-k8s-id", "timestamp": 1629387527585, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-08-19T15:40:27.836Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c3a877e2-d902-45a5-95f1-184f9cb99e37 2021-08-19T15:40:27.837Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId c3a877e2-d902-45a5-95f1-184f9cb99e37 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2021-08-19T15:40:27.843Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:40:27.843Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3a877e2-d902-45a5-95f1-184f9cb99e37", "consumerID": "ves-openapi-manager", "timestamp": 1629387522302, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819153648/1.0/artifacts/service-Vfw20210819153648-template.yml", "status": "NOT_NOTIFIED" } 2021-08-19T15:40:27.843Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:40:27.843Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:40:27.843Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3a877e2-d902-45a5-95f1-184f9cb99e37", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629387528389, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819153648/1.0/resourceInstances/vfweef2e37c19570/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-08-19T15:40:27.844Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-19T15:40:27.844Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:40:27.844Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3a877e2-d902-45a5-95f1-184f9cb99e37", "consumerID": "multicloud-k8s-id", "timestamp": 1629387528589, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819153648/1.0/resourceInstances/vfweef2e37c19570/artifacts/vfweef2e37c19570_modules.json", "status": "DEPLOY_OK" } 2021-08-19T15:40:27.844Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-19T15:40:27.844Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:40:27.844Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3a877e2-d902-45a5-95f1-184f9cb99e37", "consumerID": "ves-openapi-manager", "timestamp": 1629387522302, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819153648/1.0/artifacts/service-Vfw20210819153648-csar.csar", "status": "NOT_NOTIFIED" } 2021-08-19T15:40:27.844Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:40:27.844Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:40:27.844Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3a877e2-d902-45a5-95f1-184f9cb99e37", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629387529820, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819153648/1.0/resourceInstances/vfweef2e37c19570/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-08-19T15:40:27.844Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-19T15:40:27.844Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:40:27.844Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3a877e2-d902-45a5-95f1-184f9cb99e37", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629387531061, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819153648/1.0/resourceInstances/vfweef2e37c19570/artifacts/vfweef2e37c19570_modules.json", "status": "DEPLOY_OK" } 2021-08-19T15:40:27.844Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-19T15:40:27.845Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:40:27.845Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3a877e2-d902-45a5-95f1-184f9cb99e37", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629387532066, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819153648/1.0/resourceInstances/vfweef2e37c19570/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2021-08-19T15:40:27.845Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-19T15:40:27.845Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:40:27.845Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3a877e2-d902-45a5-95f1-184f9cb99e37", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629387533073, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819153648/1.0/resourceInstances/vfweef2e37c19570/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2021-08-19T15:40:27.845Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-19T15:40:27.845Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:40:27.845Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3a877e2-d902-45a5-95f1-184f9cb99e37", "consumerID": "clamp", "timestamp": 1629387533248, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819153648/1.0/artifacts/service-Vfw20210819153648-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-19T15:40:27.845Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-19T15:40:27.845Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:40:27.845Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3a877e2-d902-45a5-95f1-184f9cb99e37", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629387534078, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819153648/1.0/artifacts/service-Vfw20210819153648-csar.csar", "status": "DEPLOY_OK" } 2021-08-19T15:40:27.846Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-19T15:40:27.846Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:40:27.846Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3a877e2-d902-45a5-95f1-184f9cb99e37", "consumerID": "aai-ml", "timestamp": 1629387534916, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819153648/1.0/artifacts/service-Vfw20210819153648-csar.csar", "status": "DEPLOY_ERROR" } 2021-08-19T15:40:27.846Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-19T15:40:27.846Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:40:27.846Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3a877e2-d902-45a5-95f1-184f9cb99e37", "consumerID": "clamp", "timestamp": 1629387535177, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819153648/1.0/artifacts/service-Vfw20210819153648-csar.csar", "status": "DEPLOY_OK" } 2021-08-19T15:40:27.846Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-19T15:40:27.846Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:40:27.846Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3a877e2-d902-45a5-95f1-184f9cb99e37", "consumerID": "aai-ml", "timestamp": 1629387535920, "artifactURL": "", "status": "COMPONENT_DONE_ERROR", "errorReason": "deploy failure", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-08-19T15:40:27.850Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of c3a877e2-d902-45a5-95f1-184f9cb99e37 2021-08-19T15:40:27.851Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId c3a877e2-d902-45a5-95f1-184f9cb99e37 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-08-19T15:40:27.859Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:40:27.859Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3a877e2-d902-45a5-95f1-184f9cb99e37", "consumerID": "clamp", "timestamp": 1629387536180, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-08-19T15:40:27.864Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of c3a877e2-d902-45a5-95f1-184f9cb99e37 2021-08-19T15:40:27.864Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId c3a877e2-d902-45a5-95f1-184f9cb99e37 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-08-19T15:40:55.174Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c3a877e2-d902-45a5-95f1-184f9cb99e37 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-08-19T15:40:55.195Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c3a877e2-d902-45a5-95f1-184f9cb99e37 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-08-19T15:40:55.200Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-08-19T15:40:55.200Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-08-19T15:40:55.200Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-08-19T15:40:55.200Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-08-19T15:40:55.200Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 2021-08-19T15:40:55.201Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-08-19T15:40:55.210Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-08-19T15:41:25.211Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c3a877e2-d902-45a5-95f1-184f9cb99e37 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2021-08-19T15:41:25.220Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c3a877e2-d902-45a5-95f1-184f9cb99e37 and serviceModelVersionId: 511eb5a1-0c38-48f5-922c-3e7f8fd0ac02 2021-08-19T15:41:25.221Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 4547f8c0-14a8-4157-97b4-23e137cf882e 2021-08-19T15:41:25.223Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/4547f8c0-14a8-4157-97b4-23e137cf882e/model-vers/model-ver/511eb5a1-0c38-48f5-922c-3e7f8fd0ac02?depth=0 2021-08-19T15:41:25.229Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context! 2021-08-19T15:41:25.301Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4547f8c0-14a8-4157-97b4-23e137cf882e/model-vers/model-ver/511eb5a1-0c38-48f5-922c-3e7f8fd0ac02?depth=0|INFO|500||Invoke 2021-08-19T15:41:25.301Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4547f8c0-14a8-4157-97b4-23e137cf882e/model-vers/model-ver/511eb5a1-0c38-48f5-922c-3e7f8fd0ac02?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4547f8c0-14a8-4157-97b4-23e137cf882e/model-vers/model-ver/511eb5a1-0c38-48f5-922c-3e7f8fd0ac02?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[c3a877e2-d902-45a5-95f1-184f9cb99e37], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[a1bca09d-8a76-47c5-93e9-a3d667408770], X-ECOMP-RequestID=[c3a877e2-d902-45a5-95f1-184f9cb99e37], X-TransactionId=[], X-ONAP-RequestID=[c3a877e2-d902-45a5-95f1-184f9cb99e37], Content-Type=[application/merge-patch+json]} 2021-08-19T15:41:25.337Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4547f8c0-14a8-4157-97b4-23e137cf882e/model-vers/model-ver/511eb5a1-0c38-48f5-922c-3e7f8fd0ac02?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"} 2021-08-19T15:41:25.395Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4547f8c0-14a8-4157-97b4-23e137cf882e/model-vers/model-ver/511eb5a1-0c38-48f5-922c-3e7f8fd0ac02?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/4547f8c0-14a8-4157-97b4-23e137cf882e/model-vers/model-ver/511eb5a1-0c38-48f5-922c-3e7f8fd0ac02?depth=0 has http status code:404 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210819-15:41:25:349-75331], Content-Length=[495], Date=[Thu, 19 Aug 2021 15:41:25 GMT], Content-Type=[application/json]} 2021-08-19T15:41:25.397Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4547f8c0-14a8-4157-97b4-23e137cf882e/model-vers/model-ver/511eb5a1-0c38-48f5-922c-3e7f8fd0ac02?depth=0|DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["MERGE_PATCH","service-design-and-creation/models/model/4547f8c0-14a8-4157-97b4-23e137cf882e/model-vers/model-ver/511eb5a1-0c38-48f5-922c-3e7f8fd0ac02","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/4547f8c0-14a8-4157-97b4-23e137cf882e/model-vers/model-ver/511eb5a1-0c38-48f5-922c-3e7f8fd0ac02","ERR.5.4.6114"]}}} 2021-08-19T15:41:25.398Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4547f8c0-14a8-4157-97b4-23e137cf882e/model-vers/model-ver/511eb5a1-0c38-48f5-922c-3e7f8fd0ac02?depth=0|INFO|404|Not Found|InvokeReturn 2021-08-19T15:41:25.406Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=c3a877e2-d902-45a5-95f1-184f9cb99e37 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/4547f8c0-14a8-4157-97b4-23e137cf882e/model-vers/model-ver/511eb5a1-0c38-48f5-922c-3e7f8fd0ac02 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/4547f8c0-14a8-4157-97b4-23e137cf882e/model-vers/model-ver/511eb5a1-0c38-48f5-922c-3e7f8fd0ac02) (ec=ERR.5.4.6114) 2021-08-19T15:41:25.407Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||ERROR|500||Exception occurred javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=c3a877e2-d902-45a5-95f1-184f9cb99e37 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/4547f8c0-14a8-4157-97b4-23e137cf882e/model-vers/model-ver/511eb5a1-0c38-48f5-922c-3e7f8fd0ac02 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/4547f8c0-14a8-4157-97b4-23e137cf882e/model-vers/model-ver/511eb5a1-0c38-48f5-922c-3e7f8fd0ac02) (ec=ERR.5.4.6114) at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:74) at org.onap.so.client.RestRequest.get(RestRequest.java:77) at org.onap.so.client.RestClient.buildRequest(RestClient.java:326) at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322) at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283) at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67) at net.jodah.failsafe.Execution.executeSync(Execution.java:117) at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319) at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71) at org.onap.so.client.RestClient.method(RestClient.java:322) at org.onap.so.client.RestClient.patch(RestClient.java:265) at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81) at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184) at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-08-19T15:41:25.407Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=c3a877e2-d902-45a5-95f1-184f9cb99e37 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/4547f8c0-14a8-4157-97b4-23e137cf882e/model-vers/model-ver/511eb5a1-0c38-48f5-922c-3e7f8fd0ac02 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/4547f8c0-14a8-4157-97b4-23e137cf882e/model-vers/model-ver/511eb5a1-0c38-48f5-922c-3e7f8fd0ac02) (ec=ERR.5.4.6114) 2021-08-19T15:41:25.407Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=c3a877e2-d902-45a5-95f1-184f9cb99e37 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/4547f8c0-14a8-4157-97b4-23e137cf882e/model-vers/model-ver/511eb5a1-0c38-48f5-922c-3e7f8fd0ac02 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/4547f8c0-14a8-4157-97b4-23e137cf882e/model-vers/model-ver/511eb5a1-0c38-48f5-922c-3e7f8fd0ac02) (ec=ERR.5.4.6114) Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-08-19T15:41:25.412Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-08-19T15:41:25.412Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c3a877e2-d902-45a5-95f1-184f9cb99e37 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=c3a877e2-d902-45a5-95f1-184f9cb99e37 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/4547f8c0-14a8-4157-97b4-23e137cf882e/model-vers/model-ver/511eb5a1-0c38-48f5-922c-3e7f8fd0ac02 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/4547f8c0-14a8-4157-97b4-23e137cf882e/model-vers/model-ver/511eb5a1-0c38-48f5-922c-3e7f8fd0ac02) (ec=ERR.5.4.6114) 2021-08-19T15:41:25.412Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2021-08-19T15:41:25.413Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-08-19T15:41:25.416Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-19T15:41:25.417Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "c3a877e2-d902-45a5-95f1-184f9cb99e37", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629387685412, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003dc3a877e2-d902-45a5-95f1-184f9cb99e37 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/4547f8c0-14a8-4157-97b4-23e137cf882e/model-vers/model-ver/511eb5a1-0c38-48f5-922c-3e7f8fd0ac02 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/4547f8c0-14a8-4157-97b4-23e137cf882e/model-vers/model-ver/511eb5a1-0c38-48f5-922c-3e7f8fd0ac02) (ec\u003dERR.5.4.6114)" } 2021-08-19T15:41:25.517Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-19T15:41:25.518Z||pool-66-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-19T15:41:25.518Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qoO1GatorxUOMWlm) ... 2021-08-19T15:41:25.538Z||pool-66-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T15:41:25.538Z||pool-66-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-08-19T15:41:26.445Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-19T15:41:26.446Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-19T15:41:26.446Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|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 qoO1GatorxUOMWlm) ... 2021-08-19T15:41:27.198Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-19T15:41:27.199Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-19T15:41:27.200Z||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 qoO1GatorxUOMWlm) ... 2021-08-19T15:41:27.828Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T15:41:27.829Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-19T15:41:27.829Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3a877e2-d902-45a5-95f1-184f9cb99e37", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629387685412, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003dc3a877e2-d902-45a5-95f1-184f9cb99e37 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/4547f8c0-14a8-4157-97b4-23e137cf882e/model-vers/model-ver/511eb5a1-0c38-48f5-922c-3e7f8fd0ac02 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/4547f8c0-14a8-4157-97b4-23e137cf882e/model-vers/model-ver/511eb5a1-0c38-48f5-922c-3e7f8fd0ac02) (ec\u003dERR.5.4.6114)" } 2021-08-19T15:41:27.831Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-19T15:41:36.658Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T15:41:36.659Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-19T15:41:36.660Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-19T15:41:36.660Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|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 qoO1GatorxUOMWlm) ... 2021-08-19T15:41:46.213Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T15:41:46.219Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-19T15:41:46.220Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-19T15:41:46.220Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|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 qoO1GatorxUOMWlm) ... 2021-08-19T15:41:55.778Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T15:42:27.195Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-19T15:42:27.197Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-19T15:42:27.197Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|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 qoO1GatorxUOMWlm) ... 2021-08-19T15:42:27.198Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-19T15:42:27.198Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-19T15:42:27.198Z||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 qoO1GatorxUOMWlm) ... 2021-08-19T15:42:36.803Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T15:42:36.804Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T15:43:27.195Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-19T15:43:27.198Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-19T15:43:27.199Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-19T15:43:27.199Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-19T15:43:27.199Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|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 qoO1GatorxUOMWlm) ... 2021-08-19T15:43:27.199Z||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 qoO1GatorxUOMWlm) ... 2021-08-19T15:43:36.745Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T15:43:36.764Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T15:44:27.195Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-19T15:44:27.197Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-19T15:44:27.197Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|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 qoO1GatorxUOMWlm) ... 2021-08-19T15:44:27.198Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-19T15:44:27.198Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-19T15:44:27.198Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|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 qoO1GatorxUOMWlm) ... 2021-08-19T15:44:36.749Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T15:44:36.749Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T15:45:27.196Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-19T15:45:27.198Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-19T15:45:27.199Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-19T15:45:27.199Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-19T15:45:27.199Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|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 qoO1GatorxUOMWlm) ... 2021-08-19T15:45:27.199Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|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 qoO1GatorxUOMWlm) ... 2021-08-19T15:45:36.761Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T15:45:36.804Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T15:46:27.196Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-19T15:46:27.198Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-19T15:46:27.199Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-19T15:46:27.199Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|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 qoO1GatorxUOMWlm) ... 2021-08-19T15:46:27.199Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-19T15:46:27.199Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|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 qoO1GatorxUOMWlm) ... 2021-08-19T15:46:27.833Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T15:46:27.833Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T15:46:27.834Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-08-19T15:46:27.834Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"a840dcd2-e991-43a9-8045-0b249c8b1524","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"6851fc6f-7c1b-45f7-b559-0baa92ec1537","serviceDescription":"service","serviceInvariantUUID":"a6a34be4-b885-47eb-a85f-740fedae8e31","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"a34ebef6-c56f-4d80-aa70-6b14bdb3b91d","resourceInvariantUUID":"9fce60cc-2e32-41d0-bb67-a63366de8b07","resourceCustomizationUUID":"97cce993-5e46-41e5-b93a-666ec812b103","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":"ODYzOTU1ZjIxYTU1MGVkYThhZWYxNmRjNmNhMWI2M2Q\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"bd3abdf5-bb67-48f3-a2b1-5510aa524595","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"NGYyNGRlNGNlNmU3MWI1MTAxODk3OTQwNGI1ZTEyMTE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"658553d3-c9e5-4858-b411-13210ab7ab06","artifactVersion":"1"}],"workloadContext":"Production"} 2021-08-19T15:46:27.835Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-19T15:46:27.835Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a840dcd2-e991-43a9-8045-0b249c8b1524", "consumerID": "ves-openapi-manager", "timestamp": 1629387962302, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-08-19T15:46:27.837Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-19T15:46:27.837Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-19T15:46:27.837Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a840dcd2-e991-43a9-8045-0b249c8b1524", "consumerID": "dcae-sch", "timestamp": 1629387955305, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-08-19T15:46:27.838Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-19T15:46:27.838Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-19T15:46:27.838Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a840dcd2-e991-43a9-8045-0b249c8b1524", "consumerID": "clamp", "timestamp": 1629387956172, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-08-19T15:46:27.838Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-19T15:46:27.838Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-19T15:46:27.838Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a840dcd2-e991-43a9-8045-0b249c8b1524", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629387961864, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-08-19T15:46:27.839Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-19T15:46:27.839Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-19T15:46:27.839Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a840dcd2-e991-43a9-8045-0b249c8b1524", "consumerID": "dcae-sch", "timestamp": 1629387955305, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2021-08-19T15:46:27.839Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-19T15:46:27.839Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-19T15:46:27.839Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a840dcd2-e991-43a9-8045-0b249c8b1524", "consumerID": "clamp", "timestamp": 1629387956172, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-08-19T15:46:27.839Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-19T15:46:27.840Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-19T15:46:27.840Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a840dcd2-e991-43a9-8045-0b249c8b1524", "consumerID": "ves-openapi-manager", "timestamp": 1629387962302, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2021-08-19T15:46:27.840Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-19T15:46:27.840Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-19T15:46:27.840Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a840dcd2-e991-43a9-8045-0b249c8b1524", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629387961864, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-08-19T15:46:27.840Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-19T15:46:27.841Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-19T15:46:27.841Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-08-19T15:46:27.841Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-19T15:46:27.841Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a840dcd2-e991-43a9-8045-0b249c8b1524", "consumerID": "multicloud-k8s-id", "timestamp": 1629387965352, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-08-19T15:46:27.841Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-19T15:46:27.842Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-19T15:46:27.842Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a840dcd2-e991-43a9-8045-0b249c8b1524", "consumerID": "multicloud-k8s-id", "timestamp": 1629387965352, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-08-19T15:46:27.842Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-19T15:46:27.842Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-19T15:46:27.843Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a840dcd2-e991-43a9-8045-0b249c8b1524", "consumerID": "aai-ml", "timestamp": 1629387966604, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-08-19T15:46:27.843Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-19T15:46:27.843Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-19T15:46:27.843Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a840dcd2-e991-43a9-8045-0b249c8b1524", "consumerID": "aai-ml", "timestamp": 1629387966604, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-08-19T15:46:27.843Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-19T15:46:27.843Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-19T15:46:27.844Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a840dcd2-e991-43a9-8045-0b249c8b1524", "consumerID": "cds", "timestamp": 1629387968000, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-08-19T15:46:27.844Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-19T15:46:27.844Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-19T15:46:27.844Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a840dcd2-e991-43a9-8045-0b249c8b1524", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629387968804, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-19T15:46:27.845Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-19T15:46:27.845Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-19T15:46:27.845Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a840dcd2-e991-43a9-8045-0b249c8b1524", "consumerID": "policy-id", "timestamp": 1629387968443, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-08-19T15:46:27.845Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-19T15:46:27.845Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-19T15:46:27.845Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a840dcd2-e991-43a9-8045-0b249c8b1524", "consumerID": "cds", "timestamp": 1629387968000, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-08-19T15:46:27.846Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-19T15:46:27.846Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-19T15:46:27.846Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a840dcd2-e991-43a9-8045-0b249c8b1524", "consumerID": "clamp", "timestamp": 1629387969681, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-19T15:46:27.846Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-19T15:46:27.846Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-19T15:46:27.847Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a840dcd2-e991-43a9-8045-0b249c8b1524", "consumerID": "aai-ml", "timestamp": 1629387969898, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-19T15:46:27.847Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-19T15:46:27.847Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-19T15:46:27.847Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a840dcd2-e991-43a9-8045-0b249c8b1524", "consumerID": "policy-id", "timestamp": 1629387968443, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-08-19T15:46:27.848Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-19T15:46:27.848Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-19T15:46:27.848Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a840dcd2-e991-43a9-8045-0b249c8b1524", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629387970575, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-08-19T15:46:27.848Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-19T15:46:27.848Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-19T15:46:27.848Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a840dcd2-e991-43a9-8045-0b249c8b1524", "consumerID": "clamp", "timestamp": 1629387971278, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-08-19T15:46:27.848Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-19T15:46:27.849Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-19T15:46:27.849Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a840dcd2-e991-43a9-8045-0b249c8b1524", "consumerID": "cds", "timestamp": 1629387971422, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-19T15:46:27.849Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-19T15:46:27.849Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-19T15:46:27.849Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a840dcd2-e991-43a9-8045-0b249c8b1524", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629387971582, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } 2021-08-19T15:46:27.850Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-19T15:46:27.850Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "a840dcd2-e991-43a9-8045-0b249c8b1524", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629387987195, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-08-19T15:46:27.889Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a840dcd2-e991-43a9-8045-0b249c8b1524 2021-08-19T15:46:27.890Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId a840dcd2-e991-43a9-8045-0b249c8b1524 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-08-19T15:46:27.900Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-19T15:46:27.900Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a840dcd2-e991-43a9-8045-0b249c8b1524", "consumerID": "policy-id", "timestamp": 1629387971713, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-19T15:46:27.901Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-19T15:46:27.901Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-19T15:46:27.901Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a840dcd2-e991-43a9-8045-0b249c8b1524", "consumerID": "clamp", "timestamp": 1629387972282, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-08-19T15:46:27.906Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of a840dcd2-e991-43a9-8045-0b249c8b1524 2021-08-19T15:46:27.907Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId a840dcd2-e991-43a9-8045-0b249c8b1524 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-08-19T15:46:27.921Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-19T15:46:27.922Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a840dcd2-e991-43a9-8045-0b249c8b1524", "consumerID": "cds", "timestamp": 1629387972428, "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-08-19T15:46:27.928Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a840dcd2-e991-43a9-8045-0b249c8b1524 2021-08-19T15:46:27.928Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId a840dcd2-e991-43a9-8045-0b249c8b1524 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-08-19T15:46:27.949Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2021-08-19T15:46:27.950Z||pool-67-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-19T15:46:27.950Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qoO1GatorxUOMWlm) ... 2021-08-19T15:46:27.952Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-19T15:46:27.953Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a840dcd2-e991-43a9-8045-0b249c8b1524", "consumerID": "policy-id", "timestamp": 1629387972720, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-08-19T15:46:27.953Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-19T15:46:27.953Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-19T15:46:27.953Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a840dcd2-e991-43a9-8045-0b249c8b1524", "consumerID": "aai-ml", "timestamp": 1629387973521, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_ERROR" } 2021-08-19T15:46:27.953Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-19T15:46:27.954Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-19T15:46:27.954Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a840dcd2-e991-43a9-8045-0b249c8b1524", "consumerID": "policy-id", "timestamp": 1629387973724, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-08-19T15:46:27.962Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a840dcd2-e991-43a9-8045-0b249c8b1524 2021-08-19T15:46:27.963Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId a840dcd2-e991-43a9-8045-0b249c8b1524 and ComponentName POLICY 2021-08-19T15:46:27.964Z||pool-67-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T15:46:27.964Z||pool-67-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-08-19T15:46:27.973Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-19T15:46:27.973Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a840dcd2-e991-43a9-8045-0b249c8b1524", "consumerID": "aai-ml", "timestamp": 1629387974533, "artifactURL": "", "status": "COMPONENT_DONE_ERROR", "errorReason": "deploy failure", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-08-19T15:46:27.978Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of a840dcd2-e991-43a9-8045-0b249c8b1524 2021-08-19T15:46:27.978Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId a840dcd2-e991-43a9-8045-0b249c8b1524 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-08-19T15:46:28.851Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-19T15:46:28.852Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-08-19T15:46:28.854Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-19T15:46:28.854Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "a840dcd2-e991-43a9-8045-0b249c8b1524", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629387987195, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-08-19T15:46:28.956Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2021-08-19T15:46:28.956Z||pool-68-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-19T15:46:28.956Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qoO1GatorxUOMWlm) ... 2021-08-19T15:46:28.971Z||pool-68-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T15:46:28.972Z||pool-68-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2021-08-19T15:46:29.855Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||DEBUG|500||sending notification to client: { "distributionID": "a840dcd2-e991-43a9-8045-0b249c8b1524", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "6851fc6f-7c1b-45f7-b559-0baa92ec1537", "serviceDescription": "service", "serviceInvariantUUID": "a6a34be4-b885-47eb-a85f-740fedae8e31", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "97cce993-5e46-41e5-b93a-666ec812b103", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "a34ebef6-c56f-4d80-aa70-6b14bdb3b91d", "resourceInvariantUUID": "9fce60cc-2e32-41d0-bb67-a63366de8b07", "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": "NGYyNGRlNGNlNmU3MWI1MTAxODk3OTQwNGI1ZTEyMTE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "658553d3-c9e5-4858-b411-13210ab7ab06" } ], "workloadContext": "Production" } 2021-08-19T15:46:29.855Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-08-19T15:46:29.855Z|c3a877e2-d902-45a5-95f1-184f9cb99e37|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 6851fc6f-7c1b-45f7-b559-0baa92ec1537 ASDC 2021-08-19T15:46:29.856Z|a840dcd2-e991-43a9-8045-0b249c8b1524|pool-2-thread-7|||||DEBUG|500||ASDC Notification: DistributionID:a840dcd2-e991-43a9-8045-0b249c8b1524 ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:6851fc6f-7c1b-45f7-b559-0baa92ec1537 ServiceInvariantUUID:a6a34be4-b885-47eb-a85f-740fedae8e31 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:658553d3-c9e5-4858-b411-13210ab7ab06 ArtifactChecksum:NGYyNGRlNGNlNmU3MWI1MTAxODk3OTQwNGI1ZTEyMTE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:97cce993-5e46-41e5-b93a-666ec812b103 ResourceInvariantUUID:9fce60cc-2e32-41d0-bb67-a63366de8b07 ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:a34ebef6-c56f-4d80-aa70-6b14bdb3b91d ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2021-08-19T15:46:29.856Z|a840dcd2-e991-43a9-8045-0b249c8b1524|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6851fc6f-7c1b-45f7-b559-0baa92ec1537 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-08-19T15:46:29.887Z|a840dcd2-e991-43a9-8045-0b249c8b1524|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-08-19T15:46:29.889Z|a840dcd2-e991-43a9-8045-0b249c8b1524|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2021-08-19T15:46:29.889Z|a840dcd2-e991-43a9-8045-0b249c8b1524|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2021-08-19T15:46:29.889Z|a840dcd2-e991-43a9-8045-0b249c8b1524|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 658553d3-c9e5-4858-b411-13210ab7ab06 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2021-08-19T15:46:29.890Z|a840dcd2-e991-43a9-8045-0b249c8b1524|pool-2-thread-7|||||INFO|500||DistributionClient - download 2021-08-19T15:46:29.890Z|a840dcd2-e991-43a9-8045-0b249c8b1524|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2021-08-19T15:46:30.485Z|a840dcd2-e991-43a9-8045-0b249c8b1524|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2021-08-19T15:46:30.491Z|a840dcd2-e991-43a9-8045-0b249c8b1524|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 658553d3-c9e5-4858-b411-13210ab7ab06 52175 2021-08-19T15:46:30.491Z|a840dcd2-e991-43a9-8045-0b249c8b1524|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2021-08-19T15:46:30.492Z|a840dcd2-e991-43a9-8045-0b249c8b1524|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2021-08-19T15:46:30.493Z|a840dcd2-e991-43a9-8045-0b249c8b1524|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2021-08-19T15:46:30.493Z|a840dcd2-e991-43a9-8045-0b249c8b1524|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-08-19T15:46:30.495Z|a840dcd2-e991-43a9-8045-0b249c8b1524|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-19T15:46:30.495Z|a840dcd2-e991-43a9-8045-0b249c8b1524|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "a840dcd2-e991-43a9-8045-0b249c8b1524", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629387990491, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-19T15:46:30.596Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-19T15:46:30.597Z||pool-69-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-19T15:46:30.597Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qoO1GatorxUOMWlm) ... 2021-08-19T15:46:30.616Z||pool-69-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T15:46:30.617Z||pool-69-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2021-08-19T15:46:31.496Z|a840dcd2-e991-43a9-8045-0b249c8b1524|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-08-19T15:46:31.496Z|a840dcd2-e991-43a9-8045-0b249c8b1524|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2021-08-19T15:46:31.497Z|a840dcd2-e991-43a9-8045-0b249c8b1524|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 658553d3-c9e5-4858-b411-13210ab7ab06, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar 2021-08-19T15:46:31.498Z|a840dcd2-e991-43a9-8045-0b249c8b1524|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar 2021-08-19T15:46:31.498Z|a840dcd2-e991-43a9-8045-0b249c8b1524|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar 2021-08-19T15:46:31.498Z|a840dcd2-e991-43a9-8045-0b249c8b1524|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar 2021-08-19T15:46:31.732Z|a840dcd2-e991-43a9-8045-0b249c8b1524|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1402386344281475913/Definitions/service-BasicNetwork-template.yml 2021-08-19T15:46:32.259Z|a840dcd2-e991-43a9-8045-0b249c8b1524|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0 2021-08-19T15:46:32.260Z|a840dcd2-e991-43a9-8045-0b249c8b1524|pool-2-thread-7|||||WARN|500||#################################################################################################### 2021-08-19T15:46:32.260Z|a840dcd2-e991-43a9-8045-0b249c8b1524|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-08-19T15:46:32.260Z|a840dcd2-e991-43a9-8045-0b249c8b1524|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2021-08-19T15:46:32.260Z|a840dcd2-e991-43a9-8045-0b249c8b1524|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-08-19T15:46:32.260Z|a840dcd2-e991-43a9-8045-0b249c8b1524|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-08-19T15:46:32.261Z|a840dcd2-e991-43a9-8045-0b249c8b1524|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-08-19T15:46:32.261Z|a840dcd2-e991-43a9-8045-0b249c8b1524|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-08-19T15:46:32.261Z|a840dcd2-e991-43a9-8045-0b249c8b1524|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-08-19T15:46:32.261Z|a840dcd2-e991-43a9-8045-0b249c8b1524|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-08-19T15:46:32.261Z|a840dcd2-e991-43a9-8045-0b249c8b1524|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-08-19T15:46:32.261Z|a840dcd2-e991-43a9-8045-0b249c8b1524|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-08-19T15:46:32.261Z|a840dcd2-e991-43a9-8045-0b249c8b1524|pool-2-thread-7|||||WARN|500||#################################################################################################### 2021-08-19T15:46:32.261Z|a840dcd2-e991-43a9-8045-0b249c8b1524|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T15:46:32.262Z|a840dcd2-e991-43a9-8045-0b249c8b1524|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-08-19T15:46:32.262Z|a840dcd2-e991-43a9-8045-0b249c8b1524|pool-2-thread-7|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2021-08-19T15:46:32.262Z|a840dcd2-e991-43a9-8045-0b249c8b1524|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2021-08-19T15:46:32.262Z|a840dcd2-e991-43a9-8045-0b249c8b1524|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2021-08-19T15:46:32.263Z|a840dcd2-e991-43a9-8045-0b249c8b1524|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T15:46:32.263Z|a840dcd2-e991-43a9-8045-0b249c8b1524|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-08-19T15:46:32.264Z|a840dcd2-e991-43a9-8045-0b249c8b1524|pool-2-thread-7|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2021-08-19T15:46:32.264Z|a840dcd2-e991-43a9-8045-0b249c8b1524|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2021-08-19T15:46:32.264Z|a840dcd2-e991-43a9-8045-0b249c8b1524|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2021-08-19T15:46:32.264Z|a840dcd2-e991-43a9-8045-0b249c8b1524|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T15:46:32.264Z|a840dcd2-e991-43a9-8045-0b249c8b1524|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-08-19T15:46:32.264Z|a840dcd2-e991-43a9-8045-0b249c8b1524|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T15:46:32.264Z|a840dcd2-e991-43a9-8045-0b249c8b1524|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-08-19T15:46:32.265Z|a840dcd2-e991-43a9-8045-0b249c8b1524|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T15:46:32.265Z|a840dcd2-e991-43a9-8045-0b249c8b1524|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-08-19T15:46:32.265Z|a840dcd2-e991-43a9-8045-0b249c8b1524|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T15:46:32.265Z|a840dcd2-e991-43a9-8045-0b249c8b1524|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-08-19T15:46:32.265Z|a840dcd2-e991-43a9-8045-0b249c8b1524|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T15:46:32.266Z|a840dcd2-e991-43a9-8045-0b249c8b1524|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-08-19T15:46:32.266Z|a840dcd2-e991-43a9-8045-0b249c8b1524|pool-2-thread-7|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_network Description:service Model UUID:6851fc6f-7c1b-45f7-b559-0baa92ec1537 Model Version:NULL Model InvariantUuid:a6a34be4-b885-47eb-a85f-740fedae8e31 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing NETWORK Level Properties: Model Name:Generic NeutronNet Model InvariantUuid:9fce60cc-2e32-41d0-bb67-a63366de8b07 Model UUID:0f54a139-a7e3-4c48-bb93-10a085823496 Model Version:1.0 AIC Max Version:NULL AIC Min Version:NULL Tosca Node Type:VL Description:Generic NeutronNet NETWORK Customization Properties: CustomizationUUID:97cce993-5e46-41e5-b93a-666ec812b103 Network Technology:NEUTRON Network Type:NEUTRON Network Role:null Network Scope:null VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-08-19T15:46:32.274Z|a840dcd2-e991-43a9-8045-0b249c8b1524|pool-2-thread-7|||||INFO|500||Processing Resource Type: VL, Model UUID: a34ebef6-c56f-4d80-aa70-6b14bdb3b91d 2021-08-19T15:46:32.274Z|a840dcd2-e991-43a9-8045-0b249c8b1524|pool-2-thread-7|||||INFO|500||No resources found for Service: 6851fc6f-7c1b-45f7-b559-0baa92ec1537 Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-08-19T15:46:32.280Z|a840dcd2-e991-43a9-8045-0b249c8b1524|pool-2-thread-7|||||INFO|500|| 2021-08-19T15:46:32.280Z|a840dcd2-e991-43a9-8045-0b249c8b1524|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 2021-08-19T15:46:32.283Z|a840dcd2-e991-43a9-8045-0b249c8b1524|pool-2-thread-7|||||DEBUG|500||No resources found for Service: 6851fc6f-7c1b-45f7-b559-0baa92ec1537 2021-08-19T15:46:32.283Z|a840dcd2-e991-43a9-8045-0b249c8b1524|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 6851fc6f-7c1b-45f7-b559-0baa92ec1537 2021-08-19T15:46:32.283Z|a840dcd2-e991-43a9-8045-0b249c8b1524|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC 2021-08-19T15:46:32.283Z|a840dcd2-e991-43a9-8045-0b249c8b1524|pool-2-thread-7|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-08-19T15:46:32.290Z|a840dcd2-e991-43a9-8045-0b249c8b1524|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T15:46:32.290Z|a840dcd2-e991-43a9-8045-0b249c8b1524|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-08-19T15:46:32.290Z|a840dcd2-e991-43a9-8045-0b249c8b1524|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T15:46:32.290Z|a840dcd2-e991-43a9-8045-0b249c8b1524|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-08-19T15:46:32.291Z|a840dcd2-e991-43a9-8045-0b249c8b1524|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 6851fc6f-7c1b-45f7-b559-0baa92ec1537: Generic NeutronNet 2021-08-19T15:46:32.291Z|a840dcd2-e991-43a9-8045-0b249c8b1524|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T15:46:32.291Z|a840dcd2-e991-43a9-8045-0b249c8b1524|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-08-19T15:46:32.291Z|a840dcd2-e991-43a9-8045-0b249c8b1524|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T15:46:32.291Z|a840dcd2-e991-43a9-8045-0b249c8b1524|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_55_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_55_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_55_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_55_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_37_, networkres0_.CREATION_TIMESTAMP as creation2_37_, networkres0_.MODEL_INSTANCE_NAME as model_in3_37_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_37_, networkres0_.NETWORK_ROLE as network_4_37_, networkres0_.NETWORK_SCOPE as network_5_37_, networkres0_.NETWORK_TECHNOLOGY as network_6_37_, networkres0_.NETWORK_TYPE as network_7_37_, networkres0_.RESOURCE_INPUT as resource8_37_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select networkres0_.MODEL_UUID as model_uu1_36_, networkres0_.AIC_VERSION_MAX as aic_vers2_36_, networkres0_.AIC_VERSION_MIN as aic_vers3_36_, networkres0_.RESOURCE_CATEGORY as resource4_36_, networkres0_.CREATION_TIMESTAMP as creation5_36_, networkres0_.DESCRIPTION as descript6_36_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_, networkres0_.MODEL_INVARIANT_UUID as model_in7_36_, networkres0_.MODEL_NAME as model_na8_36_, networkres0_.MODEL_VERSION as model_ve9_36_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_36_, networkres0_.ORCHESTRATION_MODE as orchest11_36_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_36_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_36_ from network_resource networkres0_ where networkres0_.MODEL_UUID=? 2021-08-19T15:46:32.323Z|a840dcd2-e991-43a9-8045-0b249c8b1524|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T15:46:32.323Z|a840dcd2-e991-43a9-8045-0b249c8b1524|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-08-19T15:46:32.324Z|a840dcd2-e991-43a9-8045-0b249c8b1524|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T15:46:32.324Z|a840dcd2-e991-43a9-8045-0b249c8b1524|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-08-19T15:46:32.324Z|a840dcd2-e991-43a9-8045-0b249c8b1524|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T15:46:32.324Z|a840dcd2-e991-43a9-8045-0b249c8b1524|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-08-19T15:46:32.324Z|a840dcd2-e991-43a9-8045-0b249c8b1524|pool-2-thread-7|||||INFO|500||Saving Service: basic_network Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_37_3_, networkres0_.CREATION_TIMESTAMP as creation2_37_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_37_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_37_3_, networkres0_.NETWORK_ROLE as network_4_37_3_, networkres0_.NETWORK_SCOPE as network_5_37_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_37_3_, networkres0_.NETWORK_TYPE as network_7_37_3_, networkres0_.RESOURCE_INPUT as resource8_37_3_, networkres1_.MODEL_UUID as model_uu1_36_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_36_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_36_0_, networkres1_.RESOURCE_CATEGORY as resource4_36_0_, networkres1_.CREATION_TIMESTAMP as creation5_36_0_, networkres1_.DESCRIPTION as descript6_36_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_36_0_, networkres1_.MODEL_NAME as model_na8_36_0_, networkres1_.MODEL_VERSION as model_ve9_36_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_36_0_, networkres1_.ORCHESTRATION_MODE as orchest11_36_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_36_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_36_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_1_, collection2_.CREATION_TIMESTAMP as creation2_14_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_14_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_14_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_14_1_, collection2_.NETWORK_ROLE as network_4_14_1_, collection2_.NETWORK_SCOPE as network_5_14_1_, collection2_.NETWORK_TECHNOLOGY as network_6_14_1_, collection2_.NETWORK_TYPE as network_7_14_1_, heattempla3_.ARTIFACT_UUID as artifact1_28_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_2_, heattempla3_.CREATION_TIMESTAMP as creation3_28_2_, heattempla3_.DESCRIPTION as descript4_28_2_, heattempla3_.BODY as body5_28_2_, heattempla3_.NAME as name6_28_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_2_, heattempla3_.VERSION as version8_28_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select networkres0_.MODEL_UUID as model_uu1_36_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_36_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_36_4_, networkres0_.RESOURCE_CATEGORY as resource4_36_4_, networkres0_.CREATION_TIMESTAMP as creation5_36_4_, networkres0_.DESCRIPTION as descript6_36_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_36_4_, networkres0_.MODEL_NAME as model_na8_36_4_, networkres0_.MODEL_VERSION as model_ve9_36_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_36_4_, networkres0_.ORCHESTRATION_MODE as orchest11_36_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_36_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_36_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_0_, collection1_.CREATION_TIMESTAMP as creation2_14_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_14_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_14_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_14_0_, collection1_.NETWORK_ROLE as network_4_14_0_, collection1_.NETWORK_SCOPE as network_5_14_0_, collection1_.NETWORK_TECHNOLOGY as network_6_14_0_, collection1_.NETWORK_TYPE as network_7_14_0_, instancegr2_.MODEL_UUID as model_uu2_32_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_32_1_, instancegr2_.CREATION_TIMESTAMP as creation3_32_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_32_1_, instancegr2_.MODEL_NAME as model_na5_32_1_, instancegr2_.MODEL_VERSION as model_ve6_32_1_, instancegr2_.ROLE as role7_32_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_32_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_32_1_, instancegr2_.OBJECT_TYPE as object_t1_32_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_16_2_, networkcol3_.CR_MODEL_UUID as cr_model8_16_2_, networkcol3_.CREATION_TIMESTAMP as creation3_16_2_, networkcol3_.FUNCTION as function4_16_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_16_2_, networkcol3_.ROLE as role6_16_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_16_2_, heattempla4_.ARTIFACT_UUID as artifact1_28_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla4_.CREATION_TIMESTAMP as creation3_28_3_, heattempla4_.DESCRIPTION as descript4_28_3_, heattempla4_.BODY as body5_28_3_, heattempla4_.NAME as name6_28_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla4_.VERSION as version8_28_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?) 2021-08-19T15:46:32.387Z|a840dcd2-e991-43a9-8045-0b249c8b1524|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure 2021-08-19T15:46:32.387Z|a840dcd2-e991-43a9-8045-0b249c8b1524|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2021-08-19T15:46:32.388Z|a840dcd2-e991-43a9-8045-0b249c8b1524|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2021-08-19T15:46:32.388Z|a840dcd2-e991-43a9-8045-0b249c8b1524|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-08-19T15:46:32.388Z|a840dcd2-e991-43a9-8045-0b249c8b1524|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-08-19T15:46:32.389Z|a840dcd2-e991-43a9-8045-0b249c8b1524|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-19T15:46:32.390Z|a840dcd2-e991-43a9-8045-0b249c8b1524|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "a840dcd2-e991-43a9-8045-0b249c8b1524", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629387992387, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-08-19T15:46:32.489Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-08-19T15:46:32.490Z||pool-70-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-19T15:46:32.490Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qoO1GatorxUOMWlm) ... 2021-08-19T15:46:32.502Z||pool-70-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T15:46:32.502Z||pool-70-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-08-19T15:46:33.390Z|a840dcd2-e991-43a9-8045-0b249c8b1524|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a840dcd2-e991-43a9-8045-0b249c8b1524 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-08-19T15:46:33.409Z|a840dcd2-e991-43a9-8045-0b249c8b1524|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a840dcd2-e991-43a9-8045-0b249c8b1524 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-08-19T15:46:33.419Z|a840dcd2-e991-43a9-8045-0b249c8b1524|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-08-19T15:46:33.420Z|a840dcd2-e991-43a9-8045-0b249c8b1524|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-08-19T15:46:33.420Z|a840dcd2-e991-43a9-8045-0b249c8b1524|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-08-19T15:46:33.420Z|a840dcd2-e991-43a9-8045-0b249c8b1524|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-08-19T15:46:33.420Z|a840dcd2-e991-43a9-8045-0b249c8b1524|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 2021-08-19T15:46:33.420Z|a840dcd2-e991-43a9-8045-0b249c8b1524|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-08-19T15:46:33.429Z|a840dcd2-e991-43a9-8045-0b249c8b1524|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-08-19T15:47:03.429Z|a840dcd2-e991-43a9-8045-0b249c8b1524|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a840dcd2-e991-43a9-8045-0b249c8b1524 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2021-08-19T15:47:03.445Z|a840dcd2-e991-43a9-8045-0b249c8b1524|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a840dcd2-e991-43a9-8045-0b249c8b1524 and serviceModelVersionId: 6851fc6f-7c1b-45f7-b559-0baa92ec1537 2021-08-19T15:47:03.446Z|a840dcd2-e991-43a9-8045-0b249c8b1524|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a6a34be4-b885-47eb-a85f-740fedae8e31 2021-08-19T15:47:03.452Z|a840dcd2-e991-43a9-8045-0b249c8b1524|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a6a34be4-b885-47eb-a85f-740fedae8e31/model-vers/model-ver/6851fc6f-7c1b-45f7-b559-0baa92ec1537?depth=0 2021-08-19T15:47:03.462Z|a840dcd2-e991-43a9-8045-0b249c8b1524|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context! 2021-08-19T15:47:03.541Z|a840dcd2-e991-43a9-8045-0b249c8b1524|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a6a34be4-b885-47eb-a85f-740fedae8e31/model-vers/model-ver/6851fc6f-7c1b-45f7-b559-0baa92ec1537?depth=0|INFO|500||Invoke 2021-08-19T15:47:03.542Z|a840dcd2-e991-43a9-8045-0b249c8b1524|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a6a34be4-b885-47eb-a85f-740fedae8e31/model-vers/model-ver/6851fc6f-7c1b-45f7-b559-0baa92ec1537?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a6a34be4-b885-47eb-a85f-740fedae8e31/model-vers/model-ver/6851fc6f-7c1b-45f7-b559-0baa92ec1537?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[a840dcd2-e991-43a9-8045-0b249c8b1524], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[7bbfb5ab-d886-4847-bb6c-5c304003c373], X-ECOMP-RequestID=[a840dcd2-e991-43a9-8045-0b249c8b1524], X-TransactionId=[], X-ONAP-RequestID=[a840dcd2-e991-43a9-8045-0b249c8b1524], Content-Type=[application/merge-patch+json]} 2021-08-19T15:47:03.570Z|a840dcd2-e991-43a9-8045-0b249c8b1524|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a6a34be4-b885-47eb-a85f-740fedae8e31/model-vers/model-ver/6851fc6f-7c1b-45f7-b559-0baa92ec1537?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"} 2021-08-19T15:47:03.688Z|a840dcd2-e991-43a9-8045-0b249c8b1524|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a6a34be4-b885-47eb-a85f-740fedae8e31/model-vers/model-ver/6851fc6f-7c1b-45f7-b559-0baa92ec1537?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/a6a34be4-b885-47eb-a85f-740fedae8e31/model-vers/model-ver/6851fc6f-7c1b-45f7-b559-0baa92ec1537?depth=0 has http status code:404 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210819-15:47:03:580-80257], Content-Length=[495], Date=[Thu, 19 Aug 2021 15:47:03 GMT], Content-Type=[application/json]} 2021-08-19T15:47:03.689Z|a840dcd2-e991-43a9-8045-0b249c8b1524|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a6a34be4-b885-47eb-a85f-740fedae8e31/model-vers/model-ver/6851fc6f-7c1b-45f7-b559-0baa92ec1537?depth=0|DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["MERGE_PATCH","service-design-and-creation/models/model/a6a34be4-b885-47eb-a85f-740fedae8e31/model-vers/model-ver/6851fc6f-7c1b-45f7-b559-0baa92ec1537","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/a6a34be4-b885-47eb-a85f-740fedae8e31/model-vers/model-ver/6851fc6f-7c1b-45f7-b559-0baa92ec1537","ERR.5.4.6114"]}}} 2021-08-19T15:47:03.690Z|a840dcd2-e991-43a9-8045-0b249c8b1524|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a6a34be4-b885-47eb-a85f-740fedae8e31/model-vers/model-ver/6851fc6f-7c1b-45f7-b559-0baa92ec1537?depth=0|INFO|404|Not Found|InvokeReturn 2021-08-19T15:47:03.697Z|a840dcd2-e991-43a9-8045-0b249c8b1524|pool-2-thread-7|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=a840dcd2-e991-43a9-8045-0b249c8b1524 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/a6a34be4-b885-47eb-a85f-740fedae8e31/model-vers/model-ver/6851fc6f-7c1b-45f7-b559-0baa92ec1537 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/a6a34be4-b885-47eb-a85f-740fedae8e31/model-vers/model-ver/6851fc6f-7c1b-45f7-b559-0baa92ec1537) (ec=ERR.5.4.6114) 2021-08-19T15:47:03.698Z|a840dcd2-e991-43a9-8045-0b249c8b1524|pool-2-thread-7|||||ERROR|500||Exception occurred javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=a840dcd2-e991-43a9-8045-0b249c8b1524 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/a6a34be4-b885-47eb-a85f-740fedae8e31/model-vers/model-ver/6851fc6f-7c1b-45f7-b559-0baa92ec1537 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/a6a34be4-b885-47eb-a85f-740fedae8e31/model-vers/model-ver/6851fc6f-7c1b-45f7-b559-0baa92ec1537) (ec=ERR.5.4.6114) at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:74) at org.onap.so.client.RestRequest.get(RestRequest.java:77) at org.onap.so.client.RestClient.buildRequest(RestClient.java:326) at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322) at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283) at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67) at net.jodah.failsafe.Execution.executeSync(Execution.java:117) at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319) at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71) at org.onap.so.client.RestClient.method(RestClient.java:322) at org.onap.so.client.RestClient.patch(RestClient.java:265) at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81) at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184) at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-08-19T15:47:03.699Z|a840dcd2-e991-43a9-8045-0b249c8b1524|pool-2-thread-7|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=a840dcd2-e991-43a9-8045-0b249c8b1524 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/a6a34be4-b885-47eb-a85f-740fedae8e31/model-vers/model-ver/6851fc6f-7c1b-45f7-b559-0baa92ec1537 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/a6a34be4-b885-47eb-a85f-740fedae8e31/model-vers/model-ver/6851fc6f-7c1b-45f7-b559-0baa92ec1537) (ec=ERR.5.4.6114) 2021-08-19T15:47:03.699Z|a840dcd2-e991-43a9-8045-0b249c8b1524|pool-2-thread-7|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=a840dcd2-e991-43a9-8045-0b249c8b1524 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/a6a34be4-b885-47eb-a85f-740fedae8e31/model-vers/model-ver/6851fc6f-7c1b-45f7-b559-0baa92ec1537 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/a6a34be4-b885-47eb-a85f-740fedae8e31/model-vers/model-ver/6851fc6f-7c1b-45f7-b559-0baa92ec1537) (ec=ERR.5.4.6114) Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-08-19T15:47:03.708Z|a840dcd2-e991-43a9-8045-0b249c8b1524|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-08-19T15:47:03.708Z|a840dcd2-e991-43a9-8045-0b249c8b1524|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a840dcd2-e991-43a9-8045-0b249c8b1524 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=a840dcd2-e991-43a9-8045-0b249c8b1524 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/a6a34be4-b885-47eb-a85f-740fedae8e31/model-vers/model-ver/6851fc6f-7c1b-45f7-b559-0baa92ec1537 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/a6a34be4-b885-47eb-a85f-740fedae8e31/model-vers/model-ver/6851fc6f-7c1b-45f7-b559-0baa92ec1537) (ec=ERR.5.4.6114) 2021-08-19T15:47:03.709Z|a840dcd2-e991-43a9-8045-0b249c8b1524|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2021-08-19T15:47:03.709Z|a840dcd2-e991-43a9-8045-0b249c8b1524|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-08-19T15:47:03.712Z|a840dcd2-e991-43a9-8045-0b249c8b1524|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-19T15:47:03.712Z|a840dcd2-e991-43a9-8045-0b249c8b1524|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "a840dcd2-e991-43a9-8045-0b249c8b1524", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629388023708, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003da840dcd2-e991-43a9-8045-0b249c8b1524 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/a6a34be4-b885-47eb-a85f-740fedae8e31/model-vers/model-ver/6851fc6f-7c1b-45f7-b559-0baa92ec1537 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/a6a34be4-b885-47eb-a85f-740fedae8e31/model-vers/model-ver/6851fc6f-7c1b-45f7-b559-0baa92ec1537) (ec\u003dERR.5.4.6114)" } 2021-08-19T15:47:03.813Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-19T15:47:03.814Z||pool-71-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-19T15:47:03.814Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qoO1GatorxUOMWlm) ... 2021-08-19T15:47:03.829Z||pool-71-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T15:47:03.830Z||pool-71-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-08-19T15:47:27.195Z|a840dcd2-e991-43a9-8045-0b249c8b1524|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-19T15:47:27.196Z|a840dcd2-e991-43a9-8045-0b249c8b1524|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-19T15:47:27.197Z|a840dcd2-e991-43a9-8045-0b249c8b1524|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 qoO1GatorxUOMWlm) ... 2021-08-19T15:47:27.198Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-19T15:47:27.199Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-19T15:47:27.199Z||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 qoO1GatorxUOMWlm) ... 2021-08-19T15:47:27.324Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T15:47:27.325Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-19T15:47:27.325Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a840dcd2-e991-43a9-8045-0b249c8b1524", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629387987195, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-08-19T15:47:27.326Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-19T15:47:36.743Z|a840dcd2-e991-43a9-8045-0b249c8b1524|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T15:48:27.196Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-19T15:48:27.198Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-19T15:48:27.198Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-19T15:48:27.198Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-19T15:48:27.199Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qoO1GatorxUOMWlm) ... 2021-08-19T15:48:27.199Z||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 qoO1GatorxUOMWlm) ... 2021-08-19T15:48:27.256Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T15:48:27.263Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-19T15:48:27.264Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a840dcd2-e991-43a9-8045-0b249c8b1524", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629387987195, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-08-19T15:48:27.267Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-08-19T15:48:27.267Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-19T15:48:27.267Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a840dcd2-e991-43a9-8045-0b249c8b1524", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629387990491, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-19T15:48:27.268Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-19T15:48:27.268Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-19T15:48:27.268Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a840dcd2-e991-43a9-8045-0b249c8b1524", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629387992387, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-08-19T15:48:27.268Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-19T15:48:27.268Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-08-19T15:48:27.269Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a840dcd2-e991-43a9-8045-0b249c8b1524", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629388023708, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003da840dcd2-e991-43a9-8045-0b249c8b1524 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/a6a34be4-b885-47eb-a85f-740fedae8e31/model-vers/model-ver/6851fc6f-7c1b-45f7-b559-0baa92ec1537 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/a6a34be4-b885-47eb-a85f-740fedae8e31/model-vers/model-ver/6851fc6f-7c1b-45f7-b559-0baa92ec1537) (ec\u003dERR.5.4.6114)" } 2021-08-19T15:48:27.269Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-19T15:48:27.864Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T15:48:27.864Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-19T15:48:27.864Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"32161a5f-28a5-43d0-b8a7-6708a529e402","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"63262ae4-9b81-40d5-a128-d65ad8da582b","serviceDescription":"service","serviceInvariantUUID":"35ebea5f-f2b8-45d9-b260-43460b19d3db","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"b9d92479-2810-44a6-ba53-ce03d179ec23","resourceInvariantUUID":"22313cf1-f375-408b-924a-4405e3468f58","resourceCustomizationUUID":"ae9dd19e-312d-476a-a680-2f05c7e393db","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":"YjAwZjBlOGMxMGMwNDEyNTVmM2FhZTNiMjQ4ZDY2Y2E\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5b4c572f-50b1-4c66-a4d9-98be14e293c2","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":"ZjM3ZjM5M2JmYTUyMjQ5NzY3MDZmYTRlZTk5ZGM0YWE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"42320d5d-15a7-4633-8b8d-01a1d3fc65d1","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":"298c02e8-acd7-4b44-9648-fd6349d4696a","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":"0ab542df-da37-43df-a1db-1e847381bb36","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":"7df79f83-273f-4a29-854a-89165a05c4bb","artifactVersion":"2","generatedFromUUID":"298c02e8-acd7-4b44-9648-fd6349d4696a"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"YmM5ZDQxYzdiZTcwYWM3YjY0ZTc2MTA2OTEyNWQxMWU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"51a77a17-de4e-43ec-81e2-4659124f37ef","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"MDE2NzMyZTA3YTlkOTY5NjkwMzRkODQ0OWY4MWI0N2M\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"62babe8a-1743-4b86-9dbd-21a965c8e0fd","artifactVersion":"1"}],"workloadContext":"Production"} 2021-08-19T15:48:27.868Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-19T15:48:27.868Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-19T15:48:27.874Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-19T15:48:27.874Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "32161a5f-28a5-43d0-b8a7-6708a529e402", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629388107195, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-19T15:48:27.973Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-08-19T15:48:27.975Z||pool-72-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-19T15:48:27.975Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qoO1GatorxUOMWlm) ... 2021-08-19T15:48:27.988Z||pool-72-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T15:48:27.989Z||pool-72-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-08-19T15:48:28.874Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-19T15:48:28.875Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-19T15:48:28.877Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-19T15:48:28.877Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "32161a5f-28a5-43d0-b8a7-6708a529e402", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629388107195, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-08-19T15:48:28.977Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-19T15:48:28.978Z||pool-73-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-19T15:48:28.978Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qoO1GatorxUOMWlm) ... 2021-08-19T15:48:28.991Z||pool-73-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T15:48:28.991Z||pool-73-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-08-19T15:48:29.878Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-19T15:48:29.878Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-19T15:48:29.880Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-19T15:48:29.880Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "32161a5f-28a5-43d0-b8a7-6708a529e402", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629388107195, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-08-19T15:48:29.980Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-19T15:48:29.981Z||pool-74-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-19T15:48:29.981Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qoO1GatorxUOMWlm) ... 2021-08-19T15:48:29.992Z||pool-74-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T15:48:29.992Z||pool-74-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2021-08-19T15:48:30.881Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-19T15:48:30.882Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-19T15:48:30.885Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-19T15:48:30.885Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "32161a5f-28a5-43d0-b8a7-6708a529e402", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629388107195, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-19T15:48:30.986Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-08-19T15:48:30.987Z||pool-75-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-19T15:48:30.987Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qoO1GatorxUOMWlm) ... 2021-08-19T15:48:31.020Z||pool-75-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T15:48:31.020Z||pool-75-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":1,"count":1} 2021-08-19T15:48:31.886Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-19T15:48:31.886Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-19T15:48:31.888Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-19T15:48:31.888Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "32161a5f-28a5-43d0-b8a7-6708a529e402", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629388107195, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-08-19T15:48:31.988Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-19T15:48:31.990Z||pool-76-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-19T15:48:31.991Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qoO1GatorxUOMWlm) ... 2021-08-19T15:48:32.007Z||pool-76-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T15:48:32.008Z||pool-76-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2021-08-19T15:48:32.889Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-19T15:48:32.889Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-19T15:48:32.891Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-19T15:48:32.891Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "32161a5f-28a5-43d0-b8a7-6708a529e402", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629388107195, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-08-19T15:48:32.993Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2021-08-19T15:48:32.994Z||pool-77-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-19T15:48:32.994Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qoO1GatorxUOMWlm) ... 2021-08-19T15:48:33.010Z||pool-77-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T15:48:33.010Z||pool-77-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2021-08-19T15:48:33.894Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-19T15:48:33.895Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-19T15:48:33.899Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-19T15:48:33.899Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "32161a5f-28a5-43d0-b8a7-6708a529e402", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629388107195, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-08-19T15:48:33.999Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-08-19T15:48:34.000Z||pool-78-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-19T15:48:34.000Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qoO1GatorxUOMWlm) ... 2021-08-19T15:48:34.011Z||pool-78-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T15:48:34.012Z||pool-78-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-08-19T15:48:34.901Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||sending notification to client: { "distributionID": "32161a5f-28a5-43d0-b8a7-6708a529e402", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "63262ae4-9b81-40d5-a128-d65ad8da582b", "serviceDescription": "service", "serviceInvariantUUID": "35ebea5f-f2b8-45d9-b260-43460b19d3db", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "ae9dd19e-312d-476a-a680-2f05c7e393db", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "b9d92479-2810-44a6-ba53-ce03d179ec23", "resourceInvariantUUID": "22313cf1-f375-408b-924a-4405e3468f58", "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": "ZjM3ZjM5M2JmYTUyMjQ5NzY3MDZmYTRlZTk5ZGM0YWE\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "42320d5d-15a7-4633-8b8d-01a1d3fc65d1", "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": "298c02e8-acd7-4b44-9648-fd6349d4696a", "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": "7df79f83-273f-4a29-854a-89165a05c4bb", "generatedFromUUID": "298c02e8-acd7-4b44-9648-fd6349d4696a" }, "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": "7df79f83-273f-4a29-854a-89165a05c4bb", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "MDE2NzMyZTA3YTlkOTY5NjkwMzRkODQ0OWY4MWI0N2M\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "62babe8a-1743-4b86-9dbd-21a965c8e0fd" } ], "workloadContext": "Production" } 2021-08-19T15:48:34.902Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-08-19T15:48:34.902Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 63262ae4-9b81-40d5-a128-d65ad8da582b ASDC 2021-08-19T15:48:34.903Z|32161a5f-28a5-43d0-b8a7-6708a529e402|pool-2-thread-10|||||DEBUG|500||ASDC Notification: DistributionID:32161a5f-28a5-43d0-b8a7-6708a529e402 ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:63262ae4-9b81-40d5-a128-d65ad8da582b ServiceInvariantUUID:35ebea5f-f2b8-45d9-b260-43460b19d3db 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:62babe8a-1743-4b86-9dbd-21a965c8e0fd ArtifactChecksum:MDE2NzMyZTA3YTlkOTY5NjkwMzRkODQ0OWY4MWI0N2M= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:ae9dd19e-312d-476a-a680-2f05c7e393db ResourceInvariantUUID:22313cf1-f375-408b-924a-4405e3468f58 ResourceName:basic_vm ResourceType:VF ResourceUUID:b9d92479-2810-44a6-ba53-ce03d179ec23 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:42320d5d-15a7-4633-8b8d-01a1d3fc65d1 ArtifactChecksum:ZjM3ZjM5M2JmYTUyMjQ5NzY3MDZmYTRlZTk5ZGM0YWE= 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:298c02e8-acd7-4b44-9648-fd6349d4696a 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:7df79f83-273f-4a29-854a-89165a05c4bb 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:7df79f83-273f-4a29-854a-89165a05c4bb ArtifactChecksum:NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-08-19T15:48:34.903Z|32161a5f-28a5-43d0-b8a7-6708a529e402|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 63262ae4-9b81-40d5-a128-d65ad8da582b ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-08-19T15:48:34.947Z|32161a5f-28a5-43d0-b8a7-6708a529e402|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-08-19T15:48:34.948Z|32161a5f-28a5-43d0-b8a7-6708a529e402|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-08-19T15:48:34.949Z|32161a5f-28a5-43d0-b8a7-6708a529e402|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-08-19T15:48:34.949Z|32161a5f-28a5-43d0-b8a7-6708a529e402|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 62babe8a-1743-4b86-9dbd-21a965c8e0fd from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2021-08-19T15:48:34.949Z|32161a5f-28a5-43d0-b8a7-6708a529e402|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-08-19T15:48:34.949Z|32161a5f-28a5-43d0-b8a7-6708a529e402|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2021-08-19T15:48:35.226Z|32161a5f-28a5-43d0-b8a7-6708a529e402|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-08-19T15:48:35.230Z|32161a5f-28a5-43d0-b8a7-6708a529e402|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 62babe8a-1743-4b86-9dbd-21a965c8e0fd 70851 2021-08-19T15:48:35.231Z|32161a5f-28a5-43d0-b8a7-6708a529e402|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2021-08-19T15:48:35.231Z|32161a5f-28a5-43d0-b8a7-6708a529e402|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2021-08-19T15:48:35.231Z|32161a5f-28a5-43d0-b8a7-6708a529e402|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-08-19T15:48:35.231Z|32161a5f-28a5-43d0-b8a7-6708a529e402|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-19T15:48:35.233Z|32161a5f-28a5-43d0-b8a7-6708a529e402|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-19T15:48:35.234Z|32161a5f-28a5-43d0-b8a7-6708a529e402|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "32161a5f-28a5-43d0-b8a7-6708a529e402", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629388115231, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-19T15:48:35.333Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-08-19T15:48:35.335Z||pool-79-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-19T15:48:35.335Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qoO1GatorxUOMWlm) ... 2021-08-19T15:48:35.347Z||pool-79-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T15:48:35.348Z||pool-79-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-08-19T15:48:36.234Z|32161a5f-28a5-43d0-b8a7-6708a529e402|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-08-19T15:48:36.235Z|32161a5f-28a5-43d0-b8a7-6708a529e402|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-08-19T15:48:36.235Z|32161a5f-28a5-43d0-b8a7-6708a529e402|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 62babe8a-1743-4b86-9dbd-21a965c8e0fd, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar 2021-08-19T15:48:36.236Z|32161a5f-28a5-43d0-b8a7-6708a529e402|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar 2021-08-19T15:48:36.237Z|32161a5f-28a5-43d0-b8a7-6708a529e402|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar 2021-08-19T15:48:36.237Z|32161a5f-28a5-43d0-b8a7-6708a529e402|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar 2021-08-19T15:48:36.696Z|32161a5f-28a5-43d0-b8a7-6708a529e402|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12239467948647255154/Definitions/service-BasicVm-template.yml Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_order" is not provided Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_name" is not provided 2021-08-19T15:48:37.874Z|32161a5f-28a5-43d0-b8a7-6708a529e402|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0 2021-08-19T15:48:37.875Z|32161a5f-28a5-43d0-b8a7-6708a529e402|pool-2-thread-10|||||WARN|500||#################################################################################################### 2021-08-19T15:48:37.875Z|32161a5f-28a5-43d0-b8a7-6708a529e402|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-08-19T15:48:37.875Z|32161a5f-28a5-43d0-b8a7-6708a529e402|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2021-08-19T15:48:37.875Z|32161a5f-28a5-43d0-b8a7-6708a529e402|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_Ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-08-19T15:48:37.875Z|32161a5f-28a5-43d0-b8a7-6708a529e402|pool-2-thread-10|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[Ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-08-19T15:48:37.875Z|32161a5f-28a5-43d0-b8a7-6708a529e402|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-08-19T15:48:37.875Z|32161a5f-28a5-43d0-b8a7-6708a529e402|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-08-19T15:48:37.875Z|32161a5f-28a5-43d0-b8a7-6708a529e402|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-08-19T15:48:37.875Z|32161a5f-28a5-43d0-b8a7-6708a529e402|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-08-19T15:48:37.875Z|32161a5f-28a5-43d0-b8a7-6708a529e402|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_Ubuntu20" are missing field(s): [port_Ubuntu20_admin_plane_port_0_related_networks, port_Ubuntu20_admin_plane_port_0_vlan_requirements, port_Ubuntu20_admin_plane_port_0_network_role, port_Ubuntu20_admin_plane_port_0_subnetpoolid, port_Ubuntu20_admin_plane_port_0_order, nfc_function, port_Ubuntu20_admin_plane_port_0_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-08-19T15:48:37.875Z|32161a5f-28a5-43d0-b8a7-6708a529e402|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-08-19T15:48:37.876Z|32161a5f-28a5-43d0-b8a7-6708a529e402|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-08-19T15:48:37.876Z|32161a5f-28a5-43d0-b8a7-6708a529e402|pool-2-thread-10|||||WARN|500||#################################################################################################### 2021-08-19T15:48:37.876Z|32161a5f-28a5-43d0-b8a7-6708a529e402|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T15:48:37.876Z|32161a5f-28a5-43d0-b8a7-6708a529e402|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-08-19T15:48:37.876Z|32161a5f-28a5-43d0-b8a7-6708a529e402|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-08-19T15:48:37.876Z|32161a5f-28a5-43d0-b8a7-6708a529e402|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2021-08-19T15:48:37.876Z|32161a5f-28a5-43d0-b8a7-6708a529e402|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2021-08-19T15:48:37.877Z|32161a5f-28a5-43d0-b8a7-6708a529e402|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T15:48:37.877Z|32161a5f-28a5-43d0-b8a7-6708a529e402|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-08-19T15:48:37.877Z|32161a5f-28a5-43d0-b8a7-6708a529e402|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-08-19T15:48:37.877Z|32161a5f-28a5-43d0-b8a7-6708a529e402|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2021-08-19T15:48:37.877Z|32161a5f-28a5-43d0-b8a7-6708a529e402|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2021-08-19T15:48:37.877Z|32161a5f-28a5-43d0-b8a7-6708a529e402|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T15:48:37.877Z|32161a5f-28a5-43d0-b8a7-6708a529e402|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-08-19T15:48:37.878Z|32161a5f-28a5-43d0-b8a7-6708a529e402|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T15:48:37.878Z|32161a5f-28a5-43d0-b8a7-6708a529e402|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2021-08-19T15:48:37.878Z|32161a5f-28a5-43d0-b8a7-6708a529e402|pool-2-thread-10|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria 2021-08-19T15:48:37.878Z|32161a5f-28a5-43d0-b8a7-6708a529e402|pool-2-thread-10|||||DEBUG|500||Node template abstract_Ubuntu20 is not matching search criteria 2021-08-19T15:48:37.878Z|32161a5f-28a5-43d0-b8a7-6708a529e402|pool-2-thread-10|||||DEBUG|500||Node template Ubuntu20 is not matching search criteria 2021-08-19T15:48:37.878Z|32161a5f-28a5-43d0-b8a7-6708a529e402|pool-2-thread-10|||||DEBUG|500||Node template Ubuntu20_Ubuntu20_admin_plane_port_0 is not matching search criteria 2021-08-19T15:48:37.878Z|32161a5f-28a5-43d0-b8a7-6708a529e402|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-08-19T15:48:37.878Z|32161a5f-28a5-43d0-b8a7-6708a529e402|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T15:48:37.878Z|32161a5f-28a5-43d0-b8a7-6708a529e402|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-08-19T15:48:37.879Z|32161a5f-28a5-43d0-b8a7-6708a529e402|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T15:48:37.879Z|32161a5f-28a5-43d0-b8a7-6708a529e402|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-08-19T15:48:37.879Z|32161a5f-28a5-43d0-b8a7-6708a529e402|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-19T15:48:37.879Z|32161a5f-28a5-43d0-b8a7-6708a529e402|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T15:48:37.879Z|32161a5f-28a5-43d0-b8a7-6708a529e402|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-08-19T15:48:37.880Z|32161a5f-28a5-43d0-b8a7-6708a529e402|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-19T15:48:37.880Z|32161a5f-28a5-43d0-b8a7-6708a529e402|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T15:48:37.880Z|32161a5f-28a5-43d0-b8a7-6708a529e402|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-08-19T15:48:37.880Z|32161a5f-28a5-43d0-b8a7-6708a529e402|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-19T15:48:37.880Z|32161a5f-28a5-43d0-b8a7-6708a529e402|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T15:48:37.880Z|32161a5f-28a5-43d0-b8a7-6708a529e402|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2021-08-19T15:48:37.880Z|32161a5f-28a5-43d0-b8a7-6708a529e402|pool-2-thread-10|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria 2021-08-19T15:48:37.880Z|32161a5f-28a5-43d0-b8a7-6708a529e402|pool-2-thread-10|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria 2021-08-19T15:48:37.881Z|32161a5f-28a5-43d0-b8a7-6708a529e402|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=54df1803-6c2f-4afa-bb79-b533aac863fb 2021-08-19T15:48:37.881Z|32161a5f-28a5-43d0-b8a7-6708a529e402|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T15:48:37.881Z|32161a5f-28a5-43d0-b8a7-6708a529e402|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-08-19T15:48:37.881Z|32161a5f-28a5-43d0-b8a7-6708a529e402|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T15:48:37.881Z|32161a5f-28a5-43d0-b8a7-6708a529e402|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-08-19T15:48:37.881Z|32161a5f-28a5-43d0-b8a7-6708a529e402|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T15:48:37.881Z|32161a5f-28a5-43d0-b8a7-6708a529e402|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-08-19T15:48:37.881Z|32161a5f-28a5-43d0-b8a7-6708a529e402|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T15:48:37.881Z|32161a5f-28a5-43d0-b8a7-6708a529e402|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-08-19T15:48:37.882Z|32161a5f-28a5-43d0-b8a7-6708a529e402|pool-2-thread-10|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm Description:service Model UUID:63262ae4-9b81-40d5-a128-d65ad8da582b Model Version:NULL Model InvariantUuid:35ebea5f-f2b8-45d9-b260-43460b19d3db Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm Model UUID:100b5528-4904-4847-9794-4ecac49ba254 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:22313cf1-f375-408b-924a-4405e3468f58 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:ae9dd19e-312d-476a-a680-2f05c7e393db NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:44235291-e748-4874-991a-a3cda3077785 ModelName:BasicVm..base_ubuntu20..module-0 ModelUuid:2689d1f9-e246-49ef-9858-a70b279ec18e ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:54df1803-6c2f-4afa-bb79-b533aac863fb ModelInvariantUuid:21f9dfa8-f544-4603-8112-0fa552ed15d2 ModelName:basic_vm-nodes.Ubuntu20Cvfc ModelUuid:73b57efb-899b-401f-a27c-f0e448e5f8dc ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_Ubuntu20 VNFC Properties: ModelCustomizationUuid:e044875f-9629-4b2f-9c08-a5f62dcbdf8b ModelInvariantUuid:a112da5b-c277-4a56-a0bc-f525a1061b24 ModelName:BasicVm.compute.nodes.heat.Ubuntu20 ModelUuid:785dc170-1a37-4992-bcb9-ffd6a5b4cb22 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-08-19T15:48:37.887Z|32161a5f-28a5-43d0-b8a7-6708a529e402|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: b9d92479-2810-44a6-ba53-ce03d179ec23 Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-08-19T15:48:37.892Z|32161a5f-28a5-43d0-b8a7-6708a529e402|pool-2-thread-10|||||INFO|500||basic_vm 0 2021-08-19T15:48:37.892Z|32161a5f-28a5-43d0-b8a7-6708a529e402|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: b9d92479-2810-44a6-ba53-ce03d179ec23 2021-08-19T15:48:37.892Z|32161a5f-28a5-43d0-b8a7-6708a529e402|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 42320d5d-15a7-4633-8b8d-01a1d3fc65d1 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2021-08-19T15:48:37.892Z|32161a5f-28a5-43d0-b8a7-6708a529e402|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-08-19T15:48:37.893Z|32161a5f-28a5-43d0-b8a7-6708a529e402|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2021-08-19T15:48:39.247Z|32161a5f-28a5-43d0-b8a7-6708a529e402|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-08-19T15:48:39.248Z|32161a5f-28a5-43d0-b8a7-6708a529e402|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 42320d5d-15a7-4633-8b8d-01a1d3fc65d1 787 2021-08-19T15:48:39.248Z|32161a5f-28a5-43d0-b8a7-6708a529e402|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification 2021-08-19T15:48:39.248Z|32161a5f-28a5-43d0-b8a7-6708a529e402|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2021-08-19T15:48:39.248Z|32161a5f-28a5-43d0-b8a7-6708a529e402|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-08-19T15:48:39.248Z|32161a5f-28a5-43d0-b8a7-6708a529e402|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-19T15:48:39.250Z|32161a5f-28a5-43d0-b8a7-6708a529e402|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-19T15:48:39.250Z|32161a5f-28a5-43d0-b8a7-6708a529e402|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "32161a5f-28a5-43d0-b8a7-6708a529e402", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629388119248, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2021-08-19T15:48:39.354Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2021-08-19T15:48:39.364Z||pool-80-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-19T15:48:39.365Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qoO1GatorxUOMWlm) ... 2021-08-19T15:48:39.379Z||pool-80-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T15:48:39.380Z||pool-80-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2021-08-19T15:48:40.251Z|32161a5f-28a5-43d0-b8a7-6708a529e402|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "44235291-e748-4874-991a-a3cda3077785", "vfModuleModelVersion": "1", "vfModuleModelUUID": "2689d1f9-e246-49ef-9858-a70b279ec18e", "vfModuleModelCustomizationUUID": "208f6aca-1b6b-483e-9af6-81343c99cf66", "isBase": true, "artifacts": [ "298c02e8-acd7-4b44-9648-fd6349d4696a", "7df79f83-273f-4a29-854a-89165a05c4bb" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu20", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2021-08-19T15:48:40.256Z|32161a5f-28a5-43d0-b8a7-6708a529e402|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:2689d1f9-e246-49ef-9858-a70b279ec18e VfModuleModelInvariantUUID:44235291-e748-4874-991a-a3cda3077785 VfModuleModelDescription:NULL Artifacts UUID List:{ 298c02e8-acd7-4b44-9648-fd6349d4696a , 7df79f83-273f-4a29-854a-89165a05c4bb } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu20 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2021-08-19T15:48:40.258Z|32161a5f-28a5-43d0-b8a7-6708a529e402|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "44235291-e748-4874-991a-a3cda3077785", "vfModuleModelVersion": "1", "vfModuleModelUUID": "2689d1f9-e246-49ef-9858-a70b279ec18e", "vfModuleModelCustomizationUUID": "208f6aca-1b6b-483e-9af6-81343c99cf66", "isBase": true, "artifacts": [ "298c02e8-acd7-4b44-9648-fd6349d4696a", "7df79f83-273f-4a29-854a-89165a05c4bb" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu20", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2021-08-19T15:48:40.258Z|32161a5f-28a5-43d0-b8a7-6708a529e402|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:2689d1f9-e246-49ef-9858-a70b279ec18e VfModuleModelInvariantUUID:44235291-e748-4874-991a-a3cda3077785 VfModuleModelDescription:NULL Artifacts UUID List:{ 298c02e8-acd7-4b44-9648-fd6349d4696a , 7df79f83-273f-4a29-854a-89165a05c4bb } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu20 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2021-08-19T15:48:40.258Z|32161a5f-28a5-43d0-b8a7-6708a529e402|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 298c02e8-acd7-4b44-9648-fd6349d4696a from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2021-08-19T15:48:40.258Z|32161a5f-28a5-43d0-b8a7-6708a529e402|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-08-19T15:48:40.258Z|32161a5f-28a5-43d0-b8a7-6708a529e402|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2021-08-19T15:48:42.346Z|32161a5f-28a5-43d0-b8a7-6708a529e402|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-08-19T15:48:42.346Z|32161a5f-28a5-43d0-b8a7-6708a529e402|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 298c02e8-acd7-4b44-9648-fd6349d4696a 5033 2021-08-19T15:48:42.347Z|32161a5f-28a5-43d0-b8a7-6708a529e402|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2021-08-19T15:48:42.347Z|32161a5f-28a5-43d0-b8a7-6708a529e402|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2021-08-19T15:48:42.347Z|32161a5f-28a5-43d0-b8a7-6708a529e402|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-08-19T15:48:42.347Z|32161a5f-28a5-43d0-b8a7-6708a529e402|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-19T15:48:42.350Z|32161a5f-28a5-43d0-b8a7-6708a529e402|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-19T15:48:42.350Z|32161a5f-28a5-43d0-b8a7-6708a529e402|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "32161a5f-28a5-43d0-b8a7-6708a529e402", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629388122347, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-08-19T15:48:42.451Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-19T15:48:42.452Z||pool-81-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-19T15:48:42.452Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qoO1GatorxUOMWlm) ... 2021-08-19T15:48:42.463Z||pool-81-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T15:48:42.463Z||pool-81-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-08-19T15:48:43.351Z|32161a5f-28a5-43d0-b8a7-6708a529e402|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 7df79f83-273f-4a29-854a-89165a05c4bb from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2021-08-19T15:48:43.351Z|32161a5f-28a5-43d0-b8a7-6708a529e402|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-08-19T15:48:43.352Z|32161a5f-28a5-43d0-b8a7-6708a529e402|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2021-08-19T15:48:44.845Z|32161a5f-28a5-43d0-b8a7-6708a529e402|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-08-19T15:48:44.846Z|32161a5f-28a5-43d0-b8a7-6708a529e402|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 7df79f83-273f-4a29-854a-89165a05c4bb 903 2021-08-19T15:48:44.846Z|32161a5f-28a5-43d0-b8a7-6708a529e402|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2021-08-19T15:48:44.846Z|32161a5f-28a5-43d0-b8a7-6708a529e402|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2021-08-19T15:48:44.846Z|32161a5f-28a5-43d0-b8a7-6708a529e402|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-08-19T15:48:44.846Z|32161a5f-28a5-43d0-b8a7-6708a529e402|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-19T15:48:44.849Z|32161a5f-28a5-43d0-b8a7-6708a529e402|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-19T15:48:44.850Z|32161a5f-28a5-43d0-b8a7-6708a529e402|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "32161a5f-28a5-43d0-b8a7-6708a529e402", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629388124846, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-08-19T15:48:44.952Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2021-08-19T15:48:44.954Z||pool-82-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-19T15:48:44.954Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qoO1GatorxUOMWlm) ... 2021-08-19T15:48:44.974Z||pool-82-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T15:48:44.983Z||pool-82-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1} 2021-08-19T15:48:45.850Z|32161a5f-28a5-43d0-b8a7-6708a529e402|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 63262ae4-9b81-40d5-a128-d65ad8da582b 2021-08-19T15:48:45.850Z|32161a5f-28a5-43d0-b8a7-6708a529e402|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 b9d92479-2810-44a6-ba53-ce03d179ec23 ASDC Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-08-19T15:48:45.869Z|32161a5f-28a5-43d0-b8a7-6708a529e402|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T15:48:45.870Z|32161a5f-28a5-43d0-b8a7-6708a529e402|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-08-19T15:48:45.870Z|32161a5f-28a5-43d0-b8a7-6708a529e402|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 2021-08-19T15:48:45.870Z|32161a5f-28a5-43d0-b8a7-6708a529e402|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= ae9dd19e-312d-476a-a680-2f05c7e393db 2021-08-19T15:48:45.870Z|32161a5f-28a5-43d0-b8a7-6708a529e402|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: ae9dd19e-312d-476a-a680-2f05c7e393db matches Tosca VF Customization UUID: ae9dd19e-312d-476a-a680-2f05c7e393db 2021-08-19T15:48:45.870Z|32161a5f-28a5-43d0-b8a7-6708a529e402|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: ae9dd19e-312d-476a-a680-2f05c7e393db matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2021-08-19T15:48:45.877Z|32161a5f-28a5-43d0-b8a7-6708a529e402|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T15:48:45.877Z|32161a5f-28a5-43d0-b8a7-6708a529e402|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-08-19T15:48:45.878Z|32161a5f-28a5-43d0-b8a7-6708a529e402|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id ae9dd19e-312d-476a-a680-2f05c7e393db: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"Ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"Ubuntu20_image_name\":\"ubuntu-20.04\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu20-VNF\",\"Ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_port\":\"30417\",\"admin_plane_net_name\":\"admin\",\"Ubuntu20_flavor_name\":\"m1.small\"} 2021-08-19T15:48:45.879Z|32161a5f-28a5-43d0-b8a7-6708a529e402|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5a5c3334 2021-08-19T15:48:45.879Z|32161a5f-28a5-43d0-b8a7-6708a529e402|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T15:48:45.879Z|32161a5f-28a5-43d0-b8a7-6708a529e402|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-08-19T15:48:45.879Z|32161a5f-28a5-43d0-b8a7-6708a529e402|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 208f6aca-1b6b-483e-9af6-81343c99cf66 2021-08-19T15:48:45.880Z|32161a5f-28a5-43d0-b8a7-6708a529e402|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 208f6aca-1b6b-483e-9af6-81343c99cf66 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2021-08-19T15:48:45.882Z|32161a5f-28a5-43d0-b8a7-6708a529e402|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T15:48:45.882Z|32161a5f-28a5-43d0-b8a7-6708a529e402|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-08-19T15:48:45.882Z|32161a5f-28a5-43d0-b8a7-6708a529e402|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-19T15:48:45.883Z|32161a5f-28a5-43d0-b8a7-6708a529e402|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T15:48:45.883Z|32161a5f-28a5-43d0-b8a7-6708a529e402|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-08-19T15:48:45.883Z|32161a5f-28a5-43d0-b8a7-6708a529e402|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-19T15:48:45.883Z|32161a5f-28a5-43d0-b8a7-6708a529e402|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T15:48:45.883Z|32161a5f-28a5-43d0-b8a7-6708a529e402|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2021-08-19T15:48:45.884Z|32161a5f-28a5-43d0-b8a7-6708a529e402|pool-2-thread-10|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria 2021-08-19T15:48:45.884Z|32161a5f-28a5-43d0-b8a7-6708a529e402|pool-2-thread-10|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria 2021-08-19T15:48:45.884Z|32161a5f-28a5-43d0-b8a7-6708a529e402|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=54df1803-6c2f-4afa-bb79-b533aac863fb Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-08-19T15:48:45.888Z|32161a5f-28a5-43d0-b8a7-6708a529e402|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T15:48:45.888Z|32161a5f-28a5-43d0-b8a7-6708a529e402|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-08-19T15:48:45.888Z|32161a5f-28a5-43d0-b8a7-6708a529e402|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-19T15:48:45.888Z|32161a5f-28a5-43d0-b8a7-6708a529e402|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T15:48:45.888Z|32161a5f-28a5-43d0-b8a7-6708a529e402|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-08-19T15:48:45.888Z|32161a5f-28a5-43d0-b8a7-6708a529e402|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=ae9dd19e-312d-476a-a680-2f05c7e393db Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-08-19T15:48:45.890Z|32161a5f-28a5-43d0-b8a7-6708a529e402|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T15:48:45.891Z|32161a5f-28a5-43d0-b8a7-6708a529e402|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-08-19T15:48:45.891Z|32161a5f-28a5-43d0-b8a7-6708a529e402|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 63262ae4-9b81-40d5-a128-d65ad8da582b: basic_vm 2021-08-19T15:48:45.891Z|32161a5f-28a5-43d0-b8a7-6708a529e402|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T15:48:45.892Z|32161a5f-28a5-43d0-b8a7-6708a529e402|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-08-19T15:48:45.892Z|32161a5f-28a5-43d0-b8a7-6708a529e402|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T15:48:45.892Z|32161a5f-28a5-43d0-b8a7-6708a529e402|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-08-19T15:48:45.892Z|32161a5f-28a5-43d0-b8a7-6708a529e402|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T15:48:45.892Z|32161a5f-28a5-43d0-b8a7-6708a529e402|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-08-19T15:48:45.892Z|32161a5f-28a5-43d0-b8a7-6708a529e402|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T15:48:45.892Z|32161a5f-28a5-43d0-b8a7-6708a529e402|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-08-19T15:48:45.893Z|32161a5f-28a5-43d0-b8a7-6708a529e402|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T15:48:45.893Z|32161a5f-28a5-43d0-b8a7-6708a529e402|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-08-19T15:48:45.893Z|32161a5f-28a5-43d0-b8a7-6708a529e402|pool-2-thread-10|||||INFO|500||Saving Service: basic_vm Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-08-19T15:48:45.986Z|32161a5f-28a5-43d0-b8a7-6708a529e402|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm b9d92479-2810-44a6-ba53-ce03d179ec23 1 ASDC deployResourceStructure 2021-08-19T15:48:45.987Z|32161a5f-28a5-43d0-b8a7-6708a529e402|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification 2021-08-19T15:48:45.987Z|32161a5f-28a5-43d0-b8a7-6708a529e402|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2021-08-19T15:48:45.987Z|32161a5f-28a5-43d0-b8a7-6708a529e402|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-08-19T15:48:45.987Z|32161a5f-28a5-43d0-b8a7-6708a529e402|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-19T15:48:45.989Z|32161a5f-28a5-43d0-b8a7-6708a529e402|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-19T15:48:45.989Z|32161a5f-28a5-43d0-b8a7-6708a529e402|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "32161a5f-28a5-43d0-b8a7-6708a529e402", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629388125987, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2021-08-19T15:48:46.089Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-19T15:48:46.090Z||pool-83-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-19T15:48:46.091Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qoO1GatorxUOMWlm) ... 2021-08-19T15:48:46.101Z||pool-83-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T15:48:46.101Z||pool-83-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-08-19T15:48:46.990Z|32161a5f-28a5-43d0-b8a7-6708a529e402|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2021-08-19T15:48:46.990Z|32161a5f-28a5-43d0-b8a7-6708a529e402|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2021-08-19T15:48:46.990Z|32161a5f-28a5-43d0-b8a7-6708a529e402|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-08-19T15:48:46.991Z|32161a5f-28a5-43d0-b8a7-6708a529e402|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-19T15:48:46.992Z|32161a5f-28a5-43d0-b8a7-6708a529e402|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-19T15:48:46.993Z|32161a5f-28a5-43d0-b8a7-6708a529e402|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "32161a5f-28a5-43d0-b8a7-6708a529e402", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629388126989, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2021-08-19T15:48:47.093Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-19T15:48:47.094Z||pool-84-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-19T15:48:47.094Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qoO1GatorxUOMWlm) ... 2021-08-19T15:48:47.111Z||pool-84-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T15:48:47.112Z||pool-84-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2021-08-19T15:48:47.996Z|32161a5f-28a5-43d0-b8a7-6708a529e402|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2021-08-19T15:48:47.996Z|32161a5f-28a5-43d0-b8a7-6708a529e402|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2021-08-19T15:48:47.996Z|32161a5f-28a5-43d0-b8a7-6708a529e402|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-08-19T15:48:47.996Z|32161a5f-28a5-43d0-b8a7-6708a529e402|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-19T15:48:47.999Z|32161a5f-28a5-43d0-b8a7-6708a529e402|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-19T15:48:47.999Z|32161a5f-28a5-43d0-b8a7-6708a529e402|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "32161a5f-28a5-43d0-b8a7-6708a529e402", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629388127994, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2021-08-19T15:48:48.099Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-19T15:48:48.100Z||pool-85-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-19T15:48:48.100Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qoO1GatorxUOMWlm) ... 2021-08-19T15:48:48.111Z||pool-85-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T15:48:48.112Z||pool-85-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-08-19T15:48:49.000Z|32161a5f-28a5-43d0-b8a7-6708a529e402|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2021-08-19T15:48:49.000Z|32161a5f-28a5-43d0-b8a7-6708a529e402|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2021-08-19T15:48:49.000Z|32161a5f-28a5-43d0-b8a7-6708a529e402|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-08-19T15:48:49.000Z|32161a5f-28a5-43d0-b8a7-6708a529e402|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-19T15:48:49.002Z|32161a5f-28a5-43d0-b8a7-6708a529e402|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-19T15:48:49.002Z|32161a5f-28a5-43d0-b8a7-6708a529e402|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "32161a5f-28a5-43d0-b8a7-6708a529e402", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629388129000, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-08-19T15:48:49.103Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-19T15:48:49.104Z||pool-86-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-19T15:48:49.104Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qoO1GatorxUOMWlm) ... 2021-08-19T15:48:49.117Z||pool-86-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T15:48:49.117Z||pool-86-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2021-08-19T15:48:50.003Z|32161a5f-28a5-43d0-b8a7-6708a529e402|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 32161a5f-28a5-43d0-b8a7-6708a529e402 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-08-19T15:48:50.030Z|32161a5f-28a5-43d0-b8a7-6708a529e402|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 32161a5f-28a5-43d0-b8a7-6708a529e402 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-08-19T15:48:50.033Z|32161a5f-28a5-43d0-b8a7-6708a529e402|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-08-19T15:48:50.033Z|32161a5f-28a5-43d0-b8a7-6708a529e402|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-08-19T15:48:50.033Z|32161a5f-28a5-43d0-b8a7-6708a529e402|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-08-19T15:49:20.034Z|32161a5f-28a5-43d0-b8a7-6708a529e402|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 32161a5f-28a5-43d0-b8a7-6708a529e402 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-08-19T15:49:20.052Z|32161a5f-28a5-43d0-b8a7-6708a529e402|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 32161a5f-28a5-43d0-b8a7-6708a529e402 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-08-19T15:49:20.054Z|32161a5f-28a5-43d0-b8a7-6708a529e402|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-08-19T15:49:20.055Z|32161a5f-28a5-43d0-b8a7-6708a529e402|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-08-19T15:49:20.055Z|32161a5f-28a5-43d0-b8a7-6708a529e402|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-08-19T15:49:27.198Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-19T15:49:27.200Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-19T15:49:27.201Z||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 qoO1GatorxUOMWlm) ... 2021-08-19T15:49:27.241Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T15:49:27.243Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:49:27.243Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "32161a5f-28a5-43d0-b8a7-6708a529e402", "consumerID": "ves-openapi-manager", "timestamp": 1629388082302, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-19T15:49:27.245Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:49:27.246Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:49:27.246Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "32161a5f-28a5-43d0-b8a7-6708a529e402", "consumerID": "multicloud-k8s-id", "timestamp": 1629388085352, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-19T15:49:27.246Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:49:27.246Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:49:27.246Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "32161a5f-28a5-43d0-b8a7-6708a529e402", "consumerID": "aai-ml", "timestamp": 1629388086606, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-19T15:49:27.246Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:49:27.247Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:49:27.247Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "32161a5f-28a5-43d0-b8a7-6708a529e402", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629388081865, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-19T15:49:27.247Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:49:27.247Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:49:27.247Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "32161a5f-28a5-43d0-b8a7-6708a529e402", "consumerID": "aai-ml", "timestamp": 1629388086606, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-08-19T15:49:27.247Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:49:27.247Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:49:27.247Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "32161a5f-28a5-43d0-b8a7-6708a529e402", "consumerID": "ves-openapi-manager", "timestamp": 1629388082302, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-08-19T15:49:27.247Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:49:27.247Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:49:27.247Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "32161a5f-28a5-43d0-b8a7-6708a529e402", "consumerID": "multicloud-k8s-id", "timestamp": 1629388085352, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-08-19T15:49:27.248Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:49:27.248Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:49:27.248Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "32161a5f-28a5-43d0-b8a7-6708a529e402", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629388081865, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-08-19T15:49:27.248Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:49:27.248Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:49:27.248Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "32161a5f-28a5-43d0-b8a7-6708a529e402", "consumerID": "cds", "timestamp": 1629388088000, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-19T15:49:27.248Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:49:27.248Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:49:27.248Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "32161a5f-28a5-43d0-b8a7-6708a529e402", "consumerID": "policy-id", "timestamp": 1629388088443, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-19T15:49:27.248Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:49:27.249Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:49:27.249Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "32161a5f-28a5-43d0-b8a7-6708a529e402", "consumerID": "ves-openapi-manager", "timestamp": 1629388082302, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-08-19T15:49:27.249Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:49:27.249Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:49:27.249Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "32161a5f-28a5-43d0-b8a7-6708a529e402", "consumerID": "aai-ml", "timestamp": 1629388086606, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-08-19T15:49:27.249Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:49:27.249Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:49:27.249Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "32161a5f-28a5-43d0-b8a7-6708a529e402", "consumerID": "multicloud-k8s-id", "timestamp": 1629388085352, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-08-19T15:49:27.249Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:49:27.250Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:49:27.250Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "32161a5f-28a5-43d0-b8a7-6708a529e402", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629388081865, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-08-19T15:49:27.250Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:49:27.250Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:49:27.250Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "32161a5f-28a5-43d0-b8a7-6708a529e402", "consumerID": "cds", "timestamp": 1629388088000, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-08-19T15:49:27.250Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:49:27.250Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:49:27.250Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "32161a5f-28a5-43d0-b8a7-6708a529e402", "consumerID": "policy-id", "timestamp": 1629388088443, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-08-19T15:49:27.250Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:49:27.251Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:49:27.251Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "32161a5f-28a5-43d0-b8a7-6708a529e402", "consumerID": "ves-openapi-manager", "timestamp": 1629388082302, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-19T15:49:27.251Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:49:27.251Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:49:27.251Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "32161a5f-28a5-43d0-b8a7-6708a529e402", "consumerID": "aai-ml", "timestamp": 1629388086606, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-19T15:49:27.251Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:49:27.251Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:49:27.251Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "32161a5f-28a5-43d0-b8a7-6708a529e402", "consumerID": "multicloud-k8s-id", "timestamp": 1629388085352, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-19T15:49:27.251Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:49:27.252Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:49:27.252Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "32161a5f-28a5-43d0-b8a7-6708a529e402", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629388081865, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-19T15:49:27.252Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:49:27.252Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:49:27.252Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "32161a5f-28a5-43d0-b8a7-6708a529e402", "consumerID": "cds", "timestamp": 1629388088000, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-08-19T15:49:27.252Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:49:27.252Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:49:27.252Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "32161a5f-28a5-43d0-b8a7-6708a529e402", "consumerID": "policy-id", "timestamp": 1629388088443, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-08-19T15:49:27.252Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:49:27.252Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:49:27.252Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "32161a5f-28a5-43d0-b8a7-6708a529e402", "consumerID": "ves-openapi-manager", "timestamp": 1629388082302, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-08-19T15:49:27.253Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:49:27.253Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:49:27.253Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "32161a5f-28a5-43d0-b8a7-6708a529e402", "consumerID": "aai-ml", "timestamp": 1629388086606, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-08-19T15:49:27.253Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:49:27.253Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:49:27.253Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "32161a5f-28a5-43d0-b8a7-6708a529e402", "consumerID": "multicloud-k8s-id", "timestamp": 1629388085352, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-08-19T15:49:27.253Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:49:27.253Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:49:27.253Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "32161a5f-28a5-43d0-b8a7-6708a529e402", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629388081865, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-08-19T15:49:27.254Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:49:27.254Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:49:27.254Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "32161a5f-28a5-43d0-b8a7-6708a529e402", "consumerID": "cds", "timestamp": 1629388088000, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-19T15:49:27.254Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:49:27.254Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:49:27.254Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "32161a5f-28a5-43d0-b8a7-6708a529e402", "consumerID": "policy-id", "timestamp": 1629388088443, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-19T15:49:27.254Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:49:27.254Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:49:27.254Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "32161a5f-28a5-43d0-b8a7-6708a529e402", "consumerID": "aai-ml", "timestamp": 1629388086606, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-08-19T15:49:27.254Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:49:27.255Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:49:27.255Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "32161a5f-28a5-43d0-b8a7-6708a529e402", "consumerID": "ves-openapi-manager", "timestamp": 1629388082302, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-08-19T15:49:27.255Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:49:27.255Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:49:27.255Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "32161a5f-28a5-43d0-b8a7-6708a529e402", "consumerID": "multicloud-k8s-id", "timestamp": 1629388085352, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-08-19T15:49:27.255Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:49:27.255Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:49:27.255Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "32161a5f-28a5-43d0-b8a7-6708a529e402", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629388081865, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-08-19T15:49:27.255Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:49:27.255Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:49:27.255Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "32161a5f-28a5-43d0-b8a7-6708a529e402", "consumerID": "cds", "timestamp": 1629388088000, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-08-19T15:49:27.255Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:49:27.256Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:49:27.256Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "32161a5f-28a5-43d0-b8a7-6708a529e402", "consumerID": "policy-id", "timestamp": 1629388088443, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-08-19T15:49:27.256Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:49:27.256Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:49:27.256Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "32161a5f-28a5-43d0-b8a7-6708a529e402", "consumerID": "ves-openapi-manager", "timestamp": 1629388082302, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2021-08-19T15:49:27.256Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:49:27.256Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:49:27.256Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "32161a5f-28a5-43d0-b8a7-6708a529e402", "consumerID": "aai-ml", "timestamp": 1629388086606, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-08-19T15:49:27.256Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:49:27.256Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:49:27.256Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "32161a5f-28a5-43d0-b8a7-6708a529e402", "consumerID": "multicloud-k8s-id", "timestamp": 1629388085352, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-08-19T15:49:27.257Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:49:27.257Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:49:27.257Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "32161a5f-28a5-43d0-b8a7-6708a529e402", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629388081865, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-08-19T15:49:27.257Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:49:27.257Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:49:27.257Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "32161a5f-28a5-43d0-b8a7-6708a529e402", "consumerID": "cds", "timestamp": 1629388088000, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-08-19T15:49:27.257Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:49:27.257Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:49:27.257Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "32161a5f-28a5-43d0-b8a7-6708a529e402", "consumerID": "policy-id", "timestamp": 1629388088443, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-08-19T15:49:27.257Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:49:27.258Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:49:27.258Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "32161a5f-28a5-43d0-b8a7-6708a529e402", "consumerID": "aai-ml", "timestamp": 1629388094499, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-19T15:49:27.258Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-19T15:49:27.258Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:49:27.258Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "32161a5f-28a5-43d0-b8a7-6708a529e402", "consumerID": "multicloud-k8s-id", "timestamp": 1629388094541, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2021-08-19T15:49:27.258Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-19T15:49:27.258Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:49:27.258Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "32161a5f-28a5-43d0-b8a7-6708a529e402", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629388094561, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-19T15:49:27.258Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-19T15:49:27.258Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:49:27.258Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "32161a5f-28a5-43d0-b8a7-6708a529e402", "consumerID": "cds", "timestamp": 1629388088000, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-08-19T15:49:27.258Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:49:27.259Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:49:27.259Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "32161a5f-28a5-43d0-b8a7-6708a529e402", "consumerID": "policy-id", "timestamp": 1629388088443, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-08-19T15:49:27.259Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:49:27.259Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:49:27.259Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "32161a5f-28a5-43d0-b8a7-6708a529e402", "consumerID": "multicloud-k8s-id", "timestamp": 1629388095960, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-08-19T15:49:27.259Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-19T15:49:27.259Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:49:27.259Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "32161a5f-28a5-43d0-b8a7-6708a529e402", "consumerID": "dcae-sch", "timestamp": 1629388095307, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-19T15:49:27.259Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:49:27.259Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:49:27.259Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "32161a5f-28a5-43d0-b8a7-6708a529e402", "consumerID": "cds", "timestamp": 1629388096372, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-19T15:49:27.259Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-19T15:49:27.260Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:49:27.260Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "32161a5f-28a5-43d0-b8a7-6708a529e402", "consumerID": "policy-id", "timestamp": 1629388096678, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-19T15:49:27.260Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-19T15:49:27.260Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:49:27.260Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "32161a5f-28a5-43d0-b8a7-6708a529e402", "consumerID": "dcae-sch", "timestamp": 1629388095307, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-08-19T15:49:27.260Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:49:27.260Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:49:27.260Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "32161a5f-28a5-43d0-b8a7-6708a529e402", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629388097217, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-08-19T15:49:27.260Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-19T15:49:27.260Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:49:27.260Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "32161a5f-28a5-43d0-b8a7-6708a529e402", "consumerID": "cds", "timestamp": 1629388097379, "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-08-19T15:49:27.271Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 32161a5f-28a5-43d0-b8a7-6708a529e402 2021-08-19T15:49:27.271Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 32161a5f-28a5-43d0-b8a7-6708a529e402 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-08-19T15:49:27.283Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:49:27.284Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "32161a5f-28a5-43d0-b8a7-6708a529e402", "consumerID": "policy-id", "timestamp": 1629388097683, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-08-19T15:49:27.284Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-19T15:49:27.284Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:49:27.284Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "32161a5f-28a5-43d0-b8a7-6708a529e402", "consumerID": "dcae-sch", "timestamp": 1629388095307, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-08-19T15:49:27.284Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:49:27.284Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:49:27.284Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "32161a5f-28a5-43d0-b8a7-6708a529e402", "consumerID": "multicloud-k8s-id", "timestamp": 1629388098041, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-08-19T15:49:27.284Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-19T15:49:27.284Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:49:27.284Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "32161a5f-28a5-43d0-b8a7-6708a529e402", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629388098221, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-08-19T15:49:27.289Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 32161a5f-28a5-43d0-b8a7-6708a529e402 2021-08-19T15:49:27.289Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 32161a5f-28a5-43d0-b8a7-6708a529e402 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-08-19T15:49:27.301Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:49:27.301Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "32161a5f-28a5-43d0-b8a7-6708a529e402", "consumerID": "policy-id", "timestamp": 1629388098685, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-08-19T15:49:27.306Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 32161a5f-28a5-43d0-b8a7-6708a529e402 2021-08-19T15:49:27.306Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 32161a5f-28a5-43d0-b8a7-6708a529e402 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-08-19T15:49:27.314Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:49:27.314Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "32161a5f-28a5-43d0-b8a7-6708a529e402", "consumerID": "dcae-sch", "timestamp": 1629388095307, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-19T15:49:27.314Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:49:27.314Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:49:27.314Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "32161a5f-28a5-43d0-b8a7-6708a529e402", "consumerID": "multicloud-k8s-id", "timestamp": 1629388099079, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-08-19T15:49:27.320Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 32161a5f-28a5-43d0-b8a7-6708a529e402 2021-08-19T15:49:27.320Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 32161a5f-28a5-43d0-b8a7-6708a529e402 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2021-08-19T15:49:27.332Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:49:27.332Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "32161a5f-28a5-43d0-b8a7-6708a529e402", "consumerID": "dcae-sch", "timestamp": 1629388095307, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-08-19T15:49:27.333Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:49:27.333Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:49:27.333Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "32161a5f-28a5-43d0-b8a7-6708a529e402", "consumerID": "multicloud-k8s-id", "timestamp": 1629388100082, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2021-08-19T15:49:27.333Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-19T15:49:27.333Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:49:27.333Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "32161a5f-28a5-43d0-b8a7-6708a529e402", "consumerID": "dcae-sch", "timestamp": 1629388095307, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-08-19T15:49:27.333Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:49:27.333Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:49:27.334Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "32161a5f-28a5-43d0-b8a7-6708a529e402", "consumerID": "dcae-sch", "timestamp": 1629388095307, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2021-08-19T15:49:27.334Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:49:27.334Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:49:27.334Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "32161a5f-28a5-43d0-b8a7-6708a529e402", "consumerID": "aai-ml", "timestamp": 1629388102850, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_ERROR" } 2021-08-19T15:49:27.335Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-19T15:49:27.335Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:49:27.335Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "32161a5f-28a5-43d0-b8a7-6708a529e402", "consumerID": "aai-ml", "timestamp": 1629388103854, "artifactURL": "", "status": "COMPONENT_DONE_ERROR", "errorReason": "deploy failure", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-08-19T15:49:27.339Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 32161a5f-28a5-43d0-b8a7-6708a529e402 2021-08-19T15:49:27.339Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 32161a5f-28a5-43d0-b8a7-6708a529e402 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-08-19T15:49:27.348Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:49:27.348Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "32161a5f-28a5-43d0-b8a7-6708a529e402", "consumerID": "clamp", "timestamp": 1629388106172, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-19T15:49:27.348Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:49:50.055Z|32161a5f-28a5-43d0-b8a7-6708a529e402|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 32161a5f-28a5-43d0-b8a7-6708a529e402 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-08-19T15:49:50.074Z|32161a5f-28a5-43d0-b8a7-6708a529e402|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 32161a5f-28a5-43d0-b8a7-6708a529e402 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-08-19T15:49:50.079Z|32161a5f-28a5-43d0-b8a7-6708a529e402|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-08-19T15:49:50.079Z|32161a5f-28a5-43d0-b8a7-6708a529e402|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-08-19T15:49:50.079Z|32161a5f-28a5-43d0-b8a7-6708a529e402|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-08-19T15:49:50.079Z|32161a5f-28a5-43d0-b8a7-6708a529e402|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-08-19T15:49:50.079Z|32161a5f-28a5-43d0-b8a7-6708a529e402|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 2021-08-19T15:49:50.080Z|32161a5f-28a5-43d0-b8a7-6708a529e402|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-08-19T15:49:50.087Z|32161a5f-28a5-43d0-b8a7-6708a529e402|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-08-19T15:50:20.087Z|32161a5f-28a5-43d0-b8a7-6708a529e402|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 32161a5f-28a5-43d0-b8a7-6708a529e402 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2021-08-19T15:50:20.098Z|32161a5f-28a5-43d0-b8a7-6708a529e402|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 32161a5f-28a5-43d0-b8a7-6708a529e402 and serviceModelVersionId: 63262ae4-9b81-40d5-a128-d65ad8da582b 2021-08-19T15:50:20.098Z|32161a5f-28a5-43d0-b8a7-6708a529e402|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 35ebea5f-f2b8-45d9-b260-43460b19d3db 2021-08-19T15:50:20.100Z|32161a5f-28a5-43d0-b8a7-6708a529e402|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/35ebea5f-f2b8-45d9-b260-43460b19d3db/model-vers/model-ver/63262ae4-9b81-40d5-a128-d65ad8da582b?depth=0 2021-08-19T15:50:20.106Z|32161a5f-28a5-43d0-b8a7-6708a529e402|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context! 2021-08-19T15:50:20.164Z|32161a5f-28a5-43d0-b8a7-6708a529e402|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/35ebea5f-f2b8-45d9-b260-43460b19d3db/model-vers/model-ver/63262ae4-9b81-40d5-a128-d65ad8da582b?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2021-08-19T15:50:20.166Z|32161a5f-28a5-43d0-b8a7-6708a529e402|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/35ebea5f-f2b8-45d9-b260-43460b19d3db/model-vers/model-ver/63262ae4-9b81-40d5-a128-d65ad8da582b?depth=0|INFO|500||Invoke 2021-08-19T15:50:20.190Z|32161a5f-28a5-43d0-b8a7-6708a529e402|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/35ebea5f-f2b8-45d9-b260-43460b19d3db/model-vers/model-ver/63262ae4-9b81-40d5-a128-d65ad8da582b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"} 2021-08-19T15:50:20.252Z|32161a5f-28a5-43d0-b8a7-6708a529e402|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/35ebea5f-f2b8-45d9-b260-43460b19d3db/model-vers/model-ver/63262ae4-9b81-40d5-a128-d65ad8da582b?depth=0|INFO|404|Not Found|InvokeReturn 2021-08-19T15:50:20.253Z|32161a5f-28a5-43d0-b8a7-6708a529e402|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/35ebea5f-f2b8-45d9-b260-43460b19d3db/model-vers/model-ver/63262ae4-9b81-40d5-a128-d65ad8da582b?depth=0 has http status code:404 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210819-15:50:20:201-79356], Content-Length=[495], Date=[Thu, 19 Aug 2021 15:50:20 GMT], Content-Type=[application/json]} 2021-08-19T15:50:20.254Z|32161a5f-28a5-43d0-b8a7-6708a529e402|pool-2-thread-10|||||DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["MERGE_PATCH","service-design-and-creation/models/model/35ebea5f-f2b8-45d9-b260-43460b19d3db/model-vers/model-ver/63262ae4-9b81-40d5-a128-d65ad8da582b","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/35ebea5f-f2b8-45d9-b260-43460b19d3db/model-vers/model-ver/63262ae4-9b81-40d5-a128-d65ad8da582b","ERR.5.4.6114"]}}} 2021-08-19T15:50:20.262Z|32161a5f-28a5-43d0-b8a7-6708a529e402|pool-2-thread-10|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=32161a5f-28a5-43d0-b8a7-6708a529e402 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/35ebea5f-f2b8-45d9-b260-43460b19d3db/model-vers/model-ver/63262ae4-9b81-40d5-a128-d65ad8da582b (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/35ebea5f-f2b8-45d9-b260-43460b19d3db/model-vers/model-ver/63262ae4-9b81-40d5-a128-d65ad8da582b) (ec=ERR.5.4.6114) 2021-08-19T15:50:20.262Z|32161a5f-28a5-43d0-b8a7-6708a529e402|pool-2-thread-10|||||ERROR|500||Exception occurred javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=32161a5f-28a5-43d0-b8a7-6708a529e402 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/35ebea5f-f2b8-45d9-b260-43460b19d3db/model-vers/model-ver/63262ae4-9b81-40d5-a128-d65ad8da582b (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/35ebea5f-f2b8-45d9-b260-43460b19d3db/model-vers/model-ver/63262ae4-9b81-40d5-a128-d65ad8da582b) (ec=ERR.5.4.6114) at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:74) at org.onap.so.client.RestRequest.get(RestRequest.java:77) at org.onap.so.client.RestClient.buildRequest(RestClient.java:326) at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322) at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283) at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67) at net.jodah.failsafe.Execution.executeSync(Execution.java:117) at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319) at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71) at org.onap.so.client.RestClient.method(RestClient.java:322) at org.onap.so.client.RestClient.patch(RestClient.java:265) at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81) at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184) at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-08-19T15:50:20.262Z|32161a5f-28a5-43d0-b8a7-6708a529e402|pool-2-thread-10|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=32161a5f-28a5-43d0-b8a7-6708a529e402 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/35ebea5f-f2b8-45d9-b260-43460b19d3db/model-vers/model-ver/63262ae4-9b81-40d5-a128-d65ad8da582b (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/35ebea5f-f2b8-45d9-b260-43460b19d3db/model-vers/model-ver/63262ae4-9b81-40d5-a128-d65ad8da582b) (ec=ERR.5.4.6114) 2021-08-19T15:50:20.263Z|32161a5f-28a5-43d0-b8a7-6708a529e402|pool-2-thread-10|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=32161a5f-28a5-43d0-b8a7-6708a529e402 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/35ebea5f-f2b8-45d9-b260-43460b19d3db/model-vers/model-ver/63262ae4-9b81-40d5-a128-d65ad8da582b (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/35ebea5f-f2b8-45d9-b260-43460b19d3db/model-vers/model-ver/63262ae4-9b81-40d5-a128-d65ad8da582b) (ec=ERR.5.4.6114) Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-08-19T15:50:20.272Z|32161a5f-28a5-43d0-b8a7-6708a529e402|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-08-19T15:50:20.273Z|32161a5f-28a5-43d0-b8a7-6708a529e402|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 32161a5f-28a5-43d0-b8a7-6708a529e402 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=32161a5f-28a5-43d0-b8a7-6708a529e402 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/35ebea5f-f2b8-45d9-b260-43460b19d3db/model-vers/model-ver/63262ae4-9b81-40d5-a128-d65ad8da582b (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/35ebea5f-f2b8-45d9-b260-43460b19d3db/model-vers/model-ver/63262ae4-9b81-40d5-a128-d65ad8da582b) (ec=ERR.5.4.6114) 2021-08-19T15:50:20.277Z|32161a5f-28a5-43d0-b8a7-6708a529e402|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2021-08-19T15:50:20.277Z|32161a5f-28a5-43d0-b8a7-6708a529e402|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-19T15:50:20.281Z|32161a5f-28a5-43d0-b8a7-6708a529e402|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-19T15:50:20.281Z|32161a5f-28a5-43d0-b8a7-6708a529e402|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "32161a5f-28a5-43d0-b8a7-6708a529e402", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629388220276, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d32161a5f-28a5-43d0-b8a7-6708a529e402 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/35ebea5f-f2b8-45d9-b260-43460b19d3db/model-vers/model-ver/63262ae4-9b81-40d5-a128-d65ad8da582b (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/35ebea5f-f2b8-45d9-b260-43460b19d3db/model-vers/model-ver/63262ae4-9b81-40d5-a128-d65ad8da582b) (ec\u003dERR.5.4.6114)" } 2021-08-19T15:50:20.382Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-08-19T15:50:20.384Z||pool-87-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-19T15:50:20.384Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qoO1GatorxUOMWlm) ... 2021-08-19T15:50:20.403Z||pool-87-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T15:50:20.403Z||pool-87-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-08-19T15:50:21.294Z|32161a5f-28a5-43d0-b8a7-6708a529e402|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-19T15:50:21.295Z|32161a5f-28a5-43d0-b8a7-6708a529e402|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-19T15:50:21.295Z|32161a5f-28a5-43d0-b8a7-6708a529e402|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qoO1GatorxUOMWlm) ... 2021-08-19T15:50:21.923Z|32161a5f-28a5-43d0-b8a7-6708a529e402|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T15:50:21.925Z|32161a5f-28a5-43d0-b8a7-6708a529e402|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-19T15:50:21.926Z|32161a5f-28a5-43d0-b8a7-6708a529e402|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"8a5d770d-1793-4ea5-b8bf-19dab9df8791","serviceName":"vFW 2021-08-19 15-46-23","serviceVersion":"1.0","serviceUUID":"d7a93b2f-5595-45cb-a540-248f9831752c","serviceDescription":"catalog service description","serviceInvariantUUID":"9af7c4a2-4f4d-46bb-a9cf-2f0ea8a39970","resources":[{"resourceInstanceName":"vFW bae8f8ee-7833 0","resourceName":"vFW bae8f8ee-7833","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"8a2ab222-d0fc-4784-9fc9-5f1ed84f0e48","resourceInvariantUUID":"da43baf9-47be-4ab5-977b-6a4b1efc4f5c","resourceCustomizationUUID":"00949357-7038-4b39-a049-48ea3361131e","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210819154623/1.0/resourceInstances/vfwbae8f8ee78330/artifacts/vf-license-model.xml","artifactChecksum":"Yjc2NDgyMzNlYzU3M2MwZjk0MzU1ZDQ3NGJjYmZmOWM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"1f233351-5307-4fe6-aa99-3fe535663063","artifactVersion":"1"},{"artifactName":"vfwbae8f8ee78330_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20210819154623/1.0/resourceInstances/vfwbae8f8ee78330/artifacts/vfwbae8f8ee78330_modules.json","artifactChecksum":"ZDljM2RiNWY5MjhmYmJmNzZjZTJkNGRiYTE1ZTE3YjY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"c3aa285b-9dbe-4644-9784-e72efaac09df","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20210819154623/1.0/resourceInstances/vfwbae8f8ee78330/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"10c2484c-47b8-4d35-a17f-eec21d19f330","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210819154623/1.0/resourceInstances/vfwbae8f8ee78330/artifacts/vendor-license-model.xml","artifactChecksum":"OWFiOGUyOTFkYzBhZGI1ZDFlODdlMGY1ODY1YWY2MzM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"73f3f2ec-54fe-4507-8305-2608306bafa7","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20210819154623/1.0/resourceInstances/vfwbae8f8ee78330/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"4dd5dca0-6cb7-49f4-8c55-b5edd6d78fa7","artifactVersion":"2","generatedFromUUID":"10c2484c-47b8-4d35-a17f-eec21d19f330"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20210819154623-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20210819154623/1.0/artifacts/service-Vfw20210819154623-template.yml","artifactChecksum":"MGRlYjhlYWY2NjA0N2Y5ZjhlYTA0NjkyZDYzZjQ1ZTc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e51dc450-cf80-455d-b6d3-27977708a5fc","artifactVersion":"1"},{"artifactName":"service-Vfw20210819154623-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20210819154623/1.0/artifacts/service-Vfw20210819154623-csar.csar","artifactChecksum":"YTI2MjZlNWRjMTFkNjQ3MmM4OTExYWFmNWZmNjcwNWU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"8c74f6c9-026e-4d89-a955-16db249d2368","artifactVersion":"1"}],"workloadContext":"Production"} 2021-08-19T15:50:21.929Z|32161a5f-28a5-43d0-b8a7-6708a529e402|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-19T15:50:21.930Z|32161a5f-28a5-43d0-b8a7-6708a529e402|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-19T15:50:21.933Z|32161a5f-28a5-43d0-b8a7-6708a529e402|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-19T15:50:21.933Z|32161a5f-28a5-43d0-b8a7-6708a529e402|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "8a5d770d-1793-4ea5-b8bf-19dab9df8791", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629388221294, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819154623/1.0/resourceInstances/vfwbae8f8ee78330/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-19T15:50:22.034Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-19T15:50:22.035Z||pool-88-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-19T15:50:22.036Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qoO1GatorxUOMWlm) ... 2021-08-19T15:50:22.048Z||pool-88-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T15:50:22.048Z||pool-88-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-08-19T15:50:22.935Z|32161a5f-28a5-43d0-b8a7-6708a529e402|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-19T15:50:22.936Z|32161a5f-28a5-43d0-b8a7-6708a529e402|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-19T15:50:22.939Z|32161a5f-28a5-43d0-b8a7-6708a529e402|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-19T15:50:22.939Z|32161a5f-28a5-43d0-b8a7-6708a529e402|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "8a5d770d-1793-4ea5-b8bf-19dab9df8791", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629388221294, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819154623/1.0/resourceInstances/vfwbae8f8ee78330/artifacts/vfwbae8f8ee78330_modules.json", "status": "NOTIFIED" } 2021-08-19T15:50:23.040Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-08-19T15:50:23.041Z||pool-89-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-19T15:50:23.041Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qoO1GatorxUOMWlm) ... 2021-08-19T15:50:23.064Z||pool-89-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T15:50:23.065Z||pool-89-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} 2021-08-19T15:50:23.940Z|32161a5f-28a5-43d0-b8a7-6708a529e402|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-19T15:50:23.942Z|32161a5f-28a5-43d0-b8a7-6708a529e402|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-19T15:50:23.944Z|32161a5f-28a5-43d0-b8a7-6708a529e402|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-19T15:50:23.945Z|32161a5f-28a5-43d0-b8a7-6708a529e402|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "8a5d770d-1793-4ea5-b8bf-19dab9df8791", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629388221294, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819154623/1.0/resourceInstances/vfwbae8f8ee78330/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-08-19T15:50:24.045Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-19T15:50:24.046Z||pool-90-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-19T15:50:24.046Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qoO1GatorxUOMWlm) ... 2021-08-19T15:50:24.062Z||pool-90-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T15:50:24.062Z||pool-90-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2021-08-19T15:50:24.946Z|32161a5f-28a5-43d0-b8a7-6708a529e402|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-19T15:50:24.948Z|32161a5f-28a5-43d0-b8a7-6708a529e402|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-19T15:50:24.958Z|32161a5f-28a5-43d0-b8a7-6708a529e402|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-19T15:50:24.958Z|32161a5f-28a5-43d0-b8a7-6708a529e402|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "8a5d770d-1793-4ea5-b8bf-19dab9df8791", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629388221294, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819154623/1.0/resourceInstances/vfwbae8f8ee78330/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-19T15:50:25.054Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms 2021-08-19T15:50:25.055Z||pool-91-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-19T15:50:25.055Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qoO1GatorxUOMWlm) ... 2021-08-19T15:50:25.074Z||pool-91-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T15:50:25.075Z||pool-91-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1} 2021-08-19T15:50:25.959Z|32161a5f-28a5-43d0-b8a7-6708a529e402|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-19T15:50:25.960Z|32161a5f-28a5-43d0-b8a7-6708a529e402|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-19T15:50:25.962Z|32161a5f-28a5-43d0-b8a7-6708a529e402|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-19T15:50:25.962Z|32161a5f-28a5-43d0-b8a7-6708a529e402|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "8a5d770d-1793-4ea5-b8bf-19dab9df8791", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629388221294, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819154623/1.0/resourceInstances/vfwbae8f8ee78330/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-08-19T15:50:26.062Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-19T15:50:26.063Z||pool-92-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-19T15:50:26.063Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qoO1GatorxUOMWlm) ... 2021-08-19T15:50:26.076Z||pool-92-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T15:50:26.077Z||pool-92-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2021-08-19T15:50:26.967Z|32161a5f-28a5-43d0-b8a7-6708a529e402|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-19T15:50:26.971Z|32161a5f-28a5-43d0-b8a7-6708a529e402|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-19T15:50:26.973Z|32161a5f-28a5-43d0-b8a7-6708a529e402|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-19T15:50:26.974Z|32161a5f-28a5-43d0-b8a7-6708a529e402|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "8a5d770d-1793-4ea5-b8bf-19dab9df8791", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629388221294, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819154623/1.0/artifacts/service-Vfw20210819154623-template.yml", "status": "NOT_NOTIFIED" } 2021-08-19T15:50:27.074Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-19T15:50:27.075Z||pool-93-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-19T15:50:27.075Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qoO1GatorxUOMWlm) ... 2021-08-19T15:50:27.089Z||pool-93-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T15:50:27.090Z||pool-93-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2021-08-19T15:50:27.198Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-19T15:50:27.198Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-19T15:50:27.199Z||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 qoO1GatorxUOMWlm) ... 2021-08-19T15:50:27.223Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T15:50:27.240Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:50:27.240Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "32161a5f-28a5-43d0-b8a7-6708a529e402", "consumerID": "clamp", "timestamp": 1629388106172, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-08-19T15:50:27.242Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:50:27.243Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:50:27.243Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "32161a5f-28a5-43d0-b8a7-6708a529e402", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629388107195, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-19T15:50:27.243Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:50:27.243Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:50:27.243Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "32161a5f-28a5-43d0-b8a7-6708a529e402", "consumerID": "clamp", "timestamp": 1629388106172, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-08-19T15:50:27.243Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:50:27.243Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:50:27.244Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "32161a5f-28a5-43d0-b8a7-6708a529e402", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629388107195, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-08-19T15:50:27.244Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:50:27.244Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:50:27.244Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "32161a5f-28a5-43d0-b8a7-6708a529e402", "consumerID": "clamp", "timestamp": 1629388106172, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-19T15:50:27.244Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:50:27.244Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:50:27.244Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "32161a5f-28a5-43d0-b8a7-6708a529e402", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629388107195, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-08-19T15:50:27.245Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:50:27.245Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:50:27.245Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "32161a5f-28a5-43d0-b8a7-6708a529e402", "consumerID": "clamp", "timestamp": 1629388106172, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-08-19T15:50:27.245Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:50:27.245Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:50:27.245Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "32161a5f-28a5-43d0-b8a7-6708a529e402", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629388107195, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-19T15:50:27.245Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:50:27.245Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:50:27.246Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "32161a5f-28a5-43d0-b8a7-6708a529e402", "consumerID": "clamp", "timestamp": 1629388106172, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-08-19T15:50:27.246Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:50:27.246Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:50:27.246Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "32161a5f-28a5-43d0-b8a7-6708a529e402", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629388107195, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-08-19T15:50:27.246Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:50:27.246Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:50:27.247Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "32161a5f-28a5-43d0-b8a7-6708a529e402", "consumerID": "clamp", "timestamp": 1629388106172, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-08-19T15:50:27.247Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:50:27.247Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:50:27.247Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "32161a5f-28a5-43d0-b8a7-6708a529e402", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629388107195, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-08-19T15:50:27.247Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:50:27.247Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:50:27.247Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "32161a5f-28a5-43d0-b8a7-6708a529e402", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629388107195, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-08-19T15:50:27.248Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:50:27.248Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:50:27.248Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a5d770d-1793-4ea5-b8bf-19dab9df8791", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629388111864, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819154623/1.0/resourceInstances/vfwbae8f8ee78330/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-19T15:50:27.248Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:50:27.248Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:50:27.248Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a5d770d-1793-4ea5-b8bf-19dab9df8791", "consumerID": "multicloud-k8s-id", "timestamp": 1629388105352, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819154623/1.0/resourceInstances/vfwbae8f8ee78330/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-19T15:50:27.248Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:50:27.248Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:50:27.249Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "32161a5f-28a5-43d0-b8a7-6708a529e402", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629388115231, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-19T15:50:27.249Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-19T15:50:27.249Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:50:27.249Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a5d770d-1793-4ea5-b8bf-19dab9df8791", "consumerID": "policy-id", "timestamp": 1629388108443, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819154623/1.0/resourceInstances/vfwbae8f8ee78330/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-19T15:50:27.249Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:50:27.249Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:50:27.249Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a5d770d-1793-4ea5-b8bf-19dab9df8791", "consumerID": "dcae-sch", "timestamp": 1629388115306, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819154623/1.0/resourceInstances/vfwbae8f8ee78330/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-19T15:50:27.249Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:50:27.250Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:50:27.250Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a5d770d-1793-4ea5-b8bf-19dab9df8791", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629388111864, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819154623/1.0/resourceInstances/vfwbae8f8ee78330/artifacts/vfwbae8f8ee78330_modules.json", "status": "NOT_NOTIFIED" } 2021-08-19T15:50:27.250Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:50:27.250Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:50:27.250Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a5d770d-1793-4ea5-b8bf-19dab9df8791", "consumerID": "multicloud-k8s-id", "timestamp": 1629388105352, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819154623/1.0/resourceInstances/vfwbae8f8ee78330/artifacts/vfwbae8f8ee78330_modules.json", "status": "NOTIFIED" } 2021-08-19T15:50:27.250Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:50:27.250Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:50:27.250Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a5d770d-1793-4ea5-b8bf-19dab9df8791", "consumerID": "policy-id", "timestamp": 1629388108443, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819154623/1.0/resourceInstances/vfwbae8f8ee78330/artifacts/vfwbae8f8ee78330_modules.json", "status": "NOT_NOTIFIED" } 2021-08-19T15:50:27.250Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:50:27.251Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:50:27.251Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a5d770d-1793-4ea5-b8bf-19dab9df8791", "consumerID": "dcae-sch", "timestamp": 1629388115306, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819154623/1.0/resourceInstances/vfwbae8f8ee78330/artifacts/vfwbae8f8ee78330_modules.json", "status": "NOT_NOTIFIED" } 2021-08-19T15:50:27.251Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:50:27.251Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:50:27.251Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a5d770d-1793-4ea5-b8bf-19dab9df8791", "consumerID": "aai-ml", "timestamp": 1629388116604, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819154623/1.0/resourceInstances/vfwbae8f8ee78330/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-19T15:50:27.251Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:50:27.251Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:50:27.251Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a5d770d-1793-4ea5-b8bf-19dab9df8791", "consumerID": "multicloud-k8s-id", "timestamp": 1629388105352, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819154623/1.0/resourceInstances/vfwbae8f8ee78330/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-08-19T15:50:27.251Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:50:27.252Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:50:27.252Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a5d770d-1793-4ea5-b8bf-19dab9df8791", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629388111864, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819154623/1.0/resourceInstances/vfwbae8f8ee78330/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-08-19T15:50:27.252Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:50:27.252Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:50:27.252Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a5d770d-1793-4ea5-b8bf-19dab9df8791", "consumerID": "policy-id", "timestamp": 1629388108443, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819154623/1.0/resourceInstances/vfwbae8f8ee78330/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-08-19T15:50:27.252Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:50:27.252Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:50:27.252Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a5d770d-1793-4ea5-b8bf-19dab9df8791", "consumerID": "dcae-sch", "timestamp": 1629388115306, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819154623/1.0/resourceInstances/vfwbae8f8ee78330/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-08-19T15:50:27.253Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:50:27.253Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:50:27.253Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a5d770d-1793-4ea5-b8bf-19dab9df8791", "consumerID": "aai-ml", "timestamp": 1629388116604, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819154623/1.0/resourceInstances/vfwbae8f8ee78330/artifacts/vfwbae8f8ee78330_modules.json", "status": "NOT_NOTIFIED" } 2021-08-19T15:50:27.253Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:50:27.253Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:50:27.253Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a5d770d-1793-4ea5-b8bf-19dab9df8791", "consumerID": "multicloud-k8s-id", "timestamp": 1629388105352, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819154623/1.0/resourceInstances/vfwbae8f8ee78330/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-19T15:50:27.253Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:50:27.253Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:50:27.253Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a5d770d-1793-4ea5-b8bf-19dab9df8791", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629388111864, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819154623/1.0/resourceInstances/vfwbae8f8ee78330/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-19T15:50:27.254Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:50:27.254Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:50:27.254Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a5d770d-1793-4ea5-b8bf-19dab9df8791", "consumerID": "policy-id", "timestamp": 1629388108443, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819154623/1.0/resourceInstances/vfwbae8f8ee78330/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-19T15:50:27.254Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:50:27.254Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:50:27.254Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a5d770d-1793-4ea5-b8bf-19dab9df8791", "consumerID": "cds", "timestamp": 1629388118000, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819154623/1.0/resourceInstances/vfwbae8f8ee78330/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-19T15:50:27.254Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:50:27.254Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:50:27.255Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a5d770d-1793-4ea5-b8bf-19dab9df8791", "consumerID": "dcae-sch", "timestamp": 1629388115306, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819154623/1.0/resourceInstances/vfwbae8f8ee78330/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-19T15:50:27.255Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:50:27.255Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:50:27.255Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a5d770d-1793-4ea5-b8bf-19dab9df8791", "consumerID": "aai-ml", "timestamp": 1629388116604, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819154623/1.0/resourceInstances/vfwbae8f8ee78330/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-08-19T15:50:27.255Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:50:27.255Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:50:27.255Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a5d770d-1793-4ea5-b8bf-19dab9df8791", "consumerID": "multicloud-k8s-id", "timestamp": 1629388105352, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819154623/1.0/resourceInstances/vfwbae8f8ee78330/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-08-19T15:50:27.255Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:50:27.256Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:50:27.256Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a5d770d-1793-4ea5-b8bf-19dab9df8791", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629388111864, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819154623/1.0/resourceInstances/vfwbae8f8ee78330/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-08-19T15:50:27.256Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:50:27.256Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:50:27.256Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "32161a5f-28a5-43d0-b8a7-6708a529e402", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629388119248, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2021-08-19T15:50:27.256Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-19T15:50:27.256Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:50:27.256Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a5d770d-1793-4ea5-b8bf-19dab9df8791", "consumerID": "policy-id", "timestamp": 1629388108443, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819154623/1.0/resourceInstances/vfwbae8f8ee78330/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-08-19T15:50:27.256Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:50:27.256Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:50:27.257Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a5d770d-1793-4ea5-b8bf-19dab9df8791", "consumerID": "cds", "timestamp": 1629388118000, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819154623/1.0/resourceInstances/vfwbae8f8ee78330/artifacts/vfwbae8f8ee78330_modules.json", "status": "NOT_NOTIFIED" } 2021-08-19T15:50:27.257Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:50:27.257Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:50:27.257Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a5d770d-1793-4ea5-b8bf-19dab9df8791", "consumerID": "dcae-sch", "timestamp": 1629388115306, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819154623/1.0/resourceInstances/vfwbae8f8ee78330/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-08-19T15:50:27.257Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:50:27.257Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:50:27.257Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a5d770d-1793-4ea5-b8bf-19dab9df8791", "consumerID": "aai-ml", "timestamp": 1629388116604, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819154623/1.0/resourceInstances/vfwbae8f8ee78330/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-19T15:50:27.257Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:50:27.257Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:50:27.257Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a5d770d-1793-4ea5-b8bf-19dab9df8791", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629388111864, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819154623/1.0/artifacts/service-Vfw20210819154623-template.yml", "status": "NOT_NOTIFIED" } 2021-08-19T15:50:27.257Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:50:27.257Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:50:27.258Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a5d770d-1793-4ea5-b8bf-19dab9df8791", "consumerID": "multicloud-k8s-id", "timestamp": 1629388105352, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819154623/1.0/artifacts/service-Vfw20210819154623-template.yml", "status": "NOT_NOTIFIED" } 2021-08-19T15:50:27.258Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:50:27.258Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:50:27.259Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a5d770d-1793-4ea5-b8bf-19dab9df8791", "consumerID": "policy-id", "timestamp": 1629388108443, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819154623/1.0/artifacts/service-Vfw20210819154623-template.yml", "status": "NOT_NOTIFIED" } 2021-08-19T15:50:27.259Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:50:27.259Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:50:27.259Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a5d770d-1793-4ea5-b8bf-19dab9df8791", "consumerID": "cds", "timestamp": 1629388118000, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819154623/1.0/resourceInstances/vfwbae8f8ee78330/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-08-19T15:50:27.259Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:50:27.260Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:50:27.260Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a5d770d-1793-4ea5-b8bf-19dab9df8791", "consumerID": "dcae-sch", "timestamp": 1629388115306, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819154623/1.0/artifacts/service-Vfw20210819154623-template.yml", "status": "NOT_NOTIFIED" } 2021-08-19T15:50:27.260Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:50:27.260Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:50:27.260Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a5d770d-1793-4ea5-b8bf-19dab9df8791", "consumerID": "aai-ml", "timestamp": 1629388116604, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819154623/1.0/resourceInstances/vfwbae8f8ee78330/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-08-19T15:50:27.260Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:50:27.261Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:50:27.261Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a5d770d-1793-4ea5-b8bf-19dab9df8791", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629388111864, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819154623/1.0/artifacts/service-Vfw20210819154623-csar.csar", "status": "NOTIFIED" } 2021-08-19T15:50:27.261Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:50:27.261Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:50:27.261Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a5d770d-1793-4ea5-b8bf-19dab9df8791", "consumerID": "multicloud-k8s-id", "timestamp": 1629388105352, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819154623/1.0/artifacts/service-Vfw20210819154623-csar.csar", "status": "NOTIFIED" } 2021-08-19T15:50:27.261Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:50:27.261Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:50:27.261Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a5d770d-1793-4ea5-b8bf-19dab9df8791", "consumerID": "policy-id", "timestamp": 1629388108443, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819154623/1.0/artifacts/service-Vfw20210819154623-csar.csar", "status": "NOTIFIED" } 2021-08-19T15:50:27.262Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:50:27.262Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:50:27.262Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a5d770d-1793-4ea5-b8bf-19dab9df8791", "consumerID": "cds", "timestamp": 1629388118000, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819154623/1.0/resourceInstances/vfwbae8f8ee78330/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-19T15:50:27.262Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:50:27.262Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:50:27.262Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a5d770d-1793-4ea5-b8bf-19dab9df8791", "consumerID": "dcae-sch", "timestamp": 1629388115306, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819154623/1.0/artifacts/service-Vfw20210819154623-csar.csar", "status": "NOT_NOTIFIED" } 2021-08-19T15:50:27.262Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:50:27.262Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:50:27.263Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a5d770d-1793-4ea5-b8bf-19dab9df8791", "consumerID": "aai-ml", "timestamp": 1629388116604, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819154623/1.0/artifacts/service-Vfw20210819154623-template.yml", "status": "NOT_NOTIFIED" } 2021-08-19T15:50:27.263Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:50:27.263Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:50:27.263Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "32161a5f-28a5-43d0-b8a7-6708a529e402", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629388122347, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-08-19T15:50:27.263Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-19T15:50:27.263Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:50:27.263Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a5d770d-1793-4ea5-b8bf-19dab9df8791", "consumerID": "cds", "timestamp": 1629388118000, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819154623/1.0/resourceInstances/vfwbae8f8ee78330/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-08-19T15:50:27.264Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:50:27.264Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:50:27.264Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a5d770d-1793-4ea5-b8bf-19dab9df8791", "consumerID": "ves-openapi-manager", "timestamp": 1629388122302, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819154623/1.0/resourceInstances/vfwbae8f8ee78330/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-19T15:50:27.264Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:50:27.264Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:50:27.264Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a5d770d-1793-4ea5-b8bf-19dab9df8791", "consumerID": "aai-ml", "timestamp": 1629388116604, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819154623/1.0/artifacts/service-Vfw20210819154623-csar.csar", "status": "NOTIFIED" } 2021-08-19T15:50:27.264Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:50:27.265Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:50:27.265Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a5d770d-1793-4ea5-b8bf-19dab9df8791", "consumerID": "cds", "timestamp": 1629388118000, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819154623/1.0/artifacts/service-Vfw20210819154623-template.yml", "status": "NOT_NOTIFIED" } 2021-08-19T15:50:27.265Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:50:27.265Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:50:27.265Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a5d770d-1793-4ea5-b8bf-19dab9df8791", "consumerID": "ves-openapi-manager", "timestamp": 1629388122302, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819154623/1.0/resourceInstances/vfwbae8f8ee78330/artifacts/vfwbae8f8ee78330_modules.json", "status": "NOT_NOTIFIED" } 2021-08-19T15:50:27.265Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:50:27.265Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:50:27.265Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a5d770d-1793-4ea5-b8bf-19dab9df8791", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629388124170, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819154623/1.0/artifacts/service-Vfw20210819154623-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-19T15:50:27.266Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-19T15:50:27.266Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:50:27.266Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a5d770d-1793-4ea5-b8bf-19dab9df8791", "consumerID": "policy-id", "timestamp": 1629388124162, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819154623/1.0/artifacts/service-Vfw20210819154623-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-19T15:50:27.266Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-19T15:50:27.266Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:50:27.266Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a5d770d-1793-4ea5-b8bf-19dab9df8791", "consumerID": "multicloud-k8s-id", "timestamp": 1629388124249, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819154623/1.0/resourceInstances/vfwbae8f8ee78330/artifacts/vfwbae8f8ee78330_modules.json", "status": "DOWNLOAD_OK" } 2021-08-19T15:50:27.266Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-19T15:50:27.266Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:50:27.266Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "32161a5f-28a5-43d0-b8a7-6708a529e402", "consumerID": "clamp", "timestamp": 1629388124296, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-19T15:50:27.266Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-19T15:50:27.266Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:50:27.266Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a5d770d-1793-4ea5-b8bf-19dab9df8791", "consumerID": "cds", "timestamp": 1629388118000, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819154623/1.0/artifacts/service-Vfw20210819154623-csar.csar", "status": "NOTIFIED" } 2021-08-19T15:50:27.267Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:50:27.267Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:50:27.267Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "32161a5f-28a5-43d0-b8a7-6708a529e402", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629388124846, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-08-19T15:50:27.267Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-19T15:50:27.267Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:50:27.267Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a5d770d-1793-4ea5-b8bf-19dab9df8791", "consumerID": "ves-openapi-manager", "timestamp": 1629388122302, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819154623/1.0/resourceInstances/vfwbae8f8ee78330/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-08-19T15:50:27.267Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:50:27.267Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:50:27.267Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a5d770d-1793-4ea5-b8bf-19dab9df8791", "consumerID": "policy-id", "timestamp": 1629388125166, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819154623/1.0/artifacts/service-Vfw20210819154623-csar.csar", "status": "DEPLOY_OK" } 2021-08-19T15:50:27.267Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-19T15:50:27.267Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:50:27.268Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a5d770d-1793-4ea5-b8bf-19dab9df8791", "consumerID": "aai-ml", "timestamp": 1629388125275, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819154623/1.0/artifacts/service-Vfw20210819154623-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-19T15:50:27.268Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-19T15:50:27.268Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:50:27.268Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a5d770d-1793-4ea5-b8bf-19dab9df8791", "consumerID": "multicloud-k8s-id", "timestamp": 1629388125972, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819154623/1.0/resourceInstances/vfwbae8f8ee78330/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-08-19T15:50:27.268Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-19T15:50:27.268Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:50:27.268Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a5d770d-1793-4ea5-b8bf-19dab9df8791", "consumerID": "ves-openapi-manager", "timestamp": 1629388122302, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819154623/1.0/resourceInstances/vfwbae8f8ee78330/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-19T15:50:27.268Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:50:27.268Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:50:27.268Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "32161a5f-28a5-43d0-b8a7-6708a529e402", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629388125987, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2021-08-19T15:50:27.268Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-19T15:50:27.268Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:50:27.269Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a5d770d-1793-4ea5-b8bf-19dab9df8791", "consumerID": "policy-id", "timestamp": 1629388126170, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-08-19T15:50:27.288Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8a5d770d-1793-4ea5-b8bf-19dab9df8791 2021-08-19T15:50:27.288Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8a5d770d-1793-4ea5-b8bf-19dab9df8791 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-08-19T15:50:27.296Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:50:27.296Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "32161a5f-28a5-43d0-b8a7-6708a529e402", "consumerID": "clamp", "timestamp": 1629388126302, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-08-19T15:50:27.297Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-19T15:50:27.297Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:50:27.297Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a5d770d-1793-4ea5-b8bf-19dab9df8791", "consumerID": "cds", "timestamp": 1629388126359, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819154623/1.0/artifacts/service-Vfw20210819154623-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-19T15:50:27.297Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-19T15:50:27.297Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:50:27.298Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a5d770d-1793-4ea5-b8bf-19dab9df8791", "consumerID": "ves-openapi-manager", "timestamp": 1629388122302, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819154623/1.0/resourceInstances/vfwbae8f8ee78330/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-08-19T15:50:27.298Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:50:27.298Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:50:27.298Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "32161a5f-28a5-43d0-b8a7-6708a529e402", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629388126989, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2021-08-19T15:50:27.298Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-19T15:50:27.298Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:50:27.298Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "32161a5f-28a5-43d0-b8a7-6708a529e402", "consumerID": "clamp", "timestamp": 1629388127306, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-08-19T15:50:27.304Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 32161a5f-28a5-43d0-b8a7-6708a529e402 2021-08-19T15:50:27.304Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 32161a5f-28a5-43d0-b8a7-6708a529e402 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-08-19T15:50:27.311Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:50:27.311Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a5d770d-1793-4ea5-b8bf-19dab9df8791", "consumerID": "cds", "timestamp": 1629388127366, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819154623/1.0/artifacts/service-Vfw20210819154623-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-08-19T15:50:27.319Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 8a5d770d-1793-4ea5-b8bf-19dab9df8791 2021-08-19T15:50:27.319Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8a5d770d-1793-4ea5-b8bf-19dab9df8791 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-08-19T15:50:27.329Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:50:27.329Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a5d770d-1793-4ea5-b8bf-19dab9df8791", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629388127560, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819154623/1.0/artifacts/service-Vfw20210819154623-csar.csar", "status": "DEPLOY_OK" } 2021-08-19T15:50:27.330Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-19T15:50:27.330Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:50:27.330Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "32161a5f-28a5-43d0-b8a7-6708a529e402", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629388127994, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2021-08-19T15:50:27.330Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-19T15:50:27.330Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:50:27.330Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a5d770d-1793-4ea5-b8bf-19dab9df8791", "consumerID": "ves-openapi-manager", "timestamp": 1629388122302, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819154623/1.0/artifacts/service-Vfw20210819154623-template.yml", "status": "NOT_NOTIFIED" } 2021-08-19T15:50:27.331Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:50:27.331Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:50:27.331Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c17052f-a63a-4ce1-974a-cee787cfe272", "consumerID": "cds", "timestamp": 1629388118000, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-19T15:50:27.331Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:50:27.331Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:50:27.331Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a5d770d-1793-4ea5-b8bf-19dab9df8791", "consumerID": "multicloud-k8s-id", "timestamp": 1629388128404, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819154623/1.0/resourceInstances/vfwbae8f8ee78330/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-08-19T15:50:27.332Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-19T15:50:27.332Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:50:27.332Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a5d770d-1793-4ea5-b8bf-19dab9df8791", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629388128564, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-08-19T15:50:27.339Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 8a5d770d-1793-4ea5-b8bf-19dab9df8791 2021-08-19T15:50:27.339Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8a5d770d-1793-4ea5-b8bf-19dab9df8791 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-08-19T15:50:27.351Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:50:27.351Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a5d770d-1793-4ea5-b8bf-19dab9df8791", "consumerID": "ves-openapi-manager", "timestamp": 1629388122302, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819154623/1.0/artifacts/service-Vfw20210819154623-csar.csar", "status": "NOT_NOTIFIED" } 2021-08-19T15:50:27.351Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:50:27.351Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:50:27.351Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "32161a5f-28a5-43d0-b8a7-6708a529e402", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629388129000, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-08-19T15:50:27.351Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-19T15:50:27.351Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:50:27.351Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c17052f-a63a-4ce1-974a-cee787cfe272", "consumerID": "policy-id", "timestamp": 1629388128443, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-19T15:50:27.352Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:50:27.352Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:50:27.352Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c17052f-a63a-4ce1-974a-cee787cfe272", "consumerID": "cds", "timestamp": 1629388118000, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-08-19T15:50:27.352Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:50:27.352Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:50:27.352Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a5d770d-1793-4ea5-b8bf-19dab9df8791", "consumerID": "multicloud-k8s-id", "timestamp": 1629388129431, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-08-19T15:50:27.357Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8a5d770d-1793-4ea5-b8bf-19dab9df8791 2021-08-19T15:50:27.357Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8a5d770d-1793-4ea5-b8bf-19dab9df8791 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2021-08-19T15:50:27.363Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:50:27.363Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c17052f-a63a-4ce1-974a-cee787cfe272", "consumerID": "ves-openapi-manager", "timestamp": 1629388122302, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-19T15:50:27.363Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:50:27.363Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:50:27.363Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c17052f-a63a-4ce1-974a-cee787cfe272", "consumerID": "policy-id", "timestamp": 1629388128443, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-08-19T15:50:27.363Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:50:27.363Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:50:27.363Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c17052f-a63a-4ce1-974a-cee787cfe272", "consumerID": "cds", "timestamp": 1629388118000, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-08-19T15:50:27.363Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:50:27.363Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:50:27.364Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a5d770d-1793-4ea5-b8bf-19dab9df8791", "consumerID": "multicloud-k8s-id", "timestamp": 1629388130436, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819154623/1.0/resourceInstances/vfwbae8f8ee78330/artifacts/vfwbae8f8ee78330_modules.json", "status": "DEPLOY_OK" } 2021-08-19T15:50:27.364Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-19T15:50:27.364Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:50:27.364Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c17052f-a63a-4ce1-974a-cee787cfe272", "consumerID": "ves-openapi-manager", "timestamp": 1629388122302, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-08-19T15:50:27.364Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:50:27.364Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:50:27.364Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c17052f-a63a-4ce1-974a-cee787cfe272", "consumerID": "policy-id", "timestamp": 1629388128443, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-08-19T15:50:27.364Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:50:27.364Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:50:27.364Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c17052f-a63a-4ce1-974a-cee787cfe272", "consumerID": "cds", "timestamp": 1629388118000, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-08-19T15:50:27.364Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:50:27.364Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:50:27.365Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c17052f-a63a-4ce1-974a-cee787cfe272", "consumerID": "ves-openapi-manager", "timestamp": 1629388122302, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-08-19T15:50:27.365Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:50:27.365Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:50:27.365Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c17052f-a63a-4ce1-974a-cee787cfe272", "consumerID": "multicloud-k8s-id", "timestamp": 1629388131442, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-19T15:50:27.365Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:50:27.365Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:50:27.365Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c17052f-a63a-4ce1-974a-cee787cfe272", "consumerID": "policy-id", "timestamp": 1629388128443, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-08-19T15:50:27.365Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:50:27.365Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:50:27.365Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c17052f-a63a-4ce1-974a-cee787cfe272", "consumerID": "cds", "timestamp": 1629388118000, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-08-19T15:50:27.365Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:50:27.365Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:50:27.365Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c17052f-a63a-4ce1-974a-cee787cfe272", "consumerID": "ves-openapi-manager", "timestamp": 1629388122302, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-08-19T15:50:27.365Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:50:27.366Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:50:27.366Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c17052f-a63a-4ce1-974a-cee787cfe272", "consumerID": "multicloud-k8s-id", "timestamp": 1629388131442, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2021-08-19T15:50:27.366Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:50:27.366Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:50:27.366Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c17052f-a63a-4ce1-974a-cee787cfe272", "consumerID": "policy-id", "timestamp": 1629388128443, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-08-19T15:50:27.366Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:50:27.366Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:50:27.366Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a5d770d-1793-4ea5-b8bf-19dab9df8791", "consumerID": "aai-ml", "timestamp": 1629388133389, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819154623/1.0/artifacts/service-Vfw20210819154623-csar.csar", "status": "DEPLOY_ERROR" } 2021-08-19T15:50:27.366Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-19T15:50:27.366Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:50:27.366Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c17052f-a63a-4ce1-974a-cee787cfe272", "consumerID": "cds", "timestamp": 1629388118000, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-19T15:50:27.366Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:50:27.366Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:50:27.366Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c17052f-a63a-4ce1-974a-cee787cfe272", "consumerID": "ves-openapi-manager", "timestamp": 1629388122302, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-08-19T15:50:27.367Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:50:27.367Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:50:27.367Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c17052f-a63a-4ce1-974a-cee787cfe272", "consumerID": "multicloud-k8s-id", "timestamp": 1629388131442, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2021-08-19T15:50:27.367Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:50:27.367Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:50:27.367Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c17052f-a63a-4ce1-974a-cee787cfe272", "consumerID": "policy-id", "timestamp": 1629388128443, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-19T15:50:27.367Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:50:27.367Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:50:27.367Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c17052f-a63a-4ce1-974a-cee787cfe272", "consumerID": "cds", "timestamp": 1629388118000, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-08-19T15:50:27.367Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:50:27.367Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:50:27.367Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a5d770d-1793-4ea5-b8bf-19dab9df8791", "consumerID": "aai-ml", "timestamp": 1629388134393, "artifactURL": "", "status": "COMPONENT_DONE_ERROR", "errorReason": "deploy failure", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-08-19T15:50:27.372Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 8a5d770d-1793-4ea5-b8bf-19dab9df8791 2021-08-19T15:50:27.372Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8a5d770d-1793-4ea5-b8bf-19dab9df8791 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-08-19T15:50:27.381Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:50:27.381Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c17052f-a63a-4ce1-974a-cee787cfe272", "consumerID": "ves-openapi-manager", "timestamp": 1629388122302, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-19T15:50:27.381Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:50:27.381Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:50:27.381Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c17052f-a63a-4ce1-974a-cee787cfe272", "consumerID": "multicloud-k8s-id", "timestamp": 1629388131442, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-08-19T15:50:27.381Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:50:27.382Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:50:27.382Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c17052f-a63a-4ce1-974a-cee787cfe272", "consumerID": "policy-id", "timestamp": 1629388128443, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-08-19T15:50:27.382Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:50:27.382Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:50:27.382Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c17052f-a63a-4ce1-974a-cee787cfe272", "consumerID": "cds", "timestamp": 1629388118000, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-08-19T15:50:27.382Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:50:27.382Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:50:27.382Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c17052f-a63a-4ce1-974a-cee787cfe272", "consumerID": "dcae-sch", "timestamp": 1629388135305, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-19T15:50:27.382Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:50:27.382Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:50:27.382Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c17052f-a63a-4ce1-974a-cee787cfe272", "consumerID": "ves-openapi-manager", "timestamp": 1629388122302, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-08-19T15:50:27.382Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:50:27.383Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:50:27.383Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c17052f-a63a-4ce1-974a-cee787cfe272", "consumerID": "multicloud-k8s-id", "timestamp": 1629388131442, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-08-19T15:50:27.383Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:50:27.383Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:50:27.383Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c17052f-a63a-4ce1-974a-cee787cfe272", "consumerID": "policy-id", "timestamp": 1629388128443, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-08-19T15:50:27.383Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:50:27.383Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:50:27.383Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c17052f-a63a-4ce1-974a-cee787cfe272", "consumerID": "cds", "timestamp": 1629388118000, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-08-19T15:50:27.384Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:50:27.384Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:50:27.384Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a5d770d-1793-4ea5-b8bf-19dab9df8791", "consumerID": "clamp", "timestamp": 1629388136172, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819154623/1.0/resourceInstances/vfwbae8f8ee78330/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-19T15:50:27.384Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:50:27.384Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:50:27.384Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c17052f-a63a-4ce1-974a-cee787cfe272", "consumerID": "dcae-sch", "timestamp": 1629388135305, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-08-19T15:50:27.384Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:50:27.384Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:50:27.384Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c17052f-a63a-4ce1-974a-cee787cfe272", "consumerID": "ves-openapi-manager", "timestamp": 1629388122302, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-08-19T15:50:27.384Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:50:27.384Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:50:27.384Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c17052f-a63a-4ce1-974a-cee787cfe272", "consumerID": "multicloud-k8s-id", "timestamp": 1629388131442, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-19T15:50:27.385Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:50:27.385Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:50:27.385Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c17052f-a63a-4ce1-974a-cee787cfe272", "consumerID": "policy-id", "timestamp": 1629388128443, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-08-19T15:50:27.385Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:50:27.385Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:50:27.385Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a5d770d-1793-4ea5-b8bf-19dab9df8791", "consumerID": "clamp", "timestamp": 1629388136172, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819154623/1.0/resourceInstances/vfwbae8f8ee78330/artifacts/vfwbae8f8ee78330_modules.json", "status": "NOTIFIED" } 2021-08-19T15:50:27.385Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:50:27.385Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:50:27.385Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c17052f-a63a-4ce1-974a-cee787cfe272", "consumerID": "dcae-sch", "timestamp": 1629388135305, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-08-19T15:50:27.385Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:50:27.385Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:50:27.385Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c17052f-a63a-4ce1-974a-cee787cfe272", "consumerID": "ves-openapi-manager", "timestamp": 1629388122302, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2021-08-19T15:50:27.385Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:50:27.385Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:50:27.385Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c17052f-a63a-4ce1-974a-cee787cfe272", "consumerID": "multicloud-k8s-id", "timestamp": 1629388131442, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2021-08-19T15:50:27.386Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:50:27.386Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:50:27.386Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c17052f-a63a-4ce1-974a-cee787cfe272", "consumerID": "cds", "timestamp": 1629388138250, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-19T15:50:27.386Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-19T15:50:27.386Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:50:27.386Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a5d770d-1793-4ea5-b8bf-19dab9df8791", "consumerID": "clamp", "timestamp": 1629388136172, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819154623/1.0/resourceInstances/vfwbae8f8ee78330/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-08-19T15:50:27.386Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:50:27.386Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:50:27.386Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c17052f-a63a-4ce1-974a-cee787cfe272", "consumerID": "policy-id", "timestamp": 1629388138844, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-19T15:50:27.386Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-19T15:50:27.387Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:50:27.387Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c17052f-a63a-4ce1-974a-cee787cfe272", "consumerID": "dcae-sch", "timestamp": 1629388135305, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-08-19T15:50:27.387Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:50:27.387Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:50:27.387Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c17052f-a63a-4ce1-974a-cee787cfe272", "consumerID": "multicloud-k8s-id", "timestamp": 1629388131442, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-08-19T15:50:27.387Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:50:27.387Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:50:27.387Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c17052f-a63a-4ce1-974a-cee787cfe272", "consumerID": "cds", "timestamp": 1629388139258, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-08-19T15:50:27.400Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 6c17052f-a63a-4ce1-974a-cee787cfe272 2021-08-19T15:50:27.401Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6c17052f-a63a-4ce1-974a-cee787cfe272 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-08-19T15:50:27.409Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:50:27.409Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a5d770d-1793-4ea5-b8bf-19dab9df8791", "consumerID": "clamp", "timestamp": 1629388136172, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819154623/1.0/resourceInstances/vfwbae8f8ee78330/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-19T15:50:27.409Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:50:27.409Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:50:27.409Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c17052f-a63a-4ce1-974a-cee787cfe272", "consumerID": "policy-id", "timestamp": 1629388139851, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-08-19T15:50:27.409Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-19T15:50:27.409Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:50:27.410Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c17052f-a63a-4ce1-974a-cee787cfe272", "consumerID": "dcae-sch", "timestamp": 1629388135305, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-08-19T15:50:27.410Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:50:27.410Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:50:27.410Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c17052f-a63a-4ce1-974a-cee787cfe272", "consumerID": "multicloud-k8s-id", "timestamp": 1629388131442, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-08-19T15:50:27.410Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:50:27.410Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:50:27.410Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a5d770d-1793-4ea5-b8bf-19dab9df8791", "consumerID": "clamp", "timestamp": 1629388136172, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819154623/1.0/resourceInstances/vfwbae8f8ee78330/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-08-19T15:50:27.410Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:50:27.410Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:50:27.410Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c17052f-a63a-4ce1-974a-cee787cfe272", "consumerID": "policy-id", "timestamp": 1629388140861, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-08-19T15:50:27.415Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6c17052f-a63a-4ce1-974a-cee787cfe272 2021-08-19T15:50:27.415Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6c17052f-a63a-4ce1-974a-cee787cfe272 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-08-19T15:50:27.424Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:50:27.424Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c17052f-a63a-4ce1-974a-cee787cfe272", "consumerID": "dcae-sch", "timestamp": 1629388135305, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-19T15:50:27.425Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:50:27.425Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:50:27.425Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a5d770d-1793-4ea5-b8bf-19dab9df8791", "consumerID": "clamp", "timestamp": 1629388136172, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819154623/1.0/artifacts/service-Vfw20210819154623-template.yml", "status": "NOT_NOTIFIED" } 2021-08-19T15:50:27.425Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:50:27.425Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:50:27.425Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c17052f-a63a-4ce1-974a-cee787cfe272", "consumerID": "dcae-sch", "timestamp": 1629388135305, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-08-19T15:50:27.425Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:50:27.425Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:50:27.425Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c17052f-a63a-4ce1-974a-cee787cfe272", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629388141864, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-19T15:50:27.425Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:50:27.425Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:50:27.425Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a5d770d-1793-4ea5-b8bf-19dab9df8791", "consumerID": "clamp", "timestamp": 1629388136172, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819154623/1.0/artifacts/service-Vfw20210819154623-csar.csar", "status": "NOTIFIED" } 2021-08-19T15:50:27.426Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:50:27.426Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:50:27.426Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c17052f-a63a-4ce1-974a-cee787cfe272", "consumerID": "dcae-sch", "timestamp": 1629388135305, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-08-19T15:50:27.426Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:50:27.426Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:50:27.426Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c17052f-a63a-4ce1-974a-cee787cfe272", "consumerID": "multicloud-k8s-id", "timestamp": 1629388143455, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2021-08-19T15:50:27.426Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-19T15:50:27.426Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:50:27.426Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c17052f-a63a-4ce1-974a-cee787cfe272", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629388141864, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-08-19T15:50:27.426Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:50:27.426Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:50:27.426Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c17052f-a63a-4ce1-974a-cee787cfe272", "consumerID": "dcae-sch", "timestamp": 1629388135305, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2021-08-19T15:50:27.427Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:50:27.427Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:50:27.427Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c17052f-a63a-4ce1-974a-cee787cfe272", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629388141864, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-08-19T15:50:27.427Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:50:27.427Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:50:27.427Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c17052f-a63a-4ce1-974a-cee787cfe272", "consumerID": "multicloud-k8s-id", "timestamp": 1629388145355, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2021-08-19T15:50:27.427Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-19T15:50:27.427Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:50:27.427Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c17052f-a63a-4ce1-974a-cee787cfe272", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629388141864, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-08-19T15:50:27.427Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:50:27.427Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:50:27.427Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c17052f-a63a-4ce1-974a-cee787cfe272", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629388141864, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-08-19T15:50:27.427Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:50:27.428Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:50:27.428Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c17052f-a63a-4ce1-974a-cee787cfe272", "consumerID": "aai-ml", "timestamp": 1629388146604, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-19T15:50:27.428Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:50:27.428Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:50:27.428Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c17052f-a63a-4ce1-974a-cee787cfe272", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629388141864, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-19T15:50:27.428Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:50:27.428Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:50:27.428Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c17052f-a63a-4ce1-974a-cee787cfe272", "consumerID": "multicloud-k8s-id", "timestamp": 1629388148097, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2021-08-19T15:50:27.428Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-19T15:50:27.428Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:50:27.428Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c17052f-a63a-4ce1-974a-cee787cfe272", "consumerID": "aai-ml", "timestamp": 1629388146604, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-08-19T15:50:27.428Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:50:27.428Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:50:27.428Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c17052f-a63a-4ce1-974a-cee787cfe272", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629388141864, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-08-19T15:50:27.429Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:50:27.429Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:50:27.429Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c17052f-a63a-4ce1-974a-cee787cfe272", "consumerID": "aai-ml", "timestamp": 1629388146604, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-08-19T15:50:27.429Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:50:27.429Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:50:27.429Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c17052f-a63a-4ce1-974a-cee787cfe272", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629388141864, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-08-19T15:50:27.429Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:50:27.429Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:50:27.429Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c17052f-a63a-4ce1-974a-cee787cfe272", "consumerID": "multicloud-k8s-id", "timestamp": 1629388149789, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2021-08-19T15:50:27.429Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-19T15:50:27.429Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:50:27.429Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c17052f-a63a-4ce1-974a-cee787cfe272", "consumerID": "aai-ml", "timestamp": 1629388146604, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-08-19T15:50:27.429Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:50:27.430Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:50:27.430Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c17052f-a63a-4ce1-974a-cee787cfe272", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629388141864, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-08-19T15:50:27.430Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:50:27.430Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:50:27.430Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c17052f-a63a-4ce1-974a-cee787cfe272", "consumerID": "multicloud-k8s-id", "timestamp": 1629388150858, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-08-19T15:50:27.436Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6c17052f-a63a-4ce1-974a-cee787cfe272 2021-08-19T15:50:27.436Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6c17052f-a63a-4ce1-974a-cee787cfe272 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2021-08-19T15:50:27.444Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:50:27.444Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c17052f-a63a-4ce1-974a-cee787cfe272", "consumerID": "aai-ml", "timestamp": 1629388146604, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-08-19T15:50:27.444Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:50:27.444Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:50:27.444Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c17052f-a63a-4ce1-974a-cee787cfe272", "consumerID": "multicloud-k8s-id", "timestamp": 1629388151862, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2021-08-19T15:50:27.444Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-19T15:50:27.445Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:50:27.445Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c17052f-a63a-4ce1-974a-cee787cfe272", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629388151995, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-19T15:50:27.445Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-19T15:50:27.445Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:50:27.445Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c17052f-a63a-4ce1-974a-cee787cfe272", "consumerID": "aai-ml", "timestamp": 1629388146604, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-19T15:50:27.445Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:50:27.445Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:50:27.445Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c17052f-a63a-4ce1-974a-cee787cfe272", "consumerID": "aai-ml", "timestamp": 1629388146604, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-08-19T15:50:27.445Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:50:27.445Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:50:27.445Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c17052f-a63a-4ce1-974a-cee787cfe272", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629388154187, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-08-19T15:50:27.445Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-19T15:50:27.446Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:50:27.446Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c17052f-a63a-4ce1-974a-cee787cfe272", "consumerID": "aai-ml", "timestamp": 1629388146604, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-08-19T15:50:27.446Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:50:27.446Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:50:27.446Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c17052f-a63a-4ce1-974a-cee787cfe272", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629388155196, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-08-19T15:50:27.452Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 6c17052f-a63a-4ce1-974a-cee787cfe272 2021-08-19T15:50:27.452Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6c17052f-a63a-4ce1-974a-cee787cfe272 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-08-19T15:50:27.462Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:50:27.462Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c17052f-a63a-4ce1-974a-cee787cfe272", "consumerID": "aai-ml", "timestamp": 1629388146604, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-08-19T15:50:27.463Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:50:27.463Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:50:27.463Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a5d770d-1793-4ea5-b8bf-19dab9df8791", "consumerID": "clamp", "timestamp": 1629388156300, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819154623/1.0/artifacts/service-Vfw20210819154623-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-19T15:50:27.463Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-19T15:50:27.463Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:50:27.463Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c17052f-a63a-4ce1-974a-cee787cfe272", "consumerID": "aai-ml", "timestamp": 1629388156785, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-19T15:50:27.463Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-19T15:50:27.464Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:50:27.464Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a5d770d-1793-4ea5-b8bf-19dab9df8791", "consumerID": "clamp", "timestamp": 1629388158306, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819154623/1.0/artifacts/service-Vfw20210819154623-csar.csar", "status": "DEPLOY_OK" } 2021-08-19T15:50:27.464Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-19T15:50:27.464Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:50:27.464Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a5d770d-1793-4ea5-b8bf-19dab9df8791", "consumerID": "clamp", "timestamp": 1629388159311, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-08-19T15:50:27.470Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 8a5d770d-1793-4ea5-b8bf-19dab9df8791 2021-08-19T15:50:27.470Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8a5d770d-1793-4ea5-b8bf-19dab9df8791 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-08-19T15:50:27.480Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:50:27.481Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c17052f-a63a-4ce1-974a-cee787cfe272", "consumerID": "clamp", "timestamp": 1629388136172, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-19T15:50:27.481Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:50:27.481Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:50:27.481Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c17052f-a63a-4ce1-974a-cee787cfe272", "consumerID": "clamp", "timestamp": 1629388136172, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-08-19T15:50:27.481Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:50:27.481Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:50:27.481Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c17052f-a63a-4ce1-974a-cee787cfe272", "consumerID": "clamp", "timestamp": 1629388136172, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-08-19T15:50:27.481Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:50:27.482Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:50:27.482Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c17052f-a63a-4ce1-974a-cee787cfe272", "consumerID": "aai-ml", "timestamp": 1629388162660, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_ERROR" } 2021-08-19T15:50:27.482Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-19T15:50:27.482Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:50:27.482Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c17052f-a63a-4ce1-974a-cee787cfe272", "consumerID": "clamp", "timestamp": 1629388136172, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-08-19T15:50:27.482Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:50:27.482Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:50:27.482Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c17052f-a63a-4ce1-974a-cee787cfe272", "consumerID": "aai-ml", "timestamp": 1629388163663, "artifactURL": "", "status": "COMPONENT_DONE_ERROR", "errorReason": "deploy failure", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-08-19T15:50:27.487Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 6c17052f-a63a-4ce1-974a-cee787cfe272 2021-08-19T15:50:27.488Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6c17052f-a63a-4ce1-974a-cee787cfe272 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-08-19T15:50:27.496Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:50:27.496Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c17052f-a63a-4ce1-974a-cee787cfe272", "consumerID": "clamp", "timestamp": 1629388136172, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-08-19T15:50:27.496Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:50:27.496Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:50:27.496Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c17052f-a63a-4ce1-974a-cee787cfe272", "consumerID": "clamp", "timestamp": 1629388136172, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-19T15:50:27.496Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:50:27.497Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:50:27.497Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c17052f-a63a-4ce1-974a-cee787cfe272", "consumerID": "clamp", "timestamp": 1629388136172, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-08-19T15:50:27.497Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:50:27.975Z|32161a5f-28a5-43d0-b8a7-6708a529e402|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-19T15:50:27.976Z|32161a5f-28a5-43d0-b8a7-6708a529e402|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-19T15:50:27.979Z|32161a5f-28a5-43d0-b8a7-6708a529e402|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-19T15:50:27.979Z|32161a5f-28a5-43d0-b8a7-6708a529e402|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "8a5d770d-1793-4ea5-b8bf-19dab9df8791", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629388221294, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819154623/1.0/artifacts/service-Vfw20210819154623-csar.csar", "status": "NOTIFIED" } 2021-08-19T15:50:28.079Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-19T15:50:28.080Z||pool-94-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-19T15:50:28.081Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qoO1GatorxUOMWlm) ... 2021-08-19T15:50:28.096Z||pool-94-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T15:50:28.096Z||pool-94-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2021-08-19T15:50:28.982Z|32161a5f-28a5-43d0-b8a7-6708a529e402|pool-2-thread-10|||||DEBUG|500||sending notification to client: { "distributionID": "8a5d770d-1793-4ea5-b8bf-19dab9df8791", "serviceName": "vFW 2021-08-19 15-46-23", "serviceVersion": "1.0", "serviceUUID": "d7a93b2f-5595-45cb-a540-248f9831752c", "serviceDescription": "catalog service description", "serviceInvariantUUID": "9af7c4a2-4f4d-46bb-a9cf-2f0ea8a39970", "resources": [ { "resourceInstanceName": "vFW bae8f8ee-7833 0", "resourceCustomizationUUID": "00949357-7038-4b39-a049-48ea3361131e", "resourceName": "vFW bae8f8ee-7833", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "8a2ab222-d0fc-4784-9fc9-5f1ed84f0e48", "resourceInvariantUUID": "da43baf9-47be-4ab5-977b-6a4b1efc4f5c", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfwbae8f8ee78330_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20210819154623/1.0/resourceInstances/vfwbae8f8ee78330/artifacts/vfwbae8f8ee78330_modules.json", "artifactChecksum": "ZDljM2RiNWY5MjhmYmJmNzZjZTJkNGRiYTE1ZTE3YjY\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "c3aa285b-9dbe-4644-9784-e72efaac09df", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20210819154623/1.0/resourceInstances/vfwbae8f8ee78330/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "10c2484c-47b8-4d35-a17f-eec21d19f330", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20210819154623/1.0/resourceInstances/vfwbae8f8ee78330/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "4dd5dca0-6cb7-49f4-8c55-b5edd6d78fa7", "generatedFromUUID": "10c2484c-47b8-4d35-a17f-eec21d19f330" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20210819154623/1.0/resourceInstances/vfwbae8f8ee78330/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "4dd5dca0-6cb7-49f4-8c55-b5edd6d78fa7", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20210819154623-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20210819154623/1.0/artifacts/service-Vfw20210819154623-csar.csar", "artifactChecksum": "YTI2MjZlNWRjMTFkNjQ3MmM4OTExYWFmNWZmNjcwNWU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "8c74f6c9-026e-4d89-a955-16db249d2368" } ], "workloadContext": "Production" } 2021-08-19T15:50:28.983Z|32161a5f-28a5-43d0-b8a7-6708a529e402|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-08-19T15:50:28.983Z|32161a5f-28a5-43d0-b8a7-6708a529e402|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 d7a93b2f-5595-45cb-a540-248f9831752c ASDC 2021-08-19T15:50:28.984Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||DEBUG|500||ASDC Notification: DistributionID:8a5d770d-1793-4ea5-b8bf-19dab9df8791 ServiceName:vFW 2021-08-19 15-46-23 ServiceVersion:1.0 ServiceUUID:d7a93b2f-5595-45cb-a540-248f9831752c ServiceInvariantUUID:9af7c4a2-4f4d-46bb-a9cf-2f0ea8a39970 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20210819154623-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20210819154623/1.0/artifacts/service-Vfw20210819154623-csar.csar ArtifactUUID:8c74f6c9-026e-4d89-a955-16db249d2368 ArtifactChecksum:YTI2MjZlNWRjMTFkNjQ3MmM4OTExYWFmNWZmNjcwNWU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW bae8f8ee-7833 0 ResourceCustomizationUUID:00949357-7038-4b39-a049-48ea3361131e ResourceInvariantUUID:da43baf9-47be-4ab5-977b-6a4b1efc4f5c ResourceName:vFW bae8f8ee-7833 ResourceType:VF ResourceUUID:8a2ab222-d0fc-4784-9fc9-5f1ed84f0e48 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfwbae8f8ee78330_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20210819154623/1.0/resourceInstances/vfwbae8f8ee78330/artifacts/vfwbae8f8ee78330_modules.json ArtifactUUID:c3aa285b-9dbe-4644-9784-e72efaac09df ArtifactChecksum:ZDljM2RiNWY5MjhmYmJmNzZjZTJkNGRiYTE1ZTE3YjY= 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/Vfw20210819154623/1.0/resourceInstances/vfwbae8f8ee78330/artifacts/base_vfw.yaml ArtifactUUID:10c2484c-47b8-4d35-a17f-eec21d19f330 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/Vfw20210819154623/1.0/resourceInstances/vfwbae8f8ee78330/artifacts/base_vfw.env ArtifactUUID:4dd5dca0-6cb7-49f4-8c55-b5edd6d78fa7 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/Vfw20210819154623/1.0/resourceInstances/vfwbae8f8ee78330/artifacts/base_vfw.env ArtifactUUID:4dd5dca0-6cb7-49f4-8c55-b5edd6d78fa7 ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-08-19T15:50:28.984Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d7a93b2f-5595-45cb-a540-248f9831752c ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-08-19T15:50:29.035Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-08-19T15:50:29.036Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-08-19T15:50:29.036Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-08-19T15:50:29.036Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 8c74f6c9-026e-4d89-a955-16db249d2368 from URL: /sdc/v1/catalog/services/Vfw20210819154623/1.0/artifacts/service-Vfw20210819154623-csar.csar 2021-08-19T15:50:29.036Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-08-19T15:50:29.037Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210819154623/1.0/artifacts/service-Vfw20210819154623-csar.csar 2021-08-19T15:50:29.797Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-08-19T15:50:29.802Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210819154623/1.0/artifacts/service-Vfw20210819154623-csar.csar 8c74f6c9-026e-4d89-a955-16db249d2368 98694 2021-08-19T15:50:29.802Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210819154623/1.0/artifacts/service-Vfw20210819154623-csar.csar ASDC sendASDCNotification 2021-08-19T15:50:29.803Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210819154623/1.0/artifacts/service-Vfw20210819154623-csar.csar 2021-08-19T15:50:29.803Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-08-19T15:50:29.803Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-19T15:50:29.805Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-19T15:50:29.805Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "8a5d770d-1793-4ea5-b8bf-19dab9df8791", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629388229802, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819154623/1.0/artifacts/service-Vfw20210819154623-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-19T15:50:29.906Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-19T15:50:29.906Z||pool-95-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-19T15:50:29.907Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qoO1GatorxUOMWlm) ... 2021-08-19T15:50:29.919Z||pool-95-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T15:50:29.919Z||pool-95-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-08-19T15:50:30.806Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-08-19T15:50:30.807Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-08-19T15:50:30.807Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 8c74f6c9-026e-4d89-a955-16db249d2368, URL: /sdc/v1/catalog/services/Vfw20210819154623/1.0/artifacts/service-Vfw20210819154623-csar.csar to file: /app/ASDC/1/service-Vfw20210819154623-csar.csar 2021-08-19T15:50:30.807Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20210819154623-csar.csar 2021-08-19T15:50:30.808Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20210819154623-csar.csar 2021-08-19T15:50:30.808Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20210819154623-csar.csar 2021-08-19T15:50:31.352Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16921164652129775986/Definitions/service-Vfw20210819154623-template.yml Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided 2021-08-19T15:50:33.353Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0 2021-08-19T15:50:33.354Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||WARN|500||#################################################################################################### 2021-08-19T15:50:33.354Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20210819154623-csar.csar 2021-08-19T15:50:33.354Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred... 2021-08-19T15:50:33.354Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20210819154623-csar.csar 2021-08-19T15:50:33.354Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20210819154623-csar.csar 2021-08-19T15:50:33.355Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210819154623-csar.csar 2021-08-19T15:50:33.355Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210819154623-csar.csar 2021-08-19T15:50:33.355Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210819154623-csar.csar 2021-08-19T15:50:33.355Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20210819154623-csar.csar 2021-08-19T15:50:33.356Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW bae8f8ee-7833 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-Vfw20210819154623-csar.csar 2021-08-19T15:50:33.356Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210819154623-csar.csar 2021-08-19T15:50:33.356Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210819154623-csar.csar 2021-08-19T15:50:33.356Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20210819154623-csar.csar 2021-08-19T15:50:33.356Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20210819154623-csar.csar 2021-08-19T15:50:33.356Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210819154623-csar.csar 2021-08-19T15:50:33.357Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210819154623-csar.csar 2021-08-19T15:50:33.357Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||WARN|500||#################################################################################################### 2021-08-19T15:50:33.357Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T15:50:33.357Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-08-19 15-46-23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-08-19T15:50:33.358Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||DEBUG|500||Node template vFW bae8f8ee-7833 0 is matching search criteria 2021-08-19T15:50:33.358Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2021-08-19T15:50:33.359Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW bae8f8ee-7833 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2021-08-19T15:50:33.360Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T15:50:33.360Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-08-19 15-46-23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-08-19T15:50:33.360Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||DEBUG|500||Node template vFW bae8f8ee-7833 0 is matching search criteria 2021-08-19T15:50:33.360Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2021-08-19T15:50:33.361Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW bae8f8ee-7833 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2021-08-19T15:50:33.361Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T15:50:33.361Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-08-19 15-46-23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-08-19T15:50:33.361Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T15:50:33.362Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||DEBUG|500||Node template vFW bae8f8ee-7833 0 is not matching search criteria 2021-08-19T15:50:33.362Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-08-19T15:50:33.362Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-08-19T15:50:33.362Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-08-19T15:50:33.363Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-08-19T15:50:33.363Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-08-19T15:50:33.363Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria 2021-08-19T15:50:33.363Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-08-19T15:50:33.363Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-08-19T15:50:33.364Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria 2021-08-19T15:50:33.364Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-08-19T15:50:33.364Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-08-19T15:50:33.364Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-08-19T15:50:33.364Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-08-19T15:50:33.365Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria 2021-08-19T15:50:33.365Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-08-19T15:50:33.365Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-08-19T15:50:33.365Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T15:50:33.365Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-08-19 15-46-23 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-08-19T15:50:33.366Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T15:50:33.366Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||DEBUG|500||Node template vFW bae8f8ee-7833 0 is matching search criteria 2021-08-19T15:50:33.366Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW bae8f8ee-7833 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-19T15:50:33.367Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T15:50:33.367Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||DEBUG|500||Node template vFW bae8f8ee-7833 0 is matching search criteria 2021-08-19T15:50:33.367Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW bae8f8ee-7833 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-19T15:50:33.368Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T15:50:33.368Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||DEBUG|500||Node template vFW bae8f8ee-7833 0 is matching search criteria 2021-08-19T15:50:33.368Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW bae8f8ee-7833 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-19T15:50:33.368Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T15:50:33.369Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||DEBUG|500||Node template vFW bae8f8ee-7833 0 is not matching search criteria 2021-08-19T15:50:33.369Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-08-19T15:50:33.369Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2021-08-19T15:50:33.369Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-08-19T15:50:33.369Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-08-19T15:50:33.370Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria 2021-08-19T15:50:33.370Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-08-19T15:50:33.370Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-08-19T15:50:33.370Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-08-19T15:50:33.370Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-08-19T15:50:33.371Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria 2021-08-19T15:50:33.371Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-08-19T15:50:33.371Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=9d5b53e2-c70f-4a46-af2d-8ed698019251 2021-08-19T15:50:33.371Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T15:50:33.371Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||DEBUG|500||Node template vFW bae8f8ee-7833 0 is not matching search criteria 2021-08-19T15:50:33.372Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-08-19T15:50:33.372Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-08-19T15:50:33.372Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-08-19T15:50:33.372Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-08-19T15:50:33.372Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-08-19T15:50:33.373Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria 2021-08-19T15:50:33.373Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-08-19T15:50:33.373Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2021-08-19T15:50:33.373Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-08-19T15:50:33.373Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-08-19T15:50:33.373Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria 2021-08-19T15:50:33.374Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-08-19T15:50:33.374Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=72356e4f-ebe0-46fb-9001-921184f3a625 2021-08-19T15:50:33.374Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T15:50:33.374Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||DEBUG|500||Node template vFW bae8f8ee-7833 0 is not matching search criteria 2021-08-19T15:50:33.375Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-08-19T15:50:33.375Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-08-19T15:50:33.375Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-08-19T15:50:33.375Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-08-19T15:50:33.375Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-08-19T15:50:33.376Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria 2021-08-19T15:50:33.376Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-08-19T15:50:33.376Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-08-19T15:50:33.376Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria 2021-08-19T15:50:33.376Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-08-19T15:50:33.376Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-08-19T15:50:33.377Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2021-08-19T15:50:33.377Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=f6172714-96b3-4f77-9d00-23a32162e7c5 2021-08-19T15:50:33.377Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T15:50:33.377Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-08-19 15-46-23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-08-19T15:50:33.377Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T15:50:33.378Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-08-19 15-46-23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-08-19T15:50:33.378Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T15:50:33.378Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-08-19 15-46-23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-08-19T15:50:33.378Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T15:50:33.378Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-08-19 15-46-23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-08-19T15:50:33.378Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2021-08-19 15-46-23 Description:catalog service description Model UUID:d7a93b2f-5595-45cb-a540-248f9831752c Model Version:NULL Model InvariantUuid:9af7c4a2-4f4d-46bb-a9cf-2f0ea8a39970 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW bae8f8ee-7833 Model UUID:55448de0-eb8e-4cd0-bdd9-7784fab1f419 Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:da43baf9-47be-4ab5-977b-6a4b1efc4f5c Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:00949357-7038-4b39-a049-48ea3361131e NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:9b015314-da79-458b-98e7-bc9abe49eecf ModelName:VfwBae8f8ee7833..base_vfw..module-0 ModelUuid:b2356364-6a3d-4d19-9b39-bc9bd2349f50 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:9d5b53e2-c70f-4a46-af2d-8ed698019251 ModelInvariantUuid:9b554265-82e1-4708-b6ee-588889efa8fb ModelName:vFW bae8f8ee-7833-nodes.vfwCvfc ModelUuid:efaa9614-3c39-4c75-ac47-3d8552ef2d47 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:376254f4-f077-433b-831a-21609770b25f ModelInvariantUuid:5f12c34b-3d84-4b8c-aa94-62d722de5e94 ModelName:VfwBae8f8ee7833.compute.nodes.heat.vfw ModelUuid:44090fa1-87b5-4f83-9e62-809f41d95fa3 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:72356e4f-ebe0-46fb-9001-921184f3a625 ModelInvariantUuid:a6fa95a6-a55f-4c19-bdb2-ea8aca9468f3 ModelName:vFW bae8f8ee-7833-nodes.vsnCvfc ModelUuid:320346a4-ab84-465d-ab65-516c194aa682 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:a2096ddd-af98-431d-9e64-1f1074db9c92 ModelInvariantUuid:c300c026-876e-4d96-a8aa-d831a9c2d1d9 ModelName:VfwBae8f8ee7833.compute.nodes.heat.vsn ModelUuid:9a59f30e-445f-4779-9373-83811b65abd9 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:f6172714-96b3-4f77-9d00-23a32162e7c5 ModelInvariantUuid:15511bc9-9fb7-4668-9124-e0378a04b2f8 ModelName:vFW bae8f8ee-7833-nodes.vpgCvfc ModelUuid:280138d3-2dc8-468c-bdb1-9d3fab304d7e ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:cc21e8fa-c2f8-458f-ba68-ef1511875448 ModelInvariantUuid:f249aed3-e1c9-4432-98de-32b4959991f7 ModelName:VfwBae8f8ee7833.compute.nodes.heat.vpg ModelUuid:ff53d569-8b4f-49fa-a725-c7de2c48ba03 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-08-19T15:50:33.384Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 8a2ab222-d0fc-4784-9fc9-5f1ed84f0e48 Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-08-19T15:50:33.388Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||INFO|500||vFW bae8f8ee-7833 0 2021-08-19T15:50:33.388Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 8a2ab222-d0fc-4784-9fc9-5f1ed84f0e48 2021-08-19T15:50:33.389Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: c3aa285b-9dbe-4644-9784-e72efaac09df from URL: /sdc/v1/catalog/services/Vfw20210819154623/1.0/resourceInstances/vfwbae8f8ee78330/artifacts/vfwbae8f8ee78330_modules.json 2021-08-19T15:50:33.389Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-08-19T15:50:33.389Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210819154623/1.0/resourceInstances/vfwbae8f8ee78330/artifacts/vfwbae8f8ee78330_modules.json 2021-08-19T15:50:33.580Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-08-19T15:50:33.581Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210819154623/1.0/resourceInstances/vfwbae8f8ee78330/artifacts/vfwbae8f8ee78330_modules.json c3aa285b-9dbe-4644-9784-e72efaac09df 785 2021-08-19T15:50:33.581Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210819154623/1.0/resourceInstances/vfwbae8f8ee78330/artifacts/vfwbae8f8ee78330_modules.json ASDC sendASDCNotification 2021-08-19T15:50:33.581Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210819154623/1.0/resourceInstances/vfwbae8f8ee78330/artifacts/vfwbae8f8ee78330_modules.json 2021-08-19T15:50:33.581Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-08-19T15:50:33.582Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-19T15:50:33.583Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-19T15:50:33.584Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "8a5d770d-1793-4ea5-b8bf-19dab9df8791", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629388233581, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819154623/1.0/resourceInstances/vfwbae8f8ee78330/artifacts/vfwbae8f8ee78330_modules.json", "status": "DOWNLOAD_OK" } 2021-08-19T15:50:33.684Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-19T15:50:33.684Z||pool-96-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-19T15:50:33.684Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qoO1GatorxUOMWlm) ... 2021-08-19T15:50:33.695Z||pool-96-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T15:50:33.695Z||pool-96-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-08-19T15:50:34.585Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwBae8f8ee7833..base_vfw..module-0", "vfModuleModelInvariantUUID": "9b015314-da79-458b-98e7-bc9abe49eecf", "vfModuleModelVersion": "1", "vfModuleModelUUID": "b2356364-6a3d-4d19-9b39-bc9bd2349f50", "vfModuleModelCustomizationUUID": "0f5f8c19-1b64-4011-8d7d-abe5dfb8b5c5", "isBase": true, "artifacts": [ "10c2484c-47b8-4d35-a17f-eec21d19f330", "4dd5dca0-6cb7-49f4-8c55-b5edd6d78fa7" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_vfw", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2021-08-19T15:50:34.589Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwBae8f8ee7833..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:b2356364-6a3d-4d19-9b39-bc9bd2349f50 VfModuleModelInvariantUUID:9b015314-da79-458b-98e7-bc9abe49eecf VfModuleModelDescription:NULL Artifacts UUID List:{ 10c2484c-47b8-4d35-a17f-eec21d19f330 , 4dd5dca0-6cb7-49f4-8c55-b5edd6d78fa7 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_vfw max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2021-08-19T15:50:34.592Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwBae8f8ee7833..base_vfw..module-0", "vfModuleModelInvariantUUID": "9b015314-da79-458b-98e7-bc9abe49eecf", "vfModuleModelVersion": "1", "vfModuleModelUUID": "b2356364-6a3d-4d19-9b39-bc9bd2349f50", "vfModuleModelCustomizationUUID": "0f5f8c19-1b64-4011-8d7d-abe5dfb8b5c5", "isBase": true, "artifacts": [ "10c2484c-47b8-4d35-a17f-eec21d19f330", "4dd5dca0-6cb7-49f4-8c55-b5edd6d78fa7" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_vfw", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2021-08-19T15:50:34.592Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwBae8f8ee7833..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:b2356364-6a3d-4d19-9b39-bc9bd2349f50 VfModuleModelInvariantUUID:9b015314-da79-458b-98e7-bc9abe49eecf VfModuleModelDescription:NULL Artifacts UUID List:{ 10c2484c-47b8-4d35-a17f-eec21d19f330 , 4dd5dca0-6cb7-49f4-8c55-b5edd6d78fa7 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_vfw max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2021-08-19T15:50:34.592Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 10c2484c-47b8-4d35-a17f-eec21d19f330 from URL: /sdc/v1/catalog/services/Vfw20210819154623/1.0/resourceInstances/vfwbae8f8ee78330/artifacts/base_vfw.yaml 2021-08-19T15:50:34.592Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-08-19T15:50:34.592Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210819154623/1.0/resourceInstances/vfwbae8f8ee78330/artifacts/base_vfw.yaml 2021-08-19T15:50:34.771Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-08-19T15:50:34.772Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210819154623/1.0/resourceInstances/vfwbae8f8ee78330/artifacts/base_vfw.yaml 10c2484c-47b8-4d35-a17f-eec21d19f330 20368 2021-08-19T15:50:34.772Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210819154623/1.0/resourceInstances/vfwbae8f8ee78330/artifacts/base_vfw.yaml ASDC sendASDCNotification 2021-08-19T15:50:34.772Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210819154623/1.0/resourceInstances/vfwbae8f8ee78330/artifacts/base_vfw.yaml 2021-08-19T15:50:34.772Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-08-19T15:50:34.773Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-19T15:50:34.775Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-19T15:50:34.775Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "8a5d770d-1793-4ea5-b8bf-19dab9df8791", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629388234772, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819154623/1.0/resourceInstances/vfwbae8f8ee78330/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-08-19T15:50:34.875Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-19T15:50:34.876Z||pool-97-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-19T15:50:34.877Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qoO1GatorxUOMWlm) ... 2021-08-19T15:50:34.888Z||pool-97-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T15:50:34.889Z||pool-97-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-08-19T15:50:35.776Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 4dd5dca0-6cb7-49f4-8c55-b5edd6d78fa7 from URL: /sdc/v1/catalog/services/Vfw20210819154623/1.0/resourceInstances/vfwbae8f8ee78330/artifacts/base_vfw.env 2021-08-19T15:50:35.776Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-08-19T15:50:35.776Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210819154623/1.0/resourceInstances/vfwbae8f8ee78330/artifacts/base_vfw.env 2021-08-19T15:50:36.266Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-08-19T15:50:36.267Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210819154623/1.0/resourceInstances/vfwbae8f8ee78330/artifacts/base_vfw.env 4dd5dca0-6cb7-49f4-8c55-b5edd6d78fa7 2098 2021-08-19T15:50:36.267Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210819154623/1.0/resourceInstances/vfwbae8f8ee78330/artifacts/base_vfw.env ASDC sendASDCNotification 2021-08-19T15:50:36.268Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210819154623/1.0/resourceInstances/vfwbae8f8ee78330/artifacts/base_vfw.env 2021-08-19T15:50:36.268Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-08-19T15:50:36.268Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-19T15:50:36.270Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-19T15:50:36.270Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "8a5d770d-1793-4ea5-b8bf-19dab9df8791", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629388236267, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819154623/1.0/resourceInstances/vfwbae8f8ee78330/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-08-19T15:50:36.370Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-19T15:50:36.372Z||pool-98-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-19T15:50:36.372Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qoO1GatorxUOMWlm) ... 2021-08-19T15:50:36.384Z||pool-98-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T15:50:36.385Z||pool-98-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-08-19T15:50:37.271Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: d7a93b2f-5595-45cb-a540-248f9831752c 2021-08-19T15:50:37.271Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW bae8f8ee-7833 0 8a2ab222-d0fc-4784-9fc9-5f1ed84f0e48 ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-08-19T15:50:37.295Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T15:50:37.295Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-08-19 15-46-23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-08-19T15:50:37.296Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 2021-08-19T15:50:37.296Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 00949357-7038-4b39-a049-48ea3361131e 2021-08-19T15:50:37.296Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 00949357-7038-4b39-a049-48ea3361131e matches Tosca VF Customization UUID: 00949357-7038-4b39-a049-48ea3361131e 2021-08-19T15:50:37.296Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 00949357-7038-4b39-a049-48ea3361131e matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2021-08-19T15:50:37.300Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T15:50:37.300Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-08-19 15-46-23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-08-19T15:50:37.303Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 00949357-7038-4b39-a049-48ea3361131e: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"} 2021-08-19T15:50:37.303Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@30de81b4 2021-08-19T15:50:37.303Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T15:50:37.303Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-08-19 15-46-23 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-08-19T15:50:37.304Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 0f5f8c19-1b64-4011-8d7d-abe5dfb8b5c5 2021-08-19T15:50:37.304Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 0f5f8c19-1b64-4011-8d7d-abe5dfb8b5c5 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2021-08-19T15:50:37.307Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T15:50:37.307Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||DEBUG|500||Node template vFW bae8f8ee-7833 0 is matching search criteria 2021-08-19T15:50:37.308Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW bae8f8ee-7833 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-19T15:50:37.308Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T15:50:37.308Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||DEBUG|500||Node template vFW bae8f8ee-7833 0 is matching search criteria 2021-08-19T15:50:37.308Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW bae8f8ee-7833 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-19T15:50:37.309Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T15:50:37.309Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||DEBUG|500||Node template vFW bae8f8ee-7833 0 is not matching search criteria 2021-08-19T15:50:37.309Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-08-19T15:50:37.310Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2021-08-19T15:50:37.310Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-08-19T15:50:37.310Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-08-19T15:50:37.310Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria 2021-08-19T15:50:37.311Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-08-19T15:50:37.311Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-08-19T15:50:37.311Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-08-19T15:50:37.311Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-08-19T15:50:37.312Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria 2021-08-19T15:50:37.312Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-08-19T15:50:37.312Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=9d5b53e2-c70f-4a46-af2d-8ed698019251 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-08-19T15:50:37.314Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T15:50:37.314Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||DEBUG|500||Node template vFW bae8f8ee-7833 0 is matching search criteria 2021-08-19T15:50:37.315Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW bae8f8ee-7833 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-19T15:50:37.315Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T15:50:37.315Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||DEBUG|500||Node template vFW bae8f8ee-7833 0 is not matching search criteria 2021-08-19T15:50:37.315Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-08-19T15:50:37.315Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-08-19T15:50:37.315Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-08-19T15:50:37.316Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-08-19T15:50:37.316Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-08-19T15:50:37.316Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria 2021-08-19T15:50:37.316Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-08-19T15:50:37.316Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2021-08-19T15:50:37.317Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-08-19T15:50:37.317Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-08-19T15:50:37.317Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria 2021-08-19T15:50:37.317Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-08-19T15:50:37.317Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=72356e4f-ebe0-46fb-9001-921184f3a625 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-08-19T15:50:37.319Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T15:50:37.319Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||DEBUG|500||Node template vFW bae8f8ee-7833 0 is matching search criteria 2021-08-19T15:50:37.319Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW bae8f8ee-7833 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-19T15:50:37.319Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T15:50:37.320Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||DEBUG|500||Node template vFW bae8f8ee-7833 0 is not matching search criteria 2021-08-19T15:50:37.320Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-08-19T15:50:37.320Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-08-19T15:50:37.320Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-08-19T15:50:37.320Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-08-19T15:50:37.320Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-08-19T15:50:37.321Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria 2021-08-19T15:50:37.321Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-08-19T15:50:37.321Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-08-19T15:50:37.321Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria 2021-08-19T15:50:37.321Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-08-19T15:50:37.321Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-08-19T15:50:37.322Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2021-08-19T15:50:37.322Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=f6172714-96b3-4f77-9d00-23a32162e7c5 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-08-19T15:50:37.323Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T15:50:37.323Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||DEBUG|500||Node template vFW bae8f8ee-7833 0 is matching search criteria 2021-08-19T15:50:37.324Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW bae8f8ee-7833 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-19T15:50:37.324Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T15:50:37.324Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||DEBUG|500||Node template vFW bae8f8ee-7833 0 is matching search criteria 2021-08-19T15:50:37.324Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW bae8f8ee-7833 0] matching following query criteria: sdcType=VF, customizationUUID=00949357-7038-4b39-a049-48ea3361131e Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-08-19T15:50:37.325Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T15:50:37.325Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-08-19 15-46-23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-08-19T15:50:37.326Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid d7a93b2f-5595-45cb-a540-248f9831752c: vFW bae8f8ee-7833 2021-08-19T15:50:37.326Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T15:50:37.326Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-08-19 15-46-23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-08-19T15:50:37.326Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T15:50:37.326Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-08-19 15-46-23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-08-19T15:50:37.326Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T15:50:37.327Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-08-19 15-46-23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-08-19T15:50:37.327Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T15:50:37.327Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-08-19 15-46-23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-08-19T15:50:37.327Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T15:50:37.327Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-08-19 15-46-23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-08-19T15:50:37.327Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||INFO|500||Saving Service: vFW 2021-08-19 15-46-23 Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-08-19T15:50:37.497Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW bae8f8ee-7833 8a2ab222-d0fc-4784-9fc9-5f1ed84f0e48 1 ASDC deployResourceStructure 2021-08-19T15:50:37.498Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210819154623/1.0/resourceInstances/vfwbae8f8ee78330/artifacts/vfwbae8f8ee78330_modules.json ASDC sendASDCNotification 2021-08-19T15:50:37.498Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210819154623/1.0/resourceInstances/vfwbae8f8ee78330/artifacts/vfwbae8f8ee78330_modules.json 2021-08-19T15:50:37.498Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-08-19T15:50:37.498Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-19T15:50:37.500Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-19T15:50:37.500Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "8a5d770d-1793-4ea5-b8bf-19dab9df8791", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629388237498, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819154623/1.0/resourceInstances/vfwbae8f8ee78330/artifacts/vfwbae8f8ee78330_modules.json", "status": "DEPLOY_OK" } 2021-08-19T15:50:37.603Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2021-08-19T15:50:37.604Z||pool-99-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-19T15:50:37.604Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qoO1GatorxUOMWlm) ... 2021-08-19T15:50:37.616Z||pool-99-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T15:50:37.616Z||pool-99-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2021-08-19T15:50:38.501Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210819154623/1.0/resourceInstances/vfwbae8f8ee78330/artifacts/base_vfw.yaml ASDC sendASDCNotification 2021-08-19T15:50:38.501Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210819154623/1.0/resourceInstances/vfwbae8f8ee78330/artifacts/base_vfw.yaml 2021-08-19T15:50:38.501Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-08-19T15:50:38.502Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-19T15:50:38.503Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-19T15:50:38.503Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "8a5d770d-1793-4ea5-b8bf-19dab9df8791", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629388238501, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819154623/1.0/resourceInstances/vfwbae8f8ee78330/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2021-08-19T15:50:38.604Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-19T15:50:38.604Z||pool-100-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-19T15:50:38.605Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qoO1GatorxUOMWlm) ... 2021-08-19T15:50:38.617Z||pool-100-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T15:50:38.617Z||pool-100-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2021-08-19T15:50:39.504Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210819154623/1.0/resourceInstances/vfwbae8f8ee78330/artifacts/base_vfw.env ASDC sendASDCNotification 2021-08-19T15:50:39.504Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210819154623/1.0/resourceInstances/vfwbae8f8ee78330/artifacts/base_vfw.env 2021-08-19T15:50:39.504Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-08-19T15:50:39.505Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-19T15:50:39.506Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-19T15:50:39.506Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "8a5d770d-1793-4ea5-b8bf-19dab9df8791", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629388239504, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819154623/1.0/resourceInstances/vfwbae8f8ee78330/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2021-08-19T15:50:39.606Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-19T15:50:39.607Z||pool-101-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-19T15:50:39.607Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qoO1GatorxUOMWlm) ... 2021-08-19T15:50:39.624Z||pool-101-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T15:50:39.624Z||pool-101-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2021-08-19T15:50:40.507Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210819154623/1.0/artifacts/service-Vfw20210819154623-csar.csar ASDC sendASDCNotification 2021-08-19T15:50:40.507Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210819154623/1.0/artifacts/service-Vfw20210819154623-csar.csar 2021-08-19T15:50:40.508Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-08-19T15:50:40.508Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-19T15:50:40.510Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-19T15:50:40.510Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "8a5d770d-1793-4ea5-b8bf-19dab9df8791", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629388240507, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819154623/1.0/artifacts/service-Vfw20210819154623-csar.csar", "status": "DEPLOY_OK" } 2021-08-19T15:50:40.610Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-19T15:50:40.611Z||pool-102-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-19T15:50:40.611Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qoO1GatorxUOMWlm) ... 2021-08-19T15:50:40.624Z||pool-102-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T15:50:40.625Z||pool-102-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-08-19T15:50:41.511Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8a5d770d-1793-4ea5-b8bf-19dab9df8791 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-08-19T15:50:41.528Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8a5d770d-1793-4ea5-b8bf-19dab9df8791 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-08-19T15:50:41.530Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-08-19T15:50:41.531Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-08-19T15:50:41.531Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-08-19T15:50:41.531Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-08-19T15:50:41.531Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 2021-08-19T15:50:41.531Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-08-19T15:50:41.546Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-08-19T15:51:11.546Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 8a5d770d-1793-4ea5-b8bf-19dab9df8791 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2021-08-19T15:51:11.553Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 8a5d770d-1793-4ea5-b8bf-19dab9df8791 and serviceModelVersionId: d7a93b2f-5595-45cb-a540-248f9831752c 2021-08-19T15:51:11.553Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 9af7c4a2-4f4d-46bb-a9cf-2f0ea8a39970 2021-08-19T15:51:11.555Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/9af7c4a2-4f4d-46bb-a9cf-2f0ea8a39970/model-vers/model-ver/d7a93b2f-5595-45cb-a540-248f9831752c?depth=0 2021-08-19T15:51:11.561Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context! 2021-08-19T15:51:11.631Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/9af7c4a2-4f4d-46bb-a9cf-2f0ea8a39970/model-vers/model-ver/d7a93b2f-5595-45cb-a540-248f9831752c?depth=0|INFO|500||Invoke 2021-08-19T15:51:11.632Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/9af7c4a2-4f4d-46bb-a9cf-2f0ea8a39970/model-vers/model-ver/d7a93b2f-5595-45cb-a540-248f9831752c?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/9af7c4a2-4f4d-46bb-a9cf-2f0ea8a39970/model-vers/model-ver/d7a93b2f-5595-45cb-a540-248f9831752c?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[8a5d770d-1793-4ea5-b8bf-19dab9df8791], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[b208ad3e-e480-4db6-bb43-c5b17cb407ff], X-ECOMP-RequestID=[8a5d770d-1793-4ea5-b8bf-19dab9df8791], X-TransactionId=[], X-ONAP-RequestID=[8a5d770d-1793-4ea5-b8bf-19dab9df8791], Content-Type=[application/merge-patch+json]} 2021-08-19T15:51:11.653Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/9af7c4a2-4f4d-46bb-a9cf-2f0ea8a39970/model-vers/model-ver/d7a93b2f-5595-45cb-a540-248f9831752c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"} 2021-08-19T15:51:11.686Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/9af7c4a2-4f4d-46bb-a9cf-2f0ea8a39970/model-vers/model-ver/d7a93b2f-5595-45cb-a540-248f9831752c?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/9af7c4a2-4f4d-46bb-a9cf-2f0ea8a39970/model-vers/model-ver/d7a93b2f-5595-45cb-a540-248f9831752c?depth=0 has http status code:404 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210819-15:51:11:663-364], Content-Length=[495], Date=[Thu, 19 Aug 2021 15:51:11 GMT], Content-Type=[application/json]} 2021-08-19T15:51:11.687Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/9af7c4a2-4f4d-46bb-a9cf-2f0ea8a39970/model-vers/model-ver/d7a93b2f-5595-45cb-a540-248f9831752c?depth=0|DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["MERGE_PATCH","service-design-and-creation/models/model/9af7c4a2-4f4d-46bb-a9cf-2f0ea8a39970/model-vers/model-ver/d7a93b2f-5595-45cb-a540-248f9831752c","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/9af7c4a2-4f4d-46bb-a9cf-2f0ea8a39970/model-vers/model-ver/d7a93b2f-5595-45cb-a540-248f9831752c","ERR.5.4.6114"]}}} 2021-08-19T15:51:11.688Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/9af7c4a2-4f4d-46bb-a9cf-2f0ea8a39970/model-vers/model-ver/d7a93b2f-5595-45cb-a540-248f9831752c?depth=0|INFO|404|Not Found|InvokeReturn 2021-08-19T15:51:11.691Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=8a5d770d-1793-4ea5-b8bf-19dab9df8791 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/9af7c4a2-4f4d-46bb-a9cf-2f0ea8a39970/model-vers/model-ver/d7a93b2f-5595-45cb-a540-248f9831752c (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/9af7c4a2-4f4d-46bb-a9cf-2f0ea8a39970/model-vers/model-ver/d7a93b2f-5595-45cb-a540-248f9831752c) (ec=ERR.5.4.6114) 2021-08-19T15:51:11.691Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||ERROR|500||Exception occurred javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=8a5d770d-1793-4ea5-b8bf-19dab9df8791 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/9af7c4a2-4f4d-46bb-a9cf-2f0ea8a39970/model-vers/model-ver/d7a93b2f-5595-45cb-a540-248f9831752c (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/9af7c4a2-4f4d-46bb-a9cf-2f0ea8a39970/model-vers/model-ver/d7a93b2f-5595-45cb-a540-248f9831752c) (ec=ERR.5.4.6114) at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:74) at org.onap.so.client.RestRequest.get(RestRequest.java:77) at org.onap.so.client.RestClient.buildRequest(RestClient.java:326) at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322) at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283) at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67) at net.jodah.failsafe.Execution.executeSync(Execution.java:117) at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319) at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71) at org.onap.so.client.RestClient.method(RestClient.java:322) at org.onap.so.client.RestClient.patch(RestClient.java:265) at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81) at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184) at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-08-19T15:51:11.692Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=8a5d770d-1793-4ea5-b8bf-19dab9df8791 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/9af7c4a2-4f4d-46bb-a9cf-2f0ea8a39970/model-vers/model-ver/d7a93b2f-5595-45cb-a540-248f9831752c (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/9af7c4a2-4f4d-46bb-a9cf-2f0ea8a39970/model-vers/model-ver/d7a93b2f-5595-45cb-a540-248f9831752c) (ec=ERR.5.4.6114) 2021-08-19T15:51:11.692Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=8a5d770d-1793-4ea5-b8bf-19dab9df8791 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/9af7c4a2-4f4d-46bb-a9cf-2f0ea8a39970/model-vers/model-ver/d7a93b2f-5595-45cb-a540-248f9831752c (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/9af7c4a2-4f4d-46bb-a9cf-2f0ea8a39970/model-vers/model-ver/d7a93b2f-5595-45cb-a540-248f9831752c) (ec=ERR.5.4.6114) Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-08-19T15:51:11.697Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-08-19T15:51:11.697Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 8a5d770d-1793-4ea5-b8bf-19dab9df8791 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=8a5d770d-1793-4ea5-b8bf-19dab9df8791 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/9af7c4a2-4f4d-46bb-a9cf-2f0ea8a39970/model-vers/model-ver/d7a93b2f-5595-45cb-a540-248f9831752c (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/9af7c4a2-4f4d-46bb-a9cf-2f0ea8a39970/model-vers/model-ver/d7a93b2f-5595-45cb-a540-248f9831752c) (ec=ERR.5.4.6114) 2021-08-19T15:51:11.697Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2021-08-19T15:51:11.698Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-19T15:51:11.699Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-19T15:51:11.699Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "8a5d770d-1793-4ea5-b8bf-19dab9df8791", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629388271697, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d8a5d770d-1793-4ea5-b8bf-19dab9df8791 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/9af7c4a2-4f4d-46bb-a9cf-2f0ea8a39970/model-vers/model-ver/d7a93b2f-5595-45cb-a540-248f9831752c (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/9af7c4a2-4f4d-46bb-a9cf-2f0ea8a39970/model-vers/model-ver/d7a93b2f-5595-45cb-a540-248f9831752c) (ec\u003dERR.5.4.6114)" } 2021-08-19T15:51:11.800Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-19T15:51:11.800Z||pool-103-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-19T15:51:11.801Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qoO1GatorxUOMWlm) ... 2021-08-19T15:51:11.817Z||pool-103-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T15:51:11.817Z||pool-103-thread-1|||||INFO|500||cambria reply ok (17 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-08-19T15:51:12.718Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-19T15:51:12.718Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"6c17052f-a63a-4ce1-974a-cee787cfe272","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"3f9114c7-f0b0-401f-93b8-e333f3449a38","serviceDescription":"service","serviceInvariantUUID":"98afbdd1-e4ed-4d61-874e-742c4fdadfa5","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"3eb5ce1a-9aef-4a9a-8f56-da0206c97651","resourceInvariantUUID":"0cc6c287-05e0-439d-80e1-e6c8c02c2dd7","resourceCustomizationUUID":"0bdb48fd-c0b7-405a-8abd-bae0b5855af3","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml","artifactChecksum":"ZWNhYjZlMjVmY2Y1NDViMWZiNTU0ZjU3MTYyZGNiMTI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d0b779dc-84c2-45df-b4bc-fee665794fd6","artifactVersion":"1"},{"artifactName":"nginx_cloudtech_k8s_charts.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env","artifactChecksum":"MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"77064d6e-c05e-47e5-a6a8-5af708a50484","artifactVersion":"2","generatedFromUUID":"2e60ed9c-1686-41f1-a8f3-4584ce703915"},{"artifactName":"nginx_cloudtech_k8s_charts.tgz","artifactType":"CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz","artifactChecksum":"YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"2e60ed9c-1686-41f1-a8f3-4584ce703915","artifactVersion":"1"},{"artifactName":"basic_cnf0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json","artifactChecksum":"ZWIwYWQ4MzFjOTMwMTIyMGFlNzgwYTlmNjFmOTA0MTE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"2e2cf1b8-4052-4c83-9b07-7e6e479269a5","artifactVersion":"1"},{"artifactName":"base_dummy.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml","artifactChecksum":"MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"cbcce029-4eac-417b-8216-fbcdea4728d4","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml","artifactChecksum":"OWI0ZjVmMTVjZmQ2Nzk1ZTUyOWQyYzdjMjFhYTI4NzE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"89b6c5ee-b56e-4a98-b49a-79266dc1bff8","artifactVersion":"1"},{"artifactName":"base_dummy.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env","artifactChecksum":"NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"10f1ee11-c01e-4820-8e41-400ca03e3799","artifactVersion":"2","generatedFromUUID":"cbcce029-4eac-417b-8216-fbcdea4728d4"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"OWRlZTNjMzM2NDQ2Y2UyM2JhNzg2YThhODYyOWE2Njg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ec781b3e-0160-43a8-a6dd-d4d6cf4fbd7b","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"NDZmYTdkYmQ2MzVmZjY4Njc3Nzg5NzgxYmJmM2M2NGQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"7914947e-f626-435e-891b-6be8c9ac736e","artifactVersion":"1"}],"workloadContext":"Production"} 2021-08-19T15:51:12.719Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-19T15:51:12.720Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-19T15:51:12.722Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-19T15:51:12.722Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "6c17052f-a63a-4ce1-974a-cee787cfe272", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629388221294, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-19T15:51:12.822Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-08-19T15:51:12.823Z||pool-104-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-19T15:51:12.824Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qoO1GatorxUOMWlm) ... 2021-08-19T15:51:12.834Z||pool-104-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T15:51:12.835Z||pool-104-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-08-19T15:51:13.723Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-19T15:51:13.724Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-19T15:51:13.726Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-19T15:51:13.727Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "6c17052f-a63a-4ce1-974a-cee787cfe272", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629388221294, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2021-08-19T15:51:13.827Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-19T15:51:13.828Z||pool-105-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-19T15:51:13.828Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qoO1GatorxUOMWlm) ... 2021-08-19T15:51:13.844Z||pool-105-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T15:51:13.845Z||pool-105-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2021-08-19T15:51:14.727Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-19T15:51:14.728Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-19T15:51:14.729Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-19T15:51:14.729Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "6c17052f-a63a-4ce1-974a-cee787cfe272", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629388221294, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2021-08-19T15:51:14.831Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2021-08-19T15:51:14.833Z||pool-106-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-19T15:51:14.833Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qoO1GatorxUOMWlm) ... 2021-08-19T15:51:14.851Z||pool-106-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T15:51:14.852Z||pool-106-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2021-08-19T15:51:15.730Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-19T15:51:15.730Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-19T15:51:15.733Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-19T15:51:15.733Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "6c17052f-a63a-4ce1-974a-cee787cfe272", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629388221294, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-08-19T15:51:15.833Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-19T15:51:15.834Z||pool-107-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-19T15:51:15.834Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qoO1GatorxUOMWlm) ... 2021-08-19T15:51:15.846Z||pool-107-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T15:51:15.846Z||pool-107-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-08-19T15:51:16.733Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-19T15:51:16.734Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-19T15:51:16.736Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-19T15:51:16.736Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "6c17052f-a63a-4ce1-974a-cee787cfe272", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629388221294, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-08-19T15:51:16.836Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-08-19T15:51:16.837Z||pool-108-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-19T15:51:16.837Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qoO1GatorxUOMWlm) ... 2021-08-19T15:51:16.854Z||pool-108-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T15:51:16.854Z||pool-108-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2021-08-19T15:51:17.738Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-19T15:51:17.738Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-19T15:51:17.740Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-19T15:51:17.740Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "6c17052f-a63a-4ce1-974a-cee787cfe272", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629388221294, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-19T15:51:17.841Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-19T15:51:17.842Z||pool-109-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-19T15:51:17.842Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qoO1GatorxUOMWlm) ... 2021-08-19T15:51:17.854Z||pool-109-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T15:51:17.855Z||pool-109-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-08-19T15:51:18.741Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-19T15:51:18.741Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-19T15:51:18.743Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-19T15:51:18.743Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "6c17052f-a63a-4ce1-974a-cee787cfe272", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629388221294, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2021-08-19T15:51:18.844Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-19T15:51:18.844Z||pool-110-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-19T15:51:18.844Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qoO1GatorxUOMWlm) ... 2021-08-19T15:51:18.858Z||pool-110-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T15:51:18.859Z||pool-110-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-08-19T15:51:19.744Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-19T15:51:19.745Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-19T15:51:19.747Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-19T15:51:19.747Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "6c17052f-a63a-4ce1-974a-cee787cfe272", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629388221294, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-08-19T15:51:19.847Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-19T15:51:19.848Z||pool-111-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-19T15:51:19.848Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qoO1GatorxUOMWlm) ... 2021-08-19T15:51:19.860Z||pool-111-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T15:51:19.860Z||pool-111-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-08-19T15:51:20.747Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-19T15:51:20.748Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-19T15:51:20.749Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-19T15:51:20.750Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "6c17052f-a63a-4ce1-974a-cee787cfe272", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629388221294, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-08-19T15:51:20.851Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-08-19T15:51:20.852Z||pool-112-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-19T15:51:20.852Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qoO1GatorxUOMWlm) ... 2021-08-19T15:51:20.866Z||pool-112-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T15:51:20.867Z||pool-112-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-08-19T15:51:21.751Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||DEBUG|500||sending notification to client: { "distributionID": "6c17052f-a63a-4ce1-974a-cee787cfe272", "serviceName": "basic_cnf", "serviceVersion": "1.0", "serviceUUID": "3f9114c7-f0b0-401f-93b8-e333f3449a38", "serviceDescription": "service", "serviceInvariantUUID": "98afbdd1-e4ed-4d61-874e-742c4fdadfa5", "resources": [ { "resourceInstanceName": "basic_cnf 0", "resourceCustomizationUUID": "0bdb48fd-c0b7-405a-8abd-bae0b5855af3", "resourceName": "basic_cnf", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "3eb5ce1a-9aef-4a9a-8f56-da0206c97651", "resourceInvariantUUID": "0cc6c287-05e0-439d-80e1-e6c8c02c2dd7", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "nginx_cloudtech_k8s_charts.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "artifactChecksum": "MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "77064d6e-c05e-47e5-a6a8-5af708a50484", "relatedArtifactsInfo": [] }, { "artifactName": "nginx_cloudtech_k8s_charts.tgz", "artifactType": "CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "artifactChecksum": "YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "2e60ed9c-1686-41f1-a8f3-4584ce703915", "relatedArtifactsInfo": [] }, { "artifactName": "basic_cnf0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "artifactChecksum": "ZWIwYWQ4MzFjOTMwMTIyMGFlNzgwYTlmNjFmOTA0MTE\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "2e2cf1b8-4052-4c83-9b07-7e6e479269a5", "relatedArtifactsInfo": [] }, { "artifactName": "base_dummy.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "artifactChecksum": "MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "cbcce029-4eac-417b-8216-fbcdea4728d4", "generatedArtifact": { "artifactName": "base_dummy.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "artifactChecksum": "NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "10f1ee11-c01e-4820-8e41-400ca03e3799", "generatedFromUUID": "cbcce029-4eac-417b-8216-fbcdea4728d4" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_dummy.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "artifactChecksum": "NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "10f1ee11-c01e-4820-8e41-400ca03e3799", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnf-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "artifactChecksum": "NDZmYTdkYmQ2MzVmZjY4Njc3Nzg5NzgxYmJmM2M2NGQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "7914947e-f626-435e-891b-6be8c9ac736e" } ], "workloadContext": "Production" } 2021-08-19T15:51:21.751Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-08-19T15:51:21.751Z|8a5d770d-1793-4ea5-b8bf-19dab9df8791|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 3f9114c7-f0b0-401f-93b8-e333f3449a38 ASDC 2021-08-19T15:51:21.753Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||DEBUG|500||ASDC Notification: DistributionID:6c17052f-a63a-4ce1-974a-cee787cfe272 ServiceName:basic_cnf ServiceVersion:1.0 ServiceUUID:3f9114c7-f0b0-401f-93b8-e333f3449a38 ServiceInvariantUUID:98afbdd1-e4ed-4d61-874e-742c4fdadfa5 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicCnf-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ArtifactUUID:7914947e-f626-435e-891b-6be8c9ac736e ArtifactChecksum:NDZmYTdkYmQ2MzVmZjY4Njc3Nzg5NzgxYmJmM2M2NGQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf 0 ResourceCustomizationUUID:0bdb48fd-c0b7-405a-8abd-bae0b5855af3 ResourceInvariantUUID:0cc6c287-05e0-439d-80e1-e6c8c02c2dd7 ResourceName:basic_cnf ResourceType:VF ResourceUUID:3eb5ce1a-9aef-4a9a-8f56-da0206c97651 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:nginx_cloudtech_k8s_charts.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ArtifactUUID:77064d6e-c05e-47e5-a6a8-5af708a50484 ArtifactChecksum:MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:nginx_cloudtech_k8s_charts.tgz ArtifactVersion:1 ArtifactType:CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT ArtifactDescription:created from csar ArtifactTimeout:30 ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ArtifactUUID:2e60ed9c-1686-41f1-a8f3-4584ce703915 ArtifactChecksum:YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:basic_cnf0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ArtifactUUID:2e2cf1b8-4052-4c83-9b07-7e6e479269a5 ArtifactChecksum:ZWIwYWQ4MzFjOTMwMTIyMGFlNzgwYTlmNjFmOTA0MTE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_dummy.yaml ArtifactVersion:1 ArtifactType:HEAT ArtifactDescription:created from csar ArtifactTimeout:30 ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ArtifactUUID:cbcce029-4eac-417b-8216-fbcdea4728d4 ArtifactChecksum:MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk= GeneratedArtifact:{Service Artifacts Info: ArtifactName:base_dummy.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ArtifactUUID:10f1ee11-c01e-4820-8e41-400ca03e3799 ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_dummy.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ArtifactUUID:10f1ee11-c01e-4820-8e41-400ca03e3799 ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-08-19T15:51:21.753Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3f9114c7-f0b0-401f-93b8-e333f3449a38 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-08-19T15:51:21.803Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-08-19T15:51:21.804Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-08-19T15:51:21.804Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-08-19T15:51:21.804Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 7914947e-f626-435e-891b-6be8c9ac736e from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2021-08-19T15:51:21.804Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-08-19T15:51:21.805Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2021-08-19T15:51:23.850Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-08-19T15:51:23.854Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 7914947e-f626-435e-891b-6be8c9ac736e 68762 2021-08-19T15:51:23.854Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2021-08-19T15:51:23.854Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2021-08-19T15:51:23.854Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-08-19T15:51:23.855Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-19T15:51:23.857Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-19T15:51:23.857Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "6c17052f-a63a-4ce1-974a-cee787cfe272", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629388283854, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-19T15:51:23.957Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-19T15:51:23.957Z||pool-113-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-19T15:51:23.958Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qoO1GatorxUOMWlm) ... 2021-08-19T15:51:23.971Z||pool-113-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T15:51:23.972Z||pool-113-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-08-19T15:51:24.857Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-08-19T15:51:24.858Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-08-19T15:51:24.858Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 7914947e-f626-435e-891b-6be8c9ac736e, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar 2021-08-19T15:51:24.859Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar 2021-08-19T15:51:24.859Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar 2021-08-19T15:51:24.860Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar 2021-08-19T15:51:24.967Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15948902754934738750/Definitions/service-BasicCnf-template.yml 2021-08-19T15:51:26.002Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0 2021-08-19T15:51:26.002Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||WARN|500||#################################################################################################### 2021-08-19T15:51:26.003Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2021-08-19T15:51:26.003Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2021-08-19T15:51:26.003Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2021-08-19T15:51:26.003Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2021-08-19T15:51:26.003Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2021-08-19T15:51:26.003Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2021-08-19T15:51:26.003Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||WARN|500||#################################################################################################### 2021-08-19T15:51:26.003Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T15:51:26.003Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-08-19T15:51:26.003Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-08-19T15:51:26.004Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2021-08-19T15:51:26.004Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2021-08-19T15:51:26.004Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T15:51:26.004Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-08-19T15:51:26.004Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-08-19T15:51:26.004Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2021-08-19T15:51:26.004Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2021-08-19T15:51:26.004Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T15:51:26.004Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-08-19T15:51:26.005Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T15:51:26.005Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2021-08-19T15:51:26.005Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||DEBUG|500||Node template abstract_dummy is not matching search criteria 2021-08-19T15:51:26.005Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||DEBUG|500||Node template dummy is not matching search criteria 2021-08-19T15:51:26.005Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-08-19T15:51:26.005Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T15:51:26.006Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-08-19T15:51:26.006Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T15:51:26.006Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-08-19T15:51:26.006Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-19T15:51:26.006Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T15:51:26.006Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-08-19T15:51:26.006Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-19T15:51:26.007Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T15:51:26.007Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-08-19T15:51:26.007Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-19T15:51:26.007Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T15:51:26.007Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2021-08-19T15:51:26.007Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2021-08-19T15:51:26.007Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=44077f98-53f2-40a5-a8b8-f545c1f0dded 2021-08-19T15:51:26.007Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T15:51:26.007Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-08-19T15:51:26.008Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T15:51:26.008Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-08-19T15:51:26.008Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T15:51:26.008Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-08-19T15:51:26.008Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T15:51:26.008Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-08-19T15:51:26.008Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf Description:service Model UUID:3f9114c7-f0b0-401f-93b8-e333f3449a38 Model Version:NULL Model InvariantUuid:98afbdd1-e4ed-4d61-874e-742c4fdadfa5 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf Model UUID:e4608b17-11df-4696-bc55-8ad6289135b6 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:0cc6c287-05e0-439d-80e1-e6c8c02c2dd7 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:0bdb48fd-c0b7-405a-8abd-bae0b5855af3 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:fd75876d-85f3-421a-ad1b-164b9216a778 ModelName:BasicCnf..base_dummy..module-0 ModelUuid:132b9774-b876-4598-b4e3-0ecaa35bc53d ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:44077f98-53f2-40a5-a8b8-f545c1f0dded ModelInvariantUuid:665943f0-1393-4281-97c6-0eae2bd2d0fa ModelName:basic_cnf-nodes.dummyCvfc ModelUuid:066731ee-ed95-4376-9ccc-efa7c5a05e62 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy VNFC Properties: ModelCustomizationUuid:1336ff2e-b91f-4390-9788-b109ce3f27a1 ModelInvariantUuid:f82fc0a4-85b4-46e1-94b0-aa89e4b6fcc2 ModelName:BasicCnf.compute.nodes.heat.dummy ModelUuid:0b69a970-f930-4662-a568-ee521bd07961 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-08-19T15:51:26.014Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 3eb5ce1a-9aef-4a9a-8f56-da0206c97651 Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-08-19T15:51:26.016Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||INFO|500||basic_cnf 0 2021-08-19T15:51:26.016Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 3eb5ce1a-9aef-4a9a-8f56-da0206c97651 2021-08-19T15:51:26.016Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 77064d6e-c05e-47e5-a6a8-5af708a50484 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2021-08-19T15:51:26.016Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-08-19T15:51:26.017Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2021-08-19T15:51:26.736Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-08-19T15:51:26.736Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 77064d6e-c05e-47e5-a6a8-5af708a50484 12 2021-08-19T15:51:26.737Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification 2021-08-19T15:51:26.737Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2021-08-19T15:51:26.737Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-08-19T15:51:26.737Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-19T15:51:26.739Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-19T15:51:26.740Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "6c17052f-a63a-4ce1-974a-cee787cfe272", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629388286737, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2021-08-19T15:51:26.840Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-19T15:51:26.840Z||pool-114-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-19T15:51:26.840Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qoO1GatorxUOMWlm) ... 2021-08-19T15:51:26.856Z||pool-114-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T15:51:26.856Z||pool-114-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2021-08-19T15:51:27.198Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-19T15:51:27.198Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-19T15:51:27.198Z||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 qoO1GatorxUOMWlm) ... 2021-08-19T15:51:27.218Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T15:51:27.218Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:51:27.218Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c17052f-a63a-4ce1-974a-cee787cfe272", "consumerID": "clamp", "timestamp": 1629388136172, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-08-19T15:51:27.220Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:51:27.740Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 2e60ed9c-1686-41f1-a8f3-4584ce703915 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2021-08-19T15:51:27.740Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-08-19T15:51:27.740Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2021-08-19T15:51:28.294Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-08-19T15:51:28.294Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2e60ed9c-1686-41f1-a8f3-4584ce703915 2688 2021-08-19T15:51:28.295Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification 2021-08-19T15:51:28.295Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2021-08-19T15:51:28.295Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-08-19T15:51:28.295Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-19T15:51:28.297Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-19T15:51:28.297Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "6c17052f-a63a-4ce1-974a-cee787cfe272", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629388288295, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2021-08-19T15:51:28.397Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-19T15:51:28.398Z||pool-115-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-19T15:51:28.398Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qoO1GatorxUOMWlm) ... 2021-08-19T15:51:28.409Z||pool-115-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T15:51:28.409Z||pool-115-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-08-19T15:51:29.298Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 2e2cf1b8-4052-4c83-9b07-7e6e479269a5 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2021-08-19T15:51:29.298Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-08-19T15:51:29.298Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2021-08-19T15:51:29.794Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-08-19T15:51:29.794Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2e2cf1b8-4052-4c83-9b07-7e6e479269a5 828 2021-08-19T15:51:29.794Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification 2021-08-19T15:51:29.794Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2021-08-19T15:51:29.794Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-08-19T15:51:29.795Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-19T15:51:29.797Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-19T15:51:29.797Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "6c17052f-a63a-4ce1-974a-cee787cfe272", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629388289794, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2021-08-19T15:51:29.897Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-19T15:51:29.898Z||pool-116-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-19T15:51:29.898Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qoO1GatorxUOMWlm) ... 2021-08-19T15:51:29.912Z||pool-116-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T15:51:29.912Z||pool-116-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2021-08-19T15:51:30.798Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "fd75876d-85f3-421a-ad1b-164b9216a778", "vfModuleModelVersion": "1", "vfModuleModelUUID": "132b9774-b876-4598-b4e3-0ecaa35bc53d", "vfModuleModelCustomizationUUID": "fc70f97a-8ee1-4b19-92fe-f56a5c73ce3e", "isBase": true, "artifacts": [ "cbcce029-4eac-417b-8216-fbcdea4728d4", "2e60ed9c-1686-41f1-a8f3-4584ce703915", "10f1ee11-c01e-4820-8e41-400ca03e3799" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_dummy", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2021-08-19T15:51:30.806Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:132b9774-b876-4598-b4e3-0ecaa35bc53d VfModuleModelInvariantUUID:fd75876d-85f3-421a-ad1b-164b9216a778 VfModuleModelDescription:NULL Artifacts UUID List:{ cbcce029-4eac-417b-8216-fbcdea4728d4 , 2e60ed9c-1686-41f1-a8f3-4584ce703915 , 10f1ee11-c01e-4820-8e41-400ca03e3799 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_dummy max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2021-08-19T15:51:30.809Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "fd75876d-85f3-421a-ad1b-164b9216a778", "vfModuleModelVersion": "1", "vfModuleModelUUID": "132b9774-b876-4598-b4e3-0ecaa35bc53d", "vfModuleModelCustomizationUUID": "fc70f97a-8ee1-4b19-92fe-f56a5c73ce3e", "isBase": true, "artifacts": [ "cbcce029-4eac-417b-8216-fbcdea4728d4", "2e60ed9c-1686-41f1-a8f3-4584ce703915", "10f1ee11-c01e-4820-8e41-400ca03e3799" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_dummy", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2021-08-19T15:51:30.810Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:132b9774-b876-4598-b4e3-0ecaa35bc53d VfModuleModelInvariantUUID:fd75876d-85f3-421a-ad1b-164b9216a778 VfModuleModelDescription:NULL Artifacts UUID List:{ cbcce029-4eac-417b-8216-fbcdea4728d4 , 2e60ed9c-1686-41f1-a8f3-4584ce703915 , 10f1ee11-c01e-4820-8e41-400ca03e3799 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_dummy max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2021-08-19T15:51:30.810Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: cbcce029-4eac-417b-8216-fbcdea4728d4 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2021-08-19T15:51:30.810Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-08-19T15:51:30.810Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2021-08-19T15:51:31.262Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-08-19T15:51:31.263Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml cbcce029-4eac-417b-8216-fbcdea4728d4 1164 2021-08-19T15:51:31.264Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification 2021-08-19T15:51:31.264Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2021-08-19T15:51:31.264Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-08-19T15:51:31.264Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-19T15:51:31.268Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-19T15:51:31.268Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "6c17052f-a63a-4ce1-974a-cee787cfe272", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629388291264, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2021-08-19T15:51:31.368Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-19T15:51:31.368Z||pool-117-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-19T15:51:31.369Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qoO1GatorxUOMWlm) ... 2021-08-19T15:51:31.383Z||pool-117-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T15:51:31.383Z||pool-117-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2021-08-19T15:51:32.270Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 10f1ee11-c01e-4820-8e41-400ca03e3799 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2021-08-19T15:51:32.271Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-08-19T15:51:32.272Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2021-08-19T15:51:32.612Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-08-19T15:51:32.612Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 10f1ee11-c01e-4820-8e41-400ca03e3799 200 2021-08-19T15:51:32.614Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification 2021-08-19T15:51:32.614Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2021-08-19T15:51:32.614Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-08-19T15:51:32.614Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-19T15:51:32.617Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-19T15:51:32.617Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "6c17052f-a63a-4ce1-974a-cee787cfe272", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629388292613, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2021-08-19T15:51:32.718Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-08-19T15:51:32.719Z||pool-118-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-19T15:51:32.719Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qoO1GatorxUOMWlm) ... 2021-08-19T15:51:32.731Z||pool-118-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T15:51:32.732Z||pool-118-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-08-19T15:51:33.619Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 3f9114c7-f0b0-401f-93b8-e333f3449a38 2021-08-19T15:51:33.619Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 3eb5ce1a-9aef-4a9a-8f56-da0206c97651 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 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=? 2021-08-19T15:51:33.636Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-08-19T15:51:33.647Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T15:51:33.648Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-08-19T15:51:33.648Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 2021-08-19T15:51:33.648Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 0bdb48fd-c0b7-405a-8abd-bae0b5855af3 2021-08-19T15:51:33.648Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 0bdb48fd-c0b7-405a-8abd-bae0b5855af3 matches Tosca VF Customization UUID: 0bdb48fd-c0b7-405a-8abd-bae0b5855af3 2021-08-19T15:51:33.648Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 0bdb48fd-c0b7-405a-8abd-bae0b5855af3 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2021-08-19T15:51:33.650Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T15:51:33.651Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-08-19T15:51:33.651Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 0bdb48fd-c0b7-405a-8abd-bae0b5855af3: {\"vf_module_id\":\"PROVIDED_BY_ONAP\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_id\":\"PROVIDED_BY_ONAP\",\"dummy_image_name\":\"dummy\",\"vnf_name\":\"PROVIDED_BY_ONAP\",\"dummy_name_0\":\"dummy_1_0\",\"dummy_flavor_name\":\"dummy.default\"} 2021-08-19T15:51:33.651Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7b2b99ff 2021-08-19T15:51:33.652Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T15:51:33.652Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-08-19T15:51:33.652Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : fc70f97a-8ee1-4b19-92fe-f56a5c73ce3e 2021-08-19T15:51:33.652Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID fc70f97a-8ee1-4b19-92fe-f56a5c73ce3e Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2021-08-19T15:51:33.654Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T15:51:33.654Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-08-19T15:51:33.654Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-19T15:51:33.654Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T15:51:33.655Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-08-19T15:51:33.655Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-19T15:51:33.655Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T15:51:33.655Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2021-08-19T15:51:33.655Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2021-08-19T15:51:33.655Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=44077f98-53f2-40a5-a8b8-f545c1f0dded Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-08-19T15:51:33.657Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T15:51:33.657Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-08-19T15:51:33.657Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-19T15:51:33.658Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T15:51:33.658Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-08-19T15:51:33.658Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=0bdb48fd-c0b7-405a-8abd-bae0b5855af3 Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-08-19T15:51:33.659Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T15:51:33.660Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-08-19T15:51:33.660Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 3f9114c7-f0b0-401f-93b8-e333f3449a38: basic_cnf 2021-08-19T15:51:33.660Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T15:51:33.660Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-08-19T15:51:33.660Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T15:51:33.660Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-08-19T15:51:33.660Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T15:51:33.661Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-08-19T15:51:33.661Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T15:51:33.661Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-08-19T15:51:33.661Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T15:51:33.661Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-08-19T15:51:33.661Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||INFO|500||Saving Service: basic_cnf Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-08-19T15:51:33.726Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 3eb5ce1a-9aef-4a9a-8f56-da0206c97651 1 ASDC deployResourceStructure 2021-08-19T15:51:33.727Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification 2021-08-19T15:51:33.728Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env(The artifact has not been used by the modules defined in the resource) 2021-08-19T15:51:33.728Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2021-08-19T15:51:33.728Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-19T15:51:33.731Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-19T15:51:33.731Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "6c17052f-a63a-4ce1-974a-cee787cfe272", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629388293727, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2021-08-19T15:51:33.831Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-19T15:51:33.833Z||pool-119-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-19T15:51:33.833Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qoO1GatorxUOMWlm) ... 2021-08-19T15:51:33.845Z||pool-119-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T15:51:33.845Z||pool-119-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-08-19T15:51:34.732Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification 2021-08-19T15:51:34.732Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz(The artifact has not been used by the modules defined in the resource) 2021-08-19T15:51:34.732Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2021-08-19T15:51:34.733Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-19T15:51:34.735Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-19T15:51:34.735Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "6c17052f-a63a-4ce1-974a-cee787cfe272", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629388294732, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2021-08-19T15:51:34.836Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-08-19T15:51:34.838Z||pool-120-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-19T15:51:34.838Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qoO1GatorxUOMWlm) ... 2021-08-19T15:51:34.850Z||pool-120-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T15:51:34.850Z||pool-120-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-08-19T15:51:35.736Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification 2021-08-19T15:51:35.737Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2021-08-19T15:51:35.737Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-08-19T15:51:35.738Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-19T15:51:35.741Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-19T15:51:35.741Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "6c17052f-a63a-4ce1-974a-cee787cfe272", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629388295736, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2021-08-19T15:51:35.841Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-19T15:51:35.842Z||pool-121-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-19T15:51:35.842Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qoO1GatorxUOMWlm) ... 2021-08-19T15:51:35.853Z||pool-121-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T15:51:35.854Z||pool-121-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-08-19T15:51:36.748Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification 2021-08-19T15:51:36.749Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2021-08-19T15:51:36.749Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-08-19T15:51:36.749Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-19T15:51:36.752Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-19T15:51:36.752Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "6c17052f-a63a-4ce1-974a-cee787cfe272", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629388296747, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2021-08-19T15:51:36.852Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-19T15:51:36.853Z||pool-122-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-19T15:51:36.853Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qoO1GatorxUOMWlm) ... 2021-08-19T15:51:36.870Z||pool-122-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T15:51:36.871Z||pool-122-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2021-08-19T15:51:37.753Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification 2021-08-19T15:51:37.754Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2021-08-19T15:51:37.755Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-08-19T15:51:37.756Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-19T15:51:37.761Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-19T15:51:37.762Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "6c17052f-a63a-4ce1-974a-cee787cfe272", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629388297753, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2021-08-19T15:51:37.861Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-08-19T15:51:37.862Z||pool-123-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-19T15:51:37.862Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qoO1GatorxUOMWlm) ... 2021-08-19T15:51:37.874Z||pool-123-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T15:51:37.875Z||pool-123-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-08-19T15:51:38.763Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2021-08-19T15:51:38.763Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2021-08-19T15:51:38.764Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-08-19T15:51:38.764Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-19T15:51:38.767Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-19T15:51:38.767Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "6c17052f-a63a-4ce1-974a-cee787cfe272", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629388298763, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-08-19T15:51:38.866Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-08-19T15:51:38.867Z||pool-124-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-19T15:51:38.867Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qoO1GatorxUOMWlm) ... 2021-08-19T15:51:38.879Z||pool-124-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T15:51:38.879Z||pool-124-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-08-19T15:51:39.768Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6c17052f-a63a-4ce1-974a-cee787cfe272 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-08-19T15:51:39.787Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6c17052f-a63a-4ce1-974a-cee787cfe272 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-08-19T15:51:39.790Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-08-19T15:51:39.790Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-08-19T15:51:39.791Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-08-19T15:51:39.791Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-08-19T15:51:39.791Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 2021-08-19T15:51:39.791Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-08-19T15:51:39.803Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-08-19T15:52:09.803Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 6c17052f-a63a-4ce1-974a-cee787cfe272 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2021-08-19T15:52:09.814Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 6c17052f-a63a-4ce1-974a-cee787cfe272 and serviceModelVersionId: 3f9114c7-f0b0-401f-93b8-e333f3449a38 2021-08-19T15:52:09.814Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 98afbdd1-e4ed-4d61-874e-742c4fdadfa5 2021-08-19T15:52:09.816Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/98afbdd1-e4ed-4d61-874e-742c4fdadfa5/model-vers/model-ver/3f9114c7-f0b0-401f-93b8-e333f3449a38?depth=0 2021-08-19T15:52:09.834Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context! 2021-08-19T15:52:09.922Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/98afbdd1-e4ed-4d61-874e-742c4fdadfa5/model-vers/model-ver/3f9114c7-f0b0-401f-93b8-e333f3449a38?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2021-08-19T15:52:09.924Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/98afbdd1-e4ed-4d61-874e-742c4fdadfa5/model-vers/model-ver/3f9114c7-f0b0-401f-93b8-e333f3449a38?depth=0|INFO|500||Invoke 2021-08-19T15:52:09.944Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/98afbdd1-e4ed-4d61-874e-742c4fdadfa5/model-vers/model-ver/3f9114c7-f0b0-401f-93b8-e333f3449a38?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"} 2021-08-19T15:52:09.992Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/98afbdd1-e4ed-4d61-874e-742c4fdadfa5/model-vers/model-ver/3f9114c7-f0b0-401f-93b8-e333f3449a38?depth=0|INFO|404|Not Found|InvokeReturn 2021-08-19T15:52:09.992Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/98afbdd1-e4ed-4d61-874e-742c4fdadfa5/model-vers/model-ver/3f9114c7-f0b0-401f-93b8-e333f3449a38?depth=0 has http status code:404 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210819-15:52:09:955-28379], Content-Length=[495], Date=[Thu, 19 Aug 2021 15:52:09 GMT], Content-Type=[application/json]} 2021-08-19T15:52:09.995Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["MERGE_PATCH","service-design-and-creation/models/model/98afbdd1-e4ed-4d61-874e-742c4fdadfa5/model-vers/model-ver/3f9114c7-f0b0-401f-93b8-e333f3449a38","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/98afbdd1-e4ed-4d61-874e-742c4fdadfa5/model-vers/model-ver/3f9114c7-f0b0-401f-93b8-e333f3449a38","ERR.5.4.6114"]}}} 2021-08-19T15:52:09.999Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=6c17052f-a63a-4ce1-974a-cee787cfe272 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/98afbdd1-e4ed-4d61-874e-742c4fdadfa5/model-vers/model-ver/3f9114c7-f0b0-401f-93b8-e333f3449a38 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/98afbdd1-e4ed-4d61-874e-742c4fdadfa5/model-vers/model-ver/3f9114c7-f0b0-401f-93b8-e333f3449a38) (ec=ERR.5.4.6114) 2021-08-19T15:52:10.000Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||ERROR|500||Exception occurred javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=6c17052f-a63a-4ce1-974a-cee787cfe272 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/98afbdd1-e4ed-4d61-874e-742c4fdadfa5/model-vers/model-ver/3f9114c7-f0b0-401f-93b8-e333f3449a38 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/98afbdd1-e4ed-4d61-874e-742c4fdadfa5/model-vers/model-ver/3f9114c7-f0b0-401f-93b8-e333f3449a38) (ec=ERR.5.4.6114) at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:74) at org.onap.so.client.RestRequest.get(RestRequest.java:77) at org.onap.so.client.RestClient.buildRequest(RestClient.java:326) at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322) at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283) at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67) at net.jodah.failsafe.Execution.executeSync(Execution.java:117) at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319) at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71) at org.onap.so.client.RestClient.method(RestClient.java:322) at org.onap.so.client.RestClient.patch(RestClient.java:265) at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81) at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184) at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-08-19T15:52:10.000Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=6c17052f-a63a-4ce1-974a-cee787cfe272 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/98afbdd1-e4ed-4d61-874e-742c4fdadfa5/model-vers/model-ver/3f9114c7-f0b0-401f-93b8-e333f3449a38 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/98afbdd1-e4ed-4d61-874e-742c4fdadfa5/model-vers/model-ver/3f9114c7-f0b0-401f-93b8-e333f3449a38) (ec=ERR.5.4.6114) 2021-08-19T15:52:10.000Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=6c17052f-a63a-4ce1-974a-cee787cfe272 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/98afbdd1-e4ed-4d61-874e-742c4fdadfa5/model-vers/model-ver/3f9114c7-f0b0-401f-93b8-e333f3449a38 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/98afbdd1-e4ed-4d61-874e-742c4fdadfa5/model-vers/model-ver/3f9114c7-f0b0-401f-93b8-e333f3449a38) (ec=ERR.5.4.6114) Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-08-19T15:52:10.004Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-08-19T15:52:10.004Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 6c17052f-a63a-4ce1-974a-cee787cfe272 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=6c17052f-a63a-4ce1-974a-cee787cfe272 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/98afbdd1-e4ed-4d61-874e-742c4fdadfa5/model-vers/model-ver/3f9114c7-f0b0-401f-93b8-e333f3449a38 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/98afbdd1-e4ed-4d61-874e-742c4fdadfa5/model-vers/model-ver/3f9114c7-f0b0-401f-93b8-e333f3449a38) (ec=ERR.5.4.6114) 2021-08-19T15:52:10.004Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2021-08-19T15:52:10.005Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-19T15:52:10.006Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-19T15:52:10.006Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "6c17052f-a63a-4ce1-974a-cee787cfe272", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629388330004, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d6c17052f-a63a-4ce1-974a-cee787cfe272 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/98afbdd1-e4ed-4d61-874e-742c4fdadfa5/model-vers/model-ver/3f9114c7-f0b0-401f-93b8-e333f3449a38 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/98afbdd1-e4ed-4d61-874e-742c4fdadfa5/model-vers/model-ver/3f9114c7-f0b0-401f-93b8-e333f3449a38) (ec\u003dERR.5.4.6114)" } 2021-08-19T15:52:10.106Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-19T15:52:10.108Z||pool-125-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-19T15:52:10.108Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qoO1GatorxUOMWlm) ... 2021-08-19T15:52:10.125Z||pool-125-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T15:52:10.126Z||pool-125-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-08-19T15:52:11.038Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-19T15:52:11.039Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-19T15:52:11.039Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qoO1GatorxUOMWlm) ... 2021-08-19T15:52:20.609Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T15:52:20.610Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-19T15:52:20.610Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-19T15:52:20.610Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qoO1GatorxUOMWlm) ... 2021-08-19T15:52:27.198Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-19T15:52:27.200Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-19T15:52:27.200Z||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 qoO1GatorxUOMWlm) ... 2021-08-19T15:52:27.219Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T15:52:27.220Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:52:27.220Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c17052f-a63a-4ce1-974a-cee787cfe272", "consumerID": "clamp", "timestamp": 1629388136172, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-08-19T15:52:27.222Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:52:27.222Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:52:27.222Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c17052f-a63a-4ce1-974a-cee787cfe272", "consumerID": "clamp", "timestamp": 1629388178302, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-19T15:52:27.222Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-19T15:52:27.222Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:52:27.222Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c17052f-a63a-4ce1-974a-cee787cfe272", "consumerID": "clamp", "timestamp": 1629388181309, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-08-19T15:52:27.222Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-19T15:52:27.222Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:52:27.222Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c17052f-a63a-4ce1-974a-cee787cfe272", "consumerID": "clamp", "timestamp": 1629388182313, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-08-19T15:52:27.233Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 6c17052f-a63a-4ce1-974a-cee787cfe272 2021-08-19T15:52:27.233Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6c17052f-a63a-4ce1-974a-cee787cfe272 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-08-19T15:52:27.245Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:52:27.245Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "32161a5f-28a5-43d0-b8a7-6708a529e402", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629388220276, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d32161a5f-28a5-43d0-b8a7-6708a529e402 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/35ebea5f-f2b8-45d9-b260-43460b19d3db/model-vers/model-ver/63262ae4-9b81-40d5-a128-d65ad8da582b (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/35ebea5f-f2b8-45d9-b260-43460b19d3db/model-vers/model-ver/63262ae4-9b81-40d5-a128-d65ad8da582b) (ec\u003dERR.5.4.6114)" } 2021-08-19T15:52:27.246Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-19T15:52:27.246Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:52:27.246Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a5d770d-1793-4ea5-b8bf-19dab9df8791", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629388221294, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819154623/1.0/resourceInstances/vfwbae8f8ee78330/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-19T15:52:27.246Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:52:27.246Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:52:27.246Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a5d770d-1793-4ea5-b8bf-19dab9df8791", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629388221294, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819154623/1.0/resourceInstances/vfwbae8f8ee78330/artifacts/vfwbae8f8ee78330_modules.json", "status": "NOTIFIED" } 2021-08-19T15:52:27.247Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:52:27.247Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:52:27.247Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a5d770d-1793-4ea5-b8bf-19dab9df8791", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629388221294, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819154623/1.0/resourceInstances/vfwbae8f8ee78330/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-08-19T15:52:27.247Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:52:27.247Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:52:27.247Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a5d770d-1793-4ea5-b8bf-19dab9df8791", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629388221294, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819154623/1.0/resourceInstances/vfwbae8f8ee78330/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-19T15:52:27.247Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:52:27.247Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:52:27.248Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a5d770d-1793-4ea5-b8bf-19dab9df8791", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629388221294, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819154623/1.0/resourceInstances/vfwbae8f8ee78330/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-08-19T15:52:27.248Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:52:27.248Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T15:52:27.248Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a5d770d-1793-4ea5-b8bf-19dab9df8791", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629388221294, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819154623/1.0/artifacts/service-Vfw20210819154623-template.yml", "status": "NOT_NOTIFIED" } 2021-08-19T15:52:27.248Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T15:52:30.161Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T15:52:30.162Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-19T15:52:30.163Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-19T15:52:30.163Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qoO1GatorxUOMWlm) ... 2021-08-19T15:52:39.708Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T15:53:27.195Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-19T15:53:27.198Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-19T15:53:27.198Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-19T15:53:27.198Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-19T15:53:27.198Z||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 qoO1GatorxUOMWlm) ... 2021-08-19T15:53:27.198Z||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 qoO1GatorxUOMWlm) ... 2021-08-19T15:53:27.231Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T15:53:27.232Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T15:53:27.232Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a5d770d-1793-4ea5-b8bf-19dab9df8791", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629388221294, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819154623/1.0/artifacts/service-Vfw20210819154623-csar.csar", "status": "NOTIFIED" } 2021-08-19T15:53:27.234Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T15:53:27.234Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T15:53:27.234Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a5d770d-1793-4ea5-b8bf-19dab9df8791", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629388229802, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819154623/1.0/artifacts/service-Vfw20210819154623-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-19T15:53:27.234Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-19T15:53:27.234Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T15:53:27.235Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a5d770d-1793-4ea5-b8bf-19dab9df8791", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629388233581, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819154623/1.0/resourceInstances/vfwbae8f8ee78330/artifacts/vfwbae8f8ee78330_modules.json", "status": "DOWNLOAD_OK" } 2021-08-19T15:53:27.235Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-19T15:53:27.235Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T15:53:27.235Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a5d770d-1793-4ea5-b8bf-19dab9df8791", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629388234772, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819154623/1.0/resourceInstances/vfwbae8f8ee78330/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-08-19T15:53:27.235Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-19T15:53:27.235Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T15:53:27.235Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a5d770d-1793-4ea5-b8bf-19dab9df8791", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629388236267, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819154623/1.0/resourceInstances/vfwbae8f8ee78330/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-08-19T15:53:27.235Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-19T15:53:27.235Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T15:53:27.236Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a5d770d-1793-4ea5-b8bf-19dab9df8791", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629388237498, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819154623/1.0/resourceInstances/vfwbae8f8ee78330/artifacts/vfwbae8f8ee78330_modules.json", "status": "DEPLOY_OK" } 2021-08-19T15:53:27.236Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-19T15:53:27.236Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T15:53:27.236Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a5d770d-1793-4ea5-b8bf-19dab9df8791", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629388238501, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819154623/1.0/resourceInstances/vfwbae8f8ee78330/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2021-08-19T15:53:27.236Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-19T15:53:27.236Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T15:53:27.236Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a5d770d-1793-4ea5-b8bf-19dab9df8791", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629388239504, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819154623/1.0/resourceInstances/vfwbae8f8ee78330/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2021-08-19T15:53:27.236Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-19T15:53:27.236Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T15:53:27.236Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a5d770d-1793-4ea5-b8bf-19dab9df8791", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629388240507, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819154623/1.0/artifacts/service-Vfw20210819154623-csar.csar", "status": "DEPLOY_OK" } 2021-08-19T15:53:27.236Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-19T15:53:27.237Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T15:53:27.237Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a5d770d-1793-4ea5-b8bf-19dab9df8791", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629388271697, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d8a5d770d-1793-4ea5-b8bf-19dab9df8791 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/9af7c4a2-4f4d-46bb-a9cf-2f0ea8a39970/model-vers/model-ver/d7a93b2f-5595-45cb-a540-248f9831752c (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/9af7c4a2-4f4d-46bb-a9cf-2f0ea8a39970/model-vers/model-ver/d7a93b2f-5595-45cb-a540-248f9831752c) (ec\u003dERR.5.4.6114)" } 2021-08-19T15:53:27.237Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-19T15:53:27.237Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T15:53:27.237Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c17052f-a63a-4ce1-974a-cee787cfe272", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629388221294, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-19T15:53:27.237Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T15:53:27.237Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T15:53:27.238Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c17052f-a63a-4ce1-974a-cee787cfe272", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629388221294, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2021-08-19T15:53:27.238Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T15:53:27.238Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T15:53:27.238Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c17052f-a63a-4ce1-974a-cee787cfe272", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629388221294, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2021-08-19T15:53:27.238Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T15:53:27.238Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T15:53:27.238Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c17052f-a63a-4ce1-974a-cee787cfe272", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629388221294, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-08-19T15:53:27.238Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T15:53:27.238Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T15:53:27.238Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c17052f-a63a-4ce1-974a-cee787cfe272", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629388221294, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-08-19T15:53:27.238Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T15:53:27.239Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T15:53:27.239Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c17052f-a63a-4ce1-974a-cee787cfe272", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629388221294, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-19T15:53:27.239Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T15:53:27.239Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T15:53:27.239Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c17052f-a63a-4ce1-974a-cee787cfe272", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629388221294, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2021-08-19T15:53:27.239Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T15:53:27.239Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T15:53:27.239Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c17052f-a63a-4ce1-974a-cee787cfe272", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629388221294, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-08-19T15:53:27.239Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T15:53:27.239Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T15:53:27.240Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c17052f-a63a-4ce1-974a-cee787cfe272", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629388221294, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-08-19T15:53:27.240Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T15:53:27.240Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T15:53:27.240Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c17052f-a63a-4ce1-974a-cee787cfe272", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629388283854, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-19T15:53:27.240Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-19T15:53:27.240Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T15:53:27.240Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c17052f-a63a-4ce1-974a-cee787cfe272", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629388286737, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2021-08-19T15:53:27.240Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-19T15:53:36.755Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T15:54:27.195Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-19T15:54:27.198Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-19T15:54:27.200Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-19T15:54:27.200Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-19T15:54:27.200Z||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 qoO1GatorxUOMWlm) ... 2021-08-19T15:54:27.200Z||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 qoO1GatorxUOMWlm) ... 2021-08-19T15:54:27.727Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T15:54:27.728Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T15:54:27.728Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c17052f-a63a-4ce1-974a-cee787cfe272", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629388288295, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2021-08-19T15:54:27.730Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-19T15:54:27.730Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T15:54:27.730Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c17052f-a63a-4ce1-974a-cee787cfe272", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629388289794, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2021-08-19T15:54:27.730Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-19T15:54:27.731Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T15:54:27.731Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c17052f-a63a-4ce1-974a-cee787cfe272", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629388291264, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2021-08-19T15:54:27.731Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-19T15:54:27.731Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T15:54:27.731Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c17052f-a63a-4ce1-974a-cee787cfe272", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629388292613, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2021-08-19T15:54:27.731Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-19T15:54:27.731Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T15:54:27.731Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c17052f-a63a-4ce1-974a-cee787cfe272", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629388293727, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2021-08-19T15:54:27.731Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-19T15:54:27.731Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T15:54:27.732Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c17052f-a63a-4ce1-974a-cee787cfe272", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629388294732, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2021-08-19T15:54:27.732Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-19T15:54:27.732Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T15:54:27.732Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c17052f-a63a-4ce1-974a-cee787cfe272", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629388295736, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2021-08-19T15:54:27.732Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-19T15:54:27.732Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T15:54:27.732Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c17052f-a63a-4ce1-974a-cee787cfe272", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629388296747, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2021-08-19T15:54:27.732Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-19T15:54:27.733Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T15:54:27.733Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c17052f-a63a-4ce1-974a-cee787cfe272", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629388297753, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2021-08-19T15:54:27.733Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-19T15:54:27.733Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T15:54:27.733Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c17052f-a63a-4ce1-974a-cee787cfe272", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629388298763, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-08-19T15:54:27.733Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-19T15:54:27.733Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T15:54:27.733Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c17052f-a63a-4ce1-974a-cee787cfe272", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629388330004, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d6c17052f-a63a-4ce1-974a-cee787cfe272 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/98afbdd1-e4ed-4d61-874e-742c4fdadfa5/model-vers/model-ver/3f9114c7-f0b0-401f-93b8-e333f3449a38 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/98afbdd1-e4ed-4d61-874e-742c4fdadfa5/model-vers/model-ver/3f9114c7-f0b0-401f-93b8-e333f3449a38) (ec\u003dERR.5.4.6114)" } 2021-08-19T15:54:27.733Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-19T15:54:36.786Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T15:55:27.195Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-19T15:55:27.199Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-19T15:55:27.199Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-19T15:55:27.199Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-19T15:55:27.200Z|6c17052f-a63a-4ce1-974a-cee787cfe272|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 qoO1GatorxUOMWlm) ... 2021-08-19T15:55:27.200Z||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 qoO1GatorxUOMWlm) ... 2021-08-19T15:55:36.793Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T15:55:36.798Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T15:56:27.196Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-19T15:56:27.198Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-19T15:56:27.198Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-19T15:56:27.198Z||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 qoO1GatorxUOMWlm) ... 2021-08-19T15:56:27.198Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-19T15:56:27.198Z|6c17052f-a63a-4ce1-974a-cee787cfe272|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 qoO1GatorxUOMWlm) ... 2021-08-19T15:56:36.751Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T15:56:36.752Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T15:57:27.195Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-19T15:57:27.198Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-19T15:57:27.198Z||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 qoO1GatorxUOMWlm) ... 2021-08-19T15:57:27.199Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-19T15:57:27.199Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-19T15:57:27.200Z||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 qoO1GatorxUOMWlm) ... 2021-08-19T15:57:36.746Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T15:57:36.749Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T15:58:27.195Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-19T15:58:27.198Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-19T15:58:27.200Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-19T15:58:27.200Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-19T15:58:27.200Z||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 qoO1GatorxUOMWlm) ... 2021-08-19T15:58:27.200Z||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 qoO1GatorxUOMWlm) ... 2021-08-19T15:58:36.788Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T15:58:36.790Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T15:59:27.196Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-19T15:59:27.198Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-19T15:59:27.199Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-19T15:59:27.199Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-19T15:59:27.199Z||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 qoO1GatorxUOMWlm) ... 2021-08-19T15:59:27.199Z||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 qoO1GatorxUOMWlm) ... 2021-08-19T15:59:36.757Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T15:59:36.757Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T16:00:27.196Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-19T16:00:27.198Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-19T16:00:27.198Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-19T16:00:27.198Z||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 qoO1GatorxUOMWlm) ... 2021-08-19T16:00:27.198Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-19T16:00:27.198Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|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 qoO1GatorxUOMWlm) ... 2021-08-19T16:00:36.767Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T16:00:36.767Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T16:01:27.195Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-19T16:01:27.198Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-19T16:01:27.198Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-19T16:01:27.198Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-19T16:01:27.199Z||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 qoO1GatorxUOMWlm) ... 2021-08-19T16:01:27.199Z||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 qoO1GatorxUOMWlm) ... 2021-08-19T16:01:36.807Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T16:01:36.807Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T16:02:27.195Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-19T16:02:27.197Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-19T16:02:27.199Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-19T16:02:27.199Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-19T16:02:27.200Z||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 qoO1GatorxUOMWlm) ... 2021-08-19T16:02:27.200Z||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 qoO1GatorxUOMWlm) ... 2021-08-19T16:02:36.756Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T16:02:36.758Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T16:03:27.195Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-19T16:03:27.198Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-19T16:03:27.198Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-19T16:03:27.199Z||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 qoO1GatorxUOMWlm) ... 2021-08-19T16:03:27.200Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-19T16:03:27.200Z|6c17052f-a63a-4ce1-974a-cee787cfe272|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 qoO1GatorxUOMWlm) ... 2021-08-19T16:03:36.750Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T16:03:36.762Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T16:04:27.196Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-19T16:04:27.197Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-19T16:04:27.198Z||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 qoO1GatorxUOMWlm) ... 2021-08-19T16:04:27.198Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-19T16:04:27.199Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-19T16:04:27.199Z||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 qoO1GatorxUOMWlm) ... 2021-08-19T16:04:36.754Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T16:04:36.761Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T16:05:27.196Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-19T16:05:27.199Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-19T16:05:27.199Z||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 qoO1GatorxUOMWlm) ... 2021-08-19T16:05:27.199Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-19T16:05:27.200Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-19T16:05:27.200Z||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 qoO1GatorxUOMWlm) ... 2021-08-19T16:05:36.789Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T16:05:36.792Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T16:06:27.195Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-19T16:06:27.198Z|a840dcd2-e991-43a9-8045-0b249c8b1524|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-19T16:06:27.198Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-19T16:06:27.198Z||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 qoO1GatorxUOMWlm) ... 2021-08-19T16:06:27.198Z|a840dcd2-e991-43a9-8045-0b249c8b1524|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-19T16:06:27.198Z|a840dcd2-e991-43a9-8045-0b249c8b1524|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 qoO1GatorxUOMWlm) ... 2021-08-19T16:06:36.795Z|a840dcd2-e991-43a9-8045-0b249c8b1524|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T16:06:36.795Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T16:07:27.195Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-19T16:07:27.198Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-19T16:07:27.198Z||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 qoO1GatorxUOMWlm) ... 2021-08-19T16:07:27.198Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-19T16:07:27.199Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-19T16:07:27.199Z|6c17052f-a63a-4ce1-974a-cee787cfe272|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 qoO1GatorxUOMWlm) ... 2021-08-19T16:07:36.756Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T16:07:36.758Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T16:08:27.195Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-19T16:08:27.196Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-19T16:08:27.197Z||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 qoO1GatorxUOMWlm) ... 2021-08-19T16:08:27.198Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-19T16:08:27.198Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-19T16:08:27.198Z||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 qoO1GatorxUOMWlm) ... 2021-08-19T16:08:36.763Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T16:08:36.763Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T16:09:27.196Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-19T16:09:27.198Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-19T16:09:27.198Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-19T16:09:27.198Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-19T16:09:27.198Z||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 qoO1GatorxUOMWlm) ... 2021-08-19T16:09:27.198Z||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 qoO1GatorxUOMWlm) ... 2021-08-19T16:09:36.750Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T16:09:36.758Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T16:10:27.195Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-19T16:10:27.198Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-19T16:10:27.198Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-19T16:10:27.198Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-19T16:10:27.199Z||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 qoO1GatorxUOMWlm) ... 2021-08-19T16:10:27.199Z||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 qoO1GatorxUOMWlm) ... 2021-08-19T16:10:36.754Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T16:10:36.757Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T16:11:27.195Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-19T16:11:27.198Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-19T16:11:27.198Z||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 qoO1GatorxUOMWlm) ... 2021-08-19T16:11:27.199Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-19T16:11:27.200Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-19T16:11:27.200Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|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 qoO1GatorxUOMWlm) ... 2021-08-19T16:11:36.751Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T16:11:36.761Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T16:12:27.198Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-19T16:12:27.197Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-19T16:12:27.201Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-19T16:12:27.202Z||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 qoO1GatorxUOMWlm) ... 2021-08-19T16:12:27.201Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-19T16:12:27.202Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qoO1GatorxUOMWlm) ... 2021-08-19T16:12:36.765Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T16:12:36.810Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T16:13:27.197Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-19T16:13:27.198Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-19T16:13:27.199Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-19T16:13:27.199Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-19T16:13:27.200Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qoO1GatorxUOMWlm) ... 2021-08-19T16:13:27.200Z||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 qoO1GatorxUOMWlm) ... 2021-08-19T16:13:30.952Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T16:13:30.954Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-19T16:13:30.954Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"c09b1d21-6687-4176-a811-0ea00cfd605a","serviceName":"Demo_pNF_rKIpvKgSPZmRkzalqU86","serviceVersion":"1.0","serviceUUID":"a0f0b7cd-51b2-44a2-b213-b33315a684ef","serviceDescription":"catalog service description","serviceInvariantUUID":"6c3dfd33-857c-40a2-915d-4093d9f33024","resources":[{"resourceInstanceName":"pNF 04951744-db8b 0","resourceName":"pNF 04951744-db8b","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"c7c961cd-57ee-415c-ad58-e71a0a3e43d2","resourceInvariantUUID":"c6d7e53d-22e7-4548-867d-1c08eab70dee","resourceCustomizationUUID":"123bf185-9dde-4b0a-b61c-9df259fca750","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRkipvkgspzmrkzalqu86/1.0/resourceInstances/pnf04951744db8b0/artifacts/vf-license-model.xml","artifactChecksum":"MzQ3NGU2ODRiN2M5ZmMzZTk5NmI3ZDhkMWMyODRjYTg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"570d324d-cb4e-4eac-b88b-2e5f5a734c30","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRkipvkgspzmrkzalqu86/1.0/resourceInstances/pnf04951744db8b0/artifacts/pNF.csar","artifactChecksum":"ZDlmYjRhYTU2MGY4Y2NlYTZiMmQzN2VkNDYzZDc5ZDk\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"fbd9b23c-deab-4c62-b593-04f9481fc088","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRkipvkgspzmrkzalqu86/1.0/resourceInstances/pnf04951744db8b0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"23608ddb-1c80-4f6e-95a0-ca7687aaa85b","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRkipvkgspzmrkzalqu86/1.0/resourceInstances/pnf04951744db8b0/artifacts/vendor-license-model.xml","artifactChecksum":"Y2ZkZTFhNjFjOTBmNzdlYmU4ZjE1ZjRmODIxMmI1NjM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"d0f386ce-3f86-4b73-b61d-c08b61c6abf3","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfRkipvkgspzmrkzalqu86/1.0/resourceInstances/pnf04951744db8b0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"4cfdf832-70eb-451c-9f19-41ed90e99053","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfRkipvkgspzmrkzalqu86/1.0/resourceInstances/pnf04951744db8b0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2762c963-224a-4580-890f-fa31f2bd49a1","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfRkipvkgspzmrkzalqu86-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRkipvkgspzmrkzalqu86/1.0/artifacts/service-DemoPnfRkipvkgspzmrkzalqu86-template.yml","artifactChecksum":"ZTE4ZDkzNWRhMWRkNDA1Zjc0NDU2OTYzYmRhODIwYTM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"265f9afd-fce0-4470-b794-95479234fa59","artifactVersion":"1"},{"artifactName":"service-DemoPnfRkipvkgspzmrkzalqu86-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfRkipvkgspzmrkzalqu86/1.0/artifacts/service-DemoPnfRkipvkgspzmrkzalqu86-csar.csar","artifactChecksum":"OGI3MDhkNmVkYmFlOGE1ZTdkYmM4ZjhmMjE3ZDM3NmI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"7c237bf2-8ef2-4e79-91ac-762117ff5acf","artifactVersion":"1"}],"workloadContext":"Production"} 2021-08-19T16:13:30.959Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-19T16:13:30.960Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-19T16:13:30.965Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-19T16:13:30.965Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "c09b1d21-6687-4176-a811-0ea00cfd605a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629389607196, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRkipvkgspzmrkzalqu86/1.0/resourceInstances/pnf04951744db8b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-19T16:13:31.065Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-08-19T16:13:31.068Z||pool-126-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-19T16:13:31.068Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qoO1GatorxUOMWlm) ... 2021-08-19T16:13:31.083Z||pool-126-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T16:13:31.085Z||pool-126-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2021-08-19T16:13:31.192Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T16:13:31.193Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-19T16:13:31.193Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c09b1d21-6687-4176-a811-0ea00cfd605a", "consumerID": "ves-openapi-manager", "timestamp": 1629389602302, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRkipvkgspzmrkzalqu86/1.0/resourceInstances/pnf04951744db8b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-19T16:13:31.195Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-19T16:13:31.968Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-19T16:13:31.970Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-19T16:13:31.973Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-19T16:13:31.974Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "c09b1d21-6687-4176-a811-0ea00cfd605a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629389607196, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRkipvkgspzmrkzalqu86/1.0/resourceInstances/pnf04951744db8b0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-08-19T16:13:32.073Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-08-19T16:13:32.074Z||pool-127-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-19T16:13:32.074Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qoO1GatorxUOMWlm) ... 2021-08-19T16:13:32.092Z||pool-127-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T16:13:32.093Z||pool-127-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2021-08-19T16:13:32.974Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-19T16:13:32.975Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-19T16:13:32.977Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-19T16:13:32.977Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "c09b1d21-6687-4176-a811-0ea00cfd605a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629389607196, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRkipvkgspzmrkzalqu86/1.0/resourceInstances/pnf04951744db8b0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-08-19T16:13:33.077Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-08-19T16:13:33.079Z||pool-128-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-19T16:13:33.079Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qoO1GatorxUOMWlm) ... 2021-08-19T16:13:33.105Z||pool-128-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T16:13:33.105Z||pool-128-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1} 2021-08-19T16:13:33.978Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-19T16:13:33.979Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-19T16:13:33.981Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-19T16:13:33.981Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "c09b1d21-6687-4176-a811-0ea00cfd605a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629389607196, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRkipvkgspzmrkzalqu86/1.0/resourceInstances/pnf04951744db8b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-19T16:13:34.081Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-19T16:13:34.083Z||pool-129-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-19T16:13:34.083Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qoO1GatorxUOMWlm) ... 2021-08-19T16:13:34.096Z||pool-129-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T16:13:34.097Z||pool-129-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-08-19T16:13:34.982Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-19T16:13:34.983Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-19T16:13:34.985Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-19T16:13:34.985Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "c09b1d21-6687-4176-a811-0ea00cfd605a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629389607196, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRkipvkgspzmrkzalqu86/1.0/resourceInstances/pnf04951744db8b0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-08-19T16:13:35.085Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-08-19T16:13:35.086Z||pool-130-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-19T16:13:35.086Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qoO1GatorxUOMWlm) ... 2021-08-19T16:13:35.117Z||pool-130-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T16:13:35.117Z||pool-130-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1} 2021-08-19T16:13:35.986Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-19T16:13:35.987Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-19T16:13:35.989Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-19T16:13:35.989Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "c09b1d21-6687-4176-a811-0ea00cfd605a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629389607196, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRkipvkgspzmrkzalqu86/1.0/resourceInstances/pnf04951744db8b0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-08-19T16:13:36.089Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-19T16:13:36.090Z||pool-131-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-19T16:13:36.090Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qoO1GatorxUOMWlm) ... 2021-08-19T16:13:36.102Z||pool-131-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T16:13:36.103Z||pool-131-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-08-19T16:13:36.989Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-19T16:13:36.992Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-19T16:13:36.994Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-19T16:13:36.994Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "c09b1d21-6687-4176-a811-0ea00cfd605a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629389607196, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRkipvkgspzmrkzalqu86/1.0/artifacts/service-DemoPnfRkipvkgspzmrkzalqu86-template.yml", "status": "NOT_NOTIFIED" } 2021-08-19T16:13:37.094Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-19T16:13:37.095Z||pool-132-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-19T16:13:37.095Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qoO1GatorxUOMWlm) ... 2021-08-19T16:13:37.111Z||pool-132-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T16:13:37.112Z||pool-132-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2021-08-19T16:13:37.995Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-19T16:13:37.996Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-19T16:13:37.999Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-19T16:13:37.999Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "c09b1d21-6687-4176-a811-0ea00cfd605a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629389607196, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRkipvkgspzmrkzalqu86/1.0/artifacts/service-DemoPnfRkipvkgspzmrkzalqu86-csar.csar", "status": "NOTIFIED" } 2021-08-19T16:13:38.099Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-19T16:13:38.100Z||pool-133-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-19T16:13:38.100Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qoO1GatorxUOMWlm) ... 2021-08-19T16:13:38.115Z||pool-133-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T16:13:38.116Z||pool-133-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2021-08-19T16:13:39.000Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||DEBUG|500||sending notification to client: { "distributionID": "c09b1d21-6687-4176-a811-0ea00cfd605a", "serviceName": "Demo_pNF_rKIpvKgSPZmRkzalqU86", "serviceVersion": "1.0", "serviceUUID": "a0f0b7cd-51b2-44a2-b213-b33315a684ef", "serviceDescription": "catalog service description", "serviceInvariantUUID": "6c3dfd33-857c-40a2-915d-4093d9f33024", "resources": [ { "resourceInstanceName": "pNF 04951744-db8b 0", "resourceCustomizationUUID": "123bf185-9dde-4b0a-b61c-9df259fca750", "resourceName": "pNF 04951744-db8b", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "c7c961cd-57ee-415c-ad58-e71a0a3e43d2", "resourceInvariantUUID": "c6d7e53d-22e7-4548-867d-1c08eab70dee", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfRkipvkgspzmrkzalqu86-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfRkipvkgspzmrkzalqu86/1.0/artifacts/service-DemoPnfRkipvkgspzmrkzalqu86-csar.csar", "artifactChecksum": "OGI3MDhkNmVkYmFlOGE1ZTdkYmM4ZjhmMjE3ZDM3NmI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "7c237bf2-8ef2-4e79-91ac-762117ff5acf" } ], "workloadContext": "Production" } 2021-08-19T16:13:39.000Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-08-19T16:13:39.000Z|6c17052f-a63a-4ce1-974a-cee787cfe272|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 a0f0b7cd-51b2-44a2-b213-b33315a684ef ASDC 2021-08-19T16:13:39.002Z|c09b1d21-6687-4176-a811-0ea00cfd605a|pool-2-thread-10|||||DEBUG|500||ASDC Notification: DistributionID:c09b1d21-6687-4176-a811-0ea00cfd605a ServiceName:Demo_pNF_rKIpvKgSPZmRkzalqU86 ServiceVersion:1.0 ServiceUUID:a0f0b7cd-51b2-44a2-b213-b33315a684ef ServiceInvariantUUID:6c3dfd33-857c-40a2-915d-4093d9f33024 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfRkipvkgspzmrkzalqu86-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfRkipvkgspzmrkzalqu86/1.0/artifacts/service-DemoPnfRkipvkgspzmrkzalqu86-csar.csar ArtifactUUID:7c237bf2-8ef2-4e79-91ac-762117ff5acf ArtifactChecksum:OGI3MDhkNmVkYmFlOGE1ZTdkYmM4ZjhmMjE3ZDM3NmI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 04951744-db8b 0 ResourceCustomizationUUID:123bf185-9dde-4b0a-b61c-9df259fca750 ResourceInvariantUUID:c6d7e53d-22e7-4548-867d-1c08eab70dee ResourceName:pNF 04951744-db8b ResourceType:PNF ResourceUUID:c7c961cd-57ee-415c-ad58-e71a0a3e43d2 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2021-08-19T16:13:39.002Z|c09b1d21-6687-4176-a811-0ea00cfd605a|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a0f0b7cd-51b2-44a2-b213-b33315a684ef ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-08-19T16:13:39.040Z|c09b1d21-6687-4176-a811-0ea00cfd605a|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-08-19T16:13:39.041Z|c09b1d21-6687-4176-a811-0ea00cfd605a|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-08-19T16:13:39.041Z|c09b1d21-6687-4176-a811-0ea00cfd605a|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-08-19T16:13:39.041Z|c09b1d21-6687-4176-a811-0ea00cfd605a|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 7c237bf2-8ef2-4e79-91ac-762117ff5acf from URL: /sdc/v1/catalog/services/DemoPnfRkipvkgspzmrkzalqu86/1.0/artifacts/service-DemoPnfRkipvkgspzmrkzalqu86-csar.csar 2021-08-19T16:13:39.041Z|c09b1d21-6687-4176-a811-0ea00cfd605a|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-08-19T16:13:39.042Z|c09b1d21-6687-4176-a811-0ea00cfd605a|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfRkipvkgspzmrkzalqu86/1.0/artifacts/service-DemoPnfRkipvkgspzmrkzalqu86-csar.csar 2021-08-19T16:13:41.481Z|c09b1d21-6687-4176-a811-0ea00cfd605a|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-08-19T16:13:41.485Z|c09b1d21-6687-4176-a811-0ea00cfd605a|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfRkipvkgspzmrkzalqu86/1.0/artifacts/service-DemoPnfRkipvkgspzmrkzalqu86-csar.csar 7c237bf2-8ef2-4e79-91ac-762117ff5acf 82543 2021-08-19T16:13:41.485Z|c09b1d21-6687-4176-a811-0ea00cfd605a|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfRkipvkgspzmrkzalqu86/1.0/artifacts/service-DemoPnfRkipvkgspzmrkzalqu86-csar.csar ASDC sendASDCNotification 2021-08-19T16:13:41.485Z|c09b1d21-6687-4176-a811-0ea00cfd605a|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfRkipvkgspzmrkzalqu86/1.0/artifacts/service-DemoPnfRkipvkgspzmrkzalqu86-csar.csar 2021-08-19T16:13:41.485Z|c09b1d21-6687-4176-a811-0ea00cfd605a|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-08-19T16:13:41.485Z|c09b1d21-6687-4176-a811-0ea00cfd605a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-19T16:13:41.487Z|c09b1d21-6687-4176-a811-0ea00cfd605a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-19T16:13:41.487Z|c09b1d21-6687-4176-a811-0ea00cfd605a|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "c09b1d21-6687-4176-a811-0ea00cfd605a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629389621485, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRkipvkgspzmrkzalqu86/1.0/artifacts/service-DemoPnfRkipvkgspzmrkzalqu86-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-19T16:13:41.588Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-08-19T16:13:41.589Z||pool-134-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-19T16:13:41.589Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qoO1GatorxUOMWlm) ... 2021-08-19T16:13:41.600Z||pool-134-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T16:13:41.600Z||pool-134-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-08-19T16:13:42.488Z|c09b1d21-6687-4176-a811-0ea00cfd605a|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-08-19T16:13:42.489Z|c09b1d21-6687-4176-a811-0ea00cfd605a|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-08-19T16:13:42.489Z|c09b1d21-6687-4176-a811-0ea00cfd605a|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 7c237bf2-8ef2-4e79-91ac-762117ff5acf, URL: /sdc/v1/catalog/services/DemoPnfRkipvkgspzmrkzalqu86/1.0/artifacts/service-DemoPnfRkipvkgspzmrkzalqu86-csar.csar to file: /app/ASDC/1/service-DemoPnfRkipvkgspzmrkzalqu86-csar.csar 2021-08-19T16:13:42.489Z|c09b1d21-6687-4176-a811-0ea00cfd605a|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfRkipvkgspzmrkzalqu86-csar.csar 2021-08-19T16:13:42.490Z|c09b1d21-6687-4176-a811-0ea00cfd605a|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfRkipvkgspzmrkzalqu86-csar.csar 2021-08-19T16:13:42.490Z|c09b1d21-6687-4176-a811-0ea00cfd605a|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfRkipvkgspzmrkzalqu86-csar.csar 2021-08-19T16:13:42.673Z|c09b1d21-6687-4176-a811-0ea00cfd605a|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7240738181073459155/Definitions/service-DemoPnfRkipvkgspzmrkzalqu86-template.yml 2021-08-19T16:13:43.515Z|c09b1d21-6687-4176-a811-0ea00cfd605a|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0 2021-08-19T16:13:43.516Z|c09b1d21-6687-4176-a811-0ea00cfd605a|pool-2-thread-10|||||WARN|500||#################################################################################################### 2021-08-19T16:13:43.516Z|c09b1d21-6687-4176-a811-0ea00cfd605a|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfRkipvkgspzmrkzalqu86-csar.csar 2021-08-19T16:13:43.516Z|c09b1d21-6687-4176-a811-0ea00cfd605a|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2021-08-19T16:13:43.516Z|c09b1d21-6687-4176-a811-0ea00cfd605a|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfRkipvkgspzmrkzalqu86-csar.csar 2021-08-19T16:13:43.517Z|c09b1d21-6687-4176-a811-0ea00cfd605a|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfRkipvkgspzmrkzalqu86-csar.csar 2021-08-19T16:13:43.517Z|c09b1d21-6687-4176-a811-0ea00cfd605a|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfRkipvkgspzmrkzalqu86-csar.csar 2021-08-19T16:13:43.517Z|c09b1d21-6687-4176-a811-0ea00cfd605a|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfRkipvkgspzmrkzalqu86-csar.csar 2021-08-19T16:13:43.517Z|c09b1d21-6687-4176-a811-0ea00cfd605a|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfRkipvkgspzmrkzalqu86-csar.csar 2021-08-19T16:13:43.517Z|c09b1d21-6687-4176-a811-0ea00cfd605a|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfRkipvkgspzmrkzalqu86-csar.csar 2021-08-19T16:13:43.517Z|c09b1d21-6687-4176-a811-0ea00cfd605a|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 04951744-db8b 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-DemoPnfRkipvkgspzmrkzalqu86-csar.csar 2021-08-19T16:13:43.517Z|c09b1d21-6687-4176-a811-0ea00cfd605a|pool-2-thread-10|||||WARN|500||#################################################################################################### 2021-08-19T16:13:43.517Z|c09b1d21-6687-4176-a811-0ea00cfd605a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T16:13:43.517Z|c09b1d21-6687-4176-a811-0ea00cfd605a|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_rKIpvKgSPZmRkzalqU86 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-08-19T16:13:43.517Z|c09b1d21-6687-4176-a811-0ea00cfd605a|pool-2-thread-10|||||DEBUG|500||Node template pNF 04951744-db8b 0 is matching search criteria 2021-08-19T16:13:43.518Z|c09b1d21-6687-4176-a811-0ea00cfd605a|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2021-08-19T16:13:43.518Z|c09b1d21-6687-4176-a811-0ea00cfd605a|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF 04951744-db8b 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-08-19T16:13:43.518Z|c09b1d21-6687-4176-a811-0ea00cfd605a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T16:13:43.518Z|c09b1d21-6687-4176-a811-0ea00cfd605a|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_rKIpvKgSPZmRkzalqU86 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-08-19T16:13:43.518Z|c09b1d21-6687-4176-a811-0ea00cfd605a|pool-2-thread-10|||||DEBUG|500||Node template pNF 04951744-db8b 0 is matching search criteria 2021-08-19T16:13:43.518Z|c09b1d21-6687-4176-a811-0ea00cfd605a|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2021-08-19T16:13:43.518Z|c09b1d21-6687-4176-a811-0ea00cfd605a|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF 04951744-db8b 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-08-19T16:13:43.519Z|c09b1d21-6687-4176-a811-0ea00cfd605a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T16:13:43.519Z|c09b1d21-6687-4176-a811-0ea00cfd605a|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_rKIpvKgSPZmRkzalqU86 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-08-19T16:13:43.519Z|c09b1d21-6687-4176-a811-0ea00cfd605a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T16:13:43.519Z|c09b1d21-6687-4176-a811-0ea00cfd605a|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_rKIpvKgSPZmRkzalqU86 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-08-19T16:13:43.519Z|c09b1d21-6687-4176-a811-0ea00cfd605a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T16:13:43.519Z|c09b1d21-6687-4176-a811-0ea00cfd605a|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_rKIpvKgSPZmRkzalqU86 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-08-19T16:13:43.519Z|c09b1d21-6687-4176-a811-0ea00cfd605a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T16:13:43.519Z|c09b1d21-6687-4176-a811-0ea00cfd605a|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_rKIpvKgSPZmRkzalqU86 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-08-19T16:13:43.519Z|c09b1d21-6687-4176-a811-0ea00cfd605a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T16:13:43.520Z|c09b1d21-6687-4176-a811-0ea00cfd605a|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_rKIpvKgSPZmRkzalqU86 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-08-19T16:13:43.520Z|c09b1d21-6687-4176-a811-0ea00cfd605a|pool-2-thread-10|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_rKIpvKgSPZmRkzalqU86 Description:catalog service description Model UUID:a0f0b7cd-51b2-44a2-b213-b33315a684ef Model Version:NULL Model InvariantUuid:6c3dfd33-857c-40a2-915d-4093d9f33024 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-08-19T16:13:43.525Z|c09b1d21-6687-4176-a811-0ea00cfd605a|pool-2-thread-10|||||INFO|500||Processing Resource Type: PNF, Model UUID: c7c961cd-57ee-415c-ad58-e71a0a3e43d2 Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-08-19T16:13:43.529Z|c09b1d21-6687-4176-a811-0ea00cfd605a|pool-2-thread-10|||||INFO|500||pNF 04951744-db8b 0 2021-08-19T16:13:43.529Z|c09b1d21-6687-4176-a811-0ea00cfd605a|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: c7c961cd-57ee-415c-ad58-e71a0a3e43d2 2021-08-19T16:13:43.529Z|c09b1d21-6687-4176-a811-0ea00cfd605a|pool-2-thread-10|||||DEBUG|500||No resources found for Service: a0f0b7cd-51b2-44a2-b213-b33315a684ef 2021-08-19T16:13:43.529Z|c09b1d21-6687-4176-a811-0ea00cfd605a|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: a0f0b7cd-51b2-44a2-b213-b33315a684ef 2021-08-19T16:13:43.530Z|c09b1d21-6687-4176-a811-0ea00cfd605a|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 04951744-db8b 0 c7c961cd-57ee-415c-ad58-e71a0a3e43d2 ASDC Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-08-19T16:13:43.535Z|c09b1d21-6687-4176-a811-0ea00cfd605a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T16:13:43.535Z|c09b1d21-6687-4176-a811-0ea00cfd605a|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_rKIpvKgSPZmRkzalqU86 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-08-19T16:13:43.536Z|c09b1d21-6687-4176-a811-0ea00cfd605a|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid a0f0b7cd-51b2-44a2-b213-b33315a684ef: pNF 04951744-db8b 2021-08-19T16:13:43.536Z|c09b1d21-6687-4176-a811-0ea00cfd605a|pool-2-thread-10|||||INFO|500||Processing PNF resource: c7c961cd-57ee-415c-ad58-e71a0a3e43d2 2021-08-19T16:13:43.536Z|c09b1d21-6687-4176-a811-0ea00cfd605a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T16:13:43.537Z|c09b1d21-6687-4176-a811-0ea00cfd605a|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_rKIpvKgSPZmRkzalqU86 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-08-19T16:13:43.537Z|c09b1d21-6687-4176-a811-0ea00cfd605a|pool-2-thread-10|||||INFO|500||Resource customization UUID: 123bf185-9dde-4b0a-b61c-9df259fca750 is the same as notified resource customizationUUID: 123bf185-9dde-4b0a-b61c-9df259fca750 Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_44_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_44_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_44_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_44_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_44_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_44_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_44_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_44_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_44_0_, pnfresourc0_.NF_ROLE as nf_role11_44_0_, pnfresourc0_.NF_TYPE as nf_type12_44_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_44_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_44_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_44_0_, pnfresourc1_.MODEL_UUID as model_uu1_43_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_43_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_43_1_, pnfresourc1_.DESCRIPTION as descript4_43_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_43_1_, pnfresourc1_.MODEL_NAME as model_na6_43_1_, pnfresourc1_.MODEL_VERSION as model_ve7_43_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_43_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_43_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_43_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_43_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc0_.DESCRIPTION as descript4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc0_.MODEL_NAME as model_na6_43_0_, pnfresourc0_.MODEL_VERSION as model_ve7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_44_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_44_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_44_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_44_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_44_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_44_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_44_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_44_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_44_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_44_1_, pnfresourc0_.NF_ROLE as nf_role11_44_1_, pnfresourc0_.NF_TYPE as nf_type12_44_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_44_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_44_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_44_1_, pnfresourc1_.MODEL_UUID as model_uu1_43_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc1_.DESCRIPTION as descript4_43_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc1_.MODEL_NAME as model_na6_43_0_, pnfresourc1_.MODEL_VERSION as model_ve7_43_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_43_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc0_.DESCRIPTION as descript4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc0_.MODEL_NAME as model_na6_43_0_, pnfresourc0_.MODEL_VERSION as model_ve7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?) 2021-08-19T16:13:43.585Z|c09b1d21-6687-4176-a811-0ea00cfd605a|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 04951744-db8b c7c961cd-57ee-415c-ad58-e71a0a3e43d2 0 ASDC deployResourceStructure 2021-08-19T16:13:43.585Z|c09b1d21-6687-4176-a811-0ea00cfd605a|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfRkipvkgspzmrkzalqu86/1.0/artifacts/service-DemoPnfRkipvkgspzmrkzalqu86-csar.csar ASDC sendASDCNotification 2021-08-19T16:13:43.585Z|c09b1d21-6687-4176-a811-0ea00cfd605a|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfRkipvkgspzmrkzalqu86/1.0/artifacts/service-DemoPnfRkipvkgspzmrkzalqu86-csar.csar 2021-08-19T16:13:43.586Z|c09b1d21-6687-4176-a811-0ea00cfd605a|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-08-19T16:13:43.586Z|c09b1d21-6687-4176-a811-0ea00cfd605a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-19T16:13:43.587Z|c09b1d21-6687-4176-a811-0ea00cfd605a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-19T16:13:43.588Z|c09b1d21-6687-4176-a811-0ea00cfd605a|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "c09b1d21-6687-4176-a811-0ea00cfd605a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629389623585, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRkipvkgspzmrkzalqu86/1.0/artifacts/service-DemoPnfRkipvkgspzmrkzalqu86-csar.csar", "status": "DEPLOY_OK" } 2021-08-19T16:13:43.688Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-19T16:13:43.689Z||pool-135-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-19T16:13:43.689Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qoO1GatorxUOMWlm) ... 2021-08-19T16:13:43.700Z||pool-135-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T16:13:43.701Z||pool-135-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-08-19T16:13:44.589Z|c09b1d21-6687-4176-a811-0ea00cfd605a|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c09b1d21-6687-4176-a811-0ea00cfd605a Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-08-19T16:13:44.598Z|c09b1d21-6687-4176-a811-0ea00cfd605a|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c09b1d21-6687-4176-a811-0ea00cfd605a Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-08-19T16:13:44.600Z|c09b1d21-6687-4176-a811-0ea00cfd605a|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-08-19T16:13:44.600Z|c09b1d21-6687-4176-a811-0ea00cfd605a|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-08-19T16:13:44.601Z|c09b1d21-6687-4176-a811-0ea00cfd605a|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-08-19T16:14:14.601Z|c09b1d21-6687-4176-a811-0ea00cfd605a|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c09b1d21-6687-4176-a811-0ea00cfd605a Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-08-19T16:14:14.611Z|c09b1d21-6687-4176-a811-0ea00cfd605a|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c09b1d21-6687-4176-a811-0ea00cfd605a Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-08-19T16:14:14.613Z|c09b1d21-6687-4176-a811-0ea00cfd605a|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-08-19T16:14:14.613Z|c09b1d21-6687-4176-a811-0ea00cfd605a|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-08-19T16:14:14.613Z|c09b1d21-6687-4176-a811-0ea00cfd605a|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-08-19T16:14:27.198Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-19T16:14:27.199Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-19T16:14:27.200Z||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 qoO1GatorxUOMWlm) ... 2021-08-19T16:14:27.226Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T16:14:27.227Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T16:14:27.227Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c09b1d21-6687-4176-a811-0ea00cfd605a", "consumerID": "multicloud-k8s-id", "timestamp": 1629389605354, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRkipvkgspzmrkzalqu86/1.0/resourceInstances/pnf04951744db8b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-19T16:14:27.228Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T16:14:27.228Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T16:14:27.228Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c09b1d21-6687-4176-a811-0ea00cfd605a", "consumerID": "cds", "timestamp": 1629389603001, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRkipvkgspzmrkzalqu86/1.0/resourceInstances/pnf04951744db8b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-19T16:14:27.228Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T16:14:44.614Z|c09b1d21-6687-4176-a811-0ea00cfd605a|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c09b1d21-6687-4176-a811-0ea00cfd605a Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-08-19T16:14:44.633Z|c09b1d21-6687-4176-a811-0ea00cfd605a|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c09b1d21-6687-4176-a811-0ea00cfd605a Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-08-19T16:14:44.634Z|c09b1d21-6687-4176-a811-0ea00cfd605a|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-08-19T16:14:44.635Z|c09b1d21-6687-4176-a811-0ea00cfd605a|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-08-19T16:14:44.635Z|c09b1d21-6687-4176-a811-0ea00cfd605a|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-08-19T16:15:14.635Z|c09b1d21-6687-4176-a811-0ea00cfd605a|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c09b1d21-6687-4176-a811-0ea00cfd605a Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-08-19T16:15:14.658Z|c09b1d21-6687-4176-a811-0ea00cfd605a|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c09b1d21-6687-4176-a811-0ea00cfd605a Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-08-19T16:15:14.661Z|c09b1d21-6687-4176-a811-0ea00cfd605a|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-08-19T16:15:14.662Z|c09b1d21-6687-4176-a811-0ea00cfd605a|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-08-19T16:15:14.662Z|c09b1d21-6687-4176-a811-0ea00cfd605a|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-08-19T16:15:27.198Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-19T16:15:27.199Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-19T16:15:27.199Z||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 qoO1GatorxUOMWlm) ... 2021-08-19T16:15:27.228Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T16:15:27.228Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T16:15:27.229Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c09b1d21-6687-4176-a811-0ea00cfd605a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629389607196, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRkipvkgspzmrkzalqu86/1.0/resourceInstances/pnf04951744db8b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-19T16:15:27.233Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T16:15:27.234Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T16:15:27.234Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c09b1d21-6687-4176-a811-0ea00cfd605a", "consumerID": "policy-id", "timestamp": 1629389608444, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRkipvkgspzmrkzalqu86/1.0/resourceInstances/pnf04951744db8b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-19T16:15:27.234Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T16:15:27.234Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T16:15:27.235Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c09b1d21-6687-4176-a811-0ea00cfd605a", "consumerID": "clamp", "timestamp": 1629389606172, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRkipvkgspzmrkzalqu86/1.0/resourceInstances/pnf04951744db8b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-19T16:15:27.235Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T16:15:44.662Z|c09b1d21-6687-4176-a811-0ea00cfd605a|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c09b1d21-6687-4176-a811-0ea00cfd605a Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-08-19T16:15:44.676Z|c09b1d21-6687-4176-a811-0ea00cfd605a|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c09b1d21-6687-4176-a811-0ea00cfd605a Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-08-19T16:15:44.678Z|c09b1d21-6687-4176-a811-0ea00cfd605a|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-08-19T16:15:44.679Z|c09b1d21-6687-4176-a811-0ea00cfd605a|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-08-19T16:15:44.679Z|c09b1d21-6687-4176-a811-0ea00cfd605a|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-08-19T16:16:14.680Z|c09b1d21-6687-4176-a811-0ea00cfd605a|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c09b1d21-6687-4176-a811-0ea00cfd605a Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-08-19T16:16:14.697Z|c09b1d21-6687-4176-a811-0ea00cfd605a|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c09b1d21-6687-4176-a811-0ea00cfd605a Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-08-19T16:16:14.699Z|c09b1d21-6687-4176-a811-0ea00cfd605a|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-08-19T16:16:14.700Z|c09b1d21-6687-4176-a811-0ea00cfd605a|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-08-19T16:16:14.700Z|c09b1d21-6687-4176-a811-0ea00cfd605a|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-08-19T16:16:27.199Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-19T16:16:27.200Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-19T16:16:27.201Z||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 qoO1GatorxUOMWlm) ... 2021-08-19T16:16:27.223Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T16:16:27.237Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T16:16:27.237Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c09b1d21-6687-4176-a811-0ea00cfd605a", "consumerID": "multicloud-k8s-id", "timestamp": 1629389605354, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRkipvkgspzmrkzalqu86/1.0/resourceInstances/pnf04951744db8b0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-08-19T16:16:27.239Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T16:16:27.239Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T16:16:27.239Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c09b1d21-6687-4176-a811-0ea00cfd605a", "consumerID": "ves-openapi-manager", "timestamp": 1629389602302, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRkipvkgspzmrkzalqu86/1.0/resourceInstances/pnf04951744db8b0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-08-19T16:16:27.240Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T16:16:27.240Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T16:16:27.240Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c09b1d21-6687-4176-a811-0ea00cfd605a", "consumerID": "cds", "timestamp": 1629389603001, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRkipvkgspzmrkzalqu86/1.0/resourceInstances/pnf04951744db8b0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-08-19T16:16:27.240Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T16:16:27.240Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T16:16:27.241Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c09b1d21-6687-4176-a811-0ea00cfd605a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629389607196, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRkipvkgspzmrkzalqu86/1.0/resourceInstances/pnf04951744db8b0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-08-19T16:16:27.241Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T16:16:27.241Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T16:16:27.241Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c09b1d21-6687-4176-a811-0ea00cfd605a", "consumerID": "policy-id", "timestamp": 1629389608444, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRkipvkgspzmrkzalqu86/1.0/resourceInstances/pnf04951744db8b0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-08-19T16:16:27.241Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T16:16:27.242Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T16:16:27.242Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c09b1d21-6687-4176-a811-0ea00cfd605a", "consumerID": "clamp", "timestamp": 1629389606172, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRkipvkgspzmrkzalqu86/1.0/resourceInstances/pnf04951744db8b0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-08-19T16:16:27.242Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T16:16:27.242Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T16:16:27.242Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c09b1d21-6687-4176-a811-0ea00cfd605a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629389611864, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRkipvkgspzmrkzalqu86/1.0/resourceInstances/pnf04951744db8b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-19T16:16:27.242Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T16:16:27.243Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T16:16:27.243Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c09b1d21-6687-4176-a811-0ea00cfd605a", "consumerID": "multicloud-k8s-id", "timestamp": 1629389605354, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRkipvkgspzmrkzalqu86/1.0/resourceInstances/pnf04951744db8b0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-08-19T16:16:27.243Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T16:16:27.243Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T16:16:27.244Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c09b1d21-6687-4176-a811-0ea00cfd605a", "consumerID": "ves-openapi-manager", "timestamp": 1629389602302, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRkipvkgspzmrkzalqu86/1.0/resourceInstances/pnf04951744db8b0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-08-19T16:16:27.244Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T16:16:27.244Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T16:16:27.244Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c09b1d21-6687-4176-a811-0ea00cfd605a", "consumerID": "cds", "timestamp": 1629389603001, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRkipvkgspzmrkzalqu86/1.0/resourceInstances/pnf04951744db8b0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-08-19T16:16:27.244Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T16:16:27.245Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T16:16:27.245Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c09b1d21-6687-4176-a811-0ea00cfd605a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629389607196, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRkipvkgspzmrkzalqu86/1.0/resourceInstances/pnf04951744db8b0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-08-19T16:16:27.245Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T16:16:27.245Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T16:16:27.245Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c09b1d21-6687-4176-a811-0ea00cfd605a", "consumerID": "policy-id", "timestamp": 1629389608444, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRkipvkgspzmrkzalqu86/1.0/resourceInstances/pnf04951744db8b0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-08-19T16:16:27.246Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T16:16:27.246Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T16:16:27.246Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c09b1d21-6687-4176-a811-0ea00cfd605a", "consumerID": "clamp", "timestamp": 1629389606172, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRkipvkgspzmrkzalqu86/1.0/resourceInstances/pnf04951744db8b0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-08-19T16:16:27.246Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T16:16:27.246Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T16:16:27.247Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c09b1d21-6687-4176-a811-0ea00cfd605a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629389611864, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRkipvkgspzmrkzalqu86/1.0/resourceInstances/pnf04951744db8b0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-08-19T16:16:27.247Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T16:16:27.247Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T16:16:27.247Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c09b1d21-6687-4176-a811-0ea00cfd605a", "consumerID": "ves-openapi-manager", "timestamp": 1629389602302, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRkipvkgspzmrkzalqu86/1.0/resourceInstances/pnf04951744db8b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-19T16:16:27.248Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T16:16:27.248Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T16:16:27.248Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c09b1d21-6687-4176-a811-0ea00cfd605a", "consumerID": "cds", "timestamp": 1629389603001, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRkipvkgspzmrkzalqu86/1.0/resourceInstances/pnf04951744db8b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-19T16:16:27.248Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T16:16:27.248Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T16:16:27.249Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c09b1d21-6687-4176-a811-0ea00cfd605a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629389607196, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRkipvkgspzmrkzalqu86/1.0/resourceInstances/pnf04951744db8b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-19T16:16:27.249Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T16:16:27.249Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T16:16:27.249Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c09b1d21-6687-4176-a811-0ea00cfd605a", "consumerID": "multicloud-k8s-id", "timestamp": 1629389605354, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRkipvkgspzmrkzalqu86/1.0/resourceInstances/pnf04951744db8b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-19T16:16:27.249Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T16:16:27.249Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T16:16:27.250Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c09b1d21-6687-4176-a811-0ea00cfd605a", "consumerID": "policy-id", "timestamp": 1629389608444, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRkipvkgspzmrkzalqu86/1.0/resourceInstances/pnf04951744db8b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-19T16:16:27.250Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T16:16:27.250Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T16:16:27.250Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c09b1d21-6687-4176-a811-0ea00cfd605a", "consumerID": "clamp", "timestamp": 1629389606172, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRkipvkgspzmrkzalqu86/1.0/resourceInstances/pnf04951744db8b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-19T16:16:27.250Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T16:16:27.250Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T16:16:27.250Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c09b1d21-6687-4176-a811-0ea00cfd605a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629389611864, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRkipvkgspzmrkzalqu86/1.0/resourceInstances/pnf04951744db8b0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-08-19T16:16:27.250Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T16:16:27.251Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T16:16:27.251Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c09b1d21-6687-4176-a811-0ea00cfd605a", "consumerID": "cds", "timestamp": 1629389603001, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRkipvkgspzmrkzalqu86/1.0/resourceInstances/pnf04951744db8b0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-08-19T16:16:27.251Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T16:16:27.251Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T16:16:27.251Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c09b1d21-6687-4176-a811-0ea00cfd605a", "consumerID": "ves-openapi-manager", "timestamp": 1629389602302, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRkipvkgspzmrkzalqu86/1.0/resourceInstances/pnf04951744db8b0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-08-19T16:16:27.251Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T16:16:27.251Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T16:16:27.252Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c09b1d21-6687-4176-a811-0ea00cfd605a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629389607196, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRkipvkgspzmrkzalqu86/1.0/resourceInstances/pnf04951744db8b0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-08-19T16:16:27.252Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T16:16:27.252Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T16:16:27.252Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c09b1d21-6687-4176-a811-0ea00cfd605a", "consumerID": "multicloud-k8s-id", "timestamp": 1629389605354, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRkipvkgspzmrkzalqu86/1.0/resourceInstances/pnf04951744db8b0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-08-19T16:16:27.252Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T16:16:27.252Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T16:16:27.252Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c09b1d21-6687-4176-a811-0ea00cfd605a", "consumerID": "policy-id", "timestamp": 1629389608444, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRkipvkgspzmrkzalqu86/1.0/resourceInstances/pnf04951744db8b0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-08-19T16:16:27.252Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T16:16:27.253Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T16:16:27.253Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c09b1d21-6687-4176-a811-0ea00cfd605a", "consumerID": "clamp", "timestamp": 1629389606172, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRkipvkgspzmrkzalqu86/1.0/resourceInstances/pnf04951744db8b0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-08-19T16:16:27.253Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T16:16:27.253Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T16:16:27.253Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c09b1d21-6687-4176-a811-0ea00cfd605a", "consumerID": "dcae-sch", "timestamp": 1629389615307, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRkipvkgspzmrkzalqu86/1.0/resourceInstances/pnf04951744db8b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-19T16:16:27.253Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T16:16:27.253Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T16:16:27.254Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c09b1d21-6687-4176-a811-0ea00cfd605a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629389611864, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRkipvkgspzmrkzalqu86/1.0/resourceInstances/pnf04951744db8b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-19T16:16:27.254Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T16:16:27.254Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T16:16:27.254Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c09b1d21-6687-4176-a811-0ea00cfd605a", "consumerID": "cds", "timestamp": 1629389603001, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRkipvkgspzmrkzalqu86/1.0/resourceInstances/pnf04951744db8b0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-08-19T16:16:27.254Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T16:16:27.254Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T16:16:27.254Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c09b1d21-6687-4176-a811-0ea00cfd605a", "consumerID": "ves-openapi-manager", "timestamp": 1629389602302, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRkipvkgspzmrkzalqu86/1.0/resourceInstances/pnf04951744db8b0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2021-08-19T16:16:27.255Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T16:16:27.255Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T16:16:27.255Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c09b1d21-6687-4176-a811-0ea00cfd605a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629389607196, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRkipvkgspzmrkzalqu86/1.0/resourceInstances/pnf04951744db8b0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-08-19T16:16:27.255Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T16:16:27.256Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T16:16:27.256Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c09b1d21-6687-4176-a811-0ea00cfd605a", "consumerID": "multicloud-k8s-id", "timestamp": 1629389605354, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRkipvkgspzmrkzalqu86/1.0/resourceInstances/pnf04951744db8b0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-08-19T16:16:27.256Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T16:16:27.256Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T16:16:27.256Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c09b1d21-6687-4176-a811-0ea00cfd605a", "consumerID": "policy-id", "timestamp": 1629389608444, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRkipvkgspzmrkzalqu86/1.0/resourceInstances/pnf04951744db8b0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-08-19T16:16:27.257Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T16:16:27.257Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T16:16:27.257Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c09b1d21-6687-4176-a811-0ea00cfd605a", "consumerID": "clamp", "timestamp": 1629389606172, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRkipvkgspzmrkzalqu86/1.0/resourceInstances/pnf04951744db8b0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-08-19T16:16:27.258Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T16:16:27.258Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T16:16:27.258Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c09b1d21-6687-4176-a811-0ea00cfd605a", "consumerID": "dcae-sch", "timestamp": 1629389615307, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRkipvkgspzmrkzalqu86/1.0/resourceInstances/pnf04951744db8b0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-08-19T16:16:27.258Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T16:16:27.258Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T16:16:27.258Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c09b1d21-6687-4176-a811-0ea00cfd605a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629389611864, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRkipvkgspzmrkzalqu86/1.0/resourceInstances/pnf04951744db8b0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-08-19T16:16:27.259Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T16:16:27.259Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T16:16:27.259Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c09b1d21-6687-4176-a811-0ea00cfd605a", "consumerID": "cds", "timestamp": 1629389603001, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRkipvkgspzmrkzalqu86/1.0/artifacts/service-DemoPnfRkipvkgspzmrkzalqu86-template.yml", "status": "NOT_NOTIFIED" } 2021-08-19T16:16:27.259Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T16:16:27.259Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T16:16:27.260Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c09b1d21-6687-4176-a811-0ea00cfd605a", "consumerID": "ves-openapi-manager", "timestamp": 1629389602302, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRkipvkgspzmrkzalqu86/1.0/artifacts/service-DemoPnfRkipvkgspzmrkzalqu86-template.yml", "status": "NOT_NOTIFIED" } 2021-08-19T16:16:27.260Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T16:16:27.260Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T16:16:27.260Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c09b1d21-6687-4176-a811-0ea00cfd605a", "consumerID": "multicloud-k8s-id", "timestamp": 1629389605354, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRkipvkgspzmrkzalqu86/1.0/artifacts/service-DemoPnfRkipvkgspzmrkzalqu86-template.yml", "status": "NOT_NOTIFIED" } 2021-08-19T16:16:27.260Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T16:16:27.261Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T16:16:27.261Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c09b1d21-6687-4176-a811-0ea00cfd605a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629389607196, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRkipvkgspzmrkzalqu86/1.0/artifacts/service-DemoPnfRkipvkgspzmrkzalqu86-template.yml", "status": "NOT_NOTIFIED" } 2021-08-19T16:16:27.261Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T16:16:27.261Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T16:16:27.261Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c09b1d21-6687-4176-a811-0ea00cfd605a", "consumerID": "policy-id", "timestamp": 1629389608444, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRkipvkgspzmrkzalqu86/1.0/artifacts/service-DemoPnfRkipvkgspzmrkzalqu86-template.yml", "status": "NOT_NOTIFIED" } 2021-08-19T16:16:27.262Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T16:16:27.262Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T16:16:27.262Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c09b1d21-6687-4176-a811-0ea00cfd605a", "consumerID": "clamp", "timestamp": 1629389606172, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRkipvkgspzmrkzalqu86/1.0/artifacts/service-DemoPnfRkipvkgspzmrkzalqu86-template.yml", "status": "NOT_NOTIFIED" } 2021-08-19T16:16:27.262Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T16:16:27.262Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T16:16:27.263Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c09b1d21-6687-4176-a811-0ea00cfd605a", "consumerID": "aai-ml", "timestamp": 1629389616605, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRkipvkgspzmrkzalqu86/1.0/resourceInstances/pnf04951744db8b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-19T16:16:27.263Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T16:16:27.263Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T16:16:27.263Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c09b1d21-6687-4176-a811-0ea00cfd605a", "consumerID": "dcae-sch", "timestamp": 1629389615307, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRkipvkgspzmrkzalqu86/1.0/resourceInstances/pnf04951744db8b0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-08-19T16:16:27.263Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T16:16:27.263Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T16:16:27.264Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c09b1d21-6687-4176-a811-0ea00cfd605a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629389611864, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRkipvkgspzmrkzalqu86/1.0/resourceInstances/pnf04951744db8b0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-08-19T16:16:27.264Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T16:16:27.264Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T16:16:27.264Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c09b1d21-6687-4176-a811-0ea00cfd605a", "consumerID": "cds", "timestamp": 1629389603001, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRkipvkgspzmrkzalqu86/1.0/artifacts/service-DemoPnfRkipvkgspzmrkzalqu86-csar.csar", "status": "NOTIFIED" } 2021-08-19T16:16:27.265Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T16:16:27.265Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T16:16:27.265Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c09b1d21-6687-4176-a811-0ea00cfd605a", "consumerID": "ves-openapi-manager", "timestamp": 1629389602302, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRkipvkgspzmrkzalqu86/1.0/artifacts/service-DemoPnfRkipvkgspzmrkzalqu86-csar.csar", "status": "NOT_NOTIFIED" } 2021-08-19T16:16:27.265Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T16:16:27.265Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T16:16:27.265Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c09b1d21-6687-4176-a811-0ea00cfd605a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629389607196, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRkipvkgspzmrkzalqu86/1.0/artifacts/service-DemoPnfRkipvkgspzmrkzalqu86-csar.csar", "status": "NOTIFIED" } 2021-08-19T16:16:27.266Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T16:16:27.266Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T16:16:27.266Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c09b1d21-6687-4176-a811-0ea00cfd605a", "consumerID": "multicloud-k8s-id", "timestamp": 1629389605354, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRkipvkgspzmrkzalqu86/1.0/artifacts/service-DemoPnfRkipvkgspzmrkzalqu86-csar.csar", "status": "NOTIFIED" } 2021-08-19T16:16:27.267Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T16:16:27.267Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T16:16:27.267Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c09b1d21-6687-4176-a811-0ea00cfd605a", "consumerID": "policy-id", "timestamp": 1629389608444, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRkipvkgspzmrkzalqu86/1.0/artifacts/service-DemoPnfRkipvkgspzmrkzalqu86-csar.csar", "status": "NOTIFIED" } 2021-08-19T16:16:27.267Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T16:16:27.268Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T16:16:27.268Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c09b1d21-6687-4176-a811-0ea00cfd605a", "consumerID": "clamp", "timestamp": 1629389606172, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRkipvkgspzmrkzalqu86/1.0/artifacts/service-DemoPnfRkipvkgspzmrkzalqu86-csar.csar", "status": "NOTIFIED" } 2021-08-19T16:16:27.268Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T16:16:27.268Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T16:16:27.269Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c09b1d21-6687-4176-a811-0ea00cfd605a", "consumerID": "aai-ml", "timestamp": 1629389616605, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRkipvkgspzmrkzalqu86/1.0/resourceInstances/pnf04951744db8b0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-08-19T16:16:27.269Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T16:16:27.269Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T16:16:27.269Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c09b1d21-6687-4176-a811-0ea00cfd605a", "consumerID": "dcae-sch", "timestamp": 1629389615307, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRkipvkgspzmrkzalqu86/1.0/resourceInstances/pnf04951744db8b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-19T16:16:27.269Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T16:16:27.269Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T16:16:27.270Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c09b1d21-6687-4176-a811-0ea00cfd605a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629389611864, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRkipvkgspzmrkzalqu86/1.0/artifacts/service-DemoPnfRkipvkgspzmrkzalqu86-template.yml", "status": "NOT_NOTIFIED" } 2021-08-19T16:16:27.270Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T16:16:27.270Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T16:16:27.270Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c09b1d21-6687-4176-a811-0ea00cfd605a", "consumerID": "aai-ml", "timestamp": 1629389616605, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRkipvkgspzmrkzalqu86/1.0/resourceInstances/pnf04951744db8b0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-08-19T16:16:27.271Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T16:16:27.271Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T16:16:27.271Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c09b1d21-6687-4176-a811-0ea00cfd605a", "consumerID": "dcae-sch", "timestamp": 1629389615307, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRkipvkgspzmrkzalqu86/1.0/resourceInstances/pnf04951744db8b0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-08-19T16:16:27.271Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T16:16:27.271Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T16:16:27.272Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c09b1d21-6687-4176-a811-0ea00cfd605a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629389611864, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRkipvkgspzmrkzalqu86/1.0/artifacts/service-DemoPnfRkipvkgspzmrkzalqu86-csar.csar", "status": "NOTIFIED" } 2021-08-19T16:16:27.272Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T16:16:27.272Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T16:16:27.272Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c09b1d21-6687-4176-a811-0ea00cfd605a", "consumerID": "aai-ml", "timestamp": 1629389616605, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRkipvkgspzmrkzalqu86/1.0/resourceInstances/pnf04951744db8b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-19T16:16:27.272Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T16:16:27.273Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T16:16:27.273Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c09b1d21-6687-4176-a811-0ea00cfd605a", "consumerID": "dcae-sch", "timestamp": 1629389615307, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRkipvkgspzmrkzalqu86/1.0/resourceInstances/pnf04951744db8b0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-08-19T16:16:27.273Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T16:16:27.273Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T16:16:27.273Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c09b1d21-6687-4176-a811-0ea00cfd605a", "consumerID": "aai-ml", "timestamp": 1629389616605, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRkipvkgspzmrkzalqu86/1.0/resourceInstances/pnf04951744db8b0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-08-19T16:16:27.274Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T16:16:27.274Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T16:16:27.274Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c09b1d21-6687-4176-a811-0ea00cfd605a", "consumerID": "dcae-sch", "timestamp": 1629389615307, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRkipvkgspzmrkzalqu86/1.0/artifacts/service-DemoPnfRkipvkgspzmrkzalqu86-template.yml", "status": "NOT_NOTIFIED" } 2021-08-19T16:16:27.274Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T16:16:27.274Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T16:16:27.275Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c09b1d21-6687-4176-a811-0ea00cfd605a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629389621485, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRkipvkgspzmrkzalqu86/1.0/artifacts/service-DemoPnfRkipvkgspzmrkzalqu86-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-19T16:16:27.275Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-19T16:16:27.275Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T16:16:27.275Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c09b1d21-6687-4176-a811-0ea00cfd605a", "consumerID": "cds", "timestamp": 1629389621990, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRkipvkgspzmrkzalqu86/1.0/artifacts/service-DemoPnfRkipvkgspzmrkzalqu86-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-19T16:16:27.276Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-19T16:16:27.276Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T16:16:27.276Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c09b1d21-6687-4176-a811-0ea00cfd605a", "consumerID": "aai-ml", "timestamp": 1629389616605, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRkipvkgspzmrkzalqu86/1.0/resourceInstances/pnf04951744db8b0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-08-19T16:16:27.276Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T16:16:27.276Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T16:16:27.276Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c09b1d21-6687-4176-a811-0ea00cfd605a", "consumerID": "ves-openapi-manager", "timestamp": 1629389622268, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRkipvkgspzmrkzalqu86/1.0/resourceInstances/pnf04951744db8b0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2021-08-19T16:16:27.277Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-19T16:16:27.277Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T16:16:27.277Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c09b1d21-6687-4176-a811-0ea00cfd605a", "consumerID": "dcae-sch", "timestamp": 1629389615307, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRkipvkgspzmrkzalqu86/1.0/artifacts/service-DemoPnfRkipvkgspzmrkzalqu86-csar.csar", "status": "NOT_NOTIFIED" } 2021-08-19T16:16:27.277Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T16:16:27.277Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T16:16:27.278Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c09b1d21-6687-4176-a811-0ea00cfd605a", "consumerID": "policy-id", "timestamp": 1629389622491, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRkipvkgspzmrkzalqu86/1.0/artifacts/service-DemoPnfRkipvkgspzmrkzalqu86-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-19T16:16:27.278Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-19T16:16:27.278Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T16:16:27.278Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c09b1d21-6687-4176-a811-0ea00cfd605a", "consumerID": "cds", "timestamp": 1629389623003, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRkipvkgspzmrkzalqu86/1.0/artifacts/service-DemoPnfRkipvkgspzmrkzalqu86-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-08-19T16:16:27.284Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c09b1d21-6687-4176-a811-0ea00cfd605a 2021-08-19T16:16:27.285Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId c09b1d21-6687-4176-a811-0ea00cfd605a and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-08-19T16:16:27.296Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T16:16:27.297Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c09b1d21-6687-4176-a811-0ea00cfd605a", "consumerID": "aai-ml", "timestamp": 1629389616605, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRkipvkgspzmrkzalqu86/1.0/artifacts/service-DemoPnfRkipvkgspzmrkzalqu86-template.yml", "status": "NOT_NOTIFIED" } 2021-08-19T16:16:27.297Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T16:16:27.297Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T16:16:27.297Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c09b1d21-6687-4176-a811-0ea00cfd605a", "consumerID": "ves-openapi-manager", "timestamp": 1629389623466, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRkipvkgspzmrkzalqu86/1.0/resourceInstances/pnf04951744db8b0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2021-08-19T16:16:27.297Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-19T16:16:27.298Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T16:16:27.298Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c09b1d21-6687-4176-a811-0ea00cfd605a", "consumerID": "policy-id", "timestamp": 1629389623496, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRkipvkgspzmrkzalqu86/1.0/artifacts/service-DemoPnfRkipvkgspzmrkzalqu86-csar.csar", "status": "DEPLOY_OK" } 2021-08-19T16:16:27.298Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-19T16:16:27.298Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T16:16:27.298Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c09b1d21-6687-4176-a811-0ea00cfd605a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629389623585, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRkipvkgspzmrkzalqu86/1.0/artifacts/service-DemoPnfRkipvkgspzmrkzalqu86-csar.csar", "status": "DEPLOY_OK" } 2021-08-19T16:16:27.299Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-19T16:16:27.299Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T16:16:27.299Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c09b1d21-6687-4176-a811-0ea00cfd605a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629389623591, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRkipvkgspzmrkzalqu86/1.0/artifacts/service-DemoPnfRkipvkgspzmrkzalqu86-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-19T16:16:27.299Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-19T16:16:27.299Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T16:16:27.300Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c09b1d21-6687-4176-a811-0ea00cfd605a", "consumerID": "aai-ml", "timestamp": 1629389616605, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRkipvkgspzmrkzalqu86/1.0/artifacts/service-DemoPnfRkipvkgspzmrkzalqu86-csar.csar", "status": "NOTIFIED" } 2021-08-19T16:16:27.300Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T16:16:27.300Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T16:16:27.300Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c09b1d21-6687-4176-a811-0ea00cfd605a", "consumerID": "ves-openapi-manager", "timestamp": 1629389624473, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-08-19T16:16:27.305Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of c09b1d21-6687-4176-a811-0ea00cfd605a 2021-08-19T16:16:27.306Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId c09b1d21-6687-4176-a811-0ea00cfd605a and ComponentName Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-08-19T16:16:27.315Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T16:16:27.315Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c09b1d21-6687-4176-a811-0ea00cfd605a", "consumerID": "policy-id", "timestamp": 1629389624499, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-08-19T16:16:27.319Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c09b1d21-6687-4176-a811-0ea00cfd605a 2021-08-19T16:16:27.320Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId c09b1d21-6687-4176-a811-0ea00cfd605a and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-08-19T16:16:27.327Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T16:16:27.327Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c09b1d21-6687-4176-a811-0ea00cfd605a", "consumerID": "clamp", "timestamp": 1629389624555, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRkipvkgspzmrkzalqu86/1.0/artifacts/service-DemoPnfRkipvkgspzmrkzalqu86-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-19T16:16:27.327Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-19T16:16:27.327Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T16:16:27.328Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7fa8e4f3-f161-42b8-8f36-1300e85f37ae", "consumerID": "cds", "timestamp": 1629389624006, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819161144/1.0/resourceInstances/vfw9a0053ee4a160/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-19T16:16:27.328Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T16:16:27.328Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T16:16:27.328Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c09b1d21-6687-4176-a811-0ea00cfd605a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629389625633, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRkipvkgspzmrkzalqu86/1.0/artifacts/service-DemoPnfRkipvkgspzmrkzalqu86-csar.csar", "status": "DEPLOY_OK" } 2021-08-19T16:16:27.328Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-19T16:16:27.329Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T16:16:27.329Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7fa8e4f3-f161-42b8-8f36-1300e85f37ae", "consumerID": "cds", "timestamp": 1629389624006, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819161144/1.0/resourceInstances/vfw9a0053ee4a160/artifacts/vfw9a0053ee4a160_modules.json", "status": "NOT_NOTIFIED" } 2021-08-19T16:16:27.329Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T16:16:27.329Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T16:16:27.329Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c09b1d21-6687-4176-a811-0ea00cfd605a", "consumerID": "aai-ml", "timestamp": 1629389625960, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRkipvkgspzmrkzalqu86/1.0/artifacts/service-DemoPnfRkipvkgspzmrkzalqu86-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-19T16:16:27.330Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-19T16:16:27.330Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T16:16:27.330Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7fa8e4f3-f161-42b8-8f36-1300e85f37ae", "consumerID": "multicloud-k8s-id", "timestamp": 1629389625352, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819161144/1.0/resourceInstances/vfw9a0053ee4a160/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-19T16:16:27.330Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T16:16:27.330Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T16:16:27.331Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7fa8e4f3-f161-42b8-8f36-1300e85f37ae", "consumerID": "ves-openapi-manager", "timestamp": 1629389625478, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819161144/1.0/resourceInstances/vfw9a0053ee4a160/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-19T16:16:27.331Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T16:16:27.331Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T16:16:27.331Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c09b1d21-6687-4176-a811-0ea00cfd605a", "consumerID": "clamp", "timestamp": 1629389626562, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRkipvkgspzmrkzalqu86/1.0/artifacts/service-DemoPnfRkipvkgspzmrkzalqu86-csar.csar", "status": "DEPLOY_OK" } 2021-08-19T16:16:27.331Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-19T16:16:27.332Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T16:16:27.332Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c09b1d21-6687-4176-a811-0ea00cfd605a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629389626639, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-08-19T16:16:27.337Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c09b1d21-6687-4176-a811-0ea00cfd605a 2021-08-19T16:16:27.337Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId c09b1d21-6687-4176-a811-0ea00cfd605a and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-08-19T16:16:27.344Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T16:16:27.344Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7fa8e4f3-f161-42b8-8f36-1300e85f37ae", "consumerID": "cds", "timestamp": 1629389624006, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819161144/1.0/resourceInstances/vfw9a0053ee4a160/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-08-19T16:16:27.344Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T16:16:27.345Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T16:16:27.345Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7fa8e4f3-f161-42b8-8f36-1300e85f37ae", "consumerID": "multicloud-k8s-id", "timestamp": 1629389625352, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819161144/1.0/resourceInstances/vfw9a0053ee4a160/artifacts/vfw9a0053ee4a160_modules.json", "status": "NOTIFIED" } 2021-08-19T16:16:27.345Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T16:16:27.345Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T16:16:27.345Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7fa8e4f3-f161-42b8-8f36-1300e85f37ae", "consumerID": "ves-openapi-manager", "timestamp": 1629389625478, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819161144/1.0/resourceInstances/vfw9a0053ee4a160/artifacts/vfw9a0053ee4a160_modules.json", "status": "NOT_NOTIFIED" } 2021-08-19T16:16:27.346Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T16:16:27.346Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T16:16:27.346Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c09b1d21-6687-4176-a811-0ea00cfd605a", "consumerID": "clamp", "timestamp": 1629389627566, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-08-19T16:16:27.349Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of c09b1d21-6687-4176-a811-0ea00cfd605a 2021-08-19T16:16:27.350Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId c09b1d21-6687-4176-a811-0ea00cfd605a and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-08-19T16:16:27.357Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T16:16:27.358Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7fa8e4f3-f161-42b8-8f36-1300e85f37ae", "consumerID": "cds", "timestamp": 1629389624006, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819161144/1.0/resourceInstances/vfw9a0053ee4a160/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-19T16:16:27.358Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T16:16:27.358Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T16:16:27.358Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7fa8e4f3-f161-42b8-8f36-1300e85f37ae", "consumerID": "multicloud-k8s-id", "timestamp": 1629389625352, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819161144/1.0/resourceInstances/vfw9a0053ee4a160/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-08-19T16:16:27.359Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T16:16:27.359Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T16:16:27.359Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7fa8e4f3-f161-42b8-8f36-1300e85f37ae", "consumerID": "ves-openapi-manager", "timestamp": 1629389625478, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819161144/1.0/resourceInstances/vfw9a0053ee4a160/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-08-19T16:16:27.359Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T16:16:27.359Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T16:16:27.359Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7fa8e4f3-f161-42b8-8f36-1300e85f37ae", "consumerID": "cds", "timestamp": 1629389624006, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819161144/1.0/resourceInstances/vfw9a0053ee4a160/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-08-19T16:16:27.360Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T16:16:27.360Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T16:16:27.360Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7fa8e4f3-f161-42b8-8f36-1300e85f37ae", "consumerID": "multicloud-k8s-id", "timestamp": 1629389625352, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819161144/1.0/resourceInstances/vfw9a0053ee4a160/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-19T16:16:27.360Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T16:16:27.360Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T16:16:27.361Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7fa8e4f3-f161-42b8-8f36-1300e85f37ae", "consumerID": "policy-id", "timestamp": 1629389628443, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819161144/1.0/resourceInstances/vfw9a0053ee4a160/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-19T16:16:27.361Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T16:16:27.361Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T16:16:27.361Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7fa8e4f3-f161-42b8-8f36-1300e85f37ae", "consumerID": "ves-openapi-manager", "timestamp": 1629389625478, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819161144/1.0/resourceInstances/vfw9a0053ee4a160/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-19T16:16:27.362Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T16:16:27.362Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T16:16:27.362Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7fa8e4f3-f161-42b8-8f36-1300e85f37ae", "consumerID": "cds", "timestamp": 1629389624006, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819161144/1.0/artifacts/service-Vfw20210819161144-template.yml", "status": "NOT_NOTIFIED" } 2021-08-19T16:16:27.362Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T16:16:27.362Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T16:16:27.362Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7fa8e4f3-f161-42b8-8f36-1300e85f37ae", "consumerID": "multicloud-k8s-id", "timestamp": 1629389625352, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819161144/1.0/resourceInstances/vfw9a0053ee4a160/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-08-19T16:16:27.363Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T16:16:27.363Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T16:16:27.363Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7fa8e4f3-f161-42b8-8f36-1300e85f37ae", "consumerID": "policy-id", "timestamp": 1629389628443, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819161144/1.0/resourceInstances/vfw9a0053ee4a160/artifacts/vfw9a0053ee4a160_modules.json", "status": "NOT_NOTIFIED" } 2021-08-19T16:16:27.363Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T16:16:27.363Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T16:16:27.363Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7fa8e4f3-f161-42b8-8f36-1300e85f37ae", "consumerID": "ves-openapi-manager", "timestamp": 1629389625478, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819161144/1.0/resourceInstances/vfw9a0053ee4a160/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-08-19T16:16:27.364Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T16:16:27.364Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T16:16:27.364Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7fa8e4f3-f161-42b8-8f36-1300e85f37ae", "consumerID": "cds", "timestamp": 1629389624006, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819161144/1.0/artifacts/service-Vfw20210819161144-csar.csar", "status": "NOTIFIED" } 2021-08-19T16:16:27.364Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T16:16:27.364Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T16:16:27.365Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7fa8e4f3-f161-42b8-8f36-1300e85f37ae", "consumerID": "multicloud-k8s-id", "timestamp": 1629389625352, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819161144/1.0/artifacts/service-Vfw20210819161144-template.yml", "status": "NOT_NOTIFIED" } 2021-08-19T16:16:27.365Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T16:16:27.365Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T16:16:27.365Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7fa8e4f3-f161-42b8-8f36-1300e85f37ae", "consumerID": "policy-id", "timestamp": 1629389628443, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819161144/1.0/resourceInstances/vfw9a0053ee4a160/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-08-19T16:16:27.365Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T16:16:27.366Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T16:16:27.366Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7fa8e4f3-f161-42b8-8f36-1300e85f37ae", "consumerID": "ves-openapi-manager", "timestamp": 1629389625478, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819161144/1.0/artifacts/service-Vfw20210819161144-template.yml", "status": "NOT_NOTIFIED" } 2021-08-19T16:16:27.366Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T16:16:27.366Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T16:16:27.366Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c09b1d21-6687-4176-a811-0ea00cfd605a", "consumerID": "aai-ml", "timestamp": 1629389631218, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRkipvkgspzmrkzalqu86/1.0/artifacts/service-DemoPnfRkipvkgspzmrkzalqu86-csar.csar", "status": "DEPLOY_ERROR" } 2021-08-19T16:16:27.367Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-19T16:16:27.367Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T16:16:27.367Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7fa8e4f3-f161-42b8-8f36-1300e85f37ae", "consumerID": "multicloud-k8s-id", "timestamp": 1629389625352, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819161144/1.0/artifacts/service-Vfw20210819161144-csar.csar", "status": "NOTIFIED" } 2021-08-19T16:16:27.367Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T16:16:27.367Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T16:16:27.367Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7fa8e4f3-f161-42b8-8f36-1300e85f37ae", "consumerID": "policy-id", "timestamp": 1629389628443, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819161144/1.0/resourceInstances/vfw9a0053ee4a160/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-19T16:16:27.368Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T16:16:27.368Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T16:16:27.368Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7fa8e4f3-f161-42b8-8f36-1300e85f37ae", "consumerID": "ves-openapi-manager", "timestamp": 1629389625478, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819161144/1.0/artifacts/service-Vfw20210819161144-csar.csar", "status": "NOT_NOTIFIED" } 2021-08-19T16:16:27.368Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T16:16:27.368Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T16:16:27.369Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c09b1d21-6687-4176-a811-0ea00cfd605a", "consumerID": "aai-ml", "timestamp": 1629389632222, "artifactURL": "", "status": "COMPONENT_DONE_ERROR", "errorReason": "deploy failure", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-08-19T16:16:27.372Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of c09b1d21-6687-4176-a811-0ea00cfd605a 2021-08-19T16:16:27.373Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId c09b1d21-6687-4176-a811-0ea00cfd605a and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-08-19T16:16:27.381Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T16:16:27.381Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7fa8e4f3-f161-42b8-8f36-1300e85f37ae", "consumerID": "cds", "timestamp": 1629389632392, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819161144/1.0/artifacts/service-Vfw20210819161144-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-19T16:16:27.382Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-19T16:16:27.382Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T16:16:27.382Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7fa8e4f3-f161-42b8-8f36-1300e85f37ae", "consumerID": "policy-id", "timestamp": 1629389628443, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819161144/1.0/resourceInstances/vfw9a0053ee4a160/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-08-19T16:16:27.383Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T16:16:27.383Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T16:16:27.383Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7fa8e4f3-f161-42b8-8f36-1300e85f37ae", "consumerID": "aai-ml", "timestamp": 1629389616605, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819161144/1.0/resourceInstances/vfw9a0053ee4a160/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-19T16:16:27.384Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T16:16:27.384Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T16:16:27.384Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7fa8e4f3-f161-42b8-8f36-1300e85f37ae", "consumerID": "multicloud-k8s-id", "timestamp": 1629389633265, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819161144/1.0/resourceInstances/vfw9a0053ee4a160/artifacts/vfw9a0053ee4a160_modules.json", "status": "DOWNLOAD_OK" } 2021-08-19T16:16:27.384Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-19T16:16:27.384Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T16:16:27.384Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7fa8e4f3-f161-42b8-8f36-1300e85f37ae", "consumerID": "cds", "timestamp": 1629389633400, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819161144/1.0/artifacts/service-Vfw20210819161144-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-08-19T16:16:27.394Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 7fa8e4f3-f161-42b8-8f36-1300e85f37ae 2021-08-19T16:16:27.395Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7fa8e4f3-f161-42b8-8f36-1300e85f37ae and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-08-19T16:16:27.402Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T16:16:27.402Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7fa8e4f3-f161-42b8-8f36-1300e85f37ae", "consumerID": "policy-id", "timestamp": 1629389628443, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819161144/1.0/artifacts/service-Vfw20210819161144-template.yml", "status": "NOT_NOTIFIED" } 2021-08-19T16:16:27.402Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T16:16:27.403Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T16:16:27.403Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7fa8e4f3-f161-42b8-8f36-1300e85f37ae", "consumerID": "aai-ml", "timestamp": 1629389616605, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819161144/1.0/resourceInstances/vfw9a0053ee4a160/artifacts/vfw9a0053ee4a160_modules.json", "status": "NOT_NOTIFIED" } 2021-08-19T16:16:27.403Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T16:16:27.403Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T16:16:27.404Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7fa8e4f3-f161-42b8-8f36-1300e85f37ae", "consumerID": "multicloud-k8s-id", "timestamp": 1629389634454, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819161144/1.0/resourceInstances/vfw9a0053ee4a160/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-08-19T16:16:27.404Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-19T16:16:27.404Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T16:16:27.404Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7fa8e4f3-f161-42b8-8f36-1300e85f37ae", "consumerID": "policy-id", "timestamp": 1629389628443, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819161144/1.0/artifacts/service-Vfw20210819161144-csar.csar", "status": "NOTIFIED" } 2021-08-19T16:16:27.405Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T16:16:27.405Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T16:16:27.405Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7fa8e4f3-f161-42b8-8f36-1300e85f37ae", "consumerID": "aai-ml", "timestamp": 1629389616605, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819161144/1.0/resourceInstances/vfw9a0053ee4a160/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-08-19T16:16:27.406Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T16:16:27.406Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T16:16:27.406Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7fa8e4f3-f161-42b8-8f36-1300e85f37ae", "consumerID": "dcae-sch", "timestamp": 1629389635305, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819161144/1.0/resourceInstances/vfw9a0053ee4a160/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-19T16:16:27.406Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T16:16:27.407Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T16:16:27.407Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7fa8e4f3-f161-42b8-8f36-1300e85f37ae", "consumerID": "multicloud-k8s-id", "timestamp": 1629389635849, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819161144/1.0/resourceInstances/vfw9a0053ee4a160/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-08-19T16:16:27.407Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-19T16:16:27.407Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T16:16:27.408Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7fa8e4f3-f161-42b8-8f36-1300e85f37ae", "consumerID": "aai-ml", "timestamp": 1629389616605, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819161144/1.0/resourceInstances/vfw9a0053ee4a160/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-19T16:16:27.408Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T16:16:27.408Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T16:16:27.409Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7fa8e4f3-f161-42b8-8f36-1300e85f37ae", "consumerID": "policy-id", "timestamp": 1629389636775, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819161144/1.0/artifacts/service-Vfw20210819161144-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-19T16:16:27.409Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-19T16:16:27.409Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T16:16:27.409Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7fa8e4f3-f161-42b8-8f36-1300e85f37ae", "consumerID": "clamp", "timestamp": 1629389636172, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819161144/1.0/resourceInstances/vfw9a0053ee4a160/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-19T16:16:27.410Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T16:16:27.410Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T16:16:27.410Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7fa8e4f3-f161-42b8-8f36-1300e85f37ae", "consumerID": "dcae-sch", "timestamp": 1629389635305, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819161144/1.0/resourceInstances/vfw9a0053ee4a160/artifacts/vfw9a0053ee4a160_modules.json", "status": "NOT_NOTIFIED" } 2021-08-19T16:16:27.410Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T16:16:27.411Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T16:16:27.411Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7fa8e4f3-f161-42b8-8f36-1300e85f37ae", "consumerID": "multicloud-k8s-id", "timestamp": 1629389636883, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-08-19T16:16:27.415Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7fa8e4f3-f161-42b8-8f36-1300e85f37ae 2021-08-19T16:16:27.416Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7fa8e4f3-f161-42b8-8f36-1300e85f37ae and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-08-19T16:16:27.423Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T16:16:27.423Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7fa8e4f3-f161-42b8-8f36-1300e85f37ae", "consumerID": "aai-ml", "timestamp": 1629389616605, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819161144/1.0/resourceInstances/vfw9a0053ee4a160/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-08-19T16:16:27.423Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T16:16:27.423Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T16:16:27.423Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7fa8e4f3-f161-42b8-8f36-1300e85f37ae", "consumerID": "policy-id", "timestamp": 1629389637781, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819161144/1.0/artifacts/service-Vfw20210819161144-csar.csar", "status": "DEPLOY_OK" } 2021-08-19T16:16:27.424Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-19T16:16:27.424Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T16:16:27.424Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7fa8e4f3-f161-42b8-8f36-1300e85f37ae", "consumerID": "clamp", "timestamp": 1629389636172, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819161144/1.0/resourceInstances/vfw9a0053ee4a160/artifacts/vfw9a0053ee4a160_modules.json", "status": "NOTIFIED" } 2021-08-19T16:16:27.424Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T16:16:27.424Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T16:16:27.424Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7fa8e4f3-f161-42b8-8f36-1300e85f37ae", "consumerID": "dcae-sch", "timestamp": 1629389635305, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819161144/1.0/resourceInstances/vfw9a0053ee4a160/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-08-19T16:16:27.425Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T16:16:27.425Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T16:16:27.425Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7fa8e4f3-f161-42b8-8f36-1300e85f37ae", "consumerID": "multicloud-k8s-id", "timestamp": 1629389637887, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819161144/1.0/resourceInstances/vfw9a0053ee4a160/artifacts/vfw9a0053ee4a160_modules.json", "status": "DEPLOY_OK" } 2021-08-19T16:16:27.425Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-19T16:16:27.425Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T16:16:27.426Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7fa8e4f3-f161-42b8-8f36-1300e85f37ae", "consumerID": "aai-ml", "timestamp": 1629389616605, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819161144/1.0/artifacts/service-Vfw20210819161144-template.yml", "status": "NOT_NOTIFIED" } 2021-08-19T16:16:27.426Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T16:16:27.426Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T16:16:27.426Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7fa8e4f3-f161-42b8-8f36-1300e85f37ae", "consumerID": "policy-id", "timestamp": 1629389638785, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-08-19T16:16:27.430Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7fa8e4f3-f161-42b8-8f36-1300e85f37ae 2021-08-19T16:16:27.430Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7fa8e4f3-f161-42b8-8f36-1300e85f37ae and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2021-08-19T16:16:27.442Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T16:16:27.442Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7fa8e4f3-f161-42b8-8f36-1300e85f37ae", "consumerID": "clamp", "timestamp": 1629389636172, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819161144/1.0/resourceInstances/vfw9a0053ee4a160/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-08-19T16:16:27.443Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T16:16:27.443Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T16:16:27.443Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7fa8e4f3-f161-42b8-8f36-1300e85f37ae", "consumerID": "dcae-sch", "timestamp": 1629389635305, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819161144/1.0/resourceInstances/vfw9a0053ee4a160/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-19T16:16:27.443Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T16:16:27.443Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T16:16:27.443Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7fa8e4f3-f161-42b8-8f36-1300e85f37ae", "consumerID": "aai-ml", "timestamp": 1629389616605, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819161144/1.0/artifacts/service-Vfw20210819161144-csar.csar", "status": "NOTIFIED" } 2021-08-19T16:16:27.444Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T16:16:27.444Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T16:16:27.444Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7fa8e4f3-f161-42b8-8f36-1300e85f37ae", "consumerID": "clamp", "timestamp": 1629389636172, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819161144/1.0/resourceInstances/vfw9a0053ee4a160/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-19T16:16:27.444Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T16:16:27.445Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T16:16:27.445Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7fa8e4f3-f161-42b8-8f36-1300e85f37ae", "consumerID": "dcae-sch", "timestamp": 1629389635305, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819161144/1.0/resourceInstances/vfw9a0053ee4a160/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-08-19T16:16:27.445Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T16:16:27.445Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T16:16:27.445Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7fa8e4f3-f161-42b8-8f36-1300e85f37ae", "consumerID": "clamp", "timestamp": 1629389636172, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819161144/1.0/resourceInstances/vfw9a0053ee4a160/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-08-19T16:16:27.446Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T16:16:27.446Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T16:16:27.446Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7fa8e4f3-f161-42b8-8f36-1300e85f37ae", "consumerID": "dcae-sch", "timestamp": 1629389635305, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819161144/1.0/artifacts/service-Vfw20210819161144-template.yml", "status": "NOT_NOTIFIED" } 2021-08-19T16:16:27.446Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T16:16:27.447Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T16:16:27.447Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7fa8e4f3-f161-42b8-8f36-1300e85f37ae", "consumerID": "clamp", "timestamp": 1629389636172, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819161144/1.0/artifacts/service-Vfw20210819161144-template.yml", "status": "NOT_NOTIFIED" } 2021-08-19T16:16:27.447Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T16:16:27.447Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T16:16:27.447Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7fa8e4f3-f161-42b8-8f36-1300e85f37ae", "consumerID": "dcae-sch", "timestamp": 1629389635305, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819161144/1.0/artifacts/service-Vfw20210819161144-csar.csar", "status": "NOT_NOTIFIED" } 2021-08-19T16:16:27.448Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T16:16:27.448Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T16:16:27.448Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7fa8e4f3-f161-42b8-8f36-1300e85f37ae", "consumerID": "aai-ml", "timestamp": 1629389641862, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819161144/1.0/artifacts/service-Vfw20210819161144-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-19T16:16:27.448Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-19T16:16:27.448Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T16:16:27.449Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7fa8e4f3-f161-42b8-8f36-1300e85f37ae", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629389641866, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819161144/1.0/resourceInstances/vfw9a0053ee4a160/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-19T16:16:27.449Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T16:16:27.449Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T16:16:27.449Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7fa8e4f3-f161-42b8-8f36-1300e85f37ae", "consumerID": "clamp", "timestamp": 1629389636172, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819161144/1.0/artifacts/service-Vfw20210819161144-csar.csar", "status": "NOTIFIED" } 2021-08-19T16:16:27.449Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T16:16:27.449Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T16:16:27.450Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7fa8e4f3-f161-42b8-8f36-1300e85f37ae", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629389641866, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819161144/1.0/resourceInstances/vfw9a0053ee4a160/artifacts/vfw9a0053ee4a160_modules.json", "status": "NOT_NOTIFIED" } 2021-08-19T16:16:27.450Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T16:16:27.450Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T16:16:27.450Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7fa8e4f3-f161-42b8-8f36-1300e85f37ae", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629389641866, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819161144/1.0/resourceInstances/vfw9a0053ee4a160/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-08-19T16:16:27.450Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T16:16:27.451Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T16:16:27.451Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7fa8e4f3-f161-42b8-8f36-1300e85f37ae", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629389641866, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819161144/1.0/resourceInstances/vfw9a0053ee4a160/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-19T16:16:27.451Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T16:16:27.451Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T16:16:27.452Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7fa8e4f3-f161-42b8-8f36-1300e85f37ae", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629389641866, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819161144/1.0/resourceInstances/vfw9a0053ee4a160/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-08-19T16:16:27.452Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T16:16:27.452Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T16:16:27.452Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7fa8e4f3-f161-42b8-8f36-1300e85f37ae", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629389641866, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819161144/1.0/artifacts/service-Vfw20210819161144-template.yml", "status": "NOT_NOTIFIED" } 2021-08-19T16:16:27.452Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T16:16:27.452Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T16:16:27.453Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7fa8e4f3-f161-42b8-8f36-1300e85f37ae", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629389641866, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819161144/1.0/artifacts/service-Vfw20210819161144-csar.csar", "status": "NOTIFIED" } 2021-08-19T16:16:27.453Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T16:16:27.453Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T16:16:27.453Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7fa8e4f3-f161-42b8-8f36-1300e85f37ae", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629389650109, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819161144/1.0/artifacts/service-Vfw20210819161144-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-19T16:16:27.453Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-19T16:16:27.453Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T16:16:27.454Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7fa8e4f3-f161-42b8-8f36-1300e85f37ae", "consumerID": "aai-ml", "timestamp": 1629389650433, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819161144/1.0/artifacts/service-Vfw20210819161144-csar.csar", "status": "DEPLOY_ERROR" } 2021-08-19T16:16:27.454Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-19T16:16:27.454Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T16:16:27.454Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7fa8e4f3-f161-42b8-8f36-1300e85f37ae", "consumerID": "aai-ml", "timestamp": 1629389651436, "artifactURL": "", "status": "COMPONENT_DONE_ERROR", "errorReason": "deploy failure", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-08-19T16:16:27.459Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 7fa8e4f3-f161-42b8-8f36-1300e85f37ae 2021-08-19T16:16:27.459Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7fa8e4f3-f161-42b8-8f36-1300e85f37ae and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-08-19T16:16:27.466Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T16:16:27.466Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7fa8e4f3-f161-42b8-8f36-1300e85f37ae", "consumerID": "clamp", "timestamp": 1629389651561, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819161144/1.0/artifacts/service-Vfw20210819161144-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-19T16:16:27.467Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-19T16:16:27.467Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T16:16:27.467Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7fa8e4f3-f161-42b8-8f36-1300e85f37ae", "consumerID": "clamp", "timestamp": 1629389652586, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819161144/1.0/artifacts/service-Vfw20210819161144-csar.csar", "status": "DEPLOY_OK" } 2021-08-19T16:16:27.467Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-19T16:16:27.467Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T16:16:27.467Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7fa8e4f3-f161-42b8-8f36-1300e85f37ae", "consumerID": "clamp", "timestamp": 1629389653591, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-08-19T16:16:27.471Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 7fa8e4f3-f161-42b8-8f36-1300e85f37ae 2021-08-19T16:16:27.471Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7fa8e4f3-f161-42b8-8f36-1300e85f37ae and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-08-19T16:16:27.482Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T16:16:27.483Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7fa8e4f3-f161-42b8-8f36-1300e85f37ae", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629389653839, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819161144/1.0/artifacts/service-Vfw20210819161144-csar.csar", "status": "DEPLOY_OK" } 2021-08-19T16:16:27.483Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-19T16:16:27.483Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T16:16:27.483Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7fa8e4f3-f161-42b8-8f36-1300e85f37ae", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629389654844, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-08-19T16:16:27.486Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 7fa8e4f3-f161-42b8-8f36-1300e85f37ae 2021-08-19T16:16:27.487Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7fa8e4f3-f161-42b8-8f36-1300e85f37ae and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-08-19T16:16:44.700Z|c09b1d21-6687-4176-a811-0ea00cfd605a|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c09b1d21-6687-4176-a811-0ea00cfd605a Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-08-19T16:16:44.717Z|c09b1d21-6687-4176-a811-0ea00cfd605a|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c09b1d21-6687-4176-a811-0ea00cfd605a Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-08-19T16:16:44.719Z|c09b1d21-6687-4176-a811-0ea00cfd605a|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-08-19T16:16:44.719Z|c09b1d21-6687-4176-a811-0ea00cfd605a|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-08-19T16:16:44.719Z|c09b1d21-6687-4176-a811-0ea00cfd605a|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-08-19T16:16:44.720Z|c09b1d21-6687-4176-a811-0ea00cfd605a|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-08-19T16:16:44.720Z|c09b1d21-6687-4176-a811-0ea00cfd605a|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-19T16:16:44.720Z|c09b1d21-6687-4176-a811-0ea00cfd605a|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 2021-08-19T16:16:44.720Z|c09b1d21-6687-4176-a811-0ea00cfd605a|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-08-19T16:16:44.725Z|c09b1d21-6687-4176-a811-0ea00cfd605a|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-08-19T16:17:14.728Z|c09b1d21-6687-4176-a811-0ea00cfd605a|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c09b1d21-6687-4176-a811-0ea00cfd605a and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2021-08-19T16:17:14.738Z|c09b1d21-6687-4176-a811-0ea00cfd605a|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c09b1d21-6687-4176-a811-0ea00cfd605a and serviceModelVersionId: a0f0b7cd-51b2-44a2-b213-b33315a684ef 2021-08-19T16:17:14.738Z|c09b1d21-6687-4176-a811-0ea00cfd605a|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6c3dfd33-857c-40a2-915d-4093d9f33024 2021-08-19T16:17:14.740Z|c09b1d21-6687-4176-a811-0ea00cfd605a|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6c3dfd33-857c-40a2-915d-4093d9f33024/model-vers/model-ver/a0f0b7cd-51b2-44a2-b213-b33315a684ef?depth=0 2021-08-19T16:17:14.752Z|c09b1d21-6687-4176-a811-0ea00cfd605a|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context! 2021-08-19T16:17:14.817Z|c09b1d21-6687-4176-a811-0ea00cfd605a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6c3dfd33-857c-40a2-915d-4093d9f33024/model-vers/model-ver/a0f0b7cd-51b2-44a2-b213-b33315a684ef?depth=0|INFO|500||Invoke 2021-08-19T16:17:14.818Z|c09b1d21-6687-4176-a811-0ea00cfd605a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6c3dfd33-857c-40a2-915d-4093d9f33024/model-vers/model-ver/a0f0b7cd-51b2-44a2-b213-b33315a684ef?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6c3dfd33-857c-40a2-915d-4093d9f33024/model-vers/model-ver/a0f0b7cd-51b2-44a2-b213-b33315a684ef?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[c09b1d21-6687-4176-a811-0ea00cfd605a], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[5d5bb5b3-0fa4-4dd3-b0d4-a8a077f0b3d9], X-ECOMP-RequestID=[c09b1d21-6687-4176-a811-0ea00cfd605a], X-TransactionId=[], X-ONAP-RequestID=[c09b1d21-6687-4176-a811-0ea00cfd605a], Content-Type=[application/merge-patch+json]} 2021-08-19T16:17:14.846Z|c09b1d21-6687-4176-a811-0ea00cfd605a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6c3dfd33-857c-40a2-915d-4093d9f33024/model-vers/model-ver/a0f0b7cd-51b2-44a2-b213-b33315a684ef?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"} 2021-08-19T16:17:14.894Z|c09b1d21-6687-4176-a811-0ea00cfd605a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6c3dfd33-857c-40a2-915d-4093d9f33024/model-vers/model-ver/a0f0b7cd-51b2-44a2-b213-b33315a684ef?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/6c3dfd33-857c-40a2-915d-4093d9f33024/model-vers/model-ver/a0f0b7cd-51b2-44a2-b213-b33315a684ef?depth=0 has http status code:404 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210819-16:17:14:857-92861], Content-Length=[495], Date=[Thu, 19 Aug 2021 16:17:14 GMT], Content-Type=[application/json]} 2021-08-19T16:17:14.896Z|c09b1d21-6687-4176-a811-0ea00cfd605a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6c3dfd33-857c-40a2-915d-4093d9f33024/model-vers/model-ver/a0f0b7cd-51b2-44a2-b213-b33315a684ef?depth=0|DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["MERGE_PATCH","service-design-and-creation/models/model/6c3dfd33-857c-40a2-915d-4093d9f33024/model-vers/model-ver/a0f0b7cd-51b2-44a2-b213-b33315a684ef","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/6c3dfd33-857c-40a2-915d-4093d9f33024/model-vers/model-ver/a0f0b7cd-51b2-44a2-b213-b33315a684ef","ERR.5.4.6114"]}}} 2021-08-19T16:17:14.897Z|c09b1d21-6687-4176-a811-0ea00cfd605a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6c3dfd33-857c-40a2-915d-4093d9f33024/model-vers/model-ver/a0f0b7cd-51b2-44a2-b213-b33315a684ef?depth=0|INFO|404|Not Found|InvokeReturn 2021-08-19T16:17:14.903Z|c09b1d21-6687-4176-a811-0ea00cfd605a|pool-2-thread-10|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=c09b1d21-6687-4176-a811-0ea00cfd605a Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/6c3dfd33-857c-40a2-915d-4093d9f33024/model-vers/model-ver/a0f0b7cd-51b2-44a2-b213-b33315a684ef (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/6c3dfd33-857c-40a2-915d-4093d9f33024/model-vers/model-ver/a0f0b7cd-51b2-44a2-b213-b33315a684ef) (ec=ERR.5.4.6114) 2021-08-19T16:17:14.903Z|c09b1d21-6687-4176-a811-0ea00cfd605a|pool-2-thread-10|||||ERROR|500||Exception occurred javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=c09b1d21-6687-4176-a811-0ea00cfd605a Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/6c3dfd33-857c-40a2-915d-4093d9f33024/model-vers/model-ver/a0f0b7cd-51b2-44a2-b213-b33315a684ef (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/6c3dfd33-857c-40a2-915d-4093d9f33024/model-vers/model-ver/a0f0b7cd-51b2-44a2-b213-b33315a684ef) (ec=ERR.5.4.6114) at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:74) at org.onap.so.client.RestRequest.get(RestRequest.java:77) at org.onap.so.client.RestClient.buildRequest(RestClient.java:326) at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322) at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283) at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67) at net.jodah.failsafe.Execution.executeSync(Execution.java:117) at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319) at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71) at org.onap.so.client.RestClient.method(RestClient.java:322) at org.onap.so.client.RestClient.patch(RestClient.java:265) at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81) at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184) at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-08-19T16:17:14.904Z|c09b1d21-6687-4176-a811-0ea00cfd605a|pool-2-thread-10|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=c09b1d21-6687-4176-a811-0ea00cfd605a Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/6c3dfd33-857c-40a2-915d-4093d9f33024/model-vers/model-ver/a0f0b7cd-51b2-44a2-b213-b33315a684ef (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/6c3dfd33-857c-40a2-915d-4093d9f33024/model-vers/model-ver/a0f0b7cd-51b2-44a2-b213-b33315a684ef) (ec=ERR.5.4.6114) 2021-08-19T16:17:14.904Z|c09b1d21-6687-4176-a811-0ea00cfd605a|pool-2-thread-10|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=c09b1d21-6687-4176-a811-0ea00cfd605a Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/6c3dfd33-857c-40a2-915d-4093d9f33024/model-vers/model-ver/a0f0b7cd-51b2-44a2-b213-b33315a684ef (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/6c3dfd33-857c-40a2-915d-4093d9f33024/model-vers/model-ver/a0f0b7cd-51b2-44a2-b213-b33315a684ef) (ec=ERR.5.4.6114) Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-08-19T16:17:14.909Z|c09b1d21-6687-4176-a811-0ea00cfd605a|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-08-19T16:17:14.910Z|c09b1d21-6687-4176-a811-0ea00cfd605a|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c09b1d21-6687-4176-a811-0ea00cfd605a and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=c09b1d21-6687-4176-a811-0ea00cfd605a Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/6c3dfd33-857c-40a2-915d-4093d9f33024/model-vers/model-ver/a0f0b7cd-51b2-44a2-b213-b33315a684ef (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/6c3dfd33-857c-40a2-915d-4093d9f33024/model-vers/model-ver/a0f0b7cd-51b2-44a2-b213-b33315a684ef) (ec=ERR.5.4.6114) 2021-08-19T16:17:14.910Z|c09b1d21-6687-4176-a811-0ea00cfd605a|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2021-08-19T16:17:14.910Z|c09b1d21-6687-4176-a811-0ea00cfd605a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-19T16:17:14.913Z|c09b1d21-6687-4176-a811-0ea00cfd605a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-19T16:17:14.913Z|c09b1d21-6687-4176-a811-0ea00cfd605a|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "c09b1d21-6687-4176-a811-0ea00cfd605a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629389834910, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003dc09b1d21-6687-4176-a811-0ea00cfd605a Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/6c3dfd33-857c-40a2-915d-4093d9f33024/model-vers/model-ver/a0f0b7cd-51b2-44a2-b213-b33315a684ef (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/6c3dfd33-857c-40a2-915d-4093d9f33024/model-vers/model-ver/a0f0b7cd-51b2-44a2-b213-b33315a684ef) (ec\u003dERR.5.4.6114)" } 2021-08-19T16:17:15.014Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-19T16:17:15.015Z||pool-136-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-19T16:17:15.015Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qoO1GatorxUOMWlm) ... 2021-08-19T16:17:15.033Z||pool-136-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T16:17:15.034Z||pool-136-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-08-19T16:17:15.951Z|c09b1d21-6687-4176-a811-0ea00cfd605a|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-19T16:17:15.952Z|c09b1d21-6687-4176-a811-0ea00cfd605a|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-19T16:17:15.952Z|c09b1d21-6687-4176-a811-0ea00cfd605a|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qoO1GatorxUOMWlm) ... 2021-08-19T16:17:20.266Z|c09b1d21-6687-4176-a811-0ea00cfd605a|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T16:17:20.268Z|c09b1d21-6687-4176-a811-0ea00cfd605a|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-19T16:17:20.268Z|c09b1d21-6687-4176-a811-0ea00cfd605a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"7fa8e4f3-f161-42b8-8f36-1300e85f37ae","serviceName":"vFW 2021-08-19 16-11-44","serviceVersion":"1.0","serviceUUID":"5d13cd2c-39a2-499c-9371-fbd6130fb9b5","serviceDescription":"catalog service description","serviceInvariantUUID":"3116cfa6-b58f-4771-ad3c-a8a9ca72798d","resources":[{"resourceInstanceName":"vFW 9a0053ee-4a16 0","resourceName":"vFW 9a0053ee-4a16","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"7439ebd7-495f-4f1a-b149-035d091f679c","resourceInvariantUUID":"c454766e-960c-4901-b332-2e4fcd06ee02","resourceCustomizationUUID":"c6542f8c-38b7-4d15-8bcc-e94a2fd24893","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210819161144/1.0/resourceInstances/vfw9a0053ee4a160/artifacts/vf-license-model.xml","artifactChecksum":"NWUyMmVhMTE0ODJkZDBmYzRjMWE1MTBlNjYzNjNhMWY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"9771b2ff-2053-4fa9-adfb-3970828ddf43","artifactVersion":"1"},{"artifactName":"vfw9a0053ee4a160_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20210819161144/1.0/resourceInstances/vfw9a0053ee4a160/artifacts/vfw9a0053ee4a160_modules.json","artifactChecksum":"NDFlNmQ5MTljN2IyZWM5NmU4MWU1YTE4NWI3YzlmNTk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"0486447d-21ec-4a60-baf7-71ab0cadc854","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20210819161144/1.0/resourceInstances/vfw9a0053ee4a160/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"b1cfc229-940d-41d1-92dd-acd5d90e2c50","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210819161144/1.0/resourceInstances/vfw9a0053ee4a160/artifacts/vendor-license-model.xml","artifactChecksum":"NmVmNjNlMjg0ZDA2ZWMyNzIzMmFmY2RhMTY1NWNkNWY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"fc0828da-ab60-4c8f-9096-2c75bcceb2f1","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20210819161144/1.0/resourceInstances/vfw9a0053ee4a160/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"4074b611-35c4-4924-a4d5-3ef2be19cc2a","artifactVersion":"2","generatedFromUUID":"b1cfc229-940d-41d1-92dd-acd5d90e2c50"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20210819161144-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20210819161144/1.0/artifacts/service-Vfw20210819161144-template.yml","artifactChecksum":"N2IwMmFkMTVkYmU5YWJhZGRjZGE5ZGQ2ZWYzZjU3MTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"07692838-06a5-4b03-9fab-2ab937372dfe","artifactVersion":"1"},{"artifactName":"service-Vfw20210819161144-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20210819161144/1.0/artifacts/service-Vfw20210819161144-csar.csar","artifactChecksum":"MDBiZDE3MTI2YjE2MThmMTI2YzAwZTIwNWIyOWY1OGY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4bc565a2-ac2d-4926-8d79-f00fdbc9e594","artifactVersion":"1"}],"workloadContext":"Production"} 2021-08-19T16:17:20.270Z|c09b1d21-6687-4176-a811-0ea00cfd605a|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-19T16:17:20.271Z|c09b1d21-6687-4176-a811-0ea00cfd605a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-19T16:17:20.274Z|c09b1d21-6687-4176-a811-0ea00cfd605a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-19T16:17:20.274Z|c09b1d21-6687-4176-a811-0ea00cfd605a|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "7fa8e4f3-f161-42b8-8f36-1300e85f37ae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629389835950, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819161144/1.0/resourceInstances/vfw9a0053ee4a160/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-19T16:17:20.374Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-19T16:17:20.375Z||pool-137-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-19T16:17:20.375Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qoO1GatorxUOMWlm) ... 2021-08-19T16:17:20.386Z||pool-137-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T16:17:20.387Z||pool-137-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-08-19T16:17:21.275Z|c09b1d21-6687-4176-a811-0ea00cfd605a|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-19T16:17:21.276Z|c09b1d21-6687-4176-a811-0ea00cfd605a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-19T16:17:21.279Z|c09b1d21-6687-4176-a811-0ea00cfd605a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-19T16:17:21.279Z|c09b1d21-6687-4176-a811-0ea00cfd605a|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "7fa8e4f3-f161-42b8-8f36-1300e85f37ae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629389835950, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819161144/1.0/resourceInstances/vfw9a0053ee4a160/artifacts/vfw9a0053ee4a160_modules.json", "status": "NOTIFIED" } 2021-08-19T16:17:21.379Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-08-19T16:17:21.380Z||pool-138-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-19T16:17:21.380Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qoO1GatorxUOMWlm) ... 2021-08-19T16:17:21.394Z||pool-138-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T16:17:21.394Z||pool-138-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-08-19T16:17:22.280Z|c09b1d21-6687-4176-a811-0ea00cfd605a|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-19T16:17:22.280Z|c09b1d21-6687-4176-a811-0ea00cfd605a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-19T16:17:22.282Z|c09b1d21-6687-4176-a811-0ea00cfd605a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-19T16:17:22.282Z|c09b1d21-6687-4176-a811-0ea00cfd605a|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "7fa8e4f3-f161-42b8-8f36-1300e85f37ae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629389835950, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819161144/1.0/resourceInstances/vfw9a0053ee4a160/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-08-19T16:17:22.382Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-08-19T16:17:22.383Z||pool-139-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-19T16:17:22.383Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qoO1GatorxUOMWlm) ... 2021-08-19T16:17:22.395Z||pool-139-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T16:17:22.396Z||pool-139-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-08-19T16:17:23.283Z|c09b1d21-6687-4176-a811-0ea00cfd605a|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-19T16:17:23.284Z|c09b1d21-6687-4176-a811-0ea00cfd605a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-19T16:17:23.286Z|c09b1d21-6687-4176-a811-0ea00cfd605a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-19T16:17:23.286Z|c09b1d21-6687-4176-a811-0ea00cfd605a|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "7fa8e4f3-f161-42b8-8f36-1300e85f37ae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629389835950, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819161144/1.0/resourceInstances/vfw9a0053ee4a160/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-19T16:17:23.387Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-19T16:17:23.388Z||pool-140-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-19T16:17:23.388Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qoO1GatorxUOMWlm) ... 2021-08-19T16:17:23.400Z||pool-140-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T16:17:23.400Z||pool-140-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-08-19T16:17:24.288Z|c09b1d21-6687-4176-a811-0ea00cfd605a|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-19T16:17:24.288Z|c09b1d21-6687-4176-a811-0ea00cfd605a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-19T16:17:24.292Z|c09b1d21-6687-4176-a811-0ea00cfd605a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-19T16:17:24.293Z|c09b1d21-6687-4176-a811-0ea00cfd605a|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "7fa8e4f3-f161-42b8-8f36-1300e85f37ae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629389835950, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819161144/1.0/resourceInstances/vfw9a0053ee4a160/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-08-19T16:17:24.392Z||pool-141-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-08-19T16:17:24.392Z||pool-141-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-19T16:17:24.392Z||pool-141-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qoO1GatorxUOMWlm) ... 2021-08-19T16:17:24.403Z||pool-141-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T16:17:24.403Z||pool-141-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-08-19T16:17:25.294Z|c09b1d21-6687-4176-a811-0ea00cfd605a|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-19T16:17:25.296Z|c09b1d21-6687-4176-a811-0ea00cfd605a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-19T16:17:25.298Z|c09b1d21-6687-4176-a811-0ea00cfd605a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-19T16:17:25.298Z|c09b1d21-6687-4176-a811-0ea00cfd605a|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "7fa8e4f3-f161-42b8-8f36-1300e85f37ae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629389835950, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819161144/1.0/artifacts/service-Vfw20210819161144-template.yml", "status": "NOT_NOTIFIED" } 2021-08-19T16:17:25.398Z||pool-142-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-19T16:17:25.399Z||pool-142-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-19T16:17:25.399Z||pool-142-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qoO1GatorxUOMWlm) ... 2021-08-19T16:17:25.413Z||pool-142-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T16:17:25.414Z||pool-142-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2021-08-19T16:17:26.299Z|c09b1d21-6687-4176-a811-0ea00cfd605a|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-19T16:17:26.300Z|c09b1d21-6687-4176-a811-0ea00cfd605a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-19T16:17:26.303Z|c09b1d21-6687-4176-a811-0ea00cfd605a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-19T16:17:26.303Z|c09b1d21-6687-4176-a811-0ea00cfd605a|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "7fa8e4f3-f161-42b8-8f36-1300e85f37ae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629389835950, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819161144/1.0/artifacts/service-Vfw20210819161144-csar.csar", "status": "NOTIFIED" } 2021-08-19T16:17:26.403Z||pool-143-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-19T16:17:26.404Z||pool-143-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-19T16:17:26.404Z||pool-143-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qoO1GatorxUOMWlm) ... 2021-08-19T16:17:26.417Z||pool-143-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T16:17:26.418Z||pool-143-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-08-19T16:17:27.198Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-19T16:17:27.198Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-19T16:17:27.198Z||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 qoO1GatorxUOMWlm) ... 2021-08-19T16:17:27.225Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T16:17:27.226Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T16:17:27.227Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "88272ee0-4d41-41b8-94a2-11cd6410acac", "consumerID": "cds", "timestamp": 1629389693000, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-19T16:17:27.228Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T16:17:27.228Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T16:17:27.228Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "88272ee0-4d41-41b8-94a2-11cd6410acac", "consumerID": "clamp", "timestamp": 1629389696172, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-19T16:17:27.229Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T16:17:27.229Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T16:17:27.229Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "88272ee0-4d41-41b8-94a2-11cd6410acac", "consumerID": "dcae-sch", "timestamp": 1629389695305, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-19T16:17:27.229Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T16:17:27.229Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T16:17:27.229Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "88272ee0-4d41-41b8-94a2-11cd6410acac", "consumerID": "clamp", "timestamp": 1629389696172, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-08-19T16:17:27.229Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T16:17:27.230Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T16:17:27.230Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "88272ee0-4d41-41b8-94a2-11cd6410acac", "consumerID": "dcae-sch", "timestamp": 1629389695305, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-08-19T16:17:27.230Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T16:17:27.230Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T16:17:27.230Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "88272ee0-4d41-41b8-94a2-11cd6410acac", "consumerID": "cds", "timestamp": 1629389693000, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-08-19T16:17:27.230Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T16:17:27.231Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T16:17:27.231Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "88272ee0-4d41-41b8-94a2-11cd6410acac", "consumerID": "dcae-sch", "timestamp": 1629389695305, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-08-19T16:17:27.231Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T16:17:27.231Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T16:17:27.232Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "88272ee0-4d41-41b8-94a2-11cd6410acac", "consumerID": "cds", "timestamp": 1629389693000, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-08-19T16:17:27.232Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T16:17:27.232Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T16:17:27.233Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "88272ee0-4d41-41b8-94a2-11cd6410acac", "consumerID": "clamp", "timestamp": 1629389696172, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-08-19T16:17:27.233Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T16:17:27.233Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T16:17:27.233Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "88272ee0-4d41-41b8-94a2-11cd6410acac", "consumerID": "dcae-sch", "timestamp": 1629389695305, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-08-19T16:17:27.233Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T16:17:27.234Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T16:17:27.234Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "88272ee0-4d41-41b8-94a2-11cd6410acac", "consumerID": "cds", "timestamp": 1629389693000, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-08-19T16:17:27.234Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T16:17:27.234Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T16:17:27.235Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "88272ee0-4d41-41b8-94a2-11cd6410acac", "consumerID": "clamp", "timestamp": 1629389696172, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-08-19T16:17:27.235Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T16:17:27.235Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T16:17:27.235Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "88272ee0-4d41-41b8-94a2-11cd6410acac", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629389701864, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-19T16:17:27.236Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T16:17:27.236Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T16:17:27.236Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "88272ee0-4d41-41b8-94a2-11cd6410acac", "consumerID": "dcae-sch", "timestamp": 1629389695305, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-19T16:17:27.236Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T16:17:27.236Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T16:17:27.236Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "88272ee0-4d41-41b8-94a2-11cd6410acac", "consumerID": "clamp", "timestamp": 1629389696172, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-19T16:17:27.237Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T16:17:27.237Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T16:17:27.237Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "88272ee0-4d41-41b8-94a2-11cd6410acac", "consumerID": "cds", "timestamp": 1629389693000, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-19T16:17:27.237Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T16:17:27.237Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T16:17:27.237Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "88272ee0-4d41-41b8-94a2-11cd6410acac", "consumerID": "ves-openapi-manager", "timestamp": 1629389702303, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-19T16:17:27.237Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T16:17:27.237Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T16:17:27.238Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "88272ee0-4d41-41b8-94a2-11cd6410acac", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629389701864, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-08-19T16:17:27.238Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T16:17:27.238Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T16:17:27.238Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "88272ee0-4d41-41b8-94a2-11cd6410acac", "consumerID": "dcae-sch", "timestamp": 1629389695305, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-08-19T16:17:27.238Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T16:17:27.238Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T16:17:27.238Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "88272ee0-4d41-41b8-94a2-11cd6410acac", "consumerID": "clamp", "timestamp": 1629389696172, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-08-19T16:17:27.239Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T16:17:27.239Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T16:17:27.239Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "88272ee0-4d41-41b8-94a2-11cd6410acac", "consumerID": "cds", "timestamp": 1629389693000, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-08-19T16:17:27.240Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T16:17:27.240Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T16:17:27.240Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "88272ee0-4d41-41b8-94a2-11cd6410acac", "consumerID": "ves-openapi-manager", "timestamp": 1629389702303, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-08-19T16:17:27.240Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T16:17:27.240Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T16:17:27.240Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "88272ee0-4d41-41b8-94a2-11cd6410acac", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629389701864, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-08-19T16:17:27.240Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T16:17:27.240Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T16:17:27.241Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "88272ee0-4d41-41b8-94a2-11cd6410acac", "consumerID": "dcae-sch", "timestamp": 1629389695305, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-08-19T16:17:27.241Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T16:17:27.241Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T16:17:27.241Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "88272ee0-4d41-41b8-94a2-11cd6410acac", "consumerID": "cds", "timestamp": 1629389693000, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-08-19T16:17:27.241Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T16:17:27.241Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T16:17:27.241Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "88272ee0-4d41-41b8-94a2-11cd6410acac", "consumerID": "clamp", "timestamp": 1629389696172, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-08-19T16:17:27.242Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T16:17:27.242Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T16:17:27.242Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "88272ee0-4d41-41b8-94a2-11cd6410acac", "consumerID": "ves-openapi-manager", "timestamp": 1629389702303, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-08-19T16:17:27.242Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T16:17:27.242Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T16:17:27.242Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "88272ee0-4d41-41b8-94a2-11cd6410acac", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629389701864, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-08-19T16:17:27.242Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T16:17:27.242Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T16:17:27.242Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "88272ee0-4d41-41b8-94a2-11cd6410acac", "consumerID": "dcae-sch", "timestamp": 1629389695305, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-08-19T16:17:27.243Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T16:17:27.243Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T16:17:27.243Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "88272ee0-4d41-41b8-94a2-11cd6410acac", "consumerID": "cds", "timestamp": 1629389693000, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-08-19T16:17:27.243Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T16:17:27.243Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T16:17:27.243Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "88272ee0-4d41-41b8-94a2-11cd6410acac", "consumerID": "clamp", "timestamp": 1629389696172, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-08-19T16:17:27.243Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T16:17:27.243Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T16:17:27.243Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "88272ee0-4d41-41b8-94a2-11cd6410acac", "consumerID": "ves-openapi-manager", "timestamp": 1629389702303, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-08-19T16:17:27.244Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T16:17:27.244Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T16:17:27.244Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "88272ee0-4d41-41b8-94a2-11cd6410acac", "consumerID": "multicloud-k8s-id", "timestamp": 1629389705352, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-19T16:17:27.244Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T16:17:27.244Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T16:17:27.244Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "88272ee0-4d41-41b8-94a2-11cd6410acac", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629389701864, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-19T16:17:27.244Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T16:17:27.245Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T16:17:27.245Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "88272ee0-4d41-41b8-94a2-11cd6410acac", "consumerID": "dcae-sch", "timestamp": 1629389695305, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2021-08-19T16:17:27.245Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T16:17:27.245Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T16:17:27.245Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "88272ee0-4d41-41b8-94a2-11cd6410acac", "consumerID": "cds", "timestamp": 1629389693000, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2021-08-19T16:17:27.245Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T16:17:27.245Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T16:17:27.245Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "88272ee0-4d41-41b8-94a2-11cd6410acac", "consumerID": "clamp", "timestamp": 1629389696172, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2021-08-19T16:17:27.246Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T16:17:27.246Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T16:17:27.246Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "88272ee0-4d41-41b8-94a2-11cd6410acac", "consumerID": "ves-openapi-manager", "timestamp": 1629389702303, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-19T16:17:27.246Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T16:17:27.246Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T16:17:27.246Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "88272ee0-4d41-41b8-94a2-11cd6410acac", "consumerID": "multicloud-k8s-id", "timestamp": 1629389705352, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-08-19T16:17:27.246Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T16:17:27.246Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T16:17:27.246Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "88272ee0-4d41-41b8-94a2-11cd6410acac", "consumerID": "aai-ml", "timestamp": 1629389706604, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-19T16:17:27.247Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T16:17:27.247Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T16:17:27.247Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "88272ee0-4d41-41b8-94a2-11cd6410acac", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629389701864, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-08-19T16:17:27.247Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T16:17:27.247Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T16:17:27.247Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "88272ee0-4d41-41b8-94a2-11cd6410acac", "consumerID": "ves-openapi-manager", "timestamp": 1629389702303, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-08-19T16:17:27.247Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T16:17:27.248Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T16:17:27.248Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "88272ee0-4d41-41b8-94a2-11cd6410acac", "consumerID": "multicloud-k8s-id", "timestamp": 1629389705352, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-08-19T16:17:27.248Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T16:17:27.248Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T16:17:27.248Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "88272ee0-4d41-41b8-94a2-11cd6410acac", "consumerID": "aai-ml", "timestamp": 1629389706604, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-08-19T16:17:27.248Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T16:17:27.248Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T16:17:27.248Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "88272ee0-4d41-41b8-94a2-11cd6410acac", "consumerID": "cds", "timestamp": 1629389708412, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-19T16:17:27.249Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-19T16:17:27.249Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T16:17:27.249Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "88272ee0-4d41-41b8-94a2-11cd6410acac", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629389701864, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-08-19T16:17:27.249Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T16:17:27.249Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T16:17:27.249Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "88272ee0-4d41-41b8-94a2-11cd6410acac", "consumerID": "ves-openapi-manager", "timestamp": 1629389702303, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2021-08-19T16:17:27.249Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T16:17:27.250Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T16:17:27.250Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "88272ee0-4d41-41b8-94a2-11cd6410acac", "consumerID": "multicloud-k8s-id", "timestamp": 1629389705352, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-08-19T16:17:27.250Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T16:17:27.250Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T16:17:27.250Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "88272ee0-4d41-41b8-94a2-11cd6410acac", "consumerID": "policy-id", "timestamp": 1629389708443, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-19T16:17:27.250Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T16:17:27.250Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T16:17:27.250Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "88272ee0-4d41-41b8-94a2-11cd6410acac", "consumerID": "aai-ml", "timestamp": 1629389706604, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-08-19T16:17:27.250Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T16:17:27.250Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T16:17:27.251Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "88272ee0-4d41-41b8-94a2-11cd6410acac", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629389701864, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-08-19T16:17:27.251Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T16:17:27.251Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T16:17:27.251Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "88272ee0-4d41-41b8-94a2-11cd6410acac", "consumerID": "ves-openapi-manager", "timestamp": 1629389702303, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-08-19T16:17:27.251Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T16:17:27.251Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T16:17:27.251Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "88272ee0-4d41-41b8-94a2-11cd6410acac", "consumerID": "multicloud-k8s-id", "timestamp": 1629389705352, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-19T16:17:27.252Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T16:17:27.252Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T16:17:27.252Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "88272ee0-4d41-41b8-94a2-11cd6410acac", "consumerID": "policy-id", "timestamp": 1629389708443, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-08-19T16:17:27.252Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T16:17:27.252Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T16:17:27.252Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "88272ee0-4d41-41b8-94a2-11cd6410acac", "consumerID": "aai-ml", "timestamp": 1629389706604, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-08-19T16:17:27.252Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T16:17:27.252Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T16:17:27.252Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "88272ee0-4d41-41b8-94a2-11cd6410acac", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629389701864, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2021-08-19T16:17:27.253Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T16:17:27.253Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T16:17:27.253Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "88272ee0-4d41-41b8-94a2-11cd6410acac", "consumerID": "cds", "timestamp": 1629389710837, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-08-19T16:17:27.272Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 88272ee0-4d41-41b8-94a2-11cd6410acac 2021-08-19T16:17:27.272Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 88272ee0-4d41-41b8-94a2-11cd6410acac and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-08-19T16:17:27.283Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T16:17:27.283Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "88272ee0-4d41-41b8-94a2-11cd6410acac", "consumerID": "ves-openapi-manager", "timestamp": 1629389702303, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2021-08-19T16:17:27.284Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T16:17:27.284Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T16:17:27.284Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "88272ee0-4d41-41b8-94a2-11cd6410acac", "consumerID": "multicloud-k8s-id", "timestamp": 1629389705352, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-08-19T16:17:27.284Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T16:17:27.284Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T16:17:27.285Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "88272ee0-4d41-41b8-94a2-11cd6410acac", "consumerID": "policy-id", "timestamp": 1629389708443, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-08-19T16:17:27.285Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T16:17:27.285Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T16:17:27.285Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "88272ee0-4d41-41b8-94a2-11cd6410acac", "consumerID": "aai-ml", "timestamp": 1629389706604, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-19T16:17:27.285Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T16:17:27.286Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T16:17:27.286Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "88272ee0-4d41-41b8-94a2-11cd6410acac", "consumerID": "multicloud-k8s-id", "timestamp": 1629389705352, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-08-19T16:17:27.286Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T16:17:27.286Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T16:17:27.286Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "88272ee0-4d41-41b8-94a2-11cd6410acac", "consumerID": "policy-id", "timestamp": 1629389708443, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-08-19T16:17:27.286Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T16:17:27.287Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T16:17:27.287Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "88272ee0-4d41-41b8-94a2-11cd6410acac", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629389712200, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-19T16:17:27.287Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-19T16:17:27.287Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T16:17:27.287Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "88272ee0-4d41-41b8-94a2-11cd6410acac", "consumerID": "aai-ml", "timestamp": 1629389706604, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-08-19T16:17:27.288Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T16:17:27.288Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T16:17:27.288Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "88272ee0-4d41-41b8-94a2-11cd6410acac", "consumerID": "ves-openapi-manager", "timestamp": 1629389712507, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2021-08-19T16:17:27.288Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-19T16:17:27.289Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T16:17:27.289Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "88272ee0-4d41-41b8-94a2-11cd6410acac", "consumerID": "multicloud-k8s-id", "timestamp": 1629389705352, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-08-19T16:17:27.290Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T16:17:27.290Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T16:17:27.290Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "88272ee0-4d41-41b8-94a2-11cd6410acac", "consumerID": "policy-id", "timestamp": 1629389708443, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-19T16:17:27.291Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T16:17:27.291Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T16:17:27.291Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "88272ee0-4d41-41b8-94a2-11cd6410acac", "consumerID": "aai-ml", "timestamp": 1629389706604, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-08-19T16:17:27.291Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T16:17:27.292Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T16:17:27.292Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "88272ee0-4d41-41b8-94a2-11cd6410acac", "consumerID": "ves-openapi-manager", "timestamp": 1629389713534, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2021-08-19T16:17:27.292Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-19T16:17:27.292Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T16:17:27.293Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "88272ee0-4d41-41b8-94a2-11cd6410acac", "consumerID": "multicloud-k8s-id", "timestamp": 1629389705352, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2021-08-19T16:17:27.293Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T16:17:27.293Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T16:17:27.294Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "88272ee0-4d41-41b8-94a2-11cd6410acac", "consumerID": "policy-id", "timestamp": 1629389708443, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-08-19T16:17:27.294Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T16:17:27.294Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T16:17:27.294Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "88272ee0-4d41-41b8-94a2-11cd6410acac", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629389714187, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2021-08-19T16:17:27.295Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-19T16:17:27.295Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T16:17:27.295Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "88272ee0-4d41-41b8-94a2-11cd6410acac", "consumerID": "aai-ml", "timestamp": 1629389706604, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-08-19T16:17:27.296Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T16:17:27.296Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T16:17:27.296Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "88272ee0-4d41-41b8-94a2-11cd6410acac", "consumerID": "ves-openapi-manager", "timestamp": 1629389714538, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-08-19T16:17:27.302Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 88272ee0-4d41-41b8-94a2-11cd6410acac 2021-08-19T16:17:27.302Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 88272ee0-4d41-41b8-94a2-11cd6410acac and ComponentName 2021-08-19T16:17:27.304Z|c09b1d21-6687-4176-a811-0ea00cfd605a|pool-2-thread-10|||||DEBUG|500||sending notification to client: { "distributionID": "7fa8e4f3-f161-42b8-8f36-1300e85f37ae", "serviceName": "vFW 2021-08-19 16-11-44", "serviceVersion": "1.0", "serviceUUID": "5d13cd2c-39a2-499c-9371-fbd6130fb9b5", "serviceDescription": "catalog service description", "serviceInvariantUUID": "3116cfa6-b58f-4771-ad3c-a8a9ca72798d", "resources": [ { "resourceInstanceName": "vFW 9a0053ee-4a16 0", "resourceCustomizationUUID": "c6542f8c-38b7-4d15-8bcc-e94a2fd24893", "resourceName": "vFW 9a0053ee-4a16", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "7439ebd7-495f-4f1a-b149-035d091f679c", "resourceInvariantUUID": "c454766e-960c-4901-b332-2e4fcd06ee02", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfw9a0053ee4a160_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20210819161144/1.0/resourceInstances/vfw9a0053ee4a160/artifacts/vfw9a0053ee4a160_modules.json", "artifactChecksum": "NDFlNmQ5MTljN2IyZWM5NmU4MWU1YTE4NWI3YzlmNTk\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "0486447d-21ec-4a60-baf7-71ab0cadc854", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20210819161144/1.0/resourceInstances/vfw9a0053ee4a160/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "b1cfc229-940d-41d1-92dd-acd5d90e2c50", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20210819161144/1.0/resourceInstances/vfw9a0053ee4a160/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "4074b611-35c4-4924-a4d5-3ef2be19cc2a", "generatedFromUUID": "b1cfc229-940d-41d1-92dd-acd5d90e2c50" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20210819161144/1.0/resourceInstances/vfw9a0053ee4a160/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "4074b611-35c4-4924-a4d5-3ef2be19cc2a", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20210819161144-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20210819161144/1.0/artifacts/service-Vfw20210819161144-csar.csar", "artifactChecksum": "MDBiZDE3MTI2YjE2MThmMTI2YzAwZTIwNWIyOWY1OGY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "4bc565a2-ac2d-4926-8d79-f00fdbc9e594" } ], "workloadContext": "Production" } Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? 2021-08-19T16:17:27.304Z|c09b1d21-6687-4176-a811-0ea00cfd605a|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-08-19T16:17:27.304Z|c09b1d21-6687-4176-a811-0ea00cfd605a|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 5d13cd2c-39a2-499c-9371-fbd6130fb9b5 ASDC 2021-08-19T16:17:27.305Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||DEBUG|500||ASDC Notification: DistributionID:7fa8e4f3-f161-42b8-8f36-1300e85f37ae ServiceName:vFW 2021-08-19 16-11-44 ServiceVersion:1.0 ServiceUUID:5d13cd2c-39a2-499c-9371-fbd6130fb9b5 ServiceInvariantUUID:3116cfa6-b58f-4771-ad3c-a8a9ca72798d ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20210819161144-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20210819161144/1.0/artifacts/service-Vfw20210819161144-csar.csar ArtifactUUID:4bc565a2-ac2d-4926-8d79-f00fdbc9e594 ArtifactChecksum:MDBiZDE3MTI2YjE2MThmMTI2YzAwZTIwNWIyOWY1OGY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW 9a0053ee-4a16 0 ResourceCustomizationUUID:c6542f8c-38b7-4d15-8bcc-e94a2fd24893 ResourceInvariantUUID:c454766e-960c-4901-b332-2e4fcd06ee02 ResourceName:vFW 9a0053ee-4a16 ResourceType:VF ResourceUUID:7439ebd7-495f-4f1a-b149-035d091f679c ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfw9a0053ee4a160_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20210819161144/1.0/resourceInstances/vfw9a0053ee4a160/artifacts/vfw9a0053ee4a160_modules.json ArtifactUUID:0486447d-21ec-4a60-baf7-71ab0cadc854 ArtifactChecksum:NDFlNmQ5MTljN2IyZWM5NmU4MWU1YTE4NWI3YzlmNTk= 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/Vfw20210819161144/1.0/resourceInstances/vfw9a0053ee4a160/artifacts/base_vfw.yaml ArtifactUUID:b1cfc229-940d-41d1-92dd-acd5d90e2c50 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/Vfw20210819161144/1.0/resourceInstances/vfw9a0053ee4a160/artifacts/base_vfw.env ArtifactUUID:4074b611-35c4-4924-a4d5-3ef2be19cc2a 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/Vfw20210819161144/1.0/resourceInstances/vfw9a0053ee4a160/artifacts/base_vfw.env ArtifactUUID:4074b611-35c4-4924-a4d5-3ef2be19cc2a ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-08-19T16:17:27.305Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 5d13cd2c-39a2-499c-9371-fbd6130fb9b5 ASDC treatNotification Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-08-19T16:17:27.313Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T16:17:27.314Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "88272ee0-4d41-41b8-94a2-11cd6410acac", "consumerID": "policy-id", "timestamp": 1629389708443, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-08-19T16:17:27.314Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T16:17:27.314Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T16:17:27.314Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "88272ee0-4d41-41b8-94a2-11cd6410acac", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629389715198, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select 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=? 2021-08-19T16:17:27.319Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 88272ee0-4d41-41b8-94a2-11cd6410acac 2021-08-19T16:17:27.320Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 88272ee0-4d41-41b8-94a2-11cd6410acac 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_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-08-19T16:17:27.327Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T16:17:27.328Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "88272ee0-4d41-41b8-94a2-11cd6410acac", "consumerID": "aai-ml", "timestamp": 1629389706604, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2021-08-19T16:17:27.328Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T16:17:27.328Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T16:17:27.328Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "88272ee0-4d41-41b8-94a2-11cd6410acac", "consumerID": "policy-id", "timestamp": 1629389708443, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-08-19T16:17:27.328Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T16:17:27.329Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T16:17:27.329Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "88272ee0-4d41-41b8-94a2-11cd6410acac", "consumerID": "clamp", "timestamp": 1629389716569, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-19T16:17:27.329Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-19T16:17:27.329Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T16:17:27.329Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "88272ee0-4d41-41b8-94a2-11cd6410acac", "consumerID": "aai-ml", "timestamp": 1629389717090, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-19T16:17:27.329Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-19T16:17:27.330Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T16:17:27.330Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "88272ee0-4d41-41b8-94a2-11cd6410acac", "consumerID": "policy-id", "timestamp": 1629389708443, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2021-08-19T16:17:27.330Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T16:17:27.330Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T16:17:27.330Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "88272ee0-4d41-41b8-94a2-11cd6410acac", "consumerID": "clamp", "timestamp": 1629389718579, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2021-08-19T16:17:27.331Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-19T16:17:27.331Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T16:17:27.331Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "88272ee0-4d41-41b8-94a2-11cd6410acac", "consumerID": "policy-id", "timestamp": 1629389718685, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-19T16:17:27.331Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-19T16:17:27.331Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T16:17:27.331Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "88272ee0-4d41-41b8-94a2-11cd6410acac", "consumerID": "clamp", "timestamp": 1629389719585, "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=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-08-19T16:17:27.338Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 88272ee0-4d41-41b8-94a2-11cd6410acac 2021-08-19T16:17:27.339Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 88272ee0-4d41-41b8-94a2-11cd6410acac and ComponentName clamp 2021-08-19T16:17:27.342Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? 2021-08-19T16:17:27.343Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-08-19T16:17:27.343Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-08-19T16:17:27.343Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 4bc565a2-ac2d-4926-8d79-f00fdbc9e594 from URL: /sdc/v1/catalog/services/Vfw20210819161144/1.0/artifacts/service-Vfw20210819161144-csar.csar 2021-08-19T16:17:27.343Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-08-19T16:17:27.344Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210819161144/1.0/artifacts/service-Vfw20210819161144-csar.csar Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-08-19T16:17:27.349Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T16:17:27.349Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "88272ee0-4d41-41b8-94a2-11cd6410acac", "consumerID": "policy-id", "timestamp": 1629389719691, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2021-08-19T16:17:27.350Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-19T16:17:27.350Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T16:17:27.350Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "88272ee0-4d41-41b8-94a2-11cd6410acac", "consumerID": "policy-id", "timestamp": 1629389720694, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-08-19T16:17:27.355Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 88272ee0-4d41-41b8-94a2-11cd6410acac 2021-08-19T16:17:27.356Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 88272ee0-4d41-41b8-94a2-11cd6410acac and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-08-19T16:17:27.366Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T16:17:27.366Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "88272ee0-4d41-41b8-94a2-11cd6410acac", "consumerID": "aai-ml", "timestamp": 1629389721657, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_ERROR" } 2021-08-19T16:17:27.367Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-19T16:17:27.367Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T16:17:27.367Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "88272ee0-4d41-41b8-94a2-11cd6410acac", "consumerID": "aai-ml", "timestamp": 1629389722660, "artifactURL": "", "status": "COMPONENT_DONE_ERROR", "errorReason": "deploy failure", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-08-19T16:17:27.374Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 88272ee0-4d41-41b8-94a2-11cd6410acac 2021-08-19T16:17:27.376Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 88272ee0-4d41-41b8-94a2-11cd6410acac and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-08-19T16:17:27.900Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-08-19T16:17:27.904Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210819161144/1.0/artifacts/service-Vfw20210819161144-csar.csar 4bc565a2-ac2d-4926-8d79-f00fdbc9e594 98704 2021-08-19T16:17:27.905Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210819161144/1.0/artifacts/service-Vfw20210819161144-csar.csar ASDC sendASDCNotification 2021-08-19T16:17:27.905Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210819161144/1.0/artifacts/service-Vfw20210819161144-csar.csar 2021-08-19T16:17:27.905Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-08-19T16:17:27.905Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-19T16:17:27.907Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-19T16:17:27.907Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "7fa8e4f3-f161-42b8-8f36-1300e85f37ae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629389847905, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819161144/1.0/artifacts/service-Vfw20210819161144-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-19T16:17:28.009Z||pool-144-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2021-08-19T16:17:28.010Z||pool-144-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-19T16:17:28.010Z||pool-144-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qoO1GatorxUOMWlm) ... 2021-08-19T16:17:28.022Z||pool-144-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T16:17:28.022Z||pool-144-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2021-08-19T16:17:28.908Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-08-19T16:17:28.909Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-08-19T16:17:28.909Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 4bc565a2-ac2d-4926-8d79-f00fdbc9e594, URL: /sdc/v1/catalog/services/Vfw20210819161144/1.0/artifacts/service-Vfw20210819161144-csar.csar to file: /app/ASDC/1/service-Vfw20210819161144-csar.csar 2021-08-19T16:17:28.910Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20210819161144-csar.csar 2021-08-19T16:17:28.910Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20210819161144-csar.csar 2021-08-19T16:17:28.911Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20210819161144-csar.csar 2021-08-19T16:17:29.303Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9138456334674890135/Definitions/service-Vfw20210819161144-template.yml Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided 2021-08-19T16:17:31.276Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0 2021-08-19T16:17:31.277Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||WARN|500||#################################################################################################### 2021-08-19T16:17:31.277Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20210819161144-csar.csar 2021-08-19T16:17:31.277Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred... 2021-08-19T16:17:31.277Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20210819161144-csar.csar 2021-08-19T16:17:31.277Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20210819161144-csar.csar 2021-08-19T16:17:31.277Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210819161144-csar.csar 2021-08-19T16:17:31.277Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210819161144-csar.csar 2021-08-19T16:17:31.277Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210819161144-csar.csar 2021-08-19T16:17:31.277Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20210819161144-csar.csar 2021-08-19T16:17:31.277Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210819161144-csar.csar 2021-08-19T16:17:31.278Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210819161144-csar.csar 2021-08-19T16:17:31.278Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20210819161144-csar.csar 2021-08-19T16:17:31.278Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20210819161144-csar.csar 2021-08-19T16:17:31.278Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210819161144-csar.csar 2021-08-19T16:17:31.278Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 9a0053ee-4a16 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-Vfw20210819161144-csar.csar 2021-08-19T16:17:31.279Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210819161144-csar.csar 2021-08-19T16:17:31.279Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||WARN|500||#################################################################################################### 2021-08-19T16:17:31.279Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T16:17:31.279Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-08-19 16-11-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-08-19T16:17:31.280Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||DEBUG|500||Node template vFW 9a0053ee-4a16 0 is matching search criteria 2021-08-19T16:17:31.280Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2021-08-19T16:17:31.280Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 9a0053ee-4a16 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2021-08-19T16:17:31.280Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T16:17:31.281Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-08-19 16-11-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-08-19T16:17:31.281Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||DEBUG|500||Node template vFW 9a0053ee-4a16 0 is matching search criteria 2021-08-19T16:17:31.281Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2021-08-19T16:17:31.281Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 9a0053ee-4a16 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2021-08-19T16:17:31.282Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T16:17:31.282Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-08-19 16-11-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-08-19T16:17:31.282Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T16:17:31.282Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||DEBUG|500||Node template vFW 9a0053ee-4a16 0 is not matching search criteria 2021-08-19T16:17:31.282Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-08-19T16:17:31.283Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-08-19T16:17:31.283Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-08-19T16:17:31.283Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-08-19T16:17:31.283Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-08-19T16:17:31.283Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria 2021-08-19T16:17:31.284Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-08-19T16:17:31.284Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-08-19T16:17:31.284Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria 2021-08-19T16:17:31.284Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-08-19T16:17:31.284Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-08-19T16:17:31.285Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-08-19T16:17:31.285Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-08-19T16:17:31.285Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria 2021-08-19T16:17:31.285Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-08-19T16:17:31.285Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-08-19T16:17:31.286Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T16:17:31.286Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-08-19 16-11-44 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-08-19T16:17:31.286Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T16:17:31.286Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||DEBUG|500||Node template vFW 9a0053ee-4a16 0 is matching search criteria 2021-08-19T16:17:31.286Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 9a0053ee-4a16 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-19T16:17:31.287Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T16:17:31.287Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||DEBUG|500||Node template vFW 9a0053ee-4a16 0 is matching search criteria 2021-08-19T16:17:31.287Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 9a0053ee-4a16 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-19T16:17:31.287Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T16:17:31.288Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||DEBUG|500||Node template vFW 9a0053ee-4a16 0 is matching search criteria 2021-08-19T16:17:31.288Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 9a0053ee-4a16 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-19T16:17:31.288Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T16:17:31.288Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||DEBUG|500||Node template vFW 9a0053ee-4a16 0 is not matching search criteria 2021-08-19T16:17:31.288Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-08-19T16:17:31.288Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2021-08-19T16:17:31.289Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-08-19T16:17:31.289Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-08-19T16:17:31.289Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria 2021-08-19T16:17:31.289Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-08-19T16:17:31.289Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-08-19T16:17:31.290Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-08-19T16:17:31.290Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-08-19T16:17:31.290Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria 2021-08-19T16:17:31.290Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-08-19T16:17:31.290Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=dad1743c-2159-44c1-a8a0-3adf27333da6 2021-08-19T16:17:31.291Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T16:17:31.291Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||DEBUG|500||Node template vFW 9a0053ee-4a16 0 is not matching search criteria 2021-08-19T16:17:31.291Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-08-19T16:17:31.291Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-08-19T16:17:31.291Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-08-19T16:17:31.292Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-08-19T16:17:31.292Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-08-19T16:17:31.292Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria 2021-08-19T16:17:31.292Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-08-19T16:17:31.293Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2021-08-19T16:17:31.293Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-08-19T16:17:31.293Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-08-19T16:17:31.293Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria 2021-08-19T16:17:31.293Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-08-19T16:17:31.293Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=25820597-194f-446d-b81f-c90bcea8637f 2021-08-19T16:17:31.294Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T16:17:31.294Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||DEBUG|500||Node template vFW 9a0053ee-4a16 0 is not matching search criteria 2021-08-19T16:17:31.294Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-08-19T16:17:31.294Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-08-19T16:17:31.294Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-08-19T16:17:31.295Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-08-19T16:17:31.295Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-08-19T16:17:31.295Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria 2021-08-19T16:17:31.295Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-08-19T16:17:31.295Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-08-19T16:17:31.296Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria 2021-08-19T16:17:31.296Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-08-19T16:17:31.296Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-08-19T16:17:31.296Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2021-08-19T16:17:31.296Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=f752e148-1dfd-46d7-958b-cae4c8eb0014 2021-08-19T16:17:31.297Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T16:17:31.297Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-08-19 16-11-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-08-19T16:17:31.297Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T16:17:31.297Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-08-19 16-11-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-08-19T16:17:31.297Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T16:17:31.297Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-08-19 16-11-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-08-19T16:17:31.298Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T16:17:31.298Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-08-19 16-11-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-08-19T16:17:31.298Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2021-08-19 16-11-44 Description:catalog service description Model UUID:5d13cd2c-39a2-499c-9371-fbd6130fb9b5 Model Version:NULL Model InvariantUuid:3116cfa6-b58f-4771-ad3c-a8a9ca72798d Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW 9a0053ee-4a16 Model UUID:1c433973-0a13-486d-8aab-2712446c1db7 Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:c454766e-960c-4901-b332-2e4fcd06ee02 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:c6542f8c-38b7-4d15-8bcc-e94a2fd24893 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:86dc26e6-afe1-413c-8bbe-3b5967d91f85 ModelName:Vfw9a0053ee4a16..base_vfw..module-0 ModelUuid:f804d042-4a1c-477b-9576-b3cad3459236 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:dad1743c-2159-44c1-a8a0-3adf27333da6 ModelInvariantUuid:87e50bba-6d81-4b5f-a084-c7bce44f622c ModelName:vFW 9a0053ee-4a16-nodes.vfwCvfc ModelUuid:44e22201-79ae-4ec8-8c01-7fb4e2a5000f ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:91b5dc85-43c3-41bb-b6ce-e3c016ab4fe2 ModelInvariantUuid:e3d9f506-33bb-48b8-82be-5a72a79bdf3c ModelName:Vfw9a0053ee4a16.compute.nodes.heat.vfw ModelUuid:e260c52f-8b38-4759-b58f-c772ac6a6b32 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:25820597-194f-446d-b81f-c90bcea8637f ModelInvariantUuid:c881ad68-2eac-4999-a408-daf9106fba5f ModelName:vFW 9a0053ee-4a16-nodes.vsnCvfc ModelUuid:7d2f5832-6404-4f57-88ca-7b85a836c5c2 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:6b4a75ac-4ea9-44eb-9bbb-a4078ba61159 ModelInvariantUuid:96178c08-c68b-4107-a5ee-5c9abb227d8c ModelName:Vfw9a0053ee4a16.compute.nodes.heat.vsn ModelUuid:53189cb7-a1a6-4384-912b-2ae60b2a7f3c ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:f752e148-1dfd-46d7-958b-cae4c8eb0014 ModelInvariantUuid:2ba47d3c-6a87-4580-8599-6721c15432cb ModelName:vFW 9a0053ee-4a16-nodes.vpgCvfc ModelUuid:d1c9075c-e591-472a-8453-84cdd4e3033e ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:661b3a62-0546-4eb9-b5d7-d59e284d9fb9 ModelInvariantUuid:2b5d1d58-54b4-4bdd-b541-d1ff0f73338e ModelName:Vfw9a0053ee4a16.compute.nodes.heat.vpg ModelUuid:fa91dfaa-5ce1-4190-8a71-dcdf708a7db9 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-08-19T16:17:31.303Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 7439ebd7-495f-4f1a-b149-035d091f679c Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-08-19T16:17:31.308Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||INFO|500||vFW 9a0053ee-4a16 0 2021-08-19T16:17:31.308Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 7439ebd7-495f-4f1a-b149-035d091f679c 2021-08-19T16:17:31.308Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 0486447d-21ec-4a60-baf7-71ab0cadc854 from URL: /sdc/v1/catalog/services/Vfw20210819161144/1.0/resourceInstances/vfw9a0053ee4a160/artifacts/vfw9a0053ee4a160_modules.json 2021-08-19T16:17:31.309Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-08-19T16:17:31.309Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210819161144/1.0/resourceInstances/vfw9a0053ee4a160/artifacts/vfw9a0053ee4a160_modules.json 2021-08-19T16:17:31.495Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-08-19T16:17:31.496Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210819161144/1.0/resourceInstances/vfw9a0053ee4a160/artifacts/vfw9a0053ee4a160_modules.json 0486447d-21ec-4a60-baf7-71ab0cadc854 785 2021-08-19T16:17:31.496Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210819161144/1.0/resourceInstances/vfw9a0053ee4a160/artifacts/vfw9a0053ee4a160_modules.json ASDC sendASDCNotification 2021-08-19T16:17:31.497Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210819161144/1.0/resourceInstances/vfw9a0053ee4a160/artifacts/vfw9a0053ee4a160_modules.json 2021-08-19T16:17:31.497Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-08-19T16:17:31.497Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-19T16:17:31.501Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-19T16:17:31.501Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "7fa8e4f3-f161-42b8-8f36-1300e85f37ae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629389851496, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819161144/1.0/resourceInstances/vfw9a0053ee4a160/artifacts/vfw9a0053ee4a160_modules.json", "status": "DOWNLOAD_OK" } 2021-08-19T16:17:31.600Z||pool-145-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-08-19T16:17:31.601Z||pool-145-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-19T16:17:31.601Z||pool-145-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qoO1GatorxUOMWlm) ... 2021-08-19T16:17:31.620Z||pool-145-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T16:17:31.621Z||pool-145-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2021-08-19T16:17:32.501Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw9a0053ee4a16..base_vfw..module-0", "vfModuleModelInvariantUUID": "86dc26e6-afe1-413c-8bbe-3b5967d91f85", "vfModuleModelVersion": "1", "vfModuleModelUUID": "f804d042-4a1c-477b-9576-b3cad3459236", "vfModuleModelCustomizationUUID": "efa37ac7-565a-404b-b31b-6ffa156cf50d", "isBase": true, "artifacts": [ "b1cfc229-940d-41d1-92dd-acd5d90e2c50", "4074b611-35c4-4924-a4d5-3ef2be19cc2a" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_vfw", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2021-08-19T16:17:32.506Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw9a0053ee4a16..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:f804d042-4a1c-477b-9576-b3cad3459236 VfModuleModelInvariantUUID:86dc26e6-afe1-413c-8bbe-3b5967d91f85 VfModuleModelDescription:NULL Artifacts UUID List:{ b1cfc229-940d-41d1-92dd-acd5d90e2c50 , 4074b611-35c4-4924-a4d5-3ef2be19cc2a } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_vfw max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2021-08-19T16:17:32.510Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw9a0053ee4a16..base_vfw..module-0", "vfModuleModelInvariantUUID": "86dc26e6-afe1-413c-8bbe-3b5967d91f85", "vfModuleModelVersion": "1", "vfModuleModelUUID": "f804d042-4a1c-477b-9576-b3cad3459236", "vfModuleModelCustomizationUUID": "efa37ac7-565a-404b-b31b-6ffa156cf50d", "isBase": true, "artifacts": [ "b1cfc229-940d-41d1-92dd-acd5d90e2c50", "4074b611-35c4-4924-a4d5-3ef2be19cc2a" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_vfw", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2021-08-19T16:17:32.511Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw9a0053ee4a16..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:f804d042-4a1c-477b-9576-b3cad3459236 VfModuleModelInvariantUUID:86dc26e6-afe1-413c-8bbe-3b5967d91f85 VfModuleModelDescription:NULL Artifacts UUID List:{ b1cfc229-940d-41d1-92dd-acd5d90e2c50 , 4074b611-35c4-4924-a4d5-3ef2be19cc2a } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_vfw max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2021-08-19T16:17:32.511Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: b1cfc229-940d-41d1-92dd-acd5d90e2c50 from URL: /sdc/v1/catalog/services/Vfw20210819161144/1.0/resourceInstances/vfw9a0053ee4a160/artifacts/base_vfw.yaml 2021-08-19T16:17:32.511Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-08-19T16:17:32.511Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210819161144/1.0/resourceInstances/vfw9a0053ee4a160/artifacts/base_vfw.yaml 2021-08-19T16:17:32.696Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-08-19T16:17:32.697Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210819161144/1.0/resourceInstances/vfw9a0053ee4a160/artifacts/base_vfw.yaml b1cfc229-940d-41d1-92dd-acd5d90e2c50 20368 2021-08-19T16:17:32.698Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210819161144/1.0/resourceInstances/vfw9a0053ee4a160/artifacts/base_vfw.yaml ASDC sendASDCNotification 2021-08-19T16:17:32.698Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210819161144/1.0/resourceInstances/vfw9a0053ee4a160/artifacts/base_vfw.yaml 2021-08-19T16:17:32.698Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-08-19T16:17:32.698Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-19T16:17:32.701Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-19T16:17:32.701Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "7fa8e4f3-f161-42b8-8f36-1300e85f37ae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629389852698, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819161144/1.0/resourceInstances/vfw9a0053ee4a160/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-08-19T16:17:32.801Z||pool-146-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-19T16:17:32.802Z||pool-146-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-19T16:17:32.802Z||pool-146-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qoO1GatorxUOMWlm) ... 2021-08-19T16:17:32.824Z||pool-146-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T16:17:32.824Z||pool-146-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2021-08-19T16:17:33.702Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 4074b611-35c4-4924-a4d5-3ef2be19cc2a from URL: /sdc/v1/catalog/services/Vfw20210819161144/1.0/resourceInstances/vfw9a0053ee4a160/artifacts/base_vfw.env 2021-08-19T16:17:33.702Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-08-19T16:17:33.702Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210819161144/1.0/resourceInstances/vfw9a0053ee4a160/artifacts/base_vfw.env 2021-08-19T16:17:33.873Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-08-19T16:17:33.874Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210819161144/1.0/resourceInstances/vfw9a0053ee4a160/artifacts/base_vfw.env 4074b611-35c4-4924-a4d5-3ef2be19cc2a 2098 2021-08-19T16:17:33.874Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210819161144/1.0/resourceInstances/vfw9a0053ee4a160/artifacts/base_vfw.env ASDC sendASDCNotification 2021-08-19T16:17:33.874Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210819161144/1.0/resourceInstances/vfw9a0053ee4a160/artifacts/base_vfw.env 2021-08-19T16:17:33.875Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-08-19T16:17:33.875Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-19T16:17:33.878Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-19T16:17:33.878Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "7fa8e4f3-f161-42b8-8f36-1300e85f37ae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629389853874, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819161144/1.0/resourceInstances/vfw9a0053ee4a160/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-08-19T16:17:33.978Z||pool-147-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-19T16:17:33.980Z||pool-147-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-19T16:17:33.980Z||pool-147-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qoO1GatorxUOMWlm) ... 2021-08-19T16:17:33.993Z||pool-147-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T16:17:33.994Z||pool-147-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-08-19T16:17:34.879Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 5d13cd2c-39a2-499c-9371-fbd6130fb9b5 2021-08-19T16:17:34.879Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 9a0053ee-4a16 0 7439ebd7-495f-4f1a-b149-035d091f679c ASDC Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-08-19T16:17:34.898Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T16:17:34.899Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-08-19 16-11-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-08-19T16:17:34.899Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 2021-08-19T16:17:34.900Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= c6542f8c-38b7-4d15-8bcc-e94a2fd24893 2021-08-19T16:17:34.900Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: c6542f8c-38b7-4d15-8bcc-e94a2fd24893 matches Tosca VF Customization UUID: c6542f8c-38b7-4d15-8bcc-e94a2fd24893 2021-08-19T16:17:34.900Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: c6542f8c-38b7-4d15-8bcc-e94a2fd24893 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2021-08-19T16:17:34.903Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T16:17:34.903Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-08-19 16-11-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-08-19T16:17:34.904Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id c6542f8c-38b7-4d15-8bcc-e94a2fd24893: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"} 2021-08-19T16:17:34.904Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3e1c8639 2021-08-19T16:17:34.905Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T16:17:34.905Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-08-19 16-11-44 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-08-19T16:17:34.905Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : efa37ac7-565a-404b-b31b-6ffa156cf50d 2021-08-19T16:17:34.906Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID efa37ac7-565a-404b-b31b-6ffa156cf50d Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2021-08-19T16:17:34.908Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T16:17:34.908Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||DEBUG|500||Node template vFW 9a0053ee-4a16 0 is matching search criteria 2021-08-19T16:17:34.909Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 9a0053ee-4a16 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-19T16:17:34.909Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T16:17:34.910Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||DEBUG|500||Node template vFW 9a0053ee-4a16 0 is matching search criteria 2021-08-19T16:17:34.910Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 9a0053ee-4a16 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-19T16:17:34.910Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T16:17:34.910Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||DEBUG|500||Node template vFW 9a0053ee-4a16 0 is not matching search criteria 2021-08-19T16:17:34.911Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-08-19T16:17:34.911Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2021-08-19T16:17:34.911Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-08-19T16:17:34.912Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-08-19T16:17:34.912Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria 2021-08-19T16:17:34.912Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-08-19T16:17:34.912Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-08-19T16:17:34.913Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-08-19T16:17:34.913Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-08-19T16:17:34.913Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria 2021-08-19T16:17:34.914Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-08-19T16:17:34.914Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=dad1743c-2159-44c1-a8a0-3adf27333da6 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-08-19T16:17:34.917Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T16:17:34.917Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||DEBUG|500||Node template vFW 9a0053ee-4a16 0 is matching search criteria 2021-08-19T16:17:34.918Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 9a0053ee-4a16 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-19T16:17:34.918Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T16:17:34.918Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||DEBUG|500||Node template vFW 9a0053ee-4a16 0 is not matching search criteria 2021-08-19T16:17:34.919Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-08-19T16:17:34.919Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-08-19T16:17:34.920Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-08-19T16:17:34.920Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-08-19T16:17:34.920Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-08-19T16:17:34.920Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria 2021-08-19T16:17:34.921Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-08-19T16:17:34.921Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2021-08-19T16:17:34.921Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-08-19T16:17:34.922Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-08-19T16:17:34.922Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria 2021-08-19T16:17:34.922Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-08-19T16:17:34.922Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=25820597-194f-446d-b81f-c90bcea8637f Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-08-19T16:17:34.924Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T16:17:34.925Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||DEBUG|500||Node template vFW 9a0053ee-4a16 0 is matching search criteria 2021-08-19T16:17:34.925Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 9a0053ee-4a16 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-19T16:17:34.926Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T16:17:34.926Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||DEBUG|500||Node template vFW 9a0053ee-4a16 0 is not matching search criteria 2021-08-19T16:17:34.926Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-08-19T16:17:34.926Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-08-19T16:17:34.927Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-08-19T16:17:34.927Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-08-19T16:17:34.927Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-08-19T16:17:34.928Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria 2021-08-19T16:17:34.928Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-08-19T16:17:34.928Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-08-19T16:17:34.928Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria 2021-08-19T16:17:34.929Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-08-19T16:17:34.929Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-08-19T16:17:34.929Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2021-08-19T16:17:34.930Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=f752e148-1dfd-46d7-958b-cae4c8eb0014 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-08-19T16:17:34.932Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T16:17:34.932Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||DEBUG|500||Node template vFW 9a0053ee-4a16 0 is matching search criteria 2021-08-19T16:17:34.932Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 9a0053ee-4a16 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-08-19T16:17:34.933Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T16:17:34.933Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||DEBUG|500||Node template vFW 9a0053ee-4a16 0 is matching search criteria 2021-08-19T16:17:34.933Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 9a0053ee-4a16 0] matching following query criteria: sdcType=VF, customizationUUID=c6542f8c-38b7-4d15-8bcc-e94a2fd24893 Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-08-19T16:17:34.935Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T16:17:34.936Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-08-19 16-11-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-08-19T16:17:34.936Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 5d13cd2c-39a2-499c-9371-fbd6130fb9b5: vFW 9a0053ee-4a16 2021-08-19T16:17:34.936Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T16:17:34.937Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-08-19 16-11-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-08-19T16:17:34.937Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T16:17:34.937Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-08-19 16-11-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-08-19T16:17:34.938Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T16:17:34.938Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-08-19 16-11-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-08-19T16:17:34.938Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T16:17:34.938Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-08-19 16-11-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-08-19T16:17:34.939Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T16:17:34.939Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-08-19 16-11-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-08-19T16:17:34.939Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||INFO|500||Saving Service: vFW 2021-08-19 16-11-44 Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-08-19T16:17:35.122Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 9a0053ee-4a16 7439ebd7-495f-4f1a-b149-035d091f679c 1 ASDC deployResourceStructure 2021-08-19T16:17:35.122Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210819161144/1.0/resourceInstances/vfw9a0053ee4a160/artifacts/vfw9a0053ee4a160_modules.json ASDC sendASDCNotification 2021-08-19T16:17:35.122Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210819161144/1.0/resourceInstances/vfw9a0053ee4a160/artifacts/vfw9a0053ee4a160_modules.json 2021-08-19T16:17:35.122Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-08-19T16:17:35.123Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-19T16:17:35.124Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-19T16:17:35.124Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "7fa8e4f3-f161-42b8-8f36-1300e85f37ae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629389855122, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819161144/1.0/resourceInstances/vfw9a0053ee4a160/artifacts/vfw9a0053ee4a160_modules.json", "status": "DEPLOY_OK" } 2021-08-19T16:17:35.225Z||pool-148-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-19T16:17:35.225Z||pool-148-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-19T16:17:35.226Z||pool-148-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qoO1GatorxUOMWlm) ... 2021-08-19T16:17:35.237Z||pool-148-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T16:17:35.237Z||pool-148-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-08-19T16:17:36.125Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210819161144/1.0/resourceInstances/vfw9a0053ee4a160/artifacts/base_vfw.yaml ASDC sendASDCNotification 2021-08-19T16:17:36.125Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210819161144/1.0/resourceInstances/vfw9a0053ee4a160/artifacts/base_vfw.yaml 2021-08-19T16:17:36.125Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-08-19T16:17:36.126Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-19T16:17:36.128Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-19T16:17:36.128Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "7fa8e4f3-f161-42b8-8f36-1300e85f37ae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629389856125, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819161144/1.0/resourceInstances/vfw9a0053ee4a160/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2021-08-19T16:17:36.228Z||pool-149-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-19T16:17:36.228Z||pool-149-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-19T16:17:36.228Z||pool-149-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qoO1GatorxUOMWlm) ... 2021-08-19T16:17:36.240Z||pool-149-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T16:17:36.240Z||pool-149-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-08-19T16:17:37.128Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210819161144/1.0/resourceInstances/vfw9a0053ee4a160/artifacts/base_vfw.env ASDC sendASDCNotification 2021-08-19T16:17:37.129Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210819161144/1.0/resourceInstances/vfw9a0053ee4a160/artifacts/base_vfw.env 2021-08-19T16:17:37.129Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-08-19T16:17:37.129Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-19T16:17:37.130Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-19T16:17:37.131Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "7fa8e4f3-f161-42b8-8f36-1300e85f37ae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629389857128, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819161144/1.0/resourceInstances/vfw9a0053ee4a160/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2021-08-19T16:17:37.231Z||pool-150-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-19T16:17:37.231Z||pool-150-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-19T16:17:37.232Z||pool-150-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qoO1GatorxUOMWlm) ... 2021-08-19T16:17:37.246Z||pool-150-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T16:17:37.247Z||pool-150-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2021-08-19T16:17:38.131Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210819161144/1.0/artifacts/service-Vfw20210819161144-csar.csar ASDC sendASDCNotification 2021-08-19T16:17:38.132Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210819161144/1.0/artifacts/service-Vfw20210819161144-csar.csar 2021-08-19T16:17:38.132Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-08-19T16:17:38.132Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-19T16:17:38.134Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-19T16:17:38.134Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "7fa8e4f3-f161-42b8-8f36-1300e85f37ae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629389858131, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819161144/1.0/artifacts/service-Vfw20210819161144-csar.csar", "status": "DEPLOY_OK" } 2021-08-19T16:17:38.234Z||pool-151-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-19T16:17:38.235Z||pool-151-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-19T16:17:38.235Z||pool-151-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qoO1GatorxUOMWlm) ... 2021-08-19T16:17:38.265Z||pool-151-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T16:17:38.266Z||pool-151-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1} 2021-08-19T16:17:39.135Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7fa8e4f3-f161-42b8-8f36-1300e85f37ae Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-08-19T16:17:39.144Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7fa8e4f3-f161-42b8-8f36-1300e85f37ae Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-08-19T16:17:39.147Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-08-19T16:17:39.147Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-08-19T16:17:39.148Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-08-19T16:17:39.148Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-08-19T16:17:39.148Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 2021-08-19T16:17:39.148Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-08-19T16:17:39.152Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-08-19T16:18:09.152Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 7fa8e4f3-f161-42b8-8f36-1300e85f37ae and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2021-08-19T16:18:09.159Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7fa8e4f3-f161-42b8-8f36-1300e85f37ae and serviceModelVersionId: 5d13cd2c-39a2-499c-9371-fbd6130fb9b5 2021-08-19T16:18:09.160Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3116cfa6-b58f-4771-ad3c-a8a9ca72798d 2021-08-19T16:18:09.161Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3116cfa6-b58f-4771-ad3c-a8a9ca72798d/model-vers/model-ver/5d13cd2c-39a2-499c-9371-fbd6130fb9b5?depth=0 2021-08-19T16:18:09.167Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context! 2021-08-19T16:18:09.219Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3116cfa6-b58f-4771-ad3c-a8a9ca72798d/model-vers/model-ver/5d13cd2c-39a2-499c-9371-fbd6130fb9b5?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2021-08-19T16:18:09.220Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3116cfa6-b58f-4771-ad3c-a8a9ca72798d/model-vers/model-ver/5d13cd2c-39a2-499c-9371-fbd6130fb9b5?depth=0|INFO|500||Invoke 2021-08-19T16:18:09.240Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3116cfa6-b58f-4771-ad3c-a8a9ca72798d/model-vers/model-ver/5d13cd2c-39a2-499c-9371-fbd6130fb9b5?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"} 2021-08-19T16:18:09.274Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3116cfa6-b58f-4771-ad3c-a8a9ca72798d/model-vers/model-ver/5d13cd2c-39a2-499c-9371-fbd6130fb9b5?depth=0|INFO|404|Not Found|InvokeReturn 2021-08-19T16:18:09.274Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3116cfa6-b58f-4771-ad3c-a8a9ca72798d/model-vers/model-ver/5d13cd2c-39a2-499c-9371-fbd6130fb9b5?depth=0 has http status code:404 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210819-16:18:09:250-84469], Content-Length=[495], Date=[Thu, 19 Aug 2021 16:18:09 GMT], Content-Type=[application/json]} 2021-08-19T16:18:09.276Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["MERGE_PATCH","service-design-and-creation/models/model/3116cfa6-b58f-4771-ad3c-a8a9ca72798d/model-vers/model-ver/5d13cd2c-39a2-499c-9371-fbd6130fb9b5","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/3116cfa6-b58f-4771-ad3c-a8a9ca72798d/model-vers/model-ver/5d13cd2c-39a2-499c-9371-fbd6130fb9b5","ERR.5.4.6114"]}}} 2021-08-19T16:18:09.279Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=7fa8e4f3-f161-42b8-8f36-1300e85f37ae Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/3116cfa6-b58f-4771-ad3c-a8a9ca72798d/model-vers/model-ver/5d13cd2c-39a2-499c-9371-fbd6130fb9b5 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/3116cfa6-b58f-4771-ad3c-a8a9ca72798d/model-vers/model-ver/5d13cd2c-39a2-499c-9371-fbd6130fb9b5) (ec=ERR.5.4.6114) 2021-08-19T16:18:09.280Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||ERROR|500||Exception occurred javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=7fa8e4f3-f161-42b8-8f36-1300e85f37ae Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/3116cfa6-b58f-4771-ad3c-a8a9ca72798d/model-vers/model-ver/5d13cd2c-39a2-499c-9371-fbd6130fb9b5 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/3116cfa6-b58f-4771-ad3c-a8a9ca72798d/model-vers/model-ver/5d13cd2c-39a2-499c-9371-fbd6130fb9b5) (ec=ERR.5.4.6114) at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:74) at org.onap.so.client.RestRequest.get(RestRequest.java:77) at org.onap.so.client.RestClient.buildRequest(RestClient.java:326) at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322) at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283) at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67) at net.jodah.failsafe.Execution.executeSync(Execution.java:117) at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319) at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71) at org.onap.so.client.RestClient.method(RestClient.java:322) at org.onap.so.client.RestClient.patch(RestClient.java:265) at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81) at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184) at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-08-19T16:18:09.280Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=7fa8e4f3-f161-42b8-8f36-1300e85f37ae Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/3116cfa6-b58f-4771-ad3c-a8a9ca72798d/model-vers/model-ver/5d13cd2c-39a2-499c-9371-fbd6130fb9b5 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/3116cfa6-b58f-4771-ad3c-a8a9ca72798d/model-vers/model-ver/5d13cd2c-39a2-499c-9371-fbd6130fb9b5) (ec=ERR.5.4.6114) 2021-08-19T16:18:09.280Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=7fa8e4f3-f161-42b8-8f36-1300e85f37ae Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/3116cfa6-b58f-4771-ad3c-a8a9ca72798d/model-vers/model-ver/5d13cd2c-39a2-499c-9371-fbd6130fb9b5 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/3116cfa6-b58f-4771-ad3c-a8a9ca72798d/model-vers/model-ver/5d13cd2c-39a2-499c-9371-fbd6130fb9b5) (ec=ERR.5.4.6114) Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-08-19T16:18:09.284Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-08-19T16:18:09.284Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7fa8e4f3-f161-42b8-8f36-1300e85f37ae and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=7fa8e4f3-f161-42b8-8f36-1300e85f37ae Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/3116cfa6-b58f-4771-ad3c-a8a9ca72798d/model-vers/model-ver/5d13cd2c-39a2-499c-9371-fbd6130fb9b5 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/3116cfa6-b58f-4771-ad3c-a8a9ca72798d/model-vers/model-ver/5d13cd2c-39a2-499c-9371-fbd6130fb9b5) (ec=ERR.5.4.6114) 2021-08-19T16:18:09.285Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2021-08-19T16:18:09.285Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-19T16:18:09.287Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-19T16:18:09.287Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "7fa8e4f3-f161-42b8-8f36-1300e85f37ae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629389889284, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d7fa8e4f3-f161-42b8-8f36-1300e85f37ae Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/3116cfa6-b58f-4771-ad3c-a8a9ca72798d/model-vers/model-ver/5d13cd2c-39a2-499c-9371-fbd6130fb9b5 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/3116cfa6-b58f-4771-ad3c-a8a9ca72798d/model-vers/model-ver/5d13cd2c-39a2-499c-9371-fbd6130fb9b5) (ec\u003dERR.5.4.6114)" } 2021-08-19T16:18:09.388Z||pool-152-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-19T16:18:09.389Z||pool-152-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-19T16:18:09.389Z||pool-152-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qoO1GatorxUOMWlm) ... 2021-08-19T16:18:09.409Z||pool-152-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T16:18:09.410Z||pool-152-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-08-19T16:18:10.309Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-19T16:18:10.309Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"88272ee0-4d41-41b8-94a2-11cd6410acac","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"397ebc87-bc68-4a1f-9f6b-6106ba65a53b","serviceDescription":"service","serviceInvariantUUID":"423ba891-4b04-49d5-9d50-f3a7ff540189","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"40660e1c-03e7-4208-96b1-fe22b2a1cc22","resourceInvariantUUID":"69f8a21f-571f-4fc6-b3d2-b3e31f256f8e","resourceCustomizationUUID":"79489364-2751-4a94-8841-b8a5702d73e9","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml","artifactChecksum":"Y2E1Yjk1OTc1MDIxN2M1MzRkN2ViOWUxZmUyMTk5ZTQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"55366075-3df6-420b-9fe0-6940cdfcabcd","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar","artifactChecksum":"ZGVhZmM4YTM3NDgwYjQxNDFmZjYzYzQ5N2E4NDFkNDE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"1bac8168-a4b5-4c55-aa12-7a9b238239e7","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"4e5713af-ec71-4c73-9fd2-1828d1afacdc","artifactVersion":"1"},{"artifactName":"CBA_enriched.zip","artifactType":"CONTROLLER_BLUEPRINT_ARCHIVE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip","artifactChecksum":"ZmQwYWNkY2IzZTg3MWYwODM0OTVhYzA5NDNlMmY5NGU\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"13453887-3b9d-47c8-b7d2-5c91f2ab555b","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml","artifactChecksum":"YWU0ZDcwODllZmYyZGI3ZWJiNmExMTgwODI1YjcxMjE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"20230388-76d4-4e64-8afe-92beae9a9e08","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"12818a9c-1c6e-4f95-8df3-122e934f6611","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"185f04bd-2a63-472f-8b2b-343b98b4d324","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-TestPnfMacro-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml","artifactChecksum":"NTdmYmEwMzEyYjQ2ZDg0M2NmOTU0OWVkNTQyNWZmOTA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ff07fd63-1ce7-4ed6-91ab-3eaaca430859","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"MGFmOGY2ZWI3NjBmMGVlNGNmOTFiYjM2ODNjMzBkNzY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"47fbab14-7ff6-4556-bdae-b44c7224a66a","artifactVersion":"1"}],"workloadContext":"Production"} 2021-08-19T16:18:10.310Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-19T16:18:10.310Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-19T16:18:10.312Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-19T16:18:10.312Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "88272ee0-4d41-41b8-94a2-11cd6410acac", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629389835950, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-19T16:18:10.413Z||pool-153-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-08-19T16:18:10.414Z||pool-153-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-19T16:18:10.414Z||pool-153-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qoO1GatorxUOMWlm) ... 2021-08-19T16:18:10.460Z||pool-153-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T16:18:10.460Z||pool-153-thread-1|||||INFO|500||cambria reply ok (47 ms):{"serverTimeMs":0,"count":1} 2021-08-19T16:18:11.312Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-19T16:18:11.313Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-19T16:18:11.315Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-19T16:18:11.315Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "88272ee0-4d41-41b8-94a2-11cd6410acac", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629389835950, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-08-19T16:18:11.415Z||pool-154-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-19T16:18:11.417Z||pool-154-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-19T16:18:11.417Z||pool-154-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qoO1GatorxUOMWlm) ... 2021-08-19T16:18:11.428Z||pool-154-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T16:18:11.428Z||pool-154-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-08-19T16:18:12.316Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-19T16:18:12.316Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-19T16:18:12.318Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-19T16:18:12.319Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "88272ee0-4d41-41b8-94a2-11cd6410acac", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629389835950, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-08-19T16:18:12.419Z||pool-155-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-19T16:18:12.420Z||pool-155-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-19T16:18:12.421Z||pool-155-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qoO1GatorxUOMWlm) ... 2021-08-19T16:18:12.431Z||pool-155-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T16:18:12.432Z||pool-155-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-08-19T16:18:13.319Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-19T16:18:13.320Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-19T16:18:13.322Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-19T16:18:13.322Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "88272ee0-4d41-41b8-94a2-11cd6410acac", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629389835950, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-08-19T16:18:13.422Z||pool-156-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-19T16:18:13.423Z||pool-156-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-19T16:18:13.423Z||pool-156-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qoO1GatorxUOMWlm) ... 2021-08-19T16:18:13.434Z||pool-156-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T16:18:13.434Z||pool-156-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2021-08-19T16:18:14.322Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-19T16:18:14.324Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-19T16:18:14.326Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-19T16:18:14.326Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "88272ee0-4d41-41b8-94a2-11cd6410acac", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629389835950, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-19T16:18:14.426Z||pool-157-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-19T16:18:14.427Z||pool-157-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-19T16:18:14.427Z||pool-157-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qoO1GatorxUOMWlm) ... 2021-08-19T16:18:14.438Z||pool-157-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T16:18:14.438Z||pool-157-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-08-19T16:18:15.327Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-19T16:18:15.328Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-19T16:18:15.329Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-19T16:18:15.329Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "88272ee0-4d41-41b8-94a2-11cd6410acac", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629389835950, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-08-19T16:18:15.430Z||pool-158-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-19T16:18:15.430Z||pool-158-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-19T16:18:15.431Z||pool-158-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qoO1GatorxUOMWlm) ... 2021-08-19T16:18:15.445Z||pool-158-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T16:18:15.445Z||pool-158-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-08-19T16:18:16.330Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-19T16:18:16.331Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-19T16:18:16.332Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-19T16:18:16.333Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "88272ee0-4d41-41b8-94a2-11cd6410acac", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629389835950, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-08-19T16:18:16.433Z||pool-159-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-19T16:18:16.434Z||pool-159-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-19T16:18:16.434Z||pool-159-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qoO1GatorxUOMWlm) ... 2021-08-19T16:18:16.450Z||pool-159-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T16:18:16.450Z||pool-159-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2021-08-19T16:18:17.333Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-19T16:18:17.334Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-19T16:18:17.336Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-19T16:18:17.336Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "88272ee0-4d41-41b8-94a2-11cd6410acac", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629389835950, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-08-19T16:18:17.436Z||pool-160-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-19T16:18:17.437Z||pool-160-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-19T16:18:17.437Z||pool-160-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qoO1GatorxUOMWlm) ... 2021-08-19T16:18:17.453Z||pool-160-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T16:18:17.453Z||pool-160-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2021-08-19T16:18:18.336Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-19T16:18:18.337Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-19T16:18:18.338Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-19T16:18:18.338Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "88272ee0-4d41-41b8-94a2-11cd6410acac", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629389835950, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2021-08-19T16:18:18.440Z||pool-161-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-08-19T16:18:18.441Z||pool-161-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-19T16:18:18.441Z||pool-161-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qoO1GatorxUOMWlm) ... 2021-08-19T16:18:18.452Z||pool-161-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T16:18:18.453Z||pool-161-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-08-19T16:18:19.340Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||DEBUG|500||sending notification to client: { "distributionID": "88272ee0-4d41-41b8-94a2-11cd6410acac", "serviceName": "test_pnf_macro", "serviceVersion": "1.0", "serviceUUID": "397ebc87-bc68-4a1f-9f6b-6106ba65a53b", "serviceDescription": "service", "serviceInvariantUUID": "423ba891-4b04-49d5-9d50-f3a7ff540189", "resources": [ { "resourceInstanceName": "test-pnf 0", "resourceCustomizationUUID": "79489364-2751-4a94-8841-b8a5702d73e9", "resourceName": "test-pnf", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "40660e1c-03e7-4208-96b1-fe22b2a1cc22", "resourceInvariantUUID": "69f8a21f-571f-4fc6-b3d2-b3e31f256f8e", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-TestPnfMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "artifactChecksum": "MGFmOGY2ZWI3NjBmMGVlNGNmOTFiYjM2ODNjMzBkNzY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "47fbab14-7ff6-4556-bdae-b44c7224a66a" } ], "workloadContext": "Production" } 2021-08-19T16:18:19.340Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-08-19T16:18:19.341Z|7fa8e4f3-f161-42b8-8f36-1300e85f37ae|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 397ebc87-bc68-4a1f-9f6b-6106ba65a53b ASDC 2021-08-19T16:18:19.342Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||DEBUG|500||ASDC Notification: DistributionID:88272ee0-4d41-41b8-94a2-11cd6410acac ServiceName:test_pnf_macro ServiceVersion:1.0 ServiceUUID:397ebc87-bc68-4a1f-9f6b-6106ba65a53b ServiceInvariantUUID:423ba891-4b04-49d5-9d50-f3a7ff540189 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-TestPnfMacro-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ArtifactUUID:47fbab14-7ff6-4556-bdae-b44c7224a66a ArtifactChecksum:MGFmOGY2ZWI3NjBmMGVlNGNmOTFiYjM2ODNjMzBkNzY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:test-pnf 0 ResourceCustomizationUUID:79489364-2751-4a94-8841-b8a5702d73e9 ResourceInvariantUUID:69f8a21f-571f-4fc6-b3d2-b3e31f256f8e ResourceName:test-pnf ResourceType:PNF ResourceUUID:40660e1c-03e7-4208-96b1-fe22b2a1cc22 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2021-08-19T16:18:19.342Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 397ebc87-bc68-4a1f-9f6b-6106ba65a53b ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-08-19T16:18:19.364Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-08-19T16:18:19.364Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-08-19T16:18:19.365Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-08-19T16:18:19.365Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 47fbab14-7ff6-4556-bdae-b44c7224a66a from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2021-08-19T16:18:19.365Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-08-19T16:18:19.365Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2021-08-19T16:18:21.461Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-08-19T16:18:21.465Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 47fbab14-7ff6-4556-bdae-b44c7224a66a 105555 2021-08-19T16:18:21.465Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2021-08-19T16:18:21.465Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2021-08-19T16:18:21.465Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-08-19T16:18:21.466Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-19T16:18:21.467Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-19T16:18:21.468Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "88272ee0-4d41-41b8-94a2-11cd6410acac", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629389901465, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-19T16:18:21.568Z||pool-162-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-19T16:18:21.568Z||pool-162-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-19T16:18:21.568Z||pool-162-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qoO1GatorxUOMWlm) ... 2021-08-19T16:18:21.584Z||pool-162-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T16:18:21.585Z||pool-162-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":2,"count":1} 2021-08-19T16:18:22.468Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-08-19T16:18:22.469Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-08-19T16:18:22.470Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 47fbab14-7ff6-4556-bdae-b44c7224a66a, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-08-19T16:18:22.470Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar 2021-08-19T16:18:22.471Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-08-19T16:18:22.471Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-08-19T16:18:22.576Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11423359866114893896/Definitions/service-TestPnfMacro-template.yml 2021-08-19T16:18:23.292Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0 2021-08-19T16:18:23.292Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||WARN|500||#################################################################################################### 2021-08-19T16:18:23.293Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-08-19T16:18:23.293Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2021-08-19T16:18:23.293Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-08-19T16:18:23.293Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-08-19T16:18:23.293Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "test-pnf 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-08-19T16:18:23.293Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-08-19T16:18:23.293Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-08-19T16:18:23.293Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-08-19T16:18:23.294Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-08-19T16:18:23.294Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||WARN|500||#################################################################################################### 2021-08-19T16:18:23.294Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T16:18:23.294Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-08-19T16:18:23.294Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2021-08-19T16:18:23.295Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2021-08-19T16:18:23.295Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-08-19T16:18:23.295Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T16:18:23.295Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-08-19T16:18:23.295Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2021-08-19T16:18:23.295Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2021-08-19T16:18:23.296Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-08-19T16:18:23.296Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T16:18:23.296Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-08-19T16:18:23.296Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T16:18:23.296Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-08-19T16:18:23.296Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T16:18:23.297Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-08-19T16:18:23.297Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T16:18:23.297Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-08-19T16:18:23.297Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T16:18:23.297Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-08-19T16:18:23.297Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:test_pnf_macro Description:service Model UUID:397ebc87-bc68-4a1f-9f6b-6106ba65a53b Model Version:NULL Model InvariantUuid:423ba891-4b04-49d5-9d50-f3a7ff540189 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-08-19T16:18:23.303Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||INFO|500||Processing Resource Type: PNF, Model UUID: 40660e1c-03e7-4208-96b1-fe22b2a1cc22 Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-08-19T16:18:23.305Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||INFO|500||test-pnf 0 2021-08-19T16:18:23.306Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 40660e1c-03e7-4208-96b1-fe22b2a1cc22 2021-08-19T16:18:23.306Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||DEBUG|500||No resources found for Service: 397ebc87-bc68-4a1f-9f6b-6106ba65a53b 2021-08-19T16:18:23.306Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 397ebc87-bc68-4a1f-9f6b-6106ba65a53b 2021-08-19T16:18:23.306Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 40660e1c-03e7-4208-96b1-fe22b2a1cc22 ASDC Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-08-19T16:18:23.310Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T16:18:23.311Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-08-19T16:18:23.311Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 397ebc87-bc68-4a1f-9f6b-6106ba65a53b: test-pnf 2021-08-19T16:18:23.311Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||INFO|500||Processing PNF resource: 40660e1c-03e7-4208-96b1-fe22b2a1cc22 2021-08-19T16:18:23.311Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T16:18:23.312Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-08-19T16:18:23.312Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||INFO|500||Resource customization UUID: 79489364-2751-4a94-8841-b8a5702d73e9 is the same as notified resource customizationUUID: 79489364-2751-4a94-8841-b8a5702d73e9 Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_44_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_44_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_44_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_44_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_44_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_44_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_44_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_44_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_44_0_, pnfresourc0_.NF_ROLE as nf_role11_44_0_, pnfresourc0_.NF_TYPE as nf_type12_44_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_44_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_44_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_44_0_, pnfresourc1_.MODEL_UUID as model_uu1_43_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_43_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_43_1_, pnfresourc1_.DESCRIPTION as descript4_43_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_43_1_, pnfresourc1_.MODEL_NAME as model_na6_43_1_, pnfresourc1_.MODEL_VERSION as model_ve7_43_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_43_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_43_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_43_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_43_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc0_.DESCRIPTION as descript4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc0_.MODEL_NAME as model_na6_43_0_, pnfresourc0_.MODEL_VERSION as model_ve7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_44_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_44_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_44_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_44_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_44_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_44_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_44_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_44_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_44_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_44_1_, pnfresourc0_.NF_ROLE as nf_role11_44_1_, pnfresourc0_.NF_TYPE as nf_type12_44_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_44_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_44_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_44_1_, pnfresourc1_.MODEL_UUID as model_uu1_43_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc1_.DESCRIPTION as descript4_43_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc1_.MODEL_NAME as model_na6_43_0_, pnfresourc1_.MODEL_VERSION as model_ve7_43_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_43_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc0_.DESCRIPTION as descript4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc0_.MODEL_NAME as model_na6_43_0_, pnfresourc0_.MODEL_VERSION as model_ve7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?) 2021-08-19T16:18:23.345Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 40660e1c-03e7-4208-96b1-fe22b2a1cc22 0 ASDC deployResourceStructure 2021-08-19T16:18:23.346Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2021-08-19T16:18:23.346Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2021-08-19T16:18:23.346Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-08-19T16:18:23.346Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-19T16:18:23.349Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-19T16:18:23.349Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "88272ee0-4d41-41b8-94a2-11cd6410acac", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629389903345, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2021-08-19T16:18:23.448Z||pool-163-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-08-19T16:18:23.450Z||pool-163-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-19T16:18:23.450Z||pool-163-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qoO1GatorxUOMWlm) ... 2021-08-19T16:18:23.462Z||pool-163-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T16:18:23.463Z||pool-163-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-08-19T16:18:24.349Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 88272ee0-4d41-41b8-94a2-11cd6410acac Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-08-19T16:18:24.364Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 88272ee0-4d41-41b8-94a2-11cd6410acac Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-08-19T16:18:24.366Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-08-19T16:18:24.366Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-08-19T16:18:24.366Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-08-19T16:18:24.366Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-08-19T16:18:24.366Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-19T16:18:24.366Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 2021-08-19T16:18:24.366Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-08-19T16:18:24.371Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-08-19T16:18:27.198Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-19T16:18:27.199Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-19T16:18:27.199Z||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 qoO1GatorxUOMWlm) ... 2021-08-19T16:18:27.222Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T16:18:27.224Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T16:18:27.224Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c09b1d21-6687-4176-a811-0ea00cfd605a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629389834910, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003dc09b1d21-6687-4176-a811-0ea00cfd605a Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/6c3dfd33-857c-40a2-915d-4093d9f33024/model-vers/model-ver/a0f0b7cd-51b2-44a2-b213-b33315a684ef (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/6c3dfd33-857c-40a2-915d-4093d9f33024/model-vers/model-ver/a0f0b7cd-51b2-44a2-b213-b33315a684ef) (ec\u003dERR.5.4.6114)" } 2021-08-19T16:18:27.225Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-19T16:18:27.225Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T16:18:27.225Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7fa8e4f3-f161-42b8-8f36-1300e85f37ae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629389835950, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819161144/1.0/resourceInstances/vfw9a0053ee4a160/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-19T16:18:27.226Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T16:18:27.226Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T16:18:27.226Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7fa8e4f3-f161-42b8-8f36-1300e85f37ae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629389835950, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819161144/1.0/resourceInstances/vfw9a0053ee4a160/artifacts/vfw9a0053ee4a160_modules.json", "status": "NOTIFIED" } 2021-08-19T16:18:27.226Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T16:18:27.226Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T16:18:27.226Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7fa8e4f3-f161-42b8-8f36-1300e85f37ae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629389835950, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819161144/1.0/resourceInstances/vfw9a0053ee4a160/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-08-19T16:18:27.227Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T16:18:27.227Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T16:18:27.227Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7fa8e4f3-f161-42b8-8f36-1300e85f37ae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629389835950, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819161144/1.0/resourceInstances/vfw9a0053ee4a160/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-19T16:18:27.227Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T16:18:27.227Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T16:18:27.227Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7fa8e4f3-f161-42b8-8f36-1300e85f37ae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629389835950, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819161144/1.0/resourceInstances/vfw9a0053ee4a160/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-08-19T16:18:27.227Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T16:18:27.228Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T16:18:27.228Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7fa8e4f3-f161-42b8-8f36-1300e85f37ae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629389835950, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819161144/1.0/artifacts/service-Vfw20210819161144-template.yml", "status": "NOT_NOTIFIED" } 2021-08-19T16:18:27.228Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T16:18:27.228Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-08-19T16:18:27.228Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7fa8e4f3-f161-42b8-8f36-1300e85f37ae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629389835950, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819161144/1.0/artifacts/service-Vfw20210819161144-csar.csar", "status": "NOTIFIED" } 2021-08-19T16:18:27.228Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-08-19T16:18:54.372Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 88272ee0-4d41-41b8-94a2-11cd6410acac and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2021-08-19T16:18:54.386Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 88272ee0-4d41-41b8-94a2-11cd6410acac and serviceModelVersionId: 397ebc87-bc68-4a1f-9f6b-6106ba65a53b 2021-08-19T16:18:54.386Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 423ba891-4b04-49d5-9d50-f3a7ff540189 2021-08-19T16:18:54.389Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/423ba891-4b04-49d5-9d50-f3a7ff540189/model-vers/model-ver/397ebc87-bc68-4a1f-9f6b-6106ba65a53b?depth=0 2021-08-19T16:18:54.397Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context! 2021-08-19T16:18:54.447Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/423ba891-4b04-49d5-9d50-f3a7ff540189/model-vers/model-ver/397ebc87-bc68-4a1f-9f6b-6106ba65a53b?depth=0|INFO|500||Invoke 2021-08-19T16:18:54.448Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/423ba891-4b04-49d5-9d50-f3a7ff540189/model-vers/model-ver/397ebc87-bc68-4a1f-9f6b-6106ba65a53b?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/423ba891-4b04-49d5-9d50-f3a7ff540189/model-vers/model-ver/397ebc87-bc68-4a1f-9f6b-6106ba65a53b?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[88272ee0-4d41-41b8-94a2-11cd6410acac], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[7b60a185-0751-4822-9a39-64ec991b90f2], X-ECOMP-RequestID=[88272ee0-4d41-41b8-94a2-11cd6410acac], X-TransactionId=[], X-ONAP-RequestID=[88272ee0-4d41-41b8-94a2-11cd6410acac], Content-Type=[application/merge-patch+json]} 2021-08-19T16:18:54.471Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/423ba891-4b04-49d5-9d50-f3a7ff540189/model-vers/model-ver/397ebc87-bc68-4a1f-9f6b-6106ba65a53b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"} 2021-08-19T16:18:54.515Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/423ba891-4b04-49d5-9d50-f3a7ff540189/model-vers/model-ver/397ebc87-bc68-4a1f-9f6b-6106ba65a53b?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/423ba891-4b04-49d5-9d50-f3a7ff540189/model-vers/model-ver/397ebc87-bc68-4a1f-9f6b-6106ba65a53b?depth=0 has http status code:404 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210819-16:18:54:483-45327], Content-Length=[495], Date=[Thu, 19 Aug 2021 16:18:54 GMT], Content-Type=[application/json]} 2021-08-19T16:18:54.516Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/423ba891-4b04-49d5-9d50-f3a7ff540189/model-vers/model-ver/397ebc87-bc68-4a1f-9f6b-6106ba65a53b?depth=0|DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["MERGE_PATCH","service-design-and-creation/models/model/423ba891-4b04-49d5-9d50-f3a7ff540189/model-vers/model-ver/397ebc87-bc68-4a1f-9f6b-6106ba65a53b","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/423ba891-4b04-49d5-9d50-f3a7ff540189/model-vers/model-ver/397ebc87-bc68-4a1f-9f6b-6106ba65a53b","ERR.5.4.6114"]}}} 2021-08-19T16:18:54.517Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/423ba891-4b04-49d5-9d50-f3a7ff540189/model-vers/model-ver/397ebc87-bc68-4a1f-9f6b-6106ba65a53b?depth=0|INFO|404|Not Found|InvokeReturn 2021-08-19T16:18:54.523Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=88272ee0-4d41-41b8-94a2-11cd6410acac Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/423ba891-4b04-49d5-9d50-f3a7ff540189/model-vers/model-ver/397ebc87-bc68-4a1f-9f6b-6106ba65a53b (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/423ba891-4b04-49d5-9d50-f3a7ff540189/model-vers/model-ver/397ebc87-bc68-4a1f-9f6b-6106ba65a53b) (ec=ERR.5.4.6114) 2021-08-19T16:18:54.523Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||ERROR|500||Exception occurred javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=88272ee0-4d41-41b8-94a2-11cd6410acac Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/423ba891-4b04-49d5-9d50-f3a7ff540189/model-vers/model-ver/397ebc87-bc68-4a1f-9f6b-6106ba65a53b (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/423ba891-4b04-49d5-9d50-f3a7ff540189/model-vers/model-ver/397ebc87-bc68-4a1f-9f6b-6106ba65a53b) (ec=ERR.5.4.6114) at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:74) at org.onap.so.client.RestRequest.get(RestRequest.java:77) at org.onap.so.client.RestClient.buildRequest(RestClient.java:326) at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322) at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283) at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67) at net.jodah.failsafe.Execution.executeSync(Execution.java:117) at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319) at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71) at org.onap.so.client.RestClient.method(RestClient.java:322) at org.onap.so.client.RestClient.patch(RestClient.java:265) at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81) at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184) at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-08-19T16:18:54.523Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=88272ee0-4d41-41b8-94a2-11cd6410acac Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/423ba891-4b04-49d5-9d50-f3a7ff540189/model-vers/model-ver/397ebc87-bc68-4a1f-9f6b-6106ba65a53b (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/423ba891-4b04-49d5-9d50-f3a7ff540189/model-vers/model-ver/397ebc87-bc68-4a1f-9f6b-6106ba65a53b) (ec=ERR.5.4.6114) 2021-08-19T16:18:54.523Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=88272ee0-4d41-41b8-94a2-11cd6410acac Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/423ba891-4b04-49d5-9d50-f3a7ff540189/model-vers/model-ver/397ebc87-bc68-4a1f-9f6b-6106ba65a53b (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/423ba891-4b04-49d5-9d50-f3a7ff540189/model-vers/model-ver/397ebc87-bc68-4a1f-9f6b-6106ba65a53b) (ec=ERR.5.4.6114) Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-08-19T16:18:54.527Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-08-19T16:18:54.527Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 88272ee0-4d41-41b8-94a2-11cd6410acac and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=88272ee0-4d41-41b8-94a2-11cd6410acac Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/423ba891-4b04-49d5-9d50-f3a7ff540189/model-vers/model-ver/397ebc87-bc68-4a1f-9f6b-6106ba65a53b (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/423ba891-4b04-49d5-9d50-f3a7ff540189/model-vers/model-ver/397ebc87-bc68-4a1f-9f6b-6106ba65a53b) (ec=ERR.5.4.6114) 2021-08-19T16:18:54.528Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2021-08-19T16:18:54.529Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-08-19T16:18:54.531Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-19T16:18:54.531Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "88272ee0-4d41-41b8-94a2-11cd6410acac", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629389934527, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d88272ee0-4d41-41b8-94a2-11cd6410acac Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/423ba891-4b04-49d5-9d50-f3a7ff540189/model-vers/model-ver/397ebc87-bc68-4a1f-9f6b-6106ba65a53b (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/423ba891-4b04-49d5-9d50-f3a7ff540189/model-vers/model-ver/397ebc87-bc68-4a1f-9f6b-6106ba65a53b) (ec\u003dERR.5.4.6114)" } 2021-08-19T16:18:54.631Z||pool-164-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-19T16:18:54.632Z||pool-164-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-19T16:18:54.632Z||pool-164-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qoO1GatorxUOMWlm) ... 2021-08-19T16:18:54.648Z||pool-164-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T16:18:54.648Z||pool-164-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-08-19T16:18:55.552Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-19T16:18:55.553Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-19T16:18:55.553Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qoO1GatorxUOMWlm) ... 2021-08-19T16:19:05.115Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T16:19:05.116Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-19T16:19:05.116Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-19T16:19:05.116Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qoO1GatorxUOMWlm) ... 2021-08-19T16:19:14.668Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T16:19:14.669Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-19T16:19:14.670Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-19T16:19:14.670Z||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 qoO1GatorxUOMWlm) ... 2021-08-19T16:19:24.218Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T16:19:24.218Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-19T16:19:24.219Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-19T16:19:24.219Z||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 qoO1GatorxUOMWlm) ... 2021-08-19T16:19:27.198Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-19T16:19:27.199Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-19T16:19:27.199Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|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 qoO1GatorxUOMWlm) ... 2021-08-19T16:19:27.230Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T16:19:27.231Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-19T16:19:27.232Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7fa8e4f3-f161-42b8-8f36-1300e85f37ae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629389847905, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819161144/1.0/artifacts/service-Vfw20210819161144-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-19T16:19:27.233Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-19T16:19:27.234Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-19T16:19:27.234Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7fa8e4f3-f161-42b8-8f36-1300e85f37ae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629389851496, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819161144/1.0/resourceInstances/vfw9a0053ee4a160/artifacts/vfw9a0053ee4a160_modules.json", "status": "DOWNLOAD_OK" } 2021-08-19T16:19:27.234Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-19T16:19:27.234Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-19T16:19:27.234Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7fa8e4f3-f161-42b8-8f36-1300e85f37ae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629389852698, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819161144/1.0/resourceInstances/vfw9a0053ee4a160/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-08-19T16:19:27.234Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-19T16:19:27.234Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-19T16:19:27.234Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7fa8e4f3-f161-42b8-8f36-1300e85f37ae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629389853874, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819161144/1.0/resourceInstances/vfw9a0053ee4a160/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-08-19T16:19:27.235Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-19T16:19:27.235Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-19T16:19:27.235Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7fa8e4f3-f161-42b8-8f36-1300e85f37ae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629389855122, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819161144/1.0/resourceInstances/vfw9a0053ee4a160/artifacts/vfw9a0053ee4a160_modules.json", "status": "DEPLOY_OK" } 2021-08-19T16:19:27.236Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-19T16:19:27.236Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-19T16:19:27.236Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7fa8e4f3-f161-42b8-8f36-1300e85f37ae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629389856125, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819161144/1.0/resourceInstances/vfw9a0053ee4a160/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2021-08-19T16:19:27.236Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-19T16:19:27.236Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-19T16:19:27.236Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7fa8e4f3-f161-42b8-8f36-1300e85f37ae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629389857128, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819161144/1.0/resourceInstances/vfw9a0053ee4a160/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2021-08-19T16:19:27.236Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-19T16:19:27.236Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-19T16:19:27.237Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7fa8e4f3-f161-42b8-8f36-1300e85f37ae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629389858131, "artifactURL": "/sdc/v1/catalog/services/Vfw20210819161144/1.0/artifacts/service-Vfw20210819161144-csar.csar", "status": "DEPLOY_OK" } 2021-08-19T16:19:27.237Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-19T16:19:27.237Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-19T16:19:27.237Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7fa8e4f3-f161-42b8-8f36-1300e85f37ae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629389889284, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d7fa8e4f3-f161-42b8-8f36-1300e85f37ae Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/3116cfa6-b58f-4771-ad3c-a8a9ca72798d/model-vers/model-ver/5d13cd2c-39a2-499c-9371-fbd6130fb9b5 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/3116cfa6-b58f-4771-ad3c-a8a9ca72798d/model-vers/model-ver/5d13cd2c-39a2-499c-9371-fbd6130fb9b5) (ec\u003dERR.5.4.6114)" } 2021-08-19T16:19:27.237Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-19T16:19:27.237Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-19T16:19:27.237Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "88272ee0-4d41-41b8-94a2-11cd6410acac", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629389835950, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-19T16:19:27.238Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-19T16:19:27.238Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-19T16:19:27.238Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "88272ee0-4d41-41b8-94a2-11cd6410acac", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629389835950, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-08-19T16:19:27.238Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-19T16:19:27.238Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-19T16:19:27.238Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "88272ee0-4d41-41b8-94a2-11cd6410acac", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629389835950, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-08-19T16:19:27.238Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-19T16:19:27.238Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-19T16:19:27.239Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "88272ee0-4d41-41b8-94a2-11cd6410acac", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629389835950, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-08-19T16:19:27.239Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-19T16:19:27.239Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-19T16:19:27.239Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "88272ee0-4d41-41b8-94a2-11cd6410acac", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629389835950, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-19T16:19:27.239Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-19T16:19:27.239Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-19T16:19:27.239Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "88272ee0-4d41-41b8-94a2-11cd6410acac", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629389835950, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-08-19T16:19:27.239Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-19T16:19:27.240Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-19T16:19:27.240Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "88272ee0-4d41-41b8-94a2-11cd6410acac", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629389835950, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-08-19T16:19:27.240Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-19T16:19:27.240Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-19T16:19:27.240Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "88272ee0-4d41-41b8-94a2-11cd6410acac", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629389835950, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-08-19T16:19:27.240Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-19T16:19:27.240Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-19T16:19:27.241Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "88272ee0-4d41-41b8-94a2-11cd6410acac", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629389835950, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2021-08-19T16:19:27.241Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-08-19T16:19:27.241Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-19T16:19:27.241Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "88272ee0-4d41-41b8-94a2-11cd6410acac", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629389901465, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-19T16:19:27.241Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-19T16:19:27.241Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-08-19T16:19:27.241Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "88272ee0-4d41-41b8-94a2-11cd6410acac", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629389903345, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2021-08-19T16:19:27.241Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-19T16:19:33.802Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T16:19:33.802Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-19T16:19:33.803Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-19T16:19:33.803Z||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 qoO1GatorxUOMWlm) ... 2021-08-19T16:19:43.349Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T16:20:27.195Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-19T16:20:27.198Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-19T16:20:27.198Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-19T16:20:27.198Z||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 qoO1GatorxUOMWlm) ... 2021-08-19T16:20:27.198Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-19T16:20:27.198Z||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 qoO1GatorxUOMWlm) ... 2021-08-19T16:20:27.729Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T16:20:27.730Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-19T16:20:27.730Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "88272ee0-4d41-41b8-94a2-11cd6410acac", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629389934527, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d88272ee0-4d41-41b8-94a2-11cd6410acac Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/423ba891-4b04-49d5-9d50-f3a7ff540189/model-vers/model-ver/397ebc87-bc68-4a1f-9f6b-6106ba65a53b (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/423ba891-4b04-49d5-9d50-f3a7ff540189/model-vers/model-ver/397ebc87-bc68-4a1f-9f6b-6106ba65a53b) (ec\u003dERR.5.4.6114)" } 2021-08-19T16:20:27.732Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-19T16:20:36.767Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T16:21:27.195Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-19T16:21:27.198Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-19T16:21:27.199Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-19T16:21:27.199Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-19T16:21:27.199Z||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 qoO1GatorxUOMWlm) ... 2021-08-19T16:21:27.199Z||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 qoO1GatorxUOMWlm) ... 2021-08-19T16:21:36.760Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T16:21:36.760Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T16:22:27.195Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-19T16:22:27.198Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-19T16:22:27.199Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-19T16:22:27.200Z|88272ee0-4d41-41b8-94a2-11cd6410acac|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 qoO1GatorxUOMWlm) ... 2021-08-19T16:22:27.199Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-19T16:22:27.200Z||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 qoO1GatorxUOMWlm) ... 2021-08-19T16:22:33.261Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T16:22:33.263Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-19T16:22:33.263Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"478760de-73eb-4267-bffa-cb92d5820d2f","serviceName":"Demo_pNF_xIwh5n6AOEoo427gBrNy","serviceVersion":"1.0","serviceUUID":"c88d965d-90c6-4eea-abf8-b48a2d8d5f02","serviceDescription":"catalog service description","serviceInvariantUUID":"88a05a15-8d6f-4d33-b8db-52f35fd8031a","resources":[{"resourceInstanceName":"pNF 8c47d1e1-004d 0","resourceName":"pNF 8c47d1e1-004d","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"3415ea6f-284c-4c93-afa1-135bd1bc6906","resourceInvariantUUID":"5382157f-1004-4393-b6d5-83e1b945036a","resourceCustomizationUUID":"8f328e09-7d9e-4fba-96d0-dc5ecf1a3c58","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfXiwh5n6aoeoo427gbrny/1.0/resourceInstances/pnf8c47d1e1004d0/artifacts/vf-license-model.xml","artifactChecksum":"ODU4YjA3NmEyMjVlOWQwMjY2YjU1OWFhMTA1Nzg5MDk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"83c2ae28-59ac-467a-8b05-6db35dee25cf","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfXiwh5n6aoeoo427gbrny/1.0/resourceInstances/pnf8c47d1e1004d0/artifacts/pNF.csar","artifactChecksum":"ZDlmYjRhYTU2MGY4Y2NlYTZiMmQzN2VkNDYzZDc5ZDk\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"13c6af29-1154-4c32-a774-516b10e1e8c4","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfXiwh5n6aoeoo427gbrny/1.0/resourceInstances/pnf8c47d1e1004d0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"45b74e48-d3e6-40e0-b027-d3fc862196fb","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfXiwh5n6aoeoo427gbrny/1.0/resourceInstances/pnf8c47d1e1004d0/artifacts/vendor-license-model.xml","artifactChecksum":"YTM2MGViNWNmZDY3NzExNzExMjU1YzYxNzllZGQ2YTE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"dadd36ae-48cd-4eff-acb9-86639d12e1f5","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfXiwh5n6aoeoo427gbrny/1.0/resourceInstances/pnf8c47d1e1004d0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"adefd983-6a8a-439d-bdf2-ef510beb2279","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfXiwh5n6aoeoo427gbrny/1.0/resourceInstances/pnf8c47d1e1004d0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"48eb79ac-e2c1-4b5d-9413-cdb171e8d6e8","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfXiwh5n6aoeoo427gbrny-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfXiwh5n6aoeoo427gbrny/1.0/artifacts/service-DemoPnfXiwh5n6aoeoo427gbrny-template.yml","artifactChecksum":"N2ZmZGI3MzU3MGE5YmJjMzk5OTQyOGY4M2MxYzJkOTA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f1a02675-3367-493f-9d0e-c22f8b06ee6e","artifactVersion":"1"},{"artifactName":"service-DemoPnfXiwh5n6aoeoo427gbrny-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfXiwh5n6aoeoo427gbrny/1.0/artifacts/service-DemoPnfXiwh5n6aoeoo427gbrny-csar.csar","artifactChecksum":"ODYyODEyZDVmMWU2YzdlOWJmNmU0ZGI4NjRhNzdhZTM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1c345be1-b182-4060-af0a-044bbe68bbb9","artifactVersion":"1"}],"workloadContext":"Production"} 2021-08-19T16:22:33.268Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-19T16:22:33.269Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-08-19T16:22:33.274Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-19T16:22:33.274Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "478760de-73eb-4267-bffa-cb92d5820d2f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629390147195, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXiwh5n6aoeoo427gbrny/1.0/resourceInstances/pnf8c47d1e1004d0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-19T16:22:33.374Z||pool-165-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-19T16:22:33.375Z||pool-165-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-19T16:22:33.376Z||pool-165-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qoO1GatorxUOMWlm) ... 2021-08-19T16:22:33.386Z||pool-165-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T16:22:33.386Z||pool-165-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-08-19T16:22:33.509Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T16:22:33.509Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-19T16:22:33.509Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "478760de-73eb-4267-bffa-cb92d5820d2f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629390147195, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXiwh5n6aoeoo427gbrny/1.0/resourceInstances/pnf8c47d1e1004d0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-19T16:22:33.512Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-19T16:22:34.275Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-19T16:22:34.275Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-08-19T16:22:34.277Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-19T16:22:34.277Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "478760de-73eb-4267-bffa-cb92d5820d2f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629390147195, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXiwh5n6aoeoo427gbrny/1.0/resourceInstances/pnf8c47d1e1004d0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-08-19T16:22:34.377Z||pool-166-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-08-19T16:22:34.378Z||pool-166-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-19T16:22:34.378Z||pool-166-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qoO1GatorxUOMWlm) ... 2021-08-19T16:22:34.389Z||pool-166-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T16:22:34.389Z||pool-166-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-08-19T16:22:35.278Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-19T16:22:35.279Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-08-19T16:22:35.281Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-19T16:22:35.281Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "478760de-73eb-4267-bffa-cb92d5820d2f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629390147195, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXiwh5n6aoeoo427gbrny/1.0/resourceInstances/pnf8c47d1e1004d0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-08-19T16:22:35.381Z||pool-167-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-08-19T16:22:35.382Z||pool-167-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-19T16:22:35.382Z||pool-167-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qoO1GatorxUOMWlm) ... 2021-08-19T16:22:35.396Z||pool-167-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T16:22:35.397Z||pool-167-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2021-08-19T16:22:36.282Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-19T16:22:36.284Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-08-19T16:22:36.286Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-19T16:22:36.286Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "478760de-73eb-4267-bffa-cb92d5820d2f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629390147195, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXiwh5n6aoeoo427gbrny/1.0/resourceInstances/pnf8c47d1e1004d0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-19T16:22:36.386Z||pool-168-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-19T16:22:36.387Z||pool-168-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-19T16:22:36.387Z||pool-168-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qoO1GatorxUOMWlm) ... 2021-08-19T16:22:36.399Z||pool-168-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T16:22:36.400Z||pool-168-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-08-19T16:22:37.287Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-19T16:22:37.287Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-08-19T16:22:37.289Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-19T16:22:37.289Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "478760de-73eb-4267-bffa-cb92d5820d2f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629390147195, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXiwh5n6aoeoo427gbrny/1.0/resourceInstances/pnf8c47d1e1004d0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-08-19T16:22:37.389Z||pool-169-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-19T16:22:37.390Z||pool-169-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-19T16:22:37.390Z||pool-169-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qoO1GatorxUOMWlm) ... 2021-08-19T16:22:37.401Z||pool-169-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T16:22:37.402Z||pool-169-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2021-08-19T16:22:38.290Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-19T16:22:38.290Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-08-19T16:22:38.293Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-19T16:22:38.293Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "478760de-73eb-4267-bffa-cb92d5820d2f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629390147195, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXiwh5n6aoeoo427gbrny/1.0/resourceInstances/pnf8c47d1e1004d0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-08-19T16:22:38.393Z||pool-170-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-08-19T16:22:38.394Z||pool-170-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-19T16:22:38.394Z||pool-170-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qoO1GatorxUOMWlm) ... 2021-08-19T16:22:38.405Z||pool-170-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T16:22:38.406Z||pool-170-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-08-19T16:22:39.294Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-19T16:22:39.296Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-08-19T16:22:39.299Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-19T16:22:39.299Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "478760de-73eb-4267-bffa-cb92d5820d2f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629390147195, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXiwh5n6aoeoo427gbrny/1.0/artifacts/service-DemoPnfXiwh5n6aoeoo427gbrny-template.yml", "status": "NOT_NOTIFIED" } 2021-08-19T16:22:39.401Z||pool-171-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-08-19T16:22:39.402Z||pool-171-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-19T16:22:39.402Z||pool-171-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qoO1GatorxUOMWlm) ... 2021-08-19T16:22:39.415Z||pool-171-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T16:22:39.416Z||pool-171-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-08-19T16:22:40.300Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-19T16:22:40.301Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-08-19T16:22:40.302Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-19T16:22:40.303Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "478760de-73eb-4267-bffa-cb92d5820d2f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629390147195, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXiwh5n6aoeoo427gbrny/1.0/artifacts/service-DemoPnfXiwh5n6aoeoo427gbrny-csar.csar", "status": "NOTIFIED" } 2021-08-19T16:22:40.404Z||pool-172-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-08-19T16:22:40.405Z||pool-172-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-19T16:22:40.405Z||pool-172-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qoO1GatorxUOMWlm) ... 2021-08-19T16:22:40.420Z||pool-172-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T16:22:40.421Z||pool-172-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2021-08-19T16:22:41.303Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: { "distributionID": "478760de-73eb-4267-bffa-cb92d5820d2f", "serviceName": "Demo_pNF_xIwh5n6AOEoo427gBrNy", "serviceVersion": "1.0", "serviceUUID": "c88d965d-90c6-4eea-abf8-b48a2d8d5f02", "serviceDescription": "catalog service description", "serviceInvariantUUID": "88a05a15-8d6f-4d33-b8db-52f35fd8031a", "resources": [ { "resourceInstanceName": "pNF 8c47d1e1-004d 0", "resourceCustomizationUUID": "8f328e09-7d9e-4fba-96d0-dc5ecf1a3c58", "resourceName": "pNF 8c47d1e1-004d", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "3415ea6f-284c-4c93-afa1-135bd1bc6906", "resourceInvariantUUID": "5382157f-1004-4393-b6d5-83e1b945036a", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfXiwh5n6aoeoo427gbrny-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfXiwh5n6aoeoo427gbrny/1.0/artifacts/service-DemoPnfXiwh5n6aoeoo427gbrny-csar.csar", "artifactChecksum": "ODYyODEyZDVmMWU2YzdlOWJmNmU0ZGI4NjRhNzdhZTM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "1c345be1-b182-4060-af0a-044bbe68bbb9" } ], "workloadContext": "Production" } 2021-08-19T16:22:41.304Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-08-19T16:22:41.304Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 c88d965d-90c6-4eea-abf8-b48a2d8d5f02 ASDC 2021-08-19T16:22:41.305Z|478760de-73eb-4267-bffa-cb92d5820d2f|pool-2-thread-9|||||DEBUG|500||ASDC Notification: DistributionID:478760de-73eb-4267-bffa-cb92d5820d2f ServiceName:Demo_pNF_xIwh5n6AOEoo427gBrNy ServiceVersion:1.0 ServiceUUID:c88d965d-90c6-4eea-abf8-b48a2d8d5f02 ServiceInvariantUUID:88a05a15-8d6f-4d33-b8db-52f35fd8031a ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfXiwh5n6aoeoo427gbrny-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfXiwh5n6aoeoo427gbrny/1.0/artifacts/service-DemoPnfXiwh5n6aoeoo427gbrny-csar.csar ArtifactUUID:1c345be1-b182-4060-af0a-044bbe68bbb9 ArtifactChecksum:ODYyODEyZDVmMWU2YzdlOWJmNmU0ZGI4NjRhNzdhZTM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 8c47d1e1-004d 0 ResourceCustomizationUUID:8f328e09-7d9e-4fba-96d0-dc5ecf1a3c58 ResourceInvariantUUID:5382157f-1004-4393-b6d5-83e1b945036a ResourceName:pNF 8c47d1e1-004d ResourceType:PNF ResourceUUID:3415ea6f-284c-4c93-afa1-135bd1bc6906 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2021-08-19T16:22:41.305Z|478760de-73eb-4267-bffa-cb92d5820d2f|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c88d965d-90c6-4eea-abf8-b48a2d8d5f02 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-08-19T16:22:41.337Z|478760de-73eb-4267-bffa-cb92d5820d2f|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-08-19T16:22:41.338Z|478760de-73eb-4267-bffa-cb92d5820d2f|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2021-08-19T16:22:41.339Z|478760de-73eb-4267-bffa-cb92d5820d2f|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2021-08-19T16:22:41.339Z|478760de-73eb-4267-bffa-cb92d5820d2f|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 1c345be1-b182-4060-af0a-044bbe68bbb9 from URL: /sdc/v1/catalog/services/DemoPnfXiwh5n6aoeoo427gbrny/1.0/artifacts/service-DemoPnfXiwh5n6aoeoo427gbrny-csar.csar 2021-08-19T16:22:41.339Z|478760de-73eb-4267-bffa-cb92d5820d2f|pool-2-thread-9|||||INFO|500||DistributionClient - download 2021-08-19T16:22:41.339Z|478760de-73eb-4267-bffa-cb92d5820d2f|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfXiwh5n6aoeoo427gbrny/1.0/artifacts/service-DemoPnfXiwh5n6aoeoo427gbrny-csar.csar 2021-08-19T16:22:42.551Z|478760de-73eb-4267-bffa-cb92d5820d2f|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2021-08-19T16:22:42.556Z|478760de-73eb-4267-bffa-cb92d5820d2f|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfXiwh5n6aoeoo427gbrny/1.0/artifacts/service-DemoPnfXiwh5n6aoeoo427gbrny-csar.csar 1c345be1-b182-4060-af0a-044bbe68bbb9 82535 2021-08-19T16:22:42.556Z|478760de-73eb-4267-bffa-cb92d5820d2f|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfXiwh5n6aoeoo427gbrny/1.0/artifacts/service-DemoPnfXiwh5n6aoeoo427gbrny-csar.csar ASDC sendASDCNotification 2021-08-19T16:22:42.557Z|478760de-73eb-4267-bffa-cb92d5820d2f|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfXiwh5n6aoeoo427gbrny/1.0/artifacts/service-DemoPnfXiwh5n6aoeoo427gbrny-csar.csar 2021-08-19T16:22:42.557Z|478760de-73eb-4267-bffa-cb92d5820d2f|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2021-08-19T16:22:42.558Z|478760de-73eb-4267-bffa-cb92d5820d2f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-08-19T16:22:42.560Z|478760de-73eb-4267-bffa-cb92d5820d2f|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-19T16:22:42.560Z|478760de-73eb-4267-bffa-cb92d5820d2f|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "478760de-73eb-4267-bffa-cb92d5820d2f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629390162556, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXiwh5n6aoeoo427gbrny/1.0/artifacts/service-DemoPnfXiwh5n6aoeoo427gbrny-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-19T16:22:42.660Z||pool-173-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-19T16:22:42.661Z||pool-173-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-19T16:22:42.661Z||pool-173-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qoO1GatorxUOMWlm) ... 2021-08-19T16:22:42.681Z||pool-173-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T16:22:42.682Z||pool-173-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1} 2021-08-19T16:22:43.561Z|478760de-73eb-4267-bffa-cb92d5820d2f|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-08-19T16:22:43.561Z|478760de-73eb-4267-bffa-cb92d5820d2f|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2021-08-19T16:22:43.562Z|478760de-73eb-4267-bffa-cb92d5820d2f|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 1c345be1-b182-4060-af0a-044bbe68bbb9, URL: /sdc/v1/catalog/services/DemoPnfXiwh5n6aoeoo427gbrny/1.0/artifacts/service-DemoPnfXiwh5n6aoeoo427gbrny-csar.csar to file: /app/ASDC/1/service-DemoPnfXiwh5n6aoeoo427gbrny-csar.csar 2021-08-19T16:22:43.562Z|478760de-73eb-4267-bffa-cb92d5820d2f|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfXiwh5n6aoeoo427gbrny-csar.csar 2021-08-19T16:22:43.563Z|478760de-73eb-4267-bffa-cb92d5820d2f|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfXiwh5n6aoeoo427gbrny-csar.csar 2021-08-19T16:22:43.563Z|478760de-73eb-4267-bffa-cb92d5820d2f|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfXiwh5n6aoeoo427gbrny-csar.csar 2021-08-19T16:22:43.722Z|478760de-73eb-4267-bffa-cb92d5820d2f|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11456051532469280092/Definitions/service-DemoPnfXiwh5n6aoeoo427gbrny-template.yml 2021-08-19T16:22:44.588Z|478760de-73eb-4267-bffa-cb92d5820d2f|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0 2021-08-19T16:22:44.589Z|478760de-73eb-4267-bffa-cb92d5820d2f|pool-2-thread-9|||||WARN|500||#################################################################################################### 2021-08-19T16:22:44.589Z|478760de-73eb-4267-bffa-cb92d5820d2f|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfXiwh5n6aoeoo427gbrny-csar.csar 2021-08-19T16:22:44.589Z|478760de-73eb-4267-bffa-cb92d5820d2f|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2021-08-19T16:22:44.590Z|478760de-73eb-4267-bffa-cb92d5820d2f|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 8c47d1e1-004d 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-DemoPnfXiwh5n6aoeoo427gbrny-csar.csar 2021-08-19T16:22:44.590Z|478760de-73eb-4267-bffa-cb92d5820d2f|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-DemoPnfXiwh5n6aoeoo427gbrny-csar.csar 2021-08-19T16:22:44.591Z|478760de-73eb-4267-bffa-cb92d5820d2f|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-DemoPnfXiwh5n6aoeoo427gbrny-csar.csar 2021-08-19T16:22:44.591Z|478760de-73eb-4267-bffa-cb92d5820d2f|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-DemoPnfXiwh5n6aoeoo427gbrny-csar.csar 2021-08-19T16:22:44.591Z|478760de-73eb-4267-bffa-cb92d5820d2f|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-DemoPnfXiwh5n6aoeoo427gbrny-csar.csar 2021-08-19T16:22:44.592Z|478760de-73eb-4267-bffa-cb92d5820d2f|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-DemoPnfXiwh5n6aoeoo427gbrny-csar.csar 2021-08-19T16:22:44.592Z|478760de-73eb-4267-bffa-cb92d5820d2f|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-DemoPnfXiwh5n6aoeoo427gbrny-csar.csar 2021-08-19T16:22:44.592Z|478760de-73eb-4267-bffa-cb92d5820d2f|pool-2-thread-9|||||WARN|500||#################################################################################################### 2021-08-19T16:22:44.593Z|478760de-73eb-4267-bffa-cb92d5820d2f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T16:22:44.593Z|478760de-73eb-4267-bffa-cb92d5820d2f|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_xIwh5n6AOEoo427gBrNy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-08-19T16:22:44.594Z|478760de-73eb-4267-bffa-cb92d5820d2f|pool-2-thread-9|||||DEBUG|500||Node template pNF 8c47d1e1-004d 0 is matching search criteria 2021-08-19T16:22:44.594Z|478760de-73eb-4267-bffa-cb92d5820d2f|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2021-08-19T16:22:44.595Z|478760de-73eb-4267-bffa-cb92d5820d2f|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 8c47d1e1-004d 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-08-19T16:22:44.595Z|478760de-73eb-4267-bffa-cb92d5820d2f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T16:22:44.595Z|478760de-73eb-4267-bffa-cb92d5820d2f|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_xIwh5n6AOEoo427gBrNy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-08-19T16:22:44.595Z|478760de-73eb-4267-bffa-cb92d5820d2f|pool-2-thread-9|||||DEBUG|500||Node template pNF 8c47d1e1-004d 0 is matching search criteria 2021-08-19T16:22:44.596Z|478760de-73eb-4267-bffa-cb92d5820d2f|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2021-08-19T16:22:44.596Z|478760de-73eb-4267-bffa-cb92d5820d2f|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 8c47d1e1-004d 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-08-19T16:22:44.596Z|478760de-73eb-4267-bffa-cb92d5820d2f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T16:22:44.596Z|478760de-73eb-4267-bffa-cb92d5820d2f|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_xIwh5n6AOEoo427gBrNy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-08-19T16:22:44.597Z|478760de-73eb-4267-bffa-cb92d5820d2f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T16:22:44.597Z|478760de-73eb-4267-bffa-cb92d5820d2f|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_xIwh5n6AOEoo427gBrNy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-08-19T16:22:44.597Z|478760de-73eb-4267-bffa-cb92d5820d2f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T16:22:44.598Z|478760de-73eb-4267-bffa-cb92d5820d2f|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_xIwh5n6AOEoo427gBrNy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-08-19T16:22:44.598Z|478760de-73eb-4267-bffa-cb92d5820d2f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T16:22:44.598Z|478760de-73eb-4267-bffa-cb92d5820d2f|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_xIwh5n6AOEoo427gBrNy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-08-19T16:22:44.598Z|478760de-73eb-4267-bffa-cb92d5820d2f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T16:22:44.599Z|478760de-73eb-4267-bffa-cb92d5820d2f|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_xIwh5n6AOEoo427gBrNy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-08-19T16:22:44.599Z|478760de-73eb-4267-bffa-cb92d5820d2f|pool-2-thread-9|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_xIwh5n6AOEoo427gBrNy Description:catalog service description Model UUID:c88d965d-90c6-4eea-abf8-b48a2d8d5f02 Model Version:NULL Model InvariantUuid:88a05a15-8d6f-4d33-b8db-52f35fd8031a Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-08-19T16:22:44.612Z|478760de-73eb-4267-bffa-cb92d5820d2f|pool-2-thread-9|||||INFO|500||Processing Resource Type: PNF, Model UUID: 3415ea6f-284c-4c93-afa1-135bd1bc6906 Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-08-19T16:22:44.616Z|478760de-73eb-4267-bffa-cb92d5820d2f|pool-2-thread-9|||||INFO|500||pNF 8c47d1e1-004d 0 2021-08-19T16:22:44.616Z|478760de-73eb-4267-bffa-cb92d5820d2f|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 3415ea6f-284c-4c93-afa1-135bd1bc6906 2021-08-19T16:22:44.616Z|478760de-73eb-4267-bffa-cb92d5820d2f|pool-2-thread-9|||||DEBUG|500||No resources found for Service: c88d965d-90c6-4eea-abf8-b48a2d8d5f02 2021-08-19T16:22:44.616Z|478760de-73eb-4267-bffa-cb92d5820d2f|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: c88d965d-90c6-4eea-abf8-b48a2d8d5f02 2021-08-19T16:22:44.616Z|478760de-73eb-4267-bffa-cb92d5820d2f|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 8c47d1e1-004d 0 3415ea6f-284c-4c93-afa1-135bd1bc6906 ASDC Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-08-19T16:22:44.620Z|478760de-73eb-4267-bffa-cb92d5820d2f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T16:22:44.620Z|478760de-73eb-4267-bffa-cb92d5820d2f|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_xIwh5n6AOEoo427gBrNy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-08-19T16:22:44.621Z|478760de-73eb-4267-bffa-cb92d5820d2f|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid c88d965d-90c6-4eea-abf8-b48a2d8d5f02: pNF 8c47d1e1-004d 2021-08-19T16:22:44.621Z|478760de-73eb-4267-bffa-cb92d5820d2f|pool-2-thread-9|||||INFO|500||Processing PNF resource: 3415ea6f-284c-4c93-afa1-135bd1bc6906 2021-08-19T16:22:44.621Z|478760de-73eb-4267-bffa-cb92d5820d2f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T16:22:44.621Z|478760de-73eb-4267-bffa-cb92d5820d2f|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_xIwh5n6AOEoo427gBrNy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-08-19T16:22:44.621Z|478760de-73eb-4267-bffa-cb92d5820d2f|pool-2-thread-9|||||INFO|500||Resource customization UUID: 8f328e09-7d9e-4fba-96d0-dc5ecf1a3c58 is the same as notified resource customizationUUID: 8f328e09-7d9e-4fba-96d0-dc5ecf1a3c58 Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_44_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_44_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_44_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_44_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_44_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_44_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_44_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_44_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_44_0_, pnfresourc0_.NF_ROLE as nf_role11_44_0_, pnfresourc0_.NF_TYPE as nf_type12_44_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_44_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_44_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_44_0_, pnfresourc1_.MODEL_UUID as model_uu1_43_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_43_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_43_1_, pnfresourc1_.DESCRIPTION as descript4_43_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_43_1_, pnfresourc1_.MODEL_NAME as model_na6_43_1_, pnfresourc1_.MODEL_VERSION as model_ve7_43_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_43_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_43_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_43_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_43_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc0_.DESCRIPTION as descript4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc0_.MODEL_NAME as model_na6_43_0_, pnfresourc0_.MODEL_VERSION as model_ve7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_44_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_44_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_44_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_44_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_44_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_44_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_44_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_44_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_44_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_44_1_, pnfresourc0_.NF_ROLE as nf_role11_44_1_, pnfresourc0_.NF_TYPE as nf_type12_44_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_44_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_44_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_44_1_, pnfresourc1_.MODEL_UUID as model_uu1_43_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc1_.DESCRIPTION as descript4_43_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc1_.MODEL_NAME as model_na6_43_0_, pnfresourc1_.MODEL_VERSION as model_ve7_43_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_43_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc0_.DESCRIPTION as descript4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc0_.MODEL_NAME as model_na6_43_0_, pnfresourc0_.MODEL_VERSION as model_ve7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?) 2021-08-19T16:22:44.652Z|478760de-73eb-4267-bffa-cb92d5820d2f|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 8c47d1e1-004d 3415ea6f-284c-4c93-afa1-135bd1bc6906 0 ASDC deployResourceStructure 2021-08-19T16:22:44.652Z|478760de-73eb-4267-bffa-cb92d5820d2f|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfXiwh5n6aoeoo427gbrny/1.0/artifacts/service-DemoPnfXiwh5n6aoeoo427gbrny-csar.csar ASDC sendASDCNotification 2021-08-19T16:22:44.652Z|478760de-73eb-4267-bffa-cb92d5820d2f|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfXiwh5n6aoeoo427gbrny/1.0/artifacts/service-DemoPnfXiwh5n6aoeoo427gbrny-csar.csar 2021-08-19T16:22:44.653Z|478760de-73eb-4267-bffa-cb92d5820d2f|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-08-19T16:22:44.653Z|478760de-73eb-4267-bffa-cb92d5820d2f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-08-19T16:22:44.655Z|478760de-73eb-4267-bffa-cb92d5820d2f|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-19T16:22:44.655Z|478760de-73eb-4267-bffa-cb92d5820d2f|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "478760de-73eb-4267-bffa-cb92d5820d2f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629390164652, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXiwh5n6aoeoo427gbrny/1.0/artifacts/service-DemoPnfXiwh5n6aoeoo427gbrny-csar.csar", "status": "DEPLOY_OK" } 2021-08-19T16:22:44.755Z||pool-174-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-08-19T16:22:44.755Z||pool-174-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-19T16:22:44.756Z||pool-174-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qoO1GatorxUOMWlm) ... 2021-08-19T16:22:44.770Z||pool-174-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T16:22:44.771Z||pool-174-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2021-08-19T16:22:45.658Z|478760de-73eb-4267-bffa-cb92d5820d2f|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 478760de-73eb-4267-bffa-cb92d5820d2f Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-08-19T16:22:45.667Z|478760de-73eb-4267-bffa-cb92d5820d2f|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 478760de-73eb-4267-bffa-cb92d5820d2f Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-08-19T16:22:45.668Z|478760de-73eb-4267-bffa-cb92d5820d2f|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-08-19T16:22:45.669Z|478760de-73eb-4267-bffa-cb92d5820d2f|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-08-19T16:22:45.669Z|478760de-73eb-4267-bffa-cb92d5820d2f|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-08-19T16:23:15.669Z|478760de-73eb-4267-bffa-cb92d5820d2f|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 478760de-73eb-4267-bffa-cb92d5820d2f Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-08-19T16:23:15.687Z|478760de-73eb-4267-bffa-cb92d5820d2f|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 478760de-73eb-4267-bffa-cb92d5820d2f Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-08-19T16:23:15.689Z|478760de-73eb-4267-bffa-cb92d5820d2f|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-08-19T16:23:15.689Z|478760de-73eb-4267-bffa-cb92d5820d2f|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-08-19T16:23:15.689Z|478760de-73eb-4267-bffa-cb92d5820d2f|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-08-19T16:23:27.199Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-19T16:23:27.201Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-19T16:23:27.201Z|88272ee0-4d41-41b8-94a2-11cd6410acac|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 qoO1GatorxUOMWlm) ... 2021-08-19T16:23:27.224Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T16:23:27.225Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-19T16:23:27.225Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "478760de-73eb-4267-bffa-cb92d5820d2f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629390151864, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXiwh5n6aoeoo427gbrny/1.0/resourceInstances/pnf8c47d1e1004d0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-19T16:23:27.226Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-19T16:23:45.689Z|478760de-73eb-4267-bffa-cb92d5820d2f|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 478760de-73eb-4267-bffa-cb92d5820d2f Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-08-19T16:23:45.708Z|478760de-73eb-4267-bffa-cb92d5820d2f|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 478760de-73eb-4267-bffa-cb92d5820d2f Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-08-19T16:23:45.710Z|478760de-73eb-4267-bffa-cb92d5820d2f|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-08-19T16:23:45.710Z|478760de-73eb-4267-bffa-cb92d5820d2f|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-08-19T16:23:45.710Z|478760de-73eb-4267-bffa-cb92d5820d2f|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-08-19T16:24:15.710Z|478760de-73eb-4267-bffa-cb92d5820d2f|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 478760de-73eb-4267-bffa-cb92d5820d2f Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-08-19T16:24:15.725Z|478760de-73eb-4267-bffa-cb92d5820d2f|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 478760de-73eb-4267-bffa-cb92d5820d2f Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-08-19T16:24:15.727Z|478760de-73eb-4267-bffa-cb92d5820d2f|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-08-19T16:24:15.728Z|478760de-73eb-4267-bffa-cb92d5820d2f|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-08-19T16:24:15.728Z|478760de-73eb-4267-bffa-cb92d5820d2f|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-08-19T16:24:27.198Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-19T16:24:27.200Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-19T16:24:27.200Z|88272ee0-4d41-41b8-94a2-11cd6410acac|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 qoO1GatorxUOMWlm) ... 2021-08-19T16:24:27.225Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T16:24:27.227Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-19T16:24:27.227Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "478760de-73eb-4267-bffa-cb92d5820d2f", "consumerID": "clamp", "timestamp": 1629390146172, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXiwh5n6aoeoo427gbrny/1.0/resourceInstances/pnf8c47d1e1004d0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-19T16:24:27.228Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-19T16:24:27.228Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-19T16:24:27.228Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "478760de-73eb-4267-bffa-cb92d5820d2f", "consumerID": "multicloud-k8s-id", "timestamp": 1629390145352, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXiwh5n6aoeoo427gbrny/1.0/resourceInstances/pnf8c47d1e1004d0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-19T16:24:27.229Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-19T16:24:27.229Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-19T16:24:27.229Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "478760de-73eb-4267-bffa-cb92d5820d2f", "consumerID": "policy-id", "timestamp": 1629390148443, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXiwh5n6aoeoo427gbrny/1.0/resourceInstances/pnf8c47d1e1004d0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-19T16:24:27.229Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-19T16:24:45.730Z|478760de-73eb-4267-bffa-cb92d5820d2f|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 478760de-73eb-4267-bffa-cb92d5820d2f Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-08-19T16:24:45.748Z|478760de-73eb-4267-bffa-cb92d5820d2f|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 478760de-73eb-4267-bffa-cb92d5820d2f Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-08-19T16:24:45.749Z|478760de-73eb-4267-bffa-cb92d5820d2f|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-08-19T16:24:45.750Z|478760de-73eb-4267-bffa-cb92d5820d2f|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-08-19T16:24:45.750Z|478760de-73eb-4267-bffa-cb92d5820d2f|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-08-19T16:25:15.750Z|478760de-73eb-4267-bffa-cb92d5820d2f|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 478760de-73eb-4267-bffa-cb92d5820d2f Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-08-19T16:25:15.777Z|478760de-73eb-4267-bffa-cb92d5820d2f|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 478760de-73eb-4267-bffa-cb92d5820d2f Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-08-19T16:25:15.778Z|478760de-73eb-4267-bffa-cb92d5820d2f|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-08-19T16:25:15.779Z|478760de-73eb-4267-bffa-cb92d5820d2f|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-08-19T16:25:15.779Z|478760de-73eb-4267-bffa-cb92d5820d2f|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-08-19T16:25:27.198Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-19T16:25:27.198Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-19T16:25:27.199Z|88272ee0-4d41-41b8-94a2-11cd6410acac|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 qoO1GatorxUOMWlm) ... 2021-08-19T16:25:27.729Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T16:25:27.731Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-19T16:25:27.731Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "478760de-73eb-4267-bffa-cb92d5820d2f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629390147195, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXiwh5n6aoeoo427gbrny/1.0/resourceInstances/pnf8c47d1e1004d0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-08-19T16:25:27.733Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-19T16:25:27.734Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-19T16:25:27.734Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "478760de-73eb-4267-bffa-cb92d5820d2f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629390151864, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXiwh5n6aoeoo427gbrny/1.0/resourceInstances/pnf8c47d1e1004d0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-08-19T16:25:27.734Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-19T16:25:27.734Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-19T16:25:27.734Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "478760de-73eb-4267-bffa-cb92d5820d2f", "consumerID": "multicloud-k8s-id", "timestamp": 1629390145352, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXiwh5n6aoeoo427gbrny/1.0/resourceInstances/pnf8c47d1e1004d0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-08-19T16:25:27.735Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-19T16:25:27.735Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-19T16:25:27.735Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "478760de-73eb-4267-bffa-cb92d5820d2f", "consumerID": "clamp", "timestamp": 1629390146172, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXiwh5n6aoeoo427gbrny/1.0/resourceInstances/pnf8c47d1e1004d0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-08-19T16:25:27.735Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-19T16:25:27.736Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-19T16:25:27.736Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "478760de-73eb-4267-bffa-cb92d5820d2f", "consumerID": "policy-id", "timestamp": 1629390148443, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXiwh5n6aoeoo427gbrny/1.0/resourceInstances/pnf8c47d1e1004d0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-08-19T16:25:27.736Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-19T16:25:27.736Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-19T16:25:27.737Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "478760de-73eb-4267-bffa-cb92d5820d2f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629390147195, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXiwh5n6aoeoo427gbrny/1.0/resourceInstances/pnf8c47d1e1004d0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-08-19T16:25:27.737Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-19T16:25:27.737Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-19T16:25:27.737Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "478760de-73eb-4267-bffa-cb92d5820d2f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629390151864, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXiwh5n6aoeoo427gbrny/1.0/resourceInstances/pnf8c47d1e1004d0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-08-19T16:25:27.738Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-19T16:25:27.738Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-19T16:25:27.738Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "478760de-73eb-4267-bffa-cb92d5820d2f", "consumerID": "multicloud-k8s-id", "timestamp": 1629390145352, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXiwh5n6aoeoo427gbrny/1.0/resourceInstances/pnf8c47d1e1004d0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-08-19T16:25:27.738Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-19T16:25:27.738Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-19T16:25:27.738Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "478760de-73eb-4267-bffa-cb92d5820d2f", "consumerID": "clamp", "timestamp": 1629390146172, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXiwh5n6aoeoo427gbrny/1.0/resourceInstances/pnf8c47d1e1004d0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-08-19T16:25:27.739Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-19T16:25:27.739Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-19T16:25:27.739Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "478760de-73eb-4267-bffa-cb92d5820d2f", "consumerID": "policy-id", "timestamp": 1629390148443, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXiwh5n6aoeoo427gbrny/1.0/resourceInstances/pnf8c47d1e1004d0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-08-19T16:25:27.740Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-19T16:25:27.740Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-19T16:25:27.740Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "478760de-73eb-4267-bffa-cb92d5820d2f", "consumerID": "dcae-sch", "timestamp": 1629390155305, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXiwh5n6aoeoo427gbrny/1.0/resourceInstances/pnf8c47d1e1004d0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-19T16:25:27.740Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-19T16:25:27.740Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-19T16:25:27.741Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "478760de-73eb-4267-bffa-cb92d5820d2f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629390147195, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXiwh5n6aoeoo427gbrny/1.0/resourceInstances/pnf8c47d1e1004d0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-19T16:25:27.741Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-19T16:25:27.741Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-19T16:25:27.741Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "478760de-73eb-4267-bffa-cb92d5820d2f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629390151864, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXiwh5n6aoeoo427gbrny/1.0/resourceInstances/pnf8c47d1e1004d0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-19T16:25:27.742Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-19T16:25:27.742Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-19T16:25:27.742Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "478760de-73eb-4267-bffa-cb92d5820d2f", "consumerID": "clamp", "timestamp": 1629390146172, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXiwh5n6aoeoo427gbrny/1.0/resourceInstances/pnf8c47d1e1004d0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-19T16:25:27.742Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-19T16:25:27.742Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-19T16:25:27.743Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "478760de-73eb-4267-bffa-cb92d5820d2f", "consumerID": "multicloud-k8s-id", "timestamp": 1629390145352, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXiwh5n6aoeoo427gbrny/1.0/resourceInstances/pnf8c47d1e1004d0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-19T16:25:27.743Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-19T16:25:27.743Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-19T16:25:27.743Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "478760de-73eb-4267-bffa-cb92d5820d2f", "consumerID": "policy-id", "timestamp": 1629390148443, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXiwh5n6aoeoo427gbrny/1.0/resourceInstances/pnf8c47d1e1004d0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-19T16:25:27.743Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-19T16:25:27.744Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-19T16:25:27.744Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "478760de-73eb-4267-bffa-cb92d5820d2f", "consumerID": "dcae-sch", "timestamp": 1629390155305, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXiwh5n6aoeoo427gbrny/1.0/resourceInstances/pnf8c47d1e1004d0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-08-19T16:25:27.744Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-19T16:25:27.744Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-19T16:25:27.745Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "478760de-73eb-4267-bffa-cb92d5820d2f", "consumerID": "aai-ml", "timestamp": 1629390156604, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXiwh5n6aoeoo427gbrny/1.0/resourceInstances/pnf8c47d1e1004d0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-19T16:25:27.745Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-19T16:25:27.745Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-19T16:25:27.745Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "478760de-73eb-4267-bffa-cb92d5820d2f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629390147195, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXiwh5n6aoeoo427gbrny/1.0/resourceInstances/pnf8c47d1e1004d0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-08-19T16:25:27.745Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-19T16:25:27.745Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-19T16:25:27.746Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "478760de-73eb-4267-bffa-cb92d5820d2f", "consumerID": "clamp", "timestamp": 1629390146172, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXiwh5n6aoeoo427gbrny/1.0/resourceInstances/pnf8c47d1e1004d0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-08-19T16:25:27.746Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-19T16:25:27.746Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-19T16:25:27.746Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "478760de-73eb-4267-bffa-cb92d5820d2f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629390151864, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXiwh5n6aoeoo427gbrny/1.0/resourceInstances/pnf8c47d1e1004d0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-08-19T16:25:27.746Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-19T16:25:27.746Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-19T16:25:27.746Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "478760de-73eb-4267-bffa-cb92d5820d2f", "consumerID": "multicloud-k8s-id", "timestamp": 1629390145352, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXiwh5n6aoeoo427gbrny/1.0/resourceInstances/pnf8c47d1e1004d0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-08-19T16:25:27.747Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-19T16:25:27.747Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-19T16:25:27.747Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "478760de-73eb-4267-bffa-cb92d5820d2f", "consumerID": "policy-id", "timestamp": 1629390148443, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXiwh5n6aoeoo427gbrny/1.0/resourceInstances/pnf8c47d1e1004d0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-08-19T16:25:27.747Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-19T16:25:27.747Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-19T16:25:27.747Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "478760de-73eb-4267-bffa-cb92d5820d2f", "consumerID": "dcae-sch", "timestamp": 1629390155305, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXiwh5n6aoeoo427gbrny/1.0/resourceInstances/pnf8c47d1e1004d0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-08-19T16:25:27.747Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-19T16:25:27.748Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-19T16:25:27.748Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "478760de-73eb-4267-bffa-cb92d5820d2f", "consumerID": "aai-ml", "timestamp": 1629390156604, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXiwh5n6aoeoo427gbrny/1.0/resourceInstances/pnf8c47d1e1004d0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-08-19T16:25:27.748Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-19T16:25:27.748Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-19T16:25:27.748Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "478760de-73eb-4267-bffa-cb92d5820d2f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629390147195, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXiwh5n6aoeoo427gbrny/1.0/resourceInstances/pnf8c47d1e1004d0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-08-19T16:25:27.748Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-19T16:25:27.748Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-19T16:25:27.749Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "478760de-73eb-4267-bffa-cb92d5820d2f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629390151864, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXiwh5n6aoeoo427gbrny/1.0/resourceInstances/pnf8c47d1e1004d0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-08-19T16:25:27.749Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-19T16:25:27.749Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-19T16:25:27.749Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "478760de-73eb-4267-bffa-cb92d5820d2f", "consumerID": "multicloud-k8s-id", "timestamp": 1629390145352, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXiwh5n6aoeoo427gbrny/1.0/resourceInstances/pnf8c47d1e1004d0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-08-19T16:25:27.749Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-19T16:25:27.749Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-19T16:25:27.750Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "478760de-73eb-4267-bffa-cb92d5820d2f", "consumerID": "clamp", "timestamp": 1629390146172, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXiwh5n6aoeoo427gbrny/1.0/resourceInstances/pnf8c47d1e1004d0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-08-19T16:25:27.750Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-19T16:25:27.750Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-19T16:25:27.750Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "478760de-73eb-4267-bffa-cb92d5820d2f", "consumerID": "policy-id", "timestamp": 1629390148443, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXiwh5n6aoeoo427gbrny/1.0/resourceInstances/pnf8c47d1e1004d0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-08-19T16:25:27.750Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-19T16:25:27.750Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-19T16:25:27.750Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "478760de-73eb-4267-bffa-cb92d5820d2f", "consumerID": "cds", "timestamp": 1629390158000, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXiwh5n6aoeoo427gbrny/1.0/resourceInstances/pnf8c47d1e1004d0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-19T16:25:27.751Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-19T16:25:27.751Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-19T16:25:27.751Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "478760de-73eb-4267-bffa-cb92d5820d2f", "consumerID": "dcae-sch", "timestamp": 1629390155305, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXiwh5n6aoeoo427gbrny/1.0/resourceInstances/pnf8c47d1e1004d0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-19T16:25:27.751Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-19T16:25:27.751Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-19T16:25:27.751Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "478760de-73eb-4267-bffa-cb92d5820d2f", "consumerID": "aai-ml", "timestamp": 1629390156604, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXiwh5n6aoeoo427gbrny/1.0/resourceInstances/pnf8c47d1e1004d0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-08-19T16:25:27.751Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-19T16:25:27.752Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-19T16:25:27.752Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "478760de-73eb-4267-bffa-cb92d5820d2f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629390147195, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXiwh5n6aoeoo427gbrny/1.0/artifacts/service-DemoPnfXiwh5n6aoeoo427gbrny-template.yml", "status": "NOT_NOTIFIED" } 2021-08-19T16:25:27.752Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-19T16:25:27.752Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-19T16:25:27.752Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "478760de-73eb-4267-bffa-cb92d5820d2f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629390151864, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXiwh5n6aoeoo427gbrny/1.0/artifacts/service-DemoPnfXiwh5n6aoeoo427gbrny-template.yml", "status": "NOT_NOTIFIED" } 2021-08-19T16:25:27.753Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-19T16:25:27.753Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-19T16:25:27.753Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "478760de-73eb-4267-bffa-cb92d5820d2f", "consumerID": "multicloud-k8s-id", "timestamp": 1629390145352, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXiwh5n6aoeoo427gbrny/1.0/artifacts/service-DemoPnfXiwh5n6aoeoo427gbrny-template.yml", "status": "NOT_NOTIFIED" } 2021-08-19T16:25:27.753Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-19T16:25:27.753Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-19T16:25:27.754Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "478760de-73eb-4267-bffa-cb92d5820d2f", "consumerID": "clamp", "timestamp": 1629390146172, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXiwh5n6aoeoo427gbrny/1.0/artifacts/service-DemoPnfXiwh5n6aoeoo427gbrny-template.yml", "status": "NOT_NOTIFIED" } 2021-08-19T16:25:27.754Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-19T16:25:27.754Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-19T16:25:27.754Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "478760de-73eb-4267-bffa-cb92d5820d2f", "consumerID": "policy-id", "timestamp": 1629390148443, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXiwh5n6aoeoo427gbrny/1.0/artifacts/service-DemoPnfXiwh5n6aoeoo427gbrny-template.yml", "status": "NOT_NOTIFIED" } 2021-08-19T16:25:27.754Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-19T16:25:27.754Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-19T16:25:27.754Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "478760de-73eb-4267-bffa-cb92d5820d2f", "consumerID": "cds", "timestamp": 1629390158000, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXiwh5n6aoeoo427gbrny/1.0/resourceInstances/pnf8c47d1e1004d0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-08-19T16:25:27.755Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-19T16:25:27.755Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-19T16:25:27.755Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "478760de-73eb-4267-bffa-cb92d5820d2f", "consumerID": "dcae-sch", "timestamp": 1629390155305, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXiwh5n6aoeoo427gbrny/1.0/resourceInstances/pnf8c47d1e1004d0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-08-19T16:25:27.755Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-19T16:25:27.755Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-19T16:25:27.755Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "478760de-73eb-4267-bffa-cb92d5820d2f", "consumerID": "aai-ml", "timestamp": 1629390156604, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXiwh5n6aoeoo427gbrny/1.0/resourceInstances/pnf8c47d1e1004d0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-19T16:25:27.756Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-19T16:25:27.756Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-19T16:25:27.756Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "478760de-73eb-4267-bffa-cb92d5820d2f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629390147195, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXiwh5n6aoeoo427gbrny/1.0/artifacts/service-DemoPnfXiwh5n6aoeoo427gbrny-csar.csar", "status": "NOTIFIED" } 2021-08-19T16:25:27.756Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-19T16:25:27.756Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-19T16:25:27.756Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "478760de-73eb-4267-bffa-cb92d5820d2f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629390151864, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXiwh5n6aoeoo427gbrny/1.0/artifacts/service-DemoPnfXiwh5n6aoeoo427gbrny-csar.csar", "status": "NOTIFIED" } 2021-08-19T16:25:27.756Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-19T16:25:27.757Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-19T16:25:27.757Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "478760de-73eb-4267-bffa-cb92d5820d2f", "consumerID": "clamp", "timestamp": 1629390146172, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXiwh5n6aoeoo427gbrny/1.0/artifacts/service-DemoPnfXiwh5n6aoeoo427gbrny-csar.csar", "status": "NOTIFIED" } 2021-08-19T16:25:27.757Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-19T16:25:27.757Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-19T16:25:27.757Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "478760de-73eb-4267-bffa-cb92d5820d2f", "consumerID": "multicloud-k8s-id", "timestamp": 1629390145352, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXiwh5n6aoeoo427gbrny/1.0/artifacts/service-DemoPnfXiwh5n6aoeoo427gbrny-csar.csar", "status": "NOTIFIED" } 2021-08-19T16:25:27.757Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-19T16:25:27.757Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-19T16:25:27.758Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "478760de-73eb-4267-bffa-cb92d5820d2f", "consumerID": "policy-id", "timestamp": 1629390148443, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXiwh5n6aoeoo427gbrny/1.0/artifacts/service-DemoPnfXiwh5n6aoeoo427gbrny-csar.csar", "status": "NOTIFIED" } 2021-08-19T16:25:27.758Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-19T16:25:27.758Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-19T16:25:27.758Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "478760de-73eb-4267-bffa-cb92d5820d2f", "consumerID": "cds", "timestamp": 1629390158000, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXiwh5n6aoeoo427gbrny/1.0/resourceInstances/pnf8c47d1e1004d0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-08-19T16:25:27.758Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-19T16:25:27.759Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-19T16:25:27.759Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "478760de-73eb-4267-bffa-cb92d5820d2f", "consumerID": "dcae-sch", "timestamp": 1629390155305, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXiwh5n6aoeoo427gbrny/1.0/resourceInstances/pnf8c47d1e1004d0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-08-19T16:25:27.759Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-19T16:25:27.760Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-19T16:25:27.760Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "478760de-73eb-4267-bffa-cb92d5820d2f", "consumerID": "aai-ml", "timestamp": 1629390156604, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXiwh5n6aoeoo427gbrny/1.0/resourceInstances/pnf8c47d1e1004d0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-08-19T16:25:27.761Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-19T16:25:27.761Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-19T16:25:27.761Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "478760de-73eb-4267-bffa-cb92d5820d2f", "consumerID": "cds", "timestamp": 1629390158000, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXiwh5n6aoeoo427gbrny/1.0/resourceInstances/pnf8c47d1e1004d0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-19T16:25:27.761Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-19T16:25:27.761Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-19T16:25:27.761Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "478760de-73eb-4267-bffa-cb92d5820d2f", "consumerID": "dcae-sch", "timestamp": 1629390155305, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXiwh5n6aoeoo427gbrny/1.0/artifacts/service-DemoPnfXiwh5n6aoeoo427gbrny-template.yml", "status": "NOT_NOTIFIED" } 2021-08-19T16:25:27.761Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-19T16:25:27.761Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-19T16:25:27.761Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "478760de-73eb-4267-bffa-cb92d5820d2f", "consumerID": "aai-ml", "timestamp": 1629390156604, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXiwh5n6aoeoo427gbrny/1.0/resourceInstances/pnf8c47d1e1004d0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-08-19T16:25:27.762Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-19T16:25:27.762Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-19T16:25:27.762Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "478760de-73eb-4267-bffa-cb92d5820d2f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629390162556, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXiwh5n6aoeoo427gbrny/1.0/artifacts/service-DemoPnfXiwh5n6aoeoo427gbrny-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-19T16:25:27.762Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-19T16:25:27.762Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-19T16:25:27.762Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "478760de-73eb-4267-bffa-cb92d5820d2f", "consumerID": "cds", "timestamp": 1629390158000, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXiwh5n6aoeoo427gbrny/1.0/resourceInstances/pnf8c47d1e1004d0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-08-19T16:25:27.762Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-19T16:25:27.762Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-19T16:25:27.763Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "478760de-73eb-4267-bffa-cb92d5820d2f", "consumerID": "ves-openapi-manager", "timestamp": 1629390162302, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXiwh5n6aoeoo427gbrny/1.0/resourceInstances/pnf8c47d1e1004d0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-19T16:25:27.763Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-19T16:25:27.764Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-19T16:25:27.768Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "478760de-73eb-4267-bffa-cb92d5820d2f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629390162987, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXiwh5n6aoeoo427gbrny/1.0/artifacts/service-DemoPnfXiwh5n6aoeoo427gbrny-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-19T16:25:27.768Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-19T16:25:27.768Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-19T16:25:27.768Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "478760de-73eb-4267-bffa-cb92d5820d2f", "consumerID": "policy-id", "timestamp": 1629390162967, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXiwh5n6aoeoo427gbrny/1.0/artifacts/service-DemoPnfXiwh5n6aoeoo427gbrny-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-19T16:25:27.768Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-19T16:25:27.768Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-19T16:25:27.768Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "478760de-73eb-4267-bffa-cb92d5820d2f", "consumerID": "dcae-sch", "timestamp": 1629390155305, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXiwh5n6aoeoo427gbrny/1.0/artifacts/service-DemoPnfXiwh5n6aoeoo427gbrny-csar.csar", "status": "NOT_NOTIFIED" } 2021-08-19T16:25:27.768Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-19T16:25:27.768Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-19T16:25:27.768Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "478760de-73eb-4267-bffa-cb92d5820d2f", "consumerID": "aai-ml", "timestamp": 1629390156604, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXiwh5n6aoeoo427gbrny/1.0/artifacts/service-DemoPnfXiwh5n6aoeoo427gbrny-template.yml", "status": "NOT_NOTIFIED" } 2021-08-19T16:25:27.768Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-19T16:25:27.769Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-19T16:25:27.769Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "478760de-73eb-4267-bffa-cb92d5820d2f", "consumerID": "cds", "timestamp": 1629390158000, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXiwh5n6aoeoo427gbrny/1.0/resourceInstances/pnf8c47d1e1004d0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-08-19T16:25:27.769Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-19T16:25:27.769Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-19T16:25:27.769Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "478760de-73eb-4267-bffa-cb92d5820d2f", "consumerID": "ves-openapi-manager", "timestamp": 1629390162302, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXiwh5n6aoeoo427gbrny/1.0/resourceInstances/pnf8c47d1e1004d0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-08-19T16:25:27.769Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-19T16:25:27.769Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-19T16:25:27.769Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "478760de-73eb-4267-bffa-cb92d5820d2f", "consumerID": "policy-id", "timestamp": 1629390163986, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXiwh5n6aoeoo427gbrny/1.0/artifacts/service-DemoPnfXiwh5n6aoeoo427gbrny-csar.csar", "status": "DEPLOY_OK" } 2021-08-19T16:25:27.770Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-19T16:25:27.770Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-19T16:25:27.770Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "478760de-73eb-4267-bffa-cb92d5820d2f", "consumerID": "aai-ml", "timestamp": 1629390156604, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXiwh5n6aoeoo427gbrny/1.0/artifacts/service-DemoPnfXiwh5n6aoeoo427gbrny-csar.csar", "status": "NOTIFIED" } 2021-08-19T16:25:27.770Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-19T16:25:27.770Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-19T16:25:27.770Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "478760de-73eb-4267-bffa-cb92d5820d2f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629390164652, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXiwh5n6aoeoo427gbrny/1.0/artifacts/service-DemoPnfXiwh5n6aoeoo427gbrny-csar.csar", "status": "DEPLOY_OK" } 2021-08-19T16:25:27.770Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-19T16:25:27.770Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-19T16:25:27.770Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "478760de-73eb-4267-bffa-cb92d5820d2f", "consumerID": "clamp", "timestamp": 1629390164658, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXiwh5n6aoeoo427gbrny/1.0/artifacts/service-DemoPnfXiwh5n6aoeoo427gbrny-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-19T16:25:27.770Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-19T16:25:27.771Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-19T16:25:27.771Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "478760de-73eb-4267-bffa-cb92d5820d2f", "consumerID": "cds", "timestamp": 1629390158000, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXiwh5n6aoeoo427gbrny/1.0/artifacts/service-DemoPnfXiwh5n6aoeoo427gbrny-template.yml", "status": "NOT_NOTIFIED" } 2021-08-19T16:25:27.771Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-19T16:25:27.771Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-19T16:25:27.771Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "478760de-73eb-4267-bffa-cb92d5820d2f", "consumerID": "ves-openapi-manager", "timestamp": 1629390162302, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXiwh5n6aoeoo427gbrny/1.0/resourceInstances/pnf8c47d1e1004d0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-08-19T16:25:27.771Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-19T16:25:27.771Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-19T16:25:27.771Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "478760de-73eb-4267-bffa-cb92d5820d2f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629390164995, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXiwh5n6aoeoo427gbrny/1.0/artifacts/service-DemoPnfXiwh5n6aoeoo427gbrny-csar.csar", "status": "DEPLOY_OK" } 2021-08-19T16:25:27.771Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-19T16:25:27.771Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-19T16:25:27.771Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "478760de-73eb-4267-bffa-cb92d5820d2f", "consumerID": "policy-id", "timestamp": 1629390164988, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-08-19T16:25:27.777Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 478760de-73eb-4267-bffa-cb92d5820d2f 2021-08-19T16:25:27.778Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 478760de-73eb-4267-bffa-cb92d5820d2f and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-08-19T16:25:27.789Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-19T16:25:27.789Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "478760de-73eb-4267-bffa-cb92d5820d2f", "consumerID": "cds", "timestamp": 1629390158000, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXiwh5n6aoeoo427gbrny/1.0/artifacts/service-DemoPnfXiwh5n6aoeoo427gbrny-csar.csar", "status": "NOTIFIED" } 2021-08-19T16:25:27.789Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-19T16:25:27.789Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-19T16:25:27.789Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "478760de-73eb-4267-bffa-cb92d5820d2f", "consumerID": "aai-ml", "timestamp": 1629390165743, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXiwh5n6aoeoo427gbrny/1.0/artifacts/service-DemoPnfXiwh5n6aoeoo427gbrny-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-19T16:25:27.789Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-19T16:25:27.790Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-19T16:25:27.790Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "478760de-73eb-4267-bffa-cb92d5820d2f", "consumerID": "ves-openapi-manager", "timestamp": 1629390162302, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXiwh5n6aoeoo427gbrny/1.0/resourceInstances/pnf8c47d1e1004d0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-19T16:25:27.790Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-19T16:25:27.790Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-19T16:25:27.790Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "478760de-73eb-4267-bffa-cb92d5820d2f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629390165998, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-08-19T16:25:27.795Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 478760de-73eb-4267-bffa-cb92d5820d2f 2021-08-19T16:25:27.795Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 478760de-73eb-4267-bffa-cb92d5820d2f and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-08-19T16:25:27.806Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-19T16:25:27.806Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "478760de-73eb-4267-bffa-cb92d5820d2f", "consumerID": "clamp", "timestamp": 1629390166667, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXiwh5n6aoeoo427gbrny/1.0/artifacts/service-DemoPnfXiwh5n6aoeoo427gbrny-csar.csar", "status": "DEPLOY_OK" } 2021-08-19T16:25:27.806Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-19T16:25:27.807Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-19T16:25:27.807Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "478760de-73eb-4267-bffa-cb92d5820d2f", "consumerID": "ves-openapi-manager", "timestamp": 1629390162302, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXiwh5n6aoeoo427gbrny/1.0/resourceInstances/pnf8c47d1e1004d0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-08-19T16:25:27.807Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-19T16:25:27.807Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-19T16:25:27.807Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "478760de-73eb-4267-bffa-cb92d5820d2f", "consumerID": "cds", "timestamp": 1629390167216, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXiwh5n6aoeoo427gbrny/1.0/artifacts/service-DemoPnfXiwh5n6aoeoo427gbrny-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-19T16:25:27.807Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-19T16:25:27.808Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-19T16:25:27.808Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "478760de-73eb-4267-bffa-cb92d5820d2f", "consumerID": "clamp", "timestamp": 1629390167670, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-08-19T16:25:27.811Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 478760de-73eb-4267-bffa-cb92d5820d2f 2021-08-19T16:25:27.812Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 478760de-73eb-4267-bffa-cb92d5820d2f and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-08-19T16:25:27.818Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-19T16:25:27.818Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "478760de-73eb-4267-bffa-cb92d5820d2f", "consumerID": "ves-openapi-manager", "timestamp": 1629390162302, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXiwh5n6aoeoo427gbrny/1.0/resourceInstances/pnf8c47d1e1004d0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2021-08-19T16:25:27.818Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-19T16:25:27.818Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-19T16:25:27.819Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "478760de-73eb-4267-bffa-cb92d5820d2f", "consumerID": "cds", "timestamp": 1629390168225, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXiwh5n6aoeoo427gbrny/1.0/artifacts/service-DemoPnfXiwh5n6aoeoo427gbrny-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-08-19T16:25:27.822Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 478760de-73eb-4267-bffa-cb92d5820d2f 2021-08-19T16:25:27.822Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 478760de-73eb-4267-bffa-cb92d5820d2f and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-08-19T16:25:27.831Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-19T16:25:27.831Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "478760de-73eb-4267-bffa-cb92d5820d2f", "consumerID": "ves-openapi-manager", "timestamp": 1629390162302, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXiwh5n6aoeoo427gbrny/1.0/artifacts/service-DemoPnfXiwh5n6aoeoo427gbrny-template.yml", "status": "NOT_NOTIFIED" } 2021-08-19T16:25:27.832Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-19T16:25:27.832Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-19T16:25:27.832Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "478760de-73eb-4267-bffa-cb92d5820d2f", "consumerID": "ves-openapi-manager", "timestamp": 1629390162302, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXiwh5n6aoeoo427gbrny/1.0/artifacts/service-DemoPnfXiwh5n6aoeoo427gbrny-csar.csar", "status": "NOT_NOTIFIED" } 2021-08-19T16:25:27.832Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-08-19T16:25:27.832Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-19T16:25:27.832Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "478760de-73eb-4267-bffa-cb92d5820d2f", "consumerID": "aai-ml", "timestamp": 1629390170121, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXiwh5n6aoeoo427gbrny/1.0/artifacts/service-DemoPnfXiwh5n6aoeoo427gbrny-csar.csar", "status": "DEPLOY_ERROR" } 2021-08-19T16:25:27.832Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-19T16:25:27.832Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-19T16:25:27.832Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "478760de-73eb-4267-bffa-cb92d5820d2f", "consumerID": "aai-ml", "timestamp": 1629390171124, "artifactURL": "", "status": "COMPONENT_DONE_ERROR", "errorReason": "deploy failure", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-08-19T16:25:27.837Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 478760de-73eb-4267-bffa-cb92d5820d2f 2021-08-19T16:25:27.837Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 478760de-73eb-4267-bffa-cb92d5820d2f and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-08-19T16:25:27.846Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-19T16:25:27.847Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "478760de-73eb-4267-bffa-cb92d5820d2f", "consumerID": "ves-openapi-manager", "timestamp": 1629390171256, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXiwh5n6aoeoo427gbrny/1.0/resourceInstances/pnf8c47d1e1004d0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2021-08-19T16:25:27.847Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-19T16:25:27.847Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-19T16:25:27.847Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "478760de-73eb-4267-bffa-cb92d5820d2f", "consumerID": "ves-openapi-manager", "timestamp": 1629390172289, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXiwh5n6aoeoo427gbrny/1.0/resourceInstances/pnf8c47d1e1004d0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2021-08-19T16:25:27.847Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-19T16:25:27.847Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-08-19T16:25:27.847Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "478760de-73eb-4267-bffa-cb92d5820d2f", "consumerID": "ves-openapi-manager", "timestamp": 1629390173295, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-08-19T16:25:27.851Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 478760de-73eb-4267-bffa-cb92d5820d2f 2021-08-19T16:25:27.851Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 478760de-73eb-4267-bffa-cb92d5820d2f and ComponentName Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-08-19T16:25:45.779Z|478760de-73eb-4267-bffa-cb92d5820d2f|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 478760de-73eb-4267-bffa-cb92d5820d2f Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-08-19T16:25:45.793Z|478760de-73eb-4267-bffa-cb92d5820d2f|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 478760de-73eb-4267-bffa-cb92d5820d2f Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-08-19T16:25:45.795Z|478760de-73eb-4267-bffa-cb92d5820d2f|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-08-19T16:25:45.795Z|478760de-73eb-4267-bffa-cb92d5820d2f|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-08-19T16:25:45.796Z|478760de-73eb-4267-bffa-cb92d5820d2f|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-08-19T16:25:45.796Z|478760de-73eb-4267-bffa-cb92d5820d2f|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-08-19T16:25:45.796Z|478760de-73eb-4267-bffa-cb92d5820d2f|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-19T16:25:45.796Z|478760de-73eb-4267-bffa-cb92d5820d2f|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 2021-08-19T16:25:45.796Z|478760de-73eb-4267-bffa-cb92d5820d2f|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-08-19T16:25:45.801Z|478760de-73eb-4267-bffa-cb92d5820d2f|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-08-19T16:26:15.802Z|478760de-73eb-4267-bffa-cb92d5820d2f|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 478760de-73eb-4267-bffa-cb92d5820d2f and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2021-08-19T16:26:15.813Z|478760de-73eb-4267-bffa-cb92d5820d2f|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 478760de-73eb-4267-bffa-cb92d5820d2f and serviceModelVersionId: c88d965d-90c6-4eea-abf8-b48a2d8d5f02 2021-08-19T16:26:15.814Z|478760de-73eb-4267-bffa-cb92d5820d2f|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 88a05a15-8d6f-4d33-b8db-52f35fd8031a 2021-08-19T16:26:15.817Z|478760de-73eb-4267-bffa-cb92d5820d2f|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/88a05a15-8d6f-4d33-b8db-52f35fd8031a/model-vers/model-ver/c88d965d-90c6-4eea-abf8-b48a2d8d5f02?depth=0 2021-08-19T16:26:15.827Z|478760de-73eb-4267-bffa-cb92d5820d2f|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context! 2021-08-19T16:26:15.881Z|478760de-73eb-4267-bffa-cb92d5820d2f|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/88a05a15-8d6f-4d33-b8db-52f35fd8031a/model-vers/model-ver/c88d965d-90c6-4eea-abf8-b48a2d8d5f02?depth=0|INFO|500||Invoke 2021-08-19T16:26:15.882Z|478760de-73eb-4267-bffa-cb92d5820d2f|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/88a05a15-8d6f-4d33-b8db-52f35fd8031a/model-vers/model-ver/c88d965d-90c6-4eea-abf8-b48a2d8d5f02?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/88a05a15-8d6f-4d33-b8db-52f35fd8031a/model-vers/model-ver/c88d965d-90c6-4eea-abf8-b48a2d8d5f02?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[478760de-73eb-4267-bffa-cb92d5820d2f], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[e651c174-3da3-49d0-8cb4-7c5540ef873c], X-ECOMP-RequestID=[478760de-73eb-4267-bffa-cb92d5820d2f], X-TransactionId=[], X-ONAP-RequestID=[478760de-73eb-4267-bffa-cb92d5820d2f], Content-Type=[application/merge-patch+json]} 2021-08-19T16:26:15.908Z|478760de-73eb-4267-bffa-cb92d5820d2f|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/88a05a15-8d6f-4d33-b8db-52f35fd8031a/model-vers/model-ver/c88d965d-90c6-4eea-abf8-b48a2d8d5f02?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"} 2021-08-19T16:26:15.954Z|478760de-73eb-4267-bffa-cb92d5820d2f|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/88a05a15-8d6f-4d33-b8db-52f35fd8031a/model-vers/model-ver/c88d965d-90c6-4eea-abf8-b48a2d8d5f02?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/88a05a15-8d6f-4d33-b8db-52f35fd8031a/model-vers/model-ver/c88d965d-90c6-4eea-abf8-b48a2d8d5f02?depth=0 has http status code:404 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210819-16:26:15:917-9125], Content-Length=[495], Date=[Thu, 19 Aug 2021 16:26:15 GMT], Content-Type=[application/json]} 2021-08-19T16:26:15.956Z|478760de-73eb-4267-bffa-cb92d5820d2f|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/88a05a15-8d6f-4d33-b8db-52f35fd8031a/model-vers/model-ver/c88d965d-90c6-4eea-abf8-b48a2d8d5f02?depth=0|DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["MERGE_PATCH","service-design-and-creation/models/model/88a05a15-8d6f-4d33-b8db-52f35fd8031a/model-vers/model-ver/c88d965d-90c6-4eea-abf8-b48a2d8d5f02","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/88a05a15-8d6f-4d33-b8db-52f35fd8031a/model-vers/model-ver/c88d965d-90c6-4eea-abf8-b48a2d8d5f02","ERR.5.4.6114"]}}} 2021-08-19T16:26:15.957Z|478760de-73eb-4267-bffa-cb92d5820d2f|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/88a05a15-8d6f-4d33-b8db-52f35fd8031a/model-vers/model-ver/c88d965d-90c6-4eea-abf8-b48a2d8d5f02?depth=0|INFO|404|Not Found|InvokeReturn 2021-08-19T16:26:15.962Z|478760de-73eb-4267-bffa-cb92d5820d2f|pool-2-thread-9|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=478760de-73eb-4267-bffa-cb92d5820d2f Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/88a05a15-8d6f-4d33-b8db-52f35fd8031a/model-vers/model-ver/c88d965d-90c6-4eea-abf8-b48a2d8d5f02 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/88a05a15-8d6f-4d33-b8db-52f35fd8031a/model-vers/model-ver/c88d965d-90c6-4eea-abf8-b48a2d8d5f02) (ec=ERR.5.4.6114) 2021-08-19T16:26:15.962Z|478760de-73eb-4267-bffa-cb92d5820d2f|pool-2-thread-9|||||ERROR|500||Exception occurred javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=478760de-73eb-4267-bffa-cb92d5820d2f Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/88a05a15-8d6f-4d33-b8db-52f35fd8031a/model-vers/model-ver/c88d965d-90c6-4eea-abf8-b48a2d8d5f02 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/88a05a15-8d6f-4d33-b8db-52f35fd8031a/model-vers/model-ver/c88d965d-90c6-4eea-abf8-b48a2d8d5f02) (ec=ERR.5.4.6114) at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:74) at org.onap.so.client.RestRequest.get(RestRequest.java:77) at org.onap.so.client.RestClient.buildRequest(RestClient.java:326) at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322) at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283) at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67) at net.jodah.failsafe.Execution.executeSync(Execution.java:117) at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319) at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71) at org.onap.so.client.RestClient.method(RestClient.java:322) at org.onap.so.client.RestClient.patch(RestClient.java:265) at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81) at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184) at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-08-19T16:26:15.963Z|478760de-73eb-4267-bffa-cb92d5820d2f|pool-2-thread-9|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=478760de-73eb-4267-bffa-cb92d5820d2f Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/88a05a15-8d6f-4d33-b8db-52f35fd8031a/model-vers/model-ver/c88d965d-90c6-4eea-abf8-b48a2d8d5f02 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/88a05a15-8d6f-4d33-b8db-52f35fd8031a/model-vers/model-ver/c88d965d-90c6-4eea-abf8-b48a2d8d5f02) (ec=ERR.5.4.6114) 2021-08-19T16:26:15.963Z|478760de-73eb-4267-bffa-cb92d5820d2f|pool-2-thread-9|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=478760de-73eb-4267-bffa-cb92d5820d2f Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/88a05a15-8d6f-4d33-b8db-52f35fd8031a/model-vers/model-ver/c88d965d-90c6-4eea-abf8-b48a2d8d5f02 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/88a05a15-8d6f-4d33-b8db-52f35fd8031a/model-vers/model-ver/c88d965d-90c6-4eea-abf8-b48a2d8d5f02) (ec=ERR.5.4.6114) Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-08-19T16:26:15.967Z|478760de-73eb-4267-bffa-cb92d5820d2f|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-08-19T16:26:15.967Z|478760de-73eb-4267-bffa-cb92d5820d2f|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 478760de-73eb-4267-bffa-cb92d5820d2f and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=478760de-73eb-4267-bffa-cb92d5820d2f Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/88a05a15-8d6f-4d33-b8db-52f35fd8031a/model-vers/model-ver/c88d965d-90c6-4eea-abf8-b48a2d8d5f02 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/88a05a15-8d6f-4d33-b8db-52f35fd8031a/model-vers/model-ver/c88d965d-90c6-4eea-abf8-b48a2d8d5f02) (ec=ERR.5.4.6114) 2021-08-19T16:26:15.968Z|478760de-73eb-4267-bffa-cb92d5820d2f|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2021-08-19T16:26:15.968Z|478760de-73eb-4267-bffa-cb92d5820d2f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-08-19T16:26:15.971Z|478760de-73eb-4267-bffa-cb92d5820d2f|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-19T16:26:15.971Z|478760de-73eb-4267-bffa-cb92d5820d2f|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "478760de-73eb-4267-bffa-cb92d5820d2f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629390375967, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d478760de-73eb-4267-bffa-cb92d5820d2f Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/88a05a15-8d6f-4d33-b8db-52f35fd8031a/model-vers/model-ver/c88d965d-90c6-4eea-abf8-b48a2d8d5f02 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/88a05a15-8d6f-4d33-b8db-52f35fd8031a/model-vers/model-ver/c88d965d-90c6-4eea-abf8-b48a2d8d5f02) (ec\u003dERR.5.4.6114)" } 2021-08-19T16:26:16.072Z||pool-175-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-08-19T16:26:16.073Z||pool-175-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-19T16:26:16.074Z||pool-175-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qoO1GatorxUOMWlm) ... 2021-08-19T16:26:16.093Z||pool-175-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T16:26:16.094Z||pool-175-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-08-19T16:26:16.996Z|478760de-73eb-4267-bffa-cb92d5820d2f|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-19T16:26:16.997Z|478760de-73eb-4267-bffa-cb92d5820d2f|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-19T16:26:16.997Z|478760de-73eb-4267-bffa-cb92d5820d2f|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 qoO1GatorxUOMWlm) ... 2021-08-19T16:26:27.198Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-19T16:26:27.198Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-19T16:26:27.198Z||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 qoO1GatorxUOMWlm) ... 2021-08-19T16:26:27.224Z|478760de-73eb-4267-bffa-cb92d5820d2f|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T16:26:27.225Z|478760de-73eb-4267-bffa-cb92d5820d2f|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-19T16:26:27.225Z|478760de-73eb-4267-bffa-cb92d5820d2f|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-19T16:26:27.225Z|478760de-73eb-4267-bffa-cb92d5820d2f|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 qoO1GatorxUOMWlm) ... 2021-08-19T16:26:27.820Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T16:26:27.820Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-19T16:26:27.820Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "478760de-73eb-4267-bffa-cb92d5820d2f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629390375967, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d478760de-73eb-4267-bffa-cb92d5820d2f Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/88a05a15-8d6f-4d33-b8db-52f35fd8031a/model-vers/model-ver/c88d965d-90c6-4eea-abf8-b48a2d8d5f02 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/88a05a15-8d6f-4d33-b8db-52f35fd8031a/model-vers/model-ver/c88d965d-90c6-4eea-abf8-b48a2d8d5f02) (ec\u003dERR.5.4.6114)" } 2021-08-19T16:26:27.822Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-19T16:26:36.786Z|478760de-73eb-4267-bffa-cb92d5820d2f|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T16:26:36.788Z|478760de-73eb-4267-bffa-cb92d5820d2f|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-19T16:26:36.788Z|478760de-73eb-4267-bffa-cb92d5820d2f|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-19T16:26:36.789Z|478760de-73eb-4267-bffa-cb92d5820d2f|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 qoO1GatorxUOMWlm) ... 2021-08-19T16:26:46.333Z|478760de-73eb-4267-bffa-cb92d5820d2f|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T16:26:46.335Z|478760de-73eb-4267-bffa-cb92d5820d2f|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-19T16:26:46.336Z|478760de-73eb-4267-bffa-cb92d5820d2f|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-19T16:26:46.336Z|478760de-73eb-4267-bffa-cb92d5820d2f|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 qoO1GatorxUOMWlm) ... 2021-08-19T16:26:55.879Z|478760de-73eb-4267-bffa-cb92d5820d2f|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T16:27:27.195Z|478760de-73eb-4267-bffa-cb92d5820d2f|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-19T16:27:27.198Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-19T16:27:27.199Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-19T16:27:27.199Z|88272ee0-4d41-41b8-94a2-11cd6410acac|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 qoO1GatorxUOMWlm) ... 2021-08-19T16:27:27.199Z|478760de-73eb-4267-bffa-cb92d5820d2f|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-19T16:27:27.200Z|478760de-73eb-4267-bffa-cb92d5820d2f|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 qoO1GatorxUOMWlm) ... 2021-08-19T16:27:36.770Z|478760de-73eb-4267-bffa-cb92d5820d2f|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T16:27:36.777Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T16:28:27.195Z|478760de-73eb-4267-bffa-cb92d5820d2f|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-19T16:28:27.198Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-19T16:28:27.198Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-19T16:28:27.198Z|478760de-73eb-4267-bffa-cb92d5820d2f|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-19T16:28:27.199Z||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 qoO1GatorxUOMWlm) ... 2021-08-19T16:28:27.199Z|478760de-73eb-4267-bffa-cb92d5820d2f|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 qoO1GatorxUOMWlm) ... 2021-08-19T16:28:28.640Z|478760de-73eb-4267-bffa-cb92d5820d2f|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T16:28:28.641Z|478760de-73eb-4267-bffa-cb92d5820d2f|pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-19T16:28:28.641Z|478760de-73eb-4267-bffa-cb92d5820d2f|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"1b04a780-58c8-4375-984f-0d08db2625fa","serviceName":"Demo_pNF_9yHg0b9ebdtt77Y3Cr41","serviceVersion":"1.0","serviceUUID":"00858393-1995-400e-9dc4-c1b48425bff1","serviceDescription":"catalog service description","serviceInvariantUUID":"6d244c86-00c6-45e6-ab01-7631ce74c19c","resources":[{"resourceInstanceName":"pNF 41ca4cba-3c60 0","resourceName":"pNF 41ca4cba-3c60","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"3cb28541-3640-4f6b-b275-ca492d8a531f","resourceInvariantUUID":"00579a51-c176-44ea-8e33-c6934556aafc","resourceCustomizationUUID":"a705d747-b0a4-49f0-9feb-14a75cdfbe82","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf9yhg0b9ebdtt77y3cr41/1.0/resourceInstances/pnf41ca4cba3c600/artifacts/vf-license-model.xml","artifactChecksum":"NDZjMDMxNTcxYTZjOTQ1MzQ2YmUzYTVhZjBjMjViOTg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ba98ae0a-df89-4b15-bd34-a32c21b1d532","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnf9yhg0b9ebdtt77y3cr41/1.0/resourceInstances/pnf41ca4cba3c600/artifacts/pNF.csar","artifactChecksum":"ZDlmYjRhYTU2MGY4Y2NlYTZiMmQzN2VkNDYzZDc5ZDk\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"700402a8-c9a7-478c-b046-02dd19470d10","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnf9yhg0b9ebdtt77y3cr41/1.0/resourceInstances/pnf41ca4cba3c600/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"63cadd24-4060-4559-bf03-e6b0f6cd2e30","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf9yhg0b9ebdtt77y3cr41/1.0/resourceInstances/pnf41ca4cba3c600/artifacts/vendor-license-model.xml","artifactChecksum":"NWYyNjc5MTY3ZjRhOThjZmI4MDNjOWMzYzk4ZGRlOGE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"e0f18a0e-3a6a-4821-87f4-ac7b0a37c8ba","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnf9yhg0b9ebdtt77y3cr41/1.0/resourceInstances/pnf41ca4cba3c600/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"70d4d291-318b-4b2f-8e8d-cfea4d893d55","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnf9yhg0b9ebdtt77y3cr41/1.0/resourceInstances/pnf41ca4cba3c600/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"48a2bdd5-eff1-411f-8ec7-24bea3f8c74f","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnf9yhg0b9ebdtt77y3cr41-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnf9yhg0b9ebdtt77y3cr41/1.0/artifacts/service-DemoPnf9yhg0b9ebdtt77y3cr41-template.yml","artifactChecksum":"NTAyODkzMjJkZmVjZTc2ZDZkNmVmMGIwYmU1M2M0NzE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"04fbb6b6-ac8a-4809-a81f-87876937f418","artifactVersion":"1"},{"artifactName":"service-DemoPnf9yhg0b9ebdtt77y3cr41-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnf9yhg0b9ebdtt77y3cr41/1.0/artifacts/service-DemoPnf9yhg0b9ebdtt77y3cr41-csar.csar","artifactChecksum":"OTVhNzBkZGQzNGIxODgzZjBkY2U5ODBjZTAwNTI3MDI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"35f24dd6-d849-432d-8dc7-d9a4e9beeffa","artifactVersion":"1"}],"workloadContext":"Production"} 2021-08-19T16:28:28.646Z|478760de-73eb-4267-bffa-cb92d5820d2f|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-19T16:28:28.646Z|478760de-73eb-4267-bffa-cb92d5820d2f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-08-19T16:28:28.650Z|478760de-73eb-4267-bffa-cb92d5820d2f|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-19T16:28:28.650Z|478760de-73eb-4267-bffa-cb92d5820d2f|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "1b04a780-58c8-4375-984f-0d08db2625fa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629390507195, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9yhg0b9ebdtt77y3cr41/1.0/resourceInstances/pnf41ca4cba3c600/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-19T16:28:28.756Z||pool-176-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 106 ms 2021-08-19T16:28:28.757Z||pool-176-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-19T16:28:28.757Z||pool-176-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qoO1GatorxUOMWlm) ... 2021-08-19T16:28:28.768Z||pool-176-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T16:28:28.768Z||pool-176-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2021-08-19T16:28:28.881Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T16:28:28.882Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-19T16:28:28.882Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b04a780-58c8-4375-984f-0d08db2625fa", "consumerID": "ves-openapi-manager", "timestamp": 1629390502303, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9yhg0b9ebdtt77y3cr41/1.0/resourceInstances/pnf41ca4cba3c600/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-19T16:28:28.883Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-19T16:28:28.883Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-19T16:28:28.883Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b04a780-58c8-4375-984f-0d08db2625fa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629390507195, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9yhg0b9ebdtt77y3cr41/1.0/resourceInstances/pnf41ca4cba3c600/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-19T16:28:28.883Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-19T16:28:29.651Z|478760de-73eb-4267-bffa-cb92d5820d2f|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-19T16:28:29.652Z|478760de-73eb-4267-bffa-cb92d5820d2f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-08-19T16:28:29.655Z|478760de-73eb-4267-bffa-cb92d5820d2f|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-19T16:28:29.656Z|478760de-73eb-4267-bffa-cb92d5820d2f|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "1b04a780-58c8-4375-984f-0d08db2625fa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629390507195, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9yhg0b9ebdtt77y3cr41/1.0/resourceInstances/pnf41ca4cba3c600/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-08-19T16:28:29.756Z||pool-177-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-19T16:28:29.757Z||pool-177-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-19T16:28:29.757Z||pool-177-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qoO1GatorxUOMWlm) ... 2021-08-19T16:28:29.769Z||pool-177-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T16:28:29.769Z||pool-177-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-08-19T16:28:30.656Z|478760de-73eb-4267-bffa-cb92d5820d2f|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-19T16:28:30.658Z|478760de-73eb-4267-bffa-cb92d5820d2f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-08-19T16:28:30.659Z|478760de-73eb-4267-bffa-cb92d5820d2f|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-19T16:28:30.660Z|478760de-73eb-4267-bffa-cb92d5820d2f|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "1b04a780-58c8-4375-984f-0d08db2625fa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629390507195, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9yhg0b9ebdtt77y3cr41/1.0/resourceInstances/pnf41ca4cba3c600/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-08-19T16:28:30.760Z||pool-178-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-19T16:28:30.761Z||pool-178-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-19T16:28:30.761Z||pool-178-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qoO1GatorxUOMWlm) ... 2021-08-19T16:28:30.771Z||pool-178-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T16:28:30.772Z||pool-178-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-08-19T16:28:31.661Z|478760de-73eb-4267-bffa-cb92d5820d2f|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-19T16:28:31.662Z|478760de-73eb-4267-bffa-cb92d5820d2f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-08-19T16:28:31.664Z|478760de-73eb-4267-bffa-cb92d5820d2f|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-19T16:28:31.664Z|478760de-73eb-4267-bffa-cb92d5820d2f|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "1b04a780-58c8-4375-984f-0d08db2625fa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629390507195, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9yhg0b9ebdtt77y3cr41/1.0/resourceInstances/pnf41ca4cba3c600/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-19T16:28:31.767Z||pool-179-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms 2021-08-19T16:28:31.768Z||pool-179-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-19T16:28:31.768Z||pool-179-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qoO1GatorxUOMWlm) ... 2021-08-19T16:28:31.782Z||pool-179-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T16:28:31.783Z||pool-179-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2021-08-19T16:28:32.666Z|478760de-73eb-4267-bffa-cb92d5820d2f|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-19T16:28:32.667Z|478760de-73eb-4267-bffa-cb92d5820d2f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-08-19T16:28:32.669Z|478760de-73eb-4267-bffa-cb92d5820d2f|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-19T16:28:32.669Z|478760de-73eb-4267-bffa-cb92d5820d2f|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "1b04a780-58c8-4375-984f-0d08db2625fa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629390507195, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9yhg0b9ebdtt77y3cr41/1.0/resourceInstances/pnf41ca4cba3c600/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-08-19T16:28:32.770Z||pool-180-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-08-19T16:28:32.771Z||pool-180-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-19T16:28:32.771Z||pool-180-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qoO1GatorxUOMWlm) ... 2021-08-19T16:28:32.780Z||pool-180-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T16:28:32.780Z||pool-180-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-08-19T16:28:33.670Z|478760de-73eb-4267-bffa-cb92d5820d2f|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-19T16:28:33.671Z|478760de-73eb-4267-bffa-cb92d5820d2f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-08-19T16:28:33.673Z|478760de-73eb-4267-bffa-cb92d5820d2f|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-19T16:28:33.674Z|478760de-73eb-4267-bffa-cb92d5820d2f|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "1b04a780-58c8-4375-984f-0d08db2625fa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629390507195, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9yhg0b9ebdtt77y3cr41/1.0/resourceInstances/pnf41ca4cba3c600/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-08-19T16:28:33.773Z||pool-181-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-08-19T16:28:33.774Z||pool-181-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-19T16:28:33.774Z||pool-181-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qoO1GatorxUOMWlm) ... 2021-08-19T16:28:33.783Z||pool-181-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T16:28:33.784Z||pool-181-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-08-19T16:28:34.675Z|478760de-73eb-4267-bffa-cb92d5820d2f|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-19T16:28:34.675Z|478760de-73eb-4267-bffa-cb92d5820d2f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-08-19T16:28:34.677Z|478760de-73eb-4267-bffa-cb92d5820d2f|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-19T16:28:34.677Z|478760de-73eb-4267-bffa-cb92d5820d2f|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "1b04a780-58c8-4375-984f-0d08db2625fa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629390507195, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9yhg0b9ebdtt77y3cr41/1.0/artifacts/service-DemoPnf9yhg0b9ebdtt77y3cr41-template.yml", "status": "NOT_NOTIFIED" } 2021-08-19T16:28:34.777Z||pool-182-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-19T16:28:34.778Z||pool-182-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-19T16:28:34.778Z||pool-182-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qoO1GatorxUOMWlm) ... 2021-08-19T16:28:34.789Z||pool-182-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T16:28:34.789Z||pool-182-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2021-08-19T16:28:35.678Z|478760de-73eb-4267-bffa-cb92d5820d2f|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-19T16:28:35.678Z|478760de-73eb-4267-bffa-cb92d5820d2f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-08-19T16:28:35.682Z|478760de-73eb-4267-bffa-cb92d5820d2f|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-19T16:28:35.682Z|478760de-73eb-4267-bffa-cb92d5820d2f|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "1b04a780-58c8-4375-984f-0d08db2625fa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629390507195, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9yhg0b9ebdtt77y3cr41/1.0/artifacts/service-DemoPnf9yhg0b9ebdtt77y3cr41-csar.csar", "status": "NOTIFIED" } 2021-08-19T16:28:35.782Z||pool-183-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-19T16:28:35.783Z||pool-183-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-19T16:28:35.783Z||pool-183-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qoO1GatorxUOMWlm) ... 2021-08-19T16:28:35.794Z||pool-183-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T16:28:35.794Z||pool-183-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-08-19T16:28:36.683Z|478760de-73eb-4267-bffa-cb92d5820d2f|pool-2-thread-9|||||DEBUG|500||sending notification to client: { "distributionID": "1b04a780-58c8-4375-984f-0d08db2625fa", "serviceName": "Demo_pNF_9yHg0b9ebdtt77Y3Cr41", "serviceVersion": "1.0", "serviceUUID": "00858393-1995-400e-9dc4-c1b48425bff1", "serviceDescription": "catalog service description", "serviceInvariantUUID": "6d244c86-00c6-45e6-ab01-7631ce74c19c", "resources": [ { "resourceInstanceName": "pNF 41ca4cba-3c60 0", "resourceCustomizationUUID": "a705d747-b0a4-49f0-9feb-14a75cdfbe82", "resourceName": "pNF 41ca4cba-3c60", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "3cb28541-3640-4f6b-b275-ca492d8a531f", "resourceInvariantUUID": "00579a51-c176-44ea-8e33-c6934556aafc", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnf9yhg0b9ebdtt77y3cr41-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnf9yhg0b9ebdtt77y3cr41/1.0/artifacts/service-DemoPnf9yhg0b9ebdtt77y3cr41-csar.csar", "artifactChecksum": "OTVhNzBkZGQzNGIxODgzZjBkY2U5ODBjZTAwNTI3MDI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "35f24dd6-d849-432d-8dc7-d9a4e9beeffa" } ], "workloadContext": "Production" } 2021-08-19T16:28:36.684Z|478760de-73eb-4267-bffa-cb92d5820d2f|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-08-19T16:28:36.684Z|478760de-73eb-4267-bffa-cb92d5820d2f|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 00858393-1995-400e-9dc4-c1b48425bff1 ASDC 2021-08-19T16:28:36.685Z|1b04a780-58c8-4375-984f-0d08db2625fa|pool-2-thread-9|||||DEBUG|500||ASDC Notification: DistributionID:1b04a780-58c8-4375-984f-0d08db2625fa ServiceName:Demo_pNF_9yHg0b9ebdtt77Y3Cr41 ServiceVersion:1.0 ServiceUUID:00858393-1995-400e-9dc4-c1b48425bff1 ServiceInvariantUUID:6d244c86-00c6-45e6-ab01-7631ce74c19c ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnf9yhg0b9ebdtt77y3cr41-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnf9yhg0b9ebdtt77y3cr41/1.0/artifacts/service-DemoPnf9yhg0b9ebdtt77y3cr41-csar.csar ArtifactUUID:35f24dd6-d849-432d-8dc7-d9a4e9beeffa ArtifactChecksum:OTVhNzBkZGQzNGIxODgzZjBkY2U5ODBjZTAwNTI3MDI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 41ca4cba-3c60 0 ResourceCustomizationUUID:a705d747-b0a4-49f0-9feb-14a75cdfbe82 ResourceInvariantUUID:00579a51-c176-44ea-8e33-c6934556aafc ResourceName:pNF 41ca4cba-3c60 ResourceType:PNF ResourceUUID:3cb28541-3640-4f6b-b275-ca492d8a531f ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2021-08-19T16:28:36.685Z|1b04a780-58c8-4375-984f-0d08db2625fa|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 00858393-1995-400e-9dc4-c1b48425bff1 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-08-19T16:28:36.723Z|1b04a780-58c8-4375-984f-0d08db2625fa|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-08-19T16:28:36.724Z|1b04a780-58c8-4375-984f-0d08db2625fa|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2021-08-19T16:28:36.724Z|1b04a780-58c8-4375-984f-0d08db2625fa|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2021-08-19T16:28:36.724Z|1b04a780-58c8-4375-984f-0d08db2625fa|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 35f24dd6-d849-432d-8dc7-d9a4e9beeffa from URL: /sdc/v1/catalog/services/DemoPnf9yhg0b9ebdtt77y3cr41/1.0/artifacts/service-DemoPnf9yhg0b9ebdtt77y3cr41-csar.csar 2021-08-19T16:28:36.724Z|1b04a780-58c8-4375-984f-0d08db2625fa|pool-2-thread-9|||||INFO|500||DistributionClient - download 2021-08-19T16:28:36.725Z|1b04a780-58c8-4375-984f-0d08db2625fa|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnf9yhg0b9ebdtt77y3cr41/1.0/artifacts/service-DemoPnf9yhg0b9ebdtt77y3cr41-csar.csar 2021-08-19T16:28:37.363Z|1b04a780-58c8-4375-984f-0d08db2625fa|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2021-08-19T16:28:37.368Z|1b04a780-58c8-4375-984f-0d08db2625fa|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnf9yhg0b9ebdtt77y3cr41/1.0/artifacts/service-DemoPnf9yhg0b9ebdtt77y3cr41-csar.csar 35f24dd6-d849-432d-8dc7-d9a4e9beeffa 82519 2021-08-19T16:28:37.369Z|1b04a780-58c8-4375-984f-0d08db2625fa|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnf9yhg0b9ebdtt77y3cr41/1.0/artifacts/service-DemoPnf9yhg0b9ebdtt77y3cr41-csar.csar ASDC sendASDCNotification 2021-08-19T16:28:37.369Z|1b04a780-58c8-4375-984f-0d08db2625fa|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf9yhg0b9ebdtt77y3cr41/1.0/artifacts/service-DemoPnf9yhg0b9ebdtt77y3cr41-csar.csar 2021-08-19T16:28:37.370Z|1b04a780-58c8-4375-984f-0d08db2625fa|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2021-08-19T16:28:37.370Z|1b04a780-58c8-4375-984f-0d08db2625fa|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-08-19T16:28:37.374Z|1b04a780-58c8-4375-984f-0d08db2625fa|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-19T16:28:37.374Z|1b04a780-58c8-4375-984f-0d08db2625fa|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "1b04a780-58c8-4375-984f-0d08db2625fa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629390517369, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9yhg0b9ebdtt77y3cr41/1.0/artifacts/service-DemoPnf9yhg0b9ebdtt77y3cr41-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-19T16:28:37.474Z||pool-184-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-19T16:28:37.475Z||pool-184-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-19T16:28:37.475Z||pool-184-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qoO1GatorxUOMWlm) ... 2021-08-19T16:28:37.490Z||pool-184-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T16:28:37.491Z||pool-184-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2021-08-19T16:28:38.375Z|1b04a780-58c8-4375-984f-0d08db2625fa|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-08-19T16:28:38.376Z|1b04a780-58c8-4375-984f-0d08db2625fa|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2021-08-19T16:28:38.377Z|1b04a780-58c8-4375-984f-0d08db2625fa|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 35f24dd6-d849-432d-8dc7-d9a4e9beeffa, URL: /sdc/v1/catalog/services/DemoPnf9yhg0b9ebdtt77y3cr41/1.0/artifacts/service-DemoPnf9yhg0b9ebdtt77y3cr41-csar.csar to file: /app/ASDC/1/service-DemoPnf9yhg0b9ebdtt77y3cr41-csar.csar 2021-08-19T16:28:38.378Z|1b04a780-58c8-4375-984f-0d08db2625fa|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnf9yhg0b9ebdtt77y3cr41-csar.csar 2021-08-19T16:28:38.379Z|1b04a780-58c8-4375-984f-0d08db2625fa|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnf9yhg0b9ebdtt77y3cr41-csar.csar 2021-08-19T16:28:38.379Z|1b04a780-58c8-4375-984f-0d08db2625fa|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnf9yhg0b9ebdtt77y3cr41-csar.csar 2021-08-19T16:28:38.523Z|1b04a780-58c8-4375-984f-0d08db2625fa|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8935103467137493888/Definitions/service-DemoPnf9yhg0b9ebdtt77y3cr41-template.yml 2021-08-19T16:28:39.367Z|1b04a780-58c8-4375-984f-0d08db2625fa|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0 2021-08-19T16:28:39.368Z|1b04a780-58c8-4375-984f-0d08db2625fa|pool-2-thread-9|||||WARN|500||#################################################################################################### 2021-08-19T16:28:39.368Z|1b04a780-58c8-4375-984f-0d08db2625fa|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnf9yhg0b9ebdtt77y3cr41-csar.csar 2021-08-19T16:28:39.369Z|1b04a780-58c8-4375-984f-0d08db2625fa|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2021-08-19T16:28:39.369Z|1b04a780-58c8-4375-984f-0d08db2625fa|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-DemoPnf9yhg0b9ebdtt77y3cr41-csar.csar 2021-08-19T16:28:39.369Z|1b04a780-58c8-4375-984f-0d08db2625fa|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-DemoPnf9yhg0b9ebdtt77y3cr41-csar.csar 2021-08-19T16:28:39.369Z|1b04a780-58c8-4375-984f-0d08db2625fa|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-DemoPnf9yhg0b9ebdtt77y3cr41-csar.csar 2021-08-19T16:28:39.370Z|1b04a780-58c8-4375-984f-0d08db2625fa|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-DemoPnf9yhg0b9ebdtt77y3cr41-csar.csar 2021-08-19T16:28:39.370Z|1b04a780-58c8-4375-984f-0d08db2625fa|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-DemoPnf9yhg0b9ebdtt77y3cr41-csar.csar 2021-08-19T16:28:39.370Z|1b04a780-58c8-4375-984f-0d08db2625fa|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 41ca4cba-3c60 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-DemoPnf9yhg0b9ebdtt77y3cr41-csar.csar 2021-08-19T16:28:39.370Z|1b04a780-58c8-4375-984f-0d08db2625fa|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-DemoPnf9yhg0b9ebdtt77y3cr41-csar.csar 2021-08-19T16:28:39.371Z|1b04a780-58c8-4375-984f-0d08db2625fa|pool-2-thread-9|||||WARN|500||#################################################################################################### 2021-08-19T16:28:39.371Z|1b04a780-58c8-4375-984f-0d08db2625fa|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T16:28:39.371Z|1b04a780-58c8-4375-984f-0d08db2625fa|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_9yHg0b9ebdtt77Y3Cr41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-08-19T16:28:39.372Z|1b04a780-58c8-4375-984f-0d08db2625fa|pool-2-thread-9|||||DEBUG|500||Node template pNF 41ca4cba-3c60 0 is matching search criteria 2021-08-19T16:28:39.372Z|1b04a780-58c8-4375-984f-0d08db2625fa|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2021-08-19T16:28:39.373Z|1b04a780-58c8-4375-984f-0d08db2625fa|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 41ca4cba-3c60 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-08-19T16:28:39.373Z|1b04a780-58c8-4375-984f-0d08db2625fa|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T16:28:39.373Z|1b04a780-58c8-4375-984f-0d08db2625fa|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_9yHg0b9ebdtt77Y3Cr41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-08-19T16:28:39.373Z|1b04a780-58c8-4375-984f-0d08db2625fa|pool-2-thread-9|||||DEBUG|500||Node template pNF 41ca4cba-3c60 0 is matching search criteria 2021-08-19T16:28:39.374Z|1b04a780-58c8-4375-984f-0d08db2625fa|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2021-08-19T16:28:39.374Z|1b04a780-58c8-4375-984f-0d08db2625fa|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 41ca4cba-3c60 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-08-19T16:28:39.375Z|1b04a780-58c8-4375-984f-0d08db2625fa|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T16:28:39.375Z|1b04a780-58c8-4375-984f-0d08db2625fa|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_9yHg0b9ebdtt77Y3Cr41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-08-19T16:28:39.375Z|1b04a780-58c8-4375-984f-0d08db2625fa|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T16:28:39.375Z|1b04a780-58c8-4375-984f-0d08db2625fa|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_9yHg0b9ebdtt77Y3Cr41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-08-19T16:28:39.376Z|1b04a780-58c8-4375-984f-0d08db2625fa|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T16:28:39.376Z|1b04a780-58c8-4375-984f-0d08db2625fa|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_9yHg0b9ebdtt77Y3Cr41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-08-19T16:28:39.376Z|1b04a780-58c8-4375-984f-0d08db2625fa|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T16:28:39.377Z|1b04a780-58c8-4375-984f-0d08db2625fa|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_9yHg0b9ebdtt77Y3Cr41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-08-19T16:28:39.377Z|1b04a780-58c8-4375-984f-0d08db2625fa|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T16:28:39.377Z|1b04a780-58c8-4375-984f-0d08db2625fa|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_9yHg0b9ebdtt77Y3Cr41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-08-19T16:28:39.378Z|1b04a780-58c8-4375-984f-0d08db2625fa|pool-2-thread-9|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_9yHg0b9ebdtt77Y3Cr41 Description:catalog service description Model UUID:00858393-1995-400e-9dc4-c1b48425bff1 Model Version:NULL Model InvariantUuid:6d244c86-00c6-45e6-ab01-7631ce74c19c Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-08-19T16:28:39.385Z|1b04a780-58c8-4375-984f-0d08db2625fa|pool-2-thread-9|||||INFO|500||Processing Resource Type: PNF, Model UUID: 3cb28541-3640-4f6b-b275-ca492d8a531f Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-08-19T16:28:39.388Z|1b04a780-58c8-4375-984f-0d08db2625fa|pool-2-thread-9|||||INFO|500||pNF 41ca4cba-3c60 0 2021-08-19T16:28:39.388Z|1b04a780-58c8-4375-984f-0d08db2625fa|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 3cb28541-3640-4f6b-b275-ca492d8a531f 2021-08-19T16:28:39.389Z|1b04a780-58c8-4375-984f-0d08db2625fa|pool-2-thread-9|||||DEBUG|500||No resources found for Service: 00858393-1995-400e-9dc4-c1b48425bff1 2021-08-19T16:28:39.389Z|1b04a780-58c8-4375-984f-0d08db2625fa|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 00858393-1995-400e-9dc4-c1b48425bff1 2021-08-19T16:28:39.389Z|1b04a780-58c8-4375-984f-0d08db2625fa|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 41ca4cba-3c60 0 3cb28541-3640-4f6b-b275-ca492d8a531f ASDC Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-08-19T16:28:39.393Z|1b04a780-58c8-4375-984f-0d08db2625fa|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T16:28:39.394Z|1b04a780-58c8-4375-984f-0d08db2625fa|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_9yHg0b9ebdtt77Y3Cr41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-08-19T16:28:39.394Z|1b04a780-58c8-4375-984f-0d08db2625fa|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 00858393-1995-400e-9dc4-c1b48425bff1: pNF 41ca4cba-3c60 2021-08-19T16:28:39.394Z|1b04a780-58c8-4375-984f-0d08db2625fa|pool-2-thread-9|||||INFO|500||Processing PNF resource: 3cb28541-3640-4f6b-b275-ca492d8a531f 2021-08-19T16:28:39.395Z|1b04a780-58c8-4375-984f-0d08db2625fa|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T16:28:39.395Z|1b04a780-58c8-4375-984f-0d08db2625fa|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_9yHg0b9ebdtt77Y3Cr41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-08-19T16:28:39.395Z|1b04a780-58c8-4375-984f-0d08db2625fa|pool-2-thread-9|||||INFO|500||Resource customization UUID: a705d747-b0a4-49f0-9feb-14a75cdfbe82 is the same as notified resource customizationUUID: a705d747-b0a4-49f0-9feb-14a75cdfbe82 Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_44_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_44_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_44_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_44_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_44_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_44_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_44_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_44_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_44_0_, pnfresourc0_.NF_ROLE as nf_role11_44_0_, pnfresourc0_.NF_TYPE as nf_type12_44_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_44_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_44_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_44_0_, pnfresourc1_.MODEL_UUID as model_uu1_43_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_43_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_43_1_, pnfresourc1_.DESCRIPTION as descript4_43_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_43_1_, pnfresourc1_.MODEL_NAME as model_na6_43_1_, pnfresourc1_.MODEL_VERSION as model_ve7_43_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_43_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_43_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_43_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_43_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc0_.DESCRIPTION as descript4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc0_.MODEL_NAME as model_na6_43_0_, pnfresourc0_.MODEL_VERSION as model_ve7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_44_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_44_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_44_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_44_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_44_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_44_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_44_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_44_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_44_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_44_1_, pnfresourc0_.NF_ROLE as nf_role11_44_1_, pnfresourc0_.NF_TYPE as nf_type12_44_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_44_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_44_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_44_1_, pnfresourc1_.MODEL_UUID as model_uu1_43_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc1_.DESCRIPTION as descript4_43_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc1_.MODEL_NAME as model_na6_43_0_, pnfresourc1_.MODEL_VERSION as model_ve7_43_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_43_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc0_.DESCRIPTION as descript4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc0_.MODEL_NAME as model_na6_43_0_, pnfresourc0_.MODEL_VERSION as model_ve7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?) 2021-08-19T16:28:39.427Z|1b04a780-58c8-4375-984f-0d08db2625fa|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 41ca4cba-3c60 3cb28541-3640-4f6b-b275-ca492d8a531f 0 ASDC deployResourceStructure 2021-08-19T16:28:39.427Z|1b04a780-58c8-4375-984f-0d08db2625fa|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnf9yhg0b9ebdtt77y3cr41/1.0/artifacts/service-DemoPnf9yhg0b9ebdtt77y3cr41-csar.csar ASDC sendASDCNotification 2021-08-19T16:28:39.427Z|1b04a780-58c8-4375-984f-0d08db2625fa|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf9yhg0b9ebdtt77y3cr41/1.0/artifacts/service-DemoPnf9yhg0b9ebdtt77y3cr41-csar.csar 2021-08-19T16:28:39.428Z|1b04a780-58c8-4375-984f-0d08db2625fa|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-08-19T16:28:39.428Z|1b04a780-58c8-4375-984f-0d08db2625fa|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-08-19T16:28:39.430Z|1b04a780-58c8-4375-984f-0d08db2625fa|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-19T16:28:39.430Z|1b04a780-58c8-4375-984f-0d08db2625fa|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "1b04a780-58c8-4375-984f-0d08db2625fa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629390519427, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9yhg0b9ebdtt77y3cr41/1.0/artifacts/service-DemoPnf9yhg0b9ebdtt77y3cr41-csar.csar", "status": "DEPLOY_OK" } 2021-08-19T16:28:39.531Z||pool-185-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-19T16:28:39.532Z||pool-185-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-19T16:28:39.532Z||pool-185-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qoO1GatorxUOMWlm) ... 2021-08-19T16:28:39.557Z||pool-185-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T16:28:39.558Z||pool-185-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1} 2021-08-19T16:28:40.431Z|1b04a780-58c8-4375-984f-0d08db2625fa|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1b04a780-58c8-4375-984f-0d08db2625fa Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-08-19T16:28:40.439Z|1b04a780-58c8-4375-984f-0d08db2625fa|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1b04a780-58c8-4375-984f-0d08db2625fa Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-08-19T16:28:40.441Z|1b04a780-58c8-4375-984f-0d08db2625fa|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-08-19T16:28:40.441Z|1b04a780-58c8-4375-984f-0d08db2625fa|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-08-19T16:28:40.441Z|1b04a780-58c8-4375-984f-0d08db2625fa|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-08-19T16:29:10.442Z|1b04a780-58c8-4375-984f-0d08db2625fa|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1b04a780-58c8-4375-984f-0d08db2625fa Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-08-19T16:29:10.455Z|1b04a780-58c8-4375-984f-0d08db2625fa|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1b04a780-58c8-4375-984f-0d08db2625fa Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-08-19T16:29:10.457Z|1b04a780-58c8-4375-984f-0d08db2625fa|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-08-19T16:29:10.457Z|1b04a780-58c8-4375-984f-0d08db2625fa|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-08-19T16:29:10.457Z|1b04a780-58c8-4375-984f-0d08db2625fa|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-08-19T16:29:27.200Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-19T16:29:27.203Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-19T16:29:27.204Z||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 qoO1GatorxUOMWlm) ... 2021-08-19T16:29:27.229Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T16:29:27.231Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-19T16:29:27.231Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b04a780-58c8-4375-984f-0d08db2625fa", "consumerID": "multicloud-k8s-id", "timestamp": 1629390505355, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9yhg0b9ebdtt77y3cr41/1.0/resourceInstances/pnf41ca4cba3c600/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-19T16:29:27.233Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-19T16:29:40.457Z|1b04a780-58c8-4375-984f-0d08db2625fa|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1b04a780-58c8-4375-984f-0d08db2625fa Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-08-19T16:29:40.478Z|1b04a780-58c8-4375-984f-0d08db2625fa|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1b04a780-58c8-4375-984f-0d08db2625fa Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-08-19T16:29:40.481Z|1b04a780-58c8-4375-984f-0d08db2625fa|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-08-19T16:29:40.482Z|1b04a780-58c8-4375-984f-0d08db2625fa|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-08-19T16:29:40.483Z|1b04a780-58c8-4375-984f-0d08db2625fa|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-08-19T16:30:10.483Z|1b04a780-58c8-4375-984f-0d08db2625fa|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1b04a780-58c8-4375-984f-0d08db2625fa Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-08-19T16:30:10.494Z|1b04a780-58c8-4375-984f-0d08db2625fa|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1b04a780-58c8-4375-984f-0d08db2625fa Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-08-19T16:30:10.496Z|1b04a780-58c8-4375-984f-0d08db2625fa|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-08-19T16:30:10.497Z|1b04a780-58c8-4375-984f-0d08db2625fa|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-08-19T16:30:10.497Z|1b04a780-58c8-4375-984f-0d08db2625fa|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-08-19T16:30:27.198Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-19T16:30:27.203Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-19T16:30:27.203Z||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 qoO1GatorxUOMWlm) ... 2021-08-19T16:30:27.228Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T16:30:27.229Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-19T16:30:27.229Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b04a780-58c8-4375-984f-0d08db2625fa", "consumerID": "clamp", "timestamp": 1629390506172, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9yhg0b9ebdtt77y3cr41/1.0/resourceInstances/pnf41ca4cba3c600/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-19T16:30:27.230Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-19T16:30:27.230Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-19T16:30:27.231Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b04a780-58c8-4375-984f-0d08db2625fa", "consumerID": "cds", "timestamp": 1629390503000, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9yhg0b9ebdtt77y3cr41/1.0/resourceInstances/pnf41ca4cba3c600/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-19T16:30:27.231Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-19T16:30:40.497Z|1b04a780-58c8-4375-984f-0d08db2625fa|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1b04a780-58c8-4375-984f-0d08db2625fa Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-08-19T16:30:40.510Z|1b04a780-58c8-4375-984f-0d08db2625fa|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1b04a780-58c8-4375-984f-0d08db2625fa Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-08-19T16:30:40.512Z|1b04a780-58c8-4375-984f-0d08db2625fa|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-08-19T16:30:40.513Z|1b04a780-58c8-4375-984f-0d08db2625fa|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-08-19T16:30:40.513Z|1b04a780-58c8-4375-984f-0d08db2625fa|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-08-19T16:31:10.514Z|1b04a780-58c8-4375-984f-0d08db2625fa|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1b04a780-58c8-4375-984f-0d08db2625fa Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-08-19T16:31:10.530Z|1b04a780-58c8-4375-984f-0d08db2625fa|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1b04a780-58c8-4375-984f-0d08db2625fa Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-08-19T16:31:10.532Z|1b04a780-58c8-4375-984f-0d08db2625fa|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-08-19T16:31:10.532Z|1b04a780-58c8-4375-984f-0d08db2625fa|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-08-19T16:31:10.532Z|1b04a780-58c8-4375-984f-0d08db2625fa|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-08-19T16:31:27.198Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-19T16:31:27.199Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-19T16:31:27.199Z||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 qoO1GatorxUOMWlm) ... 2021-08-19T16:31:27.731Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T16:31:27.733Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-19T16:31:27.733Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b04a780-58c8-4375-984f-0d08db2625fa", "consumerID": "policy-id", "timestamp": 1629390508443, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9yhg0b9ebdtt77y3cr41/1.0/resourceInstances/pnf41ca4cba3c600/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-19T16:31:27.735Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-19T16:31:27.735Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-19T16:31:27.735Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b04a780-58c8-4375-984f-0d08db2625fa", "consumerID": "ves-openapi-manager", "timestamp": 1629390502303, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9yhg0b9ebdtt77y3cr41/1.0/resourceInstances/pnf41ca4cba3c600/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-08-19T16:31:27.735Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-19T16:31:27.735Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-19T16:31:27.736Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b04a780-58c8-4375-984f-0d08db2625fa", "consumerID": "multicloud-k8s-id", "timestamp": 1629390505355, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9yhg0b9ebdtt77y3cr41/1.0/resourceInstances/pnf41ca4cba3c600/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-08-19T16:31:27.736Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-19T16:31:27.736Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-19T16:31:27.736Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b04a780-58c8-4375-984f-0d08db2625fa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629390507195, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9yhg0b9ebdtt77y3cr41/1.0/resourceInstances/pnf41ca4cba3c600/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-08-19T16:31:27.736Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-19T16:31:27.737Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-19T16:31:27.737Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b04a780-58c8-4375-984f-0d08db2625fa", "consumerID": "clamp", "timestamp": 1629390506172, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9yhg0b9ebdtt77y3cr41/1.0/resourceInstances/pnf41ca4cba3c600/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-08-19T16:31:27.737Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-19T16:31:27.737Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-19T16:31:27.737Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b04a780-58c8-4375-984f-0d08db2625fa", "consumerID": "cds", "timestamp": 1629390503000, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9yhg0b9ebdtt77y3cr41/1.0/resourceInstances/pnf41ca4cba3c600/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-08-19T16:31:27.737Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-19T16:31:27.737Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-19T16:31:27.737Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b04a780-58c8-4375-984f-0d08db2625fa", "consumerID": "policy-id", "timestamp": 1629390508443, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9yhg0b9ebdtt77y3cr41/1.0/resourceInstances/pnf41ca4cba3c600/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-08-19T16:31:27.737Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-19T16:31:27.737Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-19T16:31:27.737Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b04a780-58c8-4375-984f-0d08db2625fa", "consumerID": "ves-openapi-manager", "timestamp": 1629390502303, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9yhg0b9ebdtt77y3cr41/1.0/resourceInstances/pnf41ca4cba3c600/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-08-19T16:31:27.738Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-19T16:31:27.738Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-19T16:31:27.738Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b04a780-58c8-4375-984f-0d08db2625fa", "consumerID": "multicloud-k8s-id", "timestamp": 1629390505355, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9yhg0b9ebdtt77y3cr41/1.0/resourceInstances/pnf41ca4cba3c600/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-08-19T16:31:27.738Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-19T16:31:27.738Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-19T16:31:27.738Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b04a780-58c8-4375-984f-0d08db2625fa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629390507195, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9yhg0b9ebdtt77y3cr41/1.0/resourceInstances/pnf41ca4cba3c600/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-08-19T16:31:27.738Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-19T16:31:27.738Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-19T16:31:27.738Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b04a780-58c8-4375-984f-0d08db2625fa", "consumerID": "clamp", "timestamp": 1629390506172, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9yhg0b9ebdtt77y3cr41/1.0/resourceInstances/pnf41ca4cba3c600/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-08-19T16:31:27.738Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-19T16:31:27.738Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-19T16:31:27.738Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b04a780-58c8-4375-984f-0d08db2625fa", "consumerID": "cds", "timestamp": 1629390503000, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9yhg0b9ebdtt77y3cr41/1.0/resourceInstances/pnf41ca4cba3c600/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-08-19T16:31:27.739Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-19T16:31:27.739Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-19T16:31:27.739Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b04a780-58c8-4375-984f-0d08db2625fa", "consumerID": "policy-id", "timestamp": 1629390508443, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9yhg0b9ebdtt77y3cr41/1.0/resourceInstances/pnf41ca4cba3c600/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-08-19T16:31:27.739Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-19T16:31:27.739Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-19T16:31:27.739Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b04a780-58c8-4375-984f-0d08db2625fa", "consumerID": "ves-openapi-manager", "timestamp": 1629390502303, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9yhg0b9ebdtt77y3cr41/1.0/resourceInstances/pnf41ca4cba3c600/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-19T16:31:27.739Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-19T16:31:27.739Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-19T16:31:27.739Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b04a780-58c8-4375-984f-0d08db2625fa", "consumerID": "multicloud-k8s-id", "timestamp": 1629390505355, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9yhg0b9ebdtt77y3cr41/1.0/resourceInstances/pnf41ca4cba3c600/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-19T16:31:27.739Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-19T16:31:27.740Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-19T16:31:27.740Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b04a780-58c8-4375-984f-0d08db2625fa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629390507195, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9yhg0b9ebdtt77y3cr41/1.0/resourceInstances/pnf41ca4cba3c600/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-19T16:31:27.740Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-19T16:31:27.740Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-19T16:31:27.740Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b04a780-58c8-4375-984f-0d08db2625fa", "consumerID": "clamp", "timestamp": 1629390506172, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9yhg0b9ebdtt77y3cr41/1.0/resourceInstances/pnf41ca4cba3c600/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-19T16:31:27.740Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-19T16:31:27.740Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-19T16:31:27.740Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b04a780-58c8-4375-984f-0d08db2625fa", "consumerID": "cds", "timestamp": 1629390503000, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9yhg0b9ebdtt77y3cr41/1.0/resourceInstances/pnf41ca4cba3c600/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-19T16:31:27.740Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-19T16:31:27.740Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-19T16:31:27.740Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b04a780-58c8-4375-984f-0d08db2625fa", "consumerID": "policy-id", "timestamp": 1629390508443, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9yhg0b9ebdtt77y3cr41/1.0/resourceInstances/pnf41ca4cba3c600/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-19T16:31:27.741Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-19T16:31:27.741Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-19T16:31:27.741Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b04a780-58c8-4375-984f-0d08db2625fa", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629390511864, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9yhg0b9ebdtt77y3cr41/1.0/resourceInstances/pnf41ca4cba3c600/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-19T16:31:27.741Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-19T16:31:27.741Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-19T16:31:27.741Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b04a780-58c8-4375-984f-0d08db2625fa", "consumerID": "ves-openapi-manager", "timestamp": 1629390502303, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9yhg0b9ebdtt77y3cr41/1.0/resourceInstances/pnf41ca4cba3c600/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-08-19T16:31:27.741Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-19T16:31:27.741Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-19T16:31:27.741Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b04a780-58c8-4375-984f-0d08db2625fa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629390507195, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9yhg0b9ebdtt77y3cr41/1.0/resourceInstances/pnf41ca4cba3c600/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-08-19T16:31:27.741Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-19T16:31:27.741Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-19T16:31:27.742Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b04a780-58c8-4375-984f-0d08db2625fa", "consumerID": "multicloud-k8s-id", "timestamp": 1629390505355, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9yhg0b9ebdtt77y3cr41/1.0/resourceInstances/pnf41ca4cba3c600/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-08-19T16:31:27.742Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-19T16:31:27.742Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-19T16:31:27.742Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b04a780-58c8-4375-984f-0d08db2625fa", "consumerID": "clamp", "timestamp": 1629390506172, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9yhg0b9ebdtt77y3cr41/1.0/resourceInstances/pnf41ca4cba3c600/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-08-19T16:31:27.742Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-19T16:31:27.742Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-19T16:31:27.742Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b04a780-58c8-4375-984f-0d08db2625fa", "consumerID": "cds", "timestamp": 1629390503000, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9yhg0b9ebdtt77y3cr41/1.0/resourceInstances/pnf41ca4cba3c600/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-08-19T16:31:27.742Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-19T16:31:27.742Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-19T16:31:27.742Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b04a780-58c8-4375-984f-0d08db2625fa", "consumerID": "policy-id", "timestamp": 1629390508443, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9yhg0b9ebdtt77y3cr41/1.0/resourceInstances/pnf41ca4cba3c600/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-08-19T16:31:27.742Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-19T16:31:27.743Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-19T16:31:27.743Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b04a780-58c8-4375-984f-0d08db2625fa", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629390511864, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9yhg0b9ebdtt77y3cr41/1.0/resourceInstances/pnf41ca4cba3c600/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-08-19T16:31:27.743Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-19T16:31:27.743Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-19T16:31:27.743Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b04a780-58c8-4375-984f-0d08db2625fa", "consumerID": "ves-openapi-manager", "timestamp": 1629390502303, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9yhg0b9ebdtt77y3cr41/1.0/resourceInstances/pnf41ca4cba3c600/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2021-08-19T16:31:27.743Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-19T16:31:27.743Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-19T16:31:27.743Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b04a780-58c8-4375-984f-0d08db2625fa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629390507195, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9yhg0b9ebdtt77y3cr41/1.0/resourceInstances/pnf41ca4cba3c600/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-08-19T16:31:27.743Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-19T16:31:27.743Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-19T16:31:27.743Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b04a780-58c8-4375-984f-0d08db2625fa", "consumerID": "multicloud-k8s-id", "timestamp": 1629390505355, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9yhg0b9ebdtt77y3cr41/1.0/resourceInstances/pnf41ca4cba3c600/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-08-19T16:31:27.744Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-19T16:31:27.744Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-19T16:31:27.744Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b04a780-58c8-4375-984f-0d08db2625fa", "consumerID": "cds", "timestamp": 1629390503000, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9yhg0b9ebdtt77y3cr41/1.0/resourceInstances/pnf41ca4cba3c600/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-08-19T16:31:27.744Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-19T16:31:27.744Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-19T16:31:27.744Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b04a780-58c8-4375-984f-0d08db2625fa", "consumerID": "clamp", "timestamp": 1629390506172, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9yhg0b9ebdtt77y3cr41/1.0/resourceInstances/pnf41ca4cba3c600/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-08-19T16:31:27.744Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-19T16:31:27.744Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-19T16:31:27.744Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b04a780-58c8-4375-984f-0d08db2625fa", "consumerID": "policy-id", "timestamp": 1629390508443, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9yhg0b9ebdtt77y3cr41/1.0/resourceInstances/pnf41ca4cba3c600/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-08-19T16:31:27.744Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-19T16:31:27.744Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-19T16:31:27.745Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b04a780-58c8-4375-984f-0d08db2625fa", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629390511864, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9yhg0b9ebdtt77y3cr41/1.0/resourceInstances/pnf41ca4cba3c600/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-08-19T16:31:27.745Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-19T16:31:27.745Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-19T16:31:27.745Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b04a780-58c8-4375-984f-0d08db2625fa", "consumerID": "ves-openapi-manager", "timestamp": 1629390502303, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9yhg0b9ebdtt77y3cr41/1.0/artifacts/service-DemoPnf9yhg0b9ebdtt77y3cr41-template.yml", "status": "NOT_NOTIFIED" } 2021-08-19T16:31:27.745Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-19T16:31:27.745Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-19T16:31:27.746Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b04a780-58c8-4375-984f-0d08db2625fa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629390507195, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9yhg0b9ebdtt77y3cr41/1.0/artifacts/service-DemoPnf9yhg0b9ebdtt77y3cr41-template.yml", "status": "NOT_NOTIFIED" } 2021-08-19T16:31:27.746Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-19T16:31:27.746Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-19T16:31:27.746Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b04a780-58c8-4375-984f-0d08db2625fa", "consumerID": "multicloud-k8s-id", "timestamp": 1629390505355, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9yhg0b9ebdtt77y3cr41/1.0/artifacts/service-DemoPnf9yhg0b9ebdtt77y3cr41-template.yml", "status": "NOT_NOTIFIED" } 2021-08-19T16:31:27.746Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-19T16:31:27.746Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-19T16:31:27.746Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b04a780-58c8-4375-984f-0d08db2625fa", "consumerID": "clamp", "timestamp": 1629390506172, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9yhg0b9ebdtt77y3cr41/1.0/artifacts/service-DemoPnf9yhg0b9ebdtt77y3cr41-template.yml", "status": "NOT_NOTIFIED" } 2021-08-19T16:31:27.746Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-19T16:31:27.746Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-19T16:31:27.747Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b04a780-58c8-4375-984f-0d08db2625fa", "consumerID": "cds", "timestamp": 1629390503000, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9yhg0b9ebdtt77y3cr41/1.0/artifacts/service-DemoPnf9yhg0b9ebdtt77y3cr41-template.yml", "status": "NOT_NOTIFIED" } 2021-08-19T16:31:27.747Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-19T16:31:27.747Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-19T16:31:27.747Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b04a780-58c8-4375-984f-0d08db2625fa", "consumerID": "policy-id", "timestamp": 1629390508443, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9yhg0b9ebdtt77y3cr41/1.0/artifacts/service-DemoPnf9yhg0b9ebdtt77y3cr41-template.yml", "status": "NOT_NOTIFIED" } 2021-08-19T16:31:27.747Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-19T16:31:27.747Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-19T16:31:27.747Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b04a780-58c8-4375-984f-0d08db2625fa", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629390511864, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9yhg0b9ebdtt77y3cr41/1.0/resourceInstances/pnf41ca4cba3c600/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-19T16:31:27.747Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-19T16:31:27.747Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-19T16:31:27.747Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b04a780-58c8-4375-984f-0d08db2625fa", "consumerID": "ves-openapi-manager", "timestamp": 1629390502303, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9yhg0b9ebdtt77y3cr41/1.0/artifacts/service-DemoPnf9yhg0b9ebdtt77y3cr41-csar.csar", "status": "NOT_NOTIFIED" } 2021-08-19T16:31:27.748Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-19T16:31:27.748Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-19T16:31:27.748Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b04a780-58c8-4375-984f-0d08db2625fa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629390507195, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9yhg0b9ebdtt77y3cr41/1.0/artifacts/service-DemoPnf9yhg0b9ebdtt77y3cr41-csar.csar", "status": "NOTIFIED" } 2021-08-19T16:31:27.748Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-19T16:31:27.748Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-19T16:31:27.748Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b04a780-58c8-4375-984f-0d08db2625fa", "consumerID": "clamp", "timestamp": 1629390506172, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9yhg0b9ebdtt77y3cr41/1.0/artifacts/service-DemoPnf9yhg0b9ebdtt77y3cr41-csar.csar", "status": "NOTIFIED" } 2021-08-19T16:31:27.748Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-19T16:31:27.748Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-19T16:31:27.748Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b04a780-58c8-4375-984f-0d08db2625fa", "consumerID": "cds", "timestamp": 1629390503000, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9yhg0b9ebdtt77y3cr41/1.0/artifacts/service-DemoPnf9yhg0b9ebdtt77y3cr41-csar.csar", "status": "NOTIFIED" } 2021-08-19T16:31:27.748Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-19T16:31:27.749Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-19T16:31:27.749Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b04a780-58c8-4375-984f-0d08db2625fa", "consumerID": "multicloud-k8s-id", "timestamp": 1629390505355, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9yhg0b9ebdtt77y3cr41/1.0/artifacts/service-DemoPnf9yhg0b9ebdtt77y3cr41-csar.csar", "status": "NOTIFIED" } 2021-08-19T16:31:27.749Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-19T16:31:27.749Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-19T16:31:27.749Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b04a780-58c8-4375-984f-0d08db2625fa", "consumerID": "dcae-sch", "timestamp": 1629390515305, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9yhg0b9ebdtt77y3cr41/1.0/resourceInstances/pnf41ca4cba3c600/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-19T16:31:27.749Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-19T16:31:27.749Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-19T16:31:27.749Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b04a780-58c8-4375-984f-0d08db2625fa", "consumerID": "policy-id", "timestamp": 1629390508443, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9yhg0b9ebdtt77y3cr41/1.0/artifacts/service-DemoPnf9yhg0b9ebdtt77y3cr41-csar.csar", "status": "NOTIFIED" } 2021-08-19T16:31:27.749Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-19T16:31:27.749Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-19T16:31:27.749Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b04a780-58c8-4375-984f-0d08db2625fa", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629390511864, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9yhg0b9ebdtt77y3cr41/1.0/resourceInstances/pnf41ca4cba3c600/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-08-19T16:31:27.750Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-19T16:31:27.750Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-19T16:31:27.750Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b04a780-58c8-4375-984f-0d08db2625fa", "consumerID": "dcae-sch", "timestamp": 1629390515305, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9yhg0b9ebdtt77y3cr41/1.0/resourceInstances/pnf41ca4cba3c600/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-08-19T16:31:27.750Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-19T16:31:27.750Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-19T16:31:27.750Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b04a780-58c8-4375-984f-0d08db2625fa", "consumerID": "aai-ml", "timestamp": 1629390516606, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9yhg0b9ebdtt77y3cr41/1.0/resourceInstances/pnf41ca4cba3c600/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-19T16:31:27.750Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-19T16:31:27.750Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-19T16:31:27.750Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b04a780-58c8-4375-984f-0d08db2625fa", "consumerID": "ves-openapi-manager", "timestamp": 1629390517360, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9yhg0b9ebdtt77y3cr41/1.0/resourceInstances/pnf41ca4cba3c600/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2021-08-19T16:31:27.750Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-19T16:31:27.751Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-19T16:31:27.751Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b04a780-58c8-4375-984f-0d08db2625fa", "consumerID": "cds", "timestamp": 1629390517363, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9yhg0b9ebdtt77y3cr41/1.0/artifacts/service-DemoPnf9yhg0b9ebdtt77y3cr41-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-19T16:31:27.751Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-19T16:31:27.751Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-19T16:31:27.751Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b04a780-58c8-4375-984f-0d08db2625fa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629390517369, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9yhg0b9ebdtt77y3cr41/1.0/artifacts/service-DemoPnf9yhg0b9ebdtt77y3cr41-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-19T16:31:27.751Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-19T16:31:27.751Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-19T16:31:27.751Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b04a780-58c8-4375-984f-0d08db2625fa", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629390511864, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9yhg0b9ebdtt77y3cr41/1.0/resourceInstances/pnf41ca4cba3c600/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-08-19T16:31:27.752Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-19T16:31:27.752Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-19T16:31:27.752Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b04a780-58c8-4375-984f-0d08db2625fa", "consumerID": "policy-id", "timestamp": 1629390517780, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9yhg0b9ebdtt77y3cr41/1.0/artifacts/service-DemoPnf9yhg0b9ebdtt77y3cr41-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-19T16:31:27.752Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-19T16:31:27.752Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-19T16:31:27.752Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b04a780-58c8-4375-984f-0d08db2625fa", "consumerID": "dcae-sch", "timestamp": 1629390515305, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9yhg0b9ebdtt77y3cr41/1.0/resourceInstances/pnf41ca4cba3c600/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-08-19T16:31:27.753Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-19T16:31:27.753Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-19T16:31:27.753Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b04a780-58c8-4375-984f-0d08db2625fa", "consumerID": "aai-ml", "timestamp": 1629390516606, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9yhg0b9ebdtt77y3cr41/1.0/resourceInstances/pnf41ca4cba3c600/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-08-19T16:31:27.753Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-19T16:31:27.753Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-19T16:31:27.753Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b04a780-58c8-4375-984f-0d08db2625fa", "consumerID": "cds", "timestamp": 1629390518375, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9yhg0b9ebdtt77y3cr41/1.0/artifacts/service-DemoPnf9yhg0b9ebdtt77y3cr41-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-08-19T16:31:27.759Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 1b04a780-58c8-4375-984f-0d08db2625fa 2021-08-19T16:31:27.759Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1b04a780-58c8-4375-984f-0d08db2625fa and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-08-19T16:31:27.770Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-19T16:31:27.771Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b04a780-58c8-4375-984f-0d08db2625fa", "consumerID": "ves-openapi-manager", "timestamp": 1629390518381, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9yhg0b9ebdtt77y3cr41/1.0/resourceInstances/pnf41ca4cba3c600/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2021-08-19T16:31:27.771Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-19T16:31:27.771Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-19T16:31:27.771Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b04a780-58c8-4375-984f-0d08db2625fa", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629390511864, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9yhg0b9ebdtt77y3cr41/1.0/artifacts/service-DemoPnf9yhg0b9ebdtt77y3cr41-template.yml", "status": "NOT_NOTIFIED" } 2021-08-19T16:31:27.771Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-19T16:31:27.771Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-19T16:31:27.772Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b04a780-58c8-4375-984f-0d08db2625fa", "consumerID": "policy-id", "timestamp": 1629390518786, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9yhg0b9ebdtt77y3cr41/1.0/artifacts/service-DemoPnf9yhg0b9ebdtt77y3cr41-csar.csar", "status": "DEPLOY_OK" } 2021-08-19T16:31:27.772Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-19T16:31:27.772Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-19T16:31:27.772Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b04a780-58c8-4375-984f-0d08db2625fa", "consumerID": "dcae-sch", "timestamp": 1629390515305, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9yhg0b9ebdtt77y3cr41/1.0/resourceInstances/pnf41ca4cba3c600/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-19T16:31:27.772Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-19T16:31:27.772Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-19T16:31:27.772Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b04a780-58c8-4375-984f-0d08db2625fa", "consumerID": "aai-ml", "timestamp": 1629390516606, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9yhg0b9ebdtt77y3cr41/1.0/resourceInstances/pnf41ca4cba3c600/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-08-19T16:31:27.773Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-19T16:31:27.773Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-19T16:31:27.773Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b04a780-58c8-4375-984f-0d08db2625fa", "consumerID": "ves-openapi-manager", "timestamp": 1629390519388, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-08-19T16:31:27.777Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 1b04a780-58c8-4375-984f-0d08db2625fa 2021-08-19T16:31:27.777Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1b04a780-58c8-4375-984f-0d08db2625fa and ComponentName Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-08-19T16:31:27.786Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-19T16:31:27.786Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b04a780-58c8-4375-984f-0d08db2625fa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629390519427, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9yhg0b9ebdtt77y3cr41/1.0/artifacts/service-DemoPnf9yhg0b9ebdtt77y3cr41-csar.csar", "status": "DEPLOY_OK" } 2021-08-19T16:31:27.786Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-19T16:31:27.786Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-19T16:31:27.786Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b04a780-58c8-4375-984f-0d08db2625fa", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629390511864, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9yhg0b9ebdtt77y3cr41/1.0/artifacts/service-DemoPnf9yhg0b9ebdtt77y3cr41-csar.csar", "status": "NOTIFIED" } 2021-08-19T16:31:27.786Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-19T16:31:27.786Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-19T16:31:27.786Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b04a780-58c8-4375-984f-0d08db2625fa", "consumerID": "policy-id", "timestamp": 1629390519789, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-08-19T16:31:27.790Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1b04a780-58c8-4375-984f-0d08db2625fa 2021-08-19T16:31:27.791Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1b04a780-58c8-4375-984f-0d08db2625fa and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-08-19T16:31:27.815Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-19T16:31:27.815Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b04a780-58c8-4375-984f-0d08db2625fa", "consumerID": "dcae-sch", "timestamp": 1629390515305, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9yhg0b9ebdtt77y3cr41/1.0/resourceInstances/pnf41ca4cba3c600/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-08-19T16:31:27.816Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-19T16:31:27.816Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-19T16:31:27.816Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b04a780-58c8-4375-984f-0d08db2625fa", "consumerID": "aai-ml", "timestamp": 1629390516606, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9yhg0b9ebdtt77y3cr41/1.0/resourceInstances/pnf41ca4cba3c600/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-19T16:31:27.816Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-19T16:31:27.816Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-19T16:31:27.816Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b04a780-58c8-4375-984f-0d08db2625fa", "consumerID": "dcae-sch", "timestamp": 1629390515305, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9yhg0b9ebdtt77y3cr41/1.0/resourceInstances/pnf41ca4cba3c600/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-08-19T16:31:27.816Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-19T16:31:27.816Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-19T16:31:27.816Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b04a780-58c8-4375-984f-0d08db2625fa", "consumerID": "aai-ml", "timestamp": 1629390516606, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9yhg0b9ebdtt77y3cr41/1.0/resourceInstances/pnf41ca4cba3c600/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-08-19T16:31:27.816Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-19T16:31:27.817Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-19T16:31:27.817Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b04a780-58c8-4375-984f-0d08db2625fa", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629390521898, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9yhg0b9ebdtt77y3cr41/1.0/artifacts/service-DemoPnf9yhg0b9ebdtt77y3cr41-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-19T16:31:27.817Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-19T16:31:27.817Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-19T16:31:27.817Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b04a780-58c8-4375-984f-0d08db2625fa", "consumerID": "dcae-sch", "timestamp": 1629390515305, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9yhg0b9ebdtt77y3cr41/1.0/artifacts/service-DemoPnf9yhg0b9ebdtt77y3cr41-template.yml", "status": "NOT_NOTIFIED" } 2021-08-19T16:31:27.817Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-19T16:31:27.817Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-19T16:31:27.817Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b04a780-58c8-4375-984f-0d08db2625fa", "consumerID": "aai-ml", "timestamp": 1629390516606, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9yhg0b9ebdtt77y3cr41/1.0/resourceInstances/pnf41ca4cba3c600/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-08-19T16:31:27.817Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-19T16:31:27.817Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-19T16:31:27.817Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b04a780-58c8-4375-984f-0d08db2625fa", "consumerID": "dcae-sch", "timestamp": 1629390515305, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9yhg0b9ebdtt77y3cr41/1.0/artifacts/service-DemoPnf9yhg0b9ebdtt77y3cr41-csar.csar", "status": "NOT_NOTIFIED" } 2021-08-19T16:31:27.817Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-19T16:31:27.818Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-19T16:31:27.818Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b04a780-58c8-4375-984f-0d08db2625fa", "consumerID": "aai-ml", "timestamp": 1629390516606, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9yhg0b9ebdtt77y3cr41/1.0/artifacts/service-DemoPnf9yhg0b9ebdtt77y3cr41-template.yml", "status": "NOT_NOTIFIED" } 2021-08-19T16:31:27.818Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-19T16:31:27.818Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-19T16:31:27.818Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b04a780-58c8-4375-984f-0d08db2625fa", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629390523889, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9yhg0b9ebdtt77y3cr41/1.0/artifacts/service-DemoPnf9yhg0b9ebdtt77y3cr41-csar.csar", "status": "DEPLOY_OK" } 2021-08-19T16:31:27.818Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-19T16:31:27.818Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-19T16:31:27.818Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b04a780-58c8-4375-984f-0d08db2625fa", "consumerID": "aai-ml", "timestamp": 1629390516606, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9yhg0b9ebdtt77y3cr41/1.0/artifacts/service-DemoPnf9yhg0b9ebdtt77y3cr41-csar.csar", "status": "NOTIFIED" } 2021-08-19T16:31:27.818Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-08-19T16:31:27.818Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-19T16:31:27.818Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b04a780-58c8-4375-984f-0d08db2625fa", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629390524892, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-08-19T16:31:27.823Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 1b04a780-58c8-4375-984f-0d08db2625fa 2021-08-19T16:31:27.823Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1b04a780-58c8-4375-984f-0d08db2625fa and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-08-19T16:31:27.830Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-19T16:31:27.830Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b04a780-58c8-4375-984f-0d08db2625fa", "consumerID": "clamp", "timestamp": 1629390525724, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9yhg0b9ebdtt77y3cr41/1.0/artifacts/service-DemoPnf9yhg0b9ebdtt77y3cr41-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-19T16:31:27.830Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-19T16:31:27.830Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-19T16:31:27.830Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b04a780-58c8-4375-984f-0d08db2625fa", "consumerID": "aai-ml", "timestamp": 1629390525953, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9yhg0b9ebdtt77y3cr41/1.0/artifacts/service-DemoPnf9yhg0b9ebdtt77y3cr41-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-19T16:31:27.830Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-19T16:31:27.830Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-19T16:31:27.830Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b04a780-58c8-4375-984f-0d08db2625fa", "consumerID": "clamp", "timestamp": 1629390527732, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9yhg0b9ebdtt77y3cr41/1.0/artifacts/service-DemoPnf9yhg0b9ebdtt77y3cr41-csar.csar", "status": "DEPLOY_OK" } 2021-08-19T16:31:27.830Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-19T16:31:27.830Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-19T16:31:27.830Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b04a780-58c8-4375-984f-0d08db2625fa", "consumerID": "clamp", "timestamp": 1629390528735, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-08-19T16:31:27.835Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 1b04a780-58c8-4375-984f-0d08db2625fa 2021-08-19T16:31:27.835Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1b04a780-58c8-4375-984f-0d08db2625fa and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-08-19T16:31:27.844Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-19T16:31:27.844Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b04a780-58c8-4375-984f-0d08db2625fa", "consumerID": "aai-ml", "timestamp": 1629390530749, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9yhg0b9ebdtt77y3cr41/1.0/artifacts/service-DemoPnf9yhg0b9ebdtt77y3cr41-csar.csar", "status": "DEPLOY_ERROR" } 2021-08-19T16:31:27.844Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-19T16:31:27.844Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-08-19T16:31:27.844Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b04a780-58c8-4375-984f-0d08db2625fa", "consumerID": "aai-ml", "timestamp": 1629390531753, "artifactURL": "", "status": "COMPONENT_DONE_ERROR", "errorReason": "deploy failure", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-08-19T16:31:27.848Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 1b04a780-58c8-4375-984f-0d08db2625fa 2021-08-19T16:31:27.848Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1b04a780-58c8-4375-984f-0d08db2625fa and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-08-19T16:31:40.534Z|1b04a780-58c8-4375-984f-0d08db2625fa|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1b04a780-58c8-4375-984f-0d08db2625fa Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-08-19T16:31:40.544Z|1b04a780-58c8-4375-984f-0d08db2625fa|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1b04a780-58c8-4375-984f-0d08db2625fa Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-08-19T16:31:40.546Z|1b04a780-58c8-4375-984f-0d08db2625fa|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-08-19T16:31:40.546Z|1b04a780-58c8-4375-984f-0d08db2625fa|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-08-19T16:31:40.546Z|1b04a780-58c8-4375-984f-0d08db2625fa|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-08-19T16:31:40.546Z|1b04a780-58c8-4375-984f-0d08db2625fa|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-08-19T16:31:40.547Z|1b04a780-58c8-4375-984f-0d08db2625fa|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-19T16:31:40.547Z|1b04a780-58c8-4375-984f-0d08db2625fa|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 2021-08-19T16:31:40.547Z|1b04a780-58c8-4375-984f-0d08db2625fa|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-08-19T16:31:40.551Z|1b04a780-58c8-4375-984f-0d08db2625fa|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-08-19T16:32:10.552Z|1b04a780-58c8-4375-984f-0d08db2625fa|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1b04a780-58c8-4375-984f-0d08db2625fa and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2021-08-19T16:32:10.564Z|1b04a780-58c8-4375-984f-0d08db2625fa|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1b04a780-58c8-4375-984f-0d08db2625fa and serviceModelVersionId: 00858393-1995-400e-9dc4-c1b48425bff1 2021-08-19T16:32:10.564Z|1b04a780-58c8-4375-984f-0d08db2625fa|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6d244c86-00c6-45e6-ab01-7631ce74c19c 2021-08-19T16:32:10.566Z|1b04a780-58c8-4375-984f-0d08db2625fa|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6d244c86-00c6-45e6-ab01-7631ce74c19c/model-vers/model-ver/00858393-1995-400e-9dc4-c1b48425bff1?depth=0 2021-08-19T16:32:10.575Z|1b04a780-58c8-4375-984f-0d08db2625fa|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context! 2021-08-19T16:32:10.633Z|1b04a780-58c8-4375-984f-0d08db2625fa|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/6d244c86-00c6-45e6-ab01-7631ce74c19c/model-vers/model-ver/00858393-1995-400e-9dc4-c1b48425bff1?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2021-08-19T16:32:10.636Z|1b04a780-58c8-4375-984f-0d08db2625fa|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6d244c86-00c6-45e6-ab01-7631ce74c19c/model-vers/model-ver/00858393-1995-400e-9dc4-c1b48425bff1?depth=0|INFO|500||Invoke 2021-08-19T16:32:10.660Z|1b04a780-58c8-4375-984f-0d08db2625fa|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6d244c86-00c6-45e6-ab01-7631ce74c19c/model-vers/model-ver/00858393-1995-400e-9dc4-c1b48425bff1?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"} 2021-08-19T16:32:10.706Z|1b04a780-58c8-4375-984f-0d08db2625fa|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6d244c86-00c6-45e6-ab01-7631ce74c19c/model-vers/model-ver/00858393-1995-400e-9dc4-c1b48425bff1?depth=0|INFO|404|Not Found|InvokeReturn 2021-08-19T16:32:10.707Z|1b04a780-58c8-4375-984f-0d08db2625fa|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/6d244c86-00c6-45e6-ab01-7631ce74c19c/model-vers/model-ver/00858393-1995-400e-9dc4-c1b48425bff1?depth=0 has http status code:404 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210819-16:32:10:674-98066], Content-Length=[495], Date=[Thu, 19 Aug 2021 16:32:10 GMT], Content-Type=[application/json]} 2021-08-19T16:32:10.710Z|1b04a780-58c8-4375-984f-0d08db2625fa|pool-2-thread-9|||||DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["MERGE_PATCH","service-design-and-creation/models/model/6d244c86-00c6-45e6-ab01-7631ce74c19c/model-vers/model-ver/00858393-1995-400e-9dc4-c1b48425bff1","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/6d244c86-00c6-45e6-ab01-7631ce74c19c/model-vers/model-ver/00858393-1995-400e-9dc4-c1b48425bff1","ERR.5.4.6114"]}}} 2021-08-19T16:32:10.716Z|1b04a780-58c8-4375-984f-0d08db2625fa|pool-2-thread-9|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=1b04a780-58c8-4375-984f-0d08db2625fa Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/6d244c86-00c6-45e6-ab01-7631ce74c19c/model-vers/model-ver/00858393-1995-400e-9dc4-c1b48425bff1 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/6d244c86-00c6-45e6-ab01-7631ce74c19c/model-vers/model-ver/00858393-1995-400e-9dc4-c1b48425bff1) (ec=ERR.5.4.6114) 2021-08-19T16:32:10.717Z|1b04a780-58c8-4375-984f-0d08db2625fa|pool-2-thread-9|||||ERROR|500||Exception occurred javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=1b04a780-58c8-4375-984f-0d08db2625fa Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/6d244c86-00c6-45e6-ab01-7631ce74c19c/model-vers/model-ver/00858393-1995-400e-9dc4-c1b48425bff1 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/6d244c86-00c6-45e6-ab01-7631ce74c19c/model-vers/model-ver/00858393-1995-400e-9dc4-c1b48425bff1) (ec=ERR.5.4.6114) at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:74) at org.onap.so.client.RestRequest.get(RestRequest.java:77) at org.onap.so.client.RestClient.buildRequest(RestClient.java:326) at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322) at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283) at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67) at net.jodah.failsafe.Execution.executeSync(Execution.java:117) at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319) at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71) at org.onap.so.client.RestClient.method(RestClient.java:322) at org.onap.so.client.RestClient.patch(RestClient.java:265) at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81) at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184) at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-08-19T16:32:10.717Z|1b04a780-58c8-4375-984f-0d08db2625fa|pool-2-thread-9|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=1b04a780-58c8-4375-984f-0d08db2625fa Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/6d244c86-00c6-45e6-ab01-7631ce74c19c/model-vers/model-ver/00858393-1995-400e-9dc4-c1b48425bff1 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/6d244c86-00c6-45e6-ab01-7631ce74c19c/model-vers/model-ver/00858393-1995-400e-9dc4-c1b48425bff1) (ec=ERR.5.4.6114) 2021-08-19T16:32:10.717Z|1b04a780-58c8-4375-984f-0d08db2625fa|pool-2-thread-9|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=1b04a780-58c8-4375-984f-0d08db2625fa Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/6d244c86-00c6-45e6-ab01-7631ce74c19c/model-vers/model-ver/00858393-1995-400e-9dc4-c1b48425bff1 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/6d244c86-00c6-45e6-ab01-7631ce74c19c/model-vers/model-ver/00858393-1995-400e-9dc4-c1b48425bff1) (ec=ERR.5.4.6114) Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-08-19T16:32:10.722Z|1b04a780-58c8-4375-984f-0d08db2625fa|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-08-19T16:32:10.722Z|1b04a780-58c8-4375-984f-0d08db2625fa|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1b04a780-58c8-4375-984f-0d08db2625fa and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=1b04a780-58c8-4375-984f-0d08db2625fa Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/6d244c86-00c6-45e6-ab01-7631ce74c19c/model-vers/model-ver/00858393-1995-400e-9dc4-c1b48425bff1 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/6d244c86-00c6-45e6-ab01-7631ce74c19c/model-vers/model-ver/00858393-1995-400e-9dc4-c1b48425bff1) (ec=ERR.5.4.6114) 2021-08-19T16:32:10.722Z|1b04a780-58c8-4375-984f-0d08db2625fa|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2021-08-19T16:32:10.723Z|1b04a780-58c8-4375-984f-0d08db2625fa|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-08-19T16:32:10.726Z|1b04a780-58c8-4375-984f-0d08db2625fa|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-19T16:32:10.726Z|1b04a780-58c8-4375-984f-0d08db2625fa|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "1b04a780-58c8-4375-984f-0d08db2625fa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629390730722, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d1b04a780-58c8-4375-984f-0d08db2625fa Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/6d244c86-00c6-45e6-ab01-7631ce74c19c/model-vers/model-ver/00858393-1995-400e-9dc4-c1b48425bff1 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/6d244c86-00c6-45e6-ab01-7631ce74c19c/model-vers/model-ver/00858393-1995-400e-9dc4-c1b48425bff1) (ec\u003dERR.5.4.6114)" } 2021-08-19T16:32:10.826Z||pool-186-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-19T16:32:10.828Z||pool-186-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-19T16:32:10.828Z||pool-186-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qoO1GatorxUOMWlm) ... 2021-08-19T16:32:10.845Z||pool-186-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T16:32:10.846Z||pool-186-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-08-19T16:32:11.742Z|1b04a780-58c8-4375-984f-0d08db2625fa|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-19T16:32:11.743Z|1b04a780-58c8-4375-984f-0d08db2625fa|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-19T16:32:11.743Z|1b04a780-58c8-4375-984f-0d08db2625fa|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 qoO1GatorxUOMWlm) ... 2021-08-19T16:32:21.980Z|1b04a780-58c8-4375-984f-0d08db2625fa|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T16:32:21.982Z|1b04a780-58c8-4375-984f-0d08db2625fa|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-19T16:32:21.982Z|1b04a780-58c8-4375-984f-0d08db2625fa|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-19T16:32:21.982Z|1b04a780-58c8-4375-984f-0d08db2625fa|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 qoO1GatorxUOMWlm) ... 2021-08-19T16:32:27.198Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-19T16:32:27.199Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-19T16:32:27.199Z||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 qoO1GatorxUOMWlm) ... 2021-08-19T16:32:27.834Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T16:32:27.835Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-08-19T16:32:27.835Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b04a780-58c8-4375-984f-0d08db2625fa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629390730722, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d1b04a780-58c8-4375-984f-0d08db2625fa Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/6d244c86-00c6-45e6-ab01-7631ce74c19c/model-vers/model-ver/00858393-1995-400e-9dc4-c1b48425bff1 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/6d244c86-00c6-45e6-ab01-7631ce74c19c/model-vers/model-ver/00858393-1995-400e-9dc4-c1b48425bff1) (ec\u003dERR.5.4.6114)" } 2021-08-19T16:32:27.837Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-19T16:32:31.545Z|1b04a780-58c8-4375-984f-0d08db2625fa|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T16:32:31.546Z|1b04a780-58c8-4375-984f-0d08db2625fa|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-19T16:32:31.547Z|1b04a780-58c8-4375-984f-0d08db2625fa|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-19T16:32:31.547Z|1b04a780-58c8-4375-984f-0d08db2625fa|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 qoO1GatorxUOMWlm) ... 2021-08-19T16:32:41.099Z|1b04a780-58c8-4375-984f-0d08db2625fa|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T16:32:41.100Z|1b04a780-58c8-4375-984f-0d08db2625fa|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-19T16:32:41.101Z|1b04a780-58c8-4375-984f-0d08db2625fa|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-19T16:32:41.101Z|1b04a780-58c8-4375-984f-0d08db2625fa|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 qoO1GatorxUOMWlm) ... 2021-08-19T16:32:50.658Z|1b04a780-58c8-4375-984f-0d08db2625fa|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T16:33:27.196Z|1b04a780-58c8-4375-984f-0d08db2625fa|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-19T16:33:27.198Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-19T16:33:27.198Z|1b04a780-58c8-4375-984f-0d08db2625fa|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-19T16:33:27.198Z|1b04a780-58c8-4375-984f-0d08db2625fa|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 qoO1GatorxUOMWlm) ... 2021-08-19T16:33:27.198Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-19T16:33:27.198Z||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 qoO1GatorxUOMWlm) ... 2021-08-19T16:33:36.756Z|1b04a780-58c8-4375-984f-0d08db2625fa|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T16:33:36.754Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T16:34:27.195Z|1b04a780-58c8-4375-984f-0d08db2625fa|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-19T16:34:27.197Z|1b04a780-58c8-4375-984f-0d08db2625fa|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-19T16:34:27.197Z|1b04a780-58c8-4375-984f-0d08db2625fa|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 qoO1GatorxUOMWlm) ... 2021-08-19T16:34:27.197Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-19T16:34:27.198Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-19T16:34:27.198Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|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 qoO1GatorxUOMWlm) ... 2021-08-19T16:34:36.747Z|1b04a780-58c8-4375-984f-0d08db2625fa|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T16:34:36.775Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T16:35:27.195Z|1b04a780-58c8-4375-984f-0d08db2625fa|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-19T16:35:27.198Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-19T16:35:27.199Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-19T16:35:27.199Z|1b04a780-58c8-4375-984f-0d08db2625fa|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-19T16:35:27.199Z|1b04a780-58c8-4375-984f-0d08db2625fa|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 qoO1GatorxUOMWlm) ... 2021-08-19T16:35:27.199Z||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 qoO1GatorxUOMWlm) ... 2021-08-19T16:35:36.751Z|1b04a780-58c8-4375-984f-0d08db2625fa|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T16:35:36.757Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T16:36:27.195Z|1b04a780-58c8-4375-984f-0d08db2625fa|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-19T16:36:27.198Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-19T16:36:27.198Z|1b04a780-58c8-4375-984f-0d08db2625fa|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-19T16:36:27.199Z|1b04a780-58c8-4375-984f-0d08db2625fa|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 qoO1GatorxUOMWlm) ... 2021-08-19T16:36:27.199Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-19T16:36:27.199Z||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 qoO1GatorxUOMWlm) ... 2021-08-19T16:36:36.747Z|1b04a780-58c8-4375-984f-0d08db2625fa|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T16:36:36.747Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T16:37:27.196Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-19T16:37:27.198Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-19T16:37:27.200Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-19T16:37:27.200Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-19T16:37:27.201Z||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 qoO1GatorxUOMWlm) ... 2021-08-19T16:37:27.201Z||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 qoO1GatorxUOMWlm) ... 2021-08-19T16:37:36.761Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T16:37:36.764Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T16:38:27.197Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-19T16:38:27.198Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-19T16:38:27.201Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-19T16:38:27.201Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-19T16:38:27.202Z||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 qoO1GatorxUOMWlm) ... 2021-08-19T16:38:27.202Z||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 qoO1GatorxUOMWlm) ... 2021-08-19T16:38:27.845Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T16:38:27.847Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-08-19T16:38:27.847Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"688c961c-e2f0-4a28-8994-4251f4e908e6","serviceName":"Demo_pNF_aBh1EitEqKvKRAAL5wlv","serviceVersion":"1.0","serviceUUID":"1026e36e-2d0c-4b61-8d0b-854b781c9c62","serviceDescription":"catalog service description","serviceInvariantUUID":"3a003646-5224-44f1-8341-5e44472509f4","resources":[{"resourceInstanceName":"pNF eb549d92-dcb9 0","resourceName":"pNF eb549d92-dcb9","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"a2da9c5a-c048-4f12-9a50-1f6479fa1f72","resourceInvariantUUID":"53a8fcb0-22d4-4e8c-bf5a-4399810f1d16","resourceCustomizationUUID":"3c179601-fd3e-4fe9-8443-95c19a083483","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfAbh1eiteqkvkraal5wlv/1.0/resourceInstances/pnfeb549d92dcb90/artifacts/vf-license-model.xml","artifactChecksum":"NWEyMTQ3YTFhNzNlYjA2ZTFjNDc3NWEwMTc4NThhZTk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"578672b9-d1f0-4bb1-8f10-2f84c6503f87","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfAbh1eiteqkvkraal5wlv/1.0/resourceInstances/pnfeb549d92dcb90/artifacts/pNF.csar","artifactChecksum":"ZDlmYjRhYTU2MGY4Y2NlYTZiMmQzN2VkNDYzZDc5ZDk\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"8c58fc56-ca37-46ea-b3b4-ae6edcfca1e5","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfAbh1eiteqkvkraal5wlv/1.0/resourceInstances/pnfeb549d92dcb90/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"72a2bdea-9334-46bb-8991-80a03e5c7d42","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfAbh1eiteqkvkraal5wlv/1.0/resourceInstances/pnfeb549d92dcb90/artifacts/vendor-license-model.xml","artifactChecksum":"NTgwYWJjY2ZiOGVjMTdhNjI4MTdhZGM4N2QyYTRlZmY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"22711c6a-73b5-4f7b-918a-6f970519033a","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfAbh1eiteqkvkraal5wlv/1.0/resourceInstances/pnfeb549d92dcb90/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"58cef931-0744-473c-834d-6915a52e6063","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfAbh1eiteqkvkraal5wlv/1.0/resourceInstances/pnfeb549d92dcb90/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"97f913d4-d262-4155-8e80-8fec8bce6f42","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfAbh1eiteqkvkraal5wlv-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfAbh1eiteqkvkraal5wlv/1.0/artifacts/service-DemoPnfAbh1eiteqkvkraal5wlv-template.yml","artifactChecksum":"MGM2M2I1NjhlNjQ3YTY2ZjhkMTllODFiMjRjY2E3ODM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"31304a42-e0fb-4151-bf60-251311dcdbe4","artifactVersion":"1"},{"artifactName":"service-DemoPnfAbh1eiteqkvkraal5wlv-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfAbh1eiteqkvkraal5wlv/1.0/artifacts/service-DemoPnfAbh1eiteqkvkraal5wlv-csar.csar","artifactChecksum":"NjczZWI3NmJjOWRjODE3NWRlZTI5NDc5NzYyNGRkNzA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"6f732af0-aeae-4b9a-9d6e-f520afb4cb72","artifactVersion":"1"}],"workloadContext":"Production"} 2021-08-19T16:38:27.852Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T16:38:27.854Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T16:38:27.854Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "688c961c-e2f0-4a28-8994-4251f4e908e6", "consumerID": "ves-openapi-manager", "timestamp": 1629391062302, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAbh1eiteqkvkraal5wlv/1.0/resourceInstances/pnfeb549d92dcb90/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-19T16:38:27.855Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T16:38:27.855Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T16:38:27.855Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "688c961c-e2f0-4a28-8994-4251f4e908e6", "consumerID": "multicloud-k8s-id", "timestamp": 1629391065352, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAbh1eiteqkvkraal5wlv/1.0/resourceInstances/pnfeb549d92dcb90/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-19T16:38:27.855Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T16:38:27.855Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T16:38:27.856Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "688c961c-e2f0-4a28-8994-4251f4e908e6", "consumerID": "policy-id", "timestamp": 1629391068443, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAbh1eiteqkvkraal5wlv/1.0/resourceInstances/pnfeb549d92dcb90/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-19T16:38:27.856Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T16:38:27.856Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T16:38:27.856Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "688c961c-e2f0-4a28-8994-4251f4e908e6", "consumerID": "ves-openapi-manager", "timestamp": 1629391062302, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAbh1eiteqkvkraal5wlv/1.0/resourceInstances/pnfeb549d92dcb90/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-08-19T16:38:27.856Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T16:38:27.856Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T16:38:27.856Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "688c961c-e2f0-4a28-8994-4251f4e908e6", "consumerID": "multicloud-k8s-id", "timestamp": 1629391065352, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAbh1eiteqkvkraal5wlv/1.0/resourceInstances/pnfeb549d92dcb90/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-08-19T16:38:27.856Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T16:38:27.856Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T16:38:27.856Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "688c961c-e2f0-4a28-8994-4251f4e908e6", "consumerID": "policy-id", "timestamp": 1629391068443, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAbh1eiteqkvkraal5wlv/1.0/resourceInstances/pnfeb549d92dcb90/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-08-19T16:38:27.856Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T16:38:27.856Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T16:38:27.856Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "688c961c-e2f0-4a28-8994-4251f4e908e6", "consumerID": "ves-openapi-manager", "timestamp": 1629391062302, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAbh1eiteqkvkraal5wlv/1.0/resourceInstances/pnfeb549d92dcb90/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-08-19T16:38:27.857Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T16:38:27.857Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T16:38:27.857Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "688c961c-e2f0-4a28-8994-4251f4e908e6", "consumerID": "multicloud-k8s-id", "timestamp": 1629391065352, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAbh1eiteqkvkraal5wlv/1.0/resourceInstances/pnfeb549d92dcb90/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-08-19T16:38:27.857Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T16:38:27.857Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T16:38:27.857Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-19T16:38:27.857Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "688c961c-e2f0-4a28-8994-4251f4e908e6", "consumerID": "policy-id", "timestamp": 1629391068443, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAbh1eiteqkvkraal5wlv/1.0/resourceInstances/pnfeb549d92dcb90/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-08-19T16:38:27.857Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T16:38:27.857Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T16:38:27.858Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "688c961c-e2f0-4a28-8994-4251f4e908e6", "consumerID": "ves-openapi-manager", "timestamp": 1629391062302, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAbh1eiteqkvkraal5wlv/1.0/resourceInstances/pnfeb549d92dcb90/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-19T16:38:27.858Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-08-19T16:38:27.858Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T16:38:27.858Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T16:38:27.858Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "688c961c-e2f0-4a28-8994-4251f4e908e6", "consumerID": "multicloud-k8s-id", "timestamp": 1629391065352, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAbh1eiteqkvkraal5wlv/1.0/resourceInstances/pnfeb549d92dcb90/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-19T16:38:27.858Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T16:38:27.858Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T16:38:27.858Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "688c961c-e2f0-4a28-8994-4251f4e908e6", "consumerID": "policy-id", "timestamp": 1629391068443, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAbh1eiteqkvkraal5wlv/1.0/resourceInstances/pnfeb549d92dcb90/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-19T16:38:27.858Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T16:38:27.858Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T16:38:27.858Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "688c961c-e2f0-4a28-8994-4251f4e908e6", "consumerID": "ves-openapi-manager", "timestamp": 1629391062302, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAbh1eiteqkvkraal5wlv/1.0/resourceInstances/pnfeb549d92dcb90/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-08-19T16:38:27.859Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T16:38:27.859Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T16:38:27.859Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "688c961c-e2f0-4a28-8994-4251f4e908e6", "consumerID": "multicloud-k8s-id", "timestamp": 1629391065352, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAbh1eiteqkvkraal5wlv/1.0/resourceInstances/pnfeb549d92dcb90/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-08-19T16:38:27.859Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T16:38:27.859Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T16:38:27.859Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "688c961c-e2f0-4a28-8994-4251f4e908e6", "consumerID": "policy-id", "timestamp": 1629391068443, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAbh1eiteqkvkraal5wlv/1.0/resourceInstances/pnfeb549d92dcb90/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-08-19T16:38:27.859Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T16:38:27.859Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T16:38:27.859Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "688c961c-e2f0-4a28-8994-4251f4e908e6", "consumerID": "cds", "timestamp": 1629391073000, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAbh1eiteqkvkraal5wlv/1.0/resourceInstances/pnfeb549d92dcb90/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-19T16:38:27.859Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T16:38:27.859Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T16:38:27.860Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "688c961c-e2f0-4a28-8994-4251f4e908e6", "consumerID": "ves-openapi-manager", "timestamp": 1629391062302, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAbh1eiteqkvkraal5wlv/1.0/resourceInstances/pnfeb549d92dcb90/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2021-08-19T16:38:27.860Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T16:38:27.860Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T16:38:27.860Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "688c961c-e2f0-4a28-8994-4251f4e908e6", "consumerID": "multicloud-k8s-id", "timestamp": 1629391065352, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAbh1eiteqkvkraal5wlv/1.0/resourceInstances/pnfeb549d92dcb90/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-08-19T16:38:27.860Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T16:38:27.860Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T16:38:27.860Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "688c961c-e2f0-4a28-8994-4251f4e908e6", "consumerID": "policy-id", "timestamp": 1629391068443, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAbh1eiteqkvkraal5wlv/1.0/resourceInstances/pnfeb549d92dcb90/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-08-19T16:38:27.860Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T16:38:27.860Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T16:38:27.860Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "688c961c-e2f0-4a28-8994-4251f4e908e6", "consumerID": "cds", "timestamp": 1629391073000, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAbh1eiteqkvkraal5wlv/1.0/resourceInstances/pnfeb549d92dcb90/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-08-19T16:38:27.860Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T16:38:27.861Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T16:38:27.861Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "688c961c-e2f0-4a28-8994-4251f4e908e6", "consumerID": "ves-openapi-manager", "timestamp": 1629391062302, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAbh1eiteqkvkraal5wlv/1.0/artifacts/service-DemoPnfAbh1eiteqkvkraal5wlv-template.yml", "status": "NOT_NOTIFIED" } 2021-08-19T16:38:27.861Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T16:38:27.861Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T16:38:27.861Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "688c961c-e2f0-4a28-8994-4251f4e908e6", "consumerID": "multicloud-k8s-id", "timestamp": 1629391065352, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAbh1eiteqkvkraal5wlv/1.0/artifacts/service-DemoPnfAbh1eiteqkvkraal5wlv-template.yml", "status": "NOT_NOTIFIED" } 2021-08-19T16:38:27.861Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T16:38:27.861Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T16:38:27.861Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "688c961c-e2f0-4a28-8994-4251f4e908e6", "consumerID": "policy-id", "timestamp": 1629391068443, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAbh1eiteqkvkraal5wlv/1.0/artifacts/service-DemoPnfAbh1eiteqkvkraal5wlv-template.yml", "status": "NOT_NOTIFIED" } 2021-08-19T16:38:27.861Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T16:38:27.861Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T16:38:27.861Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "688c961c-e2f0-4a28-8994-4251f4e908e6", "consumerID": "cds", "timestamp": 1629391073000, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAbh1eiteqkvkraal5wlv/1.0/resourceInstances/pnfeb549d92dcb90/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-08-19T16:38:27.862Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T16:38:27.862Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T16:38:27.862Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "688c961c-e2f0-4a28-8994-4251f4e908e6", "consumerID": "ves-openapi-manager", "timestamp": 1629391062302, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAbh1eiteqkvkraal5wlv/1.0/artifacts/service-DemoPnfAbh1eiteqkvkraal5wlv-csar.csar", "status": "NOT_NOTIFIED" } 2021-08-19T16:38:27.862Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T16:38:27.862Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T16:38:27.862Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "688c961c-e2f0-4a28-8994-4251f4e908e6", "consumerID": "multicloud-k8s-id", "timestamp": 1629391065352, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAbh1eiteqkvkraal5wlv/1.0/artifacts/service-DemoPnfAbh1eiteqkvkraal5wlv-csar.csar", "status": "NOTIFIED" } 2021-08-19T16:38:27.862Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T16:38:27.862Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T16:38:27.862Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "688c961c-e2f0-4a28-8994-4251f4e908e6", "consumerID": "dcae-sch", "timestamp": 1629391075305, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAbh1eiteqkvkraal5wlv/1.0/resourceInstances/pnfeb549d92dcb90/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-19T16:38:27.862Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T16:38:27.863Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T16:38:27.863Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "688c961c-e2f0-4a28-8994-4251f4e908e6", "consumerID": "policy-id", "timestamp": 1629391068443, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAbh1eiteqkvkraal5wlv/1.0/artifacts/service-DemoPnfAbh1eiteqkvkraal5wlv-csar.csar", "status": "NOTIFIED" } 2021-08-19T16:38:27.863Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T16:38:27.863Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T16:38:27.863Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-19T16:38:27.863Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "688c961c-e2f0-4a28-8994-4251f4e908e6", "consumerID": "cds", "timestamp": 1629391073000, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAbh1eiteqkvkraal5wlv/1.0/resourceInstances/pnfeb549d92dcb90/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-19T16:38:27.863Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "688c961c-e2f0-4a28-8994-4251f4e908e6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629391107196, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAbh1eiteqkvkraal5wlv/1.0/resourceInstances/pnfeb549d92dcb90/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-19T16:38:27.863Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T16:38:27.863Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T16:38:27.863Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "688c961c-e2f0-4a28-8994-4251f4e908e6", "consumerID": "clamp", "timestamp": 1629391076172, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAbh1eiteqkvkraal5wlv/1.0/resourceInstances/pnfeb549d92dcb90/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-19T16:38:27.863Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T16:38:27.863Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T16:38:27.863Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "688c961c-e2f0-4a28-8994-4251f4e908e6", "consumerID": "dcae-sch", "timestamp": 1629391075305, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAbh1eiteqkvkraal5wlv/1.0/resourceInstances/pnfeb549d92dcb90/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-08-19T16:38:27.863Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T16:38:27.863Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T16:38:27.864Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "688c961c-e2f0-4a28-8994-4251f4e908e6", "consumerID": "ves-openapi-manager", "timestamp": 1629391077465, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAbh1eiteqkvkraal5wlv/1.0/resourceInstances/pnfeb549d92dcb90/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2021-08-19T16:38:27.864Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-19T16:38:27.864Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T16:38:27.864Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "688c961c-e2f0-4a28-8994-4251f4e908e6", "consumerID": "cds", "timestamp": 1629391073000, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAbh1eiteqkvkraal5wlv/1.0/resourceInstances/pnfeb549d92dcb90/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-08-19T16:38:27.864Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T16:38:27.864Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T16:38:27.864Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "688c961c-e2f0-4a28-8994-4251f4e908e6", "consumerID": "policy-id", "timestamp": 1629391077768, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAbh1eiteqkvkraal5wlv/1.0/artifacts/service-DemoPnfAbh1eiteqkvkraal5wlv-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-19T16:38:27.864Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-19T16:38:27.864Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T16:38:27.864Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "688c961c-e2f0-4a28-8994-4251f4e908e6", "consumerID": "clamp", "timestamp": 1629391076172, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAbh1eiteqkvkraal5wlv/1.0/resourceInstances/pnfeb549d92dcb90/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-08-19T16:38:27.864Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T16:38:27.864Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T16:38:27.864Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "688c961c-e2f0-4a28-8994-4251f4e908e6", "consumerID": "dcae-sch", "timestamp": 1629391075305, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAbh1eiteqkvkraal5wlv/1.0/resourceInstances/pnfeb549d92dcb90/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-08-19T16:38:27.865Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T16:38:27.865Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T16:38:27.865Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "688c961c-e2f0-4a28-8994-4251f4e908e6", "consumerID": "ves-openapi-manager", "timestamp": 1629391078482, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAbh1eiteqkvkraal5wlv/1.0/resourceInstances/pnfeb549d92dcb90/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2021-08-19T16:38:27.865Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-19T16:38:27.865Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T16:38:27.865Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "688c961c-e2f0-4a28-8994-4251f4e908e6", "consumerID": "cds", "timestamp": 1629391073000, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAbh1eiteqkvkraal5wlv/1.0/resourceInstances/pnfeb549d92dcb90/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-08-19T16:38:27.865Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T16:38:27.865Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T16:38:27.866Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "688c961c-e2f0-4a28-8994-4251f4e908e6", "consumerID": "policy-id", "timestamp": 1629391078784, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAbh1eiteqkvkraal5wlv/1.0/artifacts/service-DemoPnfAbh1eiteqkvkraal5wlv-csar.csar", "status": "DEPLOY_OK" } 2021-08-19T16:38:27.866Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-19T16:38:27.866Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T16:38:27.866Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "688c961c-e2f0-4a28-8994-4251f4e908e6", "consumerID": "clamp", "timestamp": 1629391076172, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAbh1eiteqkvkraal5wlv/1.0/resourceInstances/pnfeb549d92dcb90/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-08-19T16:38:27.866Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T16:38:27.866Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T16:38:27.866Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "688c961c-e2f0-4a28-8994-4251f4e908e6", "consumerID": "dcae-sch", "timestamp": 1629391075305, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAbh1eiteqkvkraal5wlv/1.0/resourceInstances/pnfeb549d92dcb90/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-19T16:38:27.866Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T16:38:27.866Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T16:38:27.866Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "688c961c-e2f0-4a28-8994-4251f4e908e6", "consumerID": "ves-openapi-manager", "timestamp": 1629391079484, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-08-19T16:38:27.887Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 688c961c-e2f0-4a28-8994-4251f4e908e6 2021-08-19T16:38:27.888Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 688c961c-e2f0-4a28-8994-4251f4e908e6 and ComponentName Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-08-19T16:38:27.897Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T16:38:27.897Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "688c961c-e2f0-4a28-8994-4251f4e908e6", "consumerID": "cds", "timestamp": 1629391073000, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAbh1eiteqkvkraal5wlv/1.0/artifacts/service-DemoPnfAbh1eiteqkvkraal5wlv-template.yml", "status": "NOT_NOTIFIED" } 2021-08-19T16:38:27.897Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T16:38:27.897Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T16:38:27.897Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "688c961c-e2f0-4a28-8994-4251f4e908e6", "consumerID": "policy-id", "timestamp": 1629391079786, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-08-19T16:38:27.902Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 688c961c-e2f0-4a28-8994-4251f4e908e6 2021-08-19T16:38:27.902Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 688c961c-e2f0-4a28-8994-4251f4e908e6 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-08-19T16:38:27.909Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T16:38:27.910Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "688c961c-e2f0-4a28-8994-4251f4e908e6", "consumerID": "clamp", "timestamp": 1629391076172, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAbh1eiteqkvkraal5wlv/1.0/resourceInstances/pnfeb549d92dcb90/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-19T16:38:27.910Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T16:38:27.910Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T16:38:27.910Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "688c961c-e2f0-4a28-8994-4251f4e908e6", "consumerID": "dcae-sch", "timestamp": 1629391075305, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAbh1eiteqkvkraal5wlv/1.0/resourceInstances/pnfeb549d92dcb90/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-08-19T16:38:27.911Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T16:38:27.911Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T16:38:27.911Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "688c961c-e2f0-4a28-8994-4251f4e908e6", "consumerID": "cds", "timestamp": 1629391073000, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAbh1eiteqkvkraal5wlv/1.0/artifacts/service-DemoPnfAbh1eiteqkvkraal5wlv-csar.csar", "status": "NOTIFIED" } 2021-08-19T16:38:27.911Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T16:38:27.911Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T16:38:27.911Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "688c961c-e2f0-4a28-8994-4251f4e908e6", "consumerID": "clamp", "timestamp": 1629391076172, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAbh1eiteqkvkraal5wlv/1.0/resourceInstances/pnfeb549d92dcb90/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-08-19T16:38:27.912Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T16:38:27.912Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T16:38:27.912Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "688c961c-e2f0-4a28-8994-4251f4e908e6", "consumerID": "dcae-sch", "timestamp": 1629391075305, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAbh1eiteqkvkraal5wlv/1.0/resourceInstances/pnfeb549d92dcb90/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-08-19T16:38:27.912Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T16:38:27.912Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T16:38:27.912Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "688c961c-e2f0-4a28-8994-4251f4e908e6", "consumerID": "clamp", "timestamp": 1629391076172, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAbh1eiteqkvkraal5wlv/1.0/resourceInstances/pnfeb549d92dcb90/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-08-19T16:38:27.913Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T16:38:27.913Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T16:38:27.913Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "688c961c-e2f0-4a28-8994-4251f4e908e6", "consumerID": "dcae-sch", "timestamp": 1629391075305, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAbh1eiteqkvkraal5wlv/1.0/artifacts/service-DemoPnfAbh1eiteqkvkraal5wlv-template.yml", "status": "NOT_NOTIFIED" } 2021-08-19T16:38:27.913Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T16:38:27.913Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T16:38:27.913Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "688c961c-e2f0-4a28-8994-4251f4e908e6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629391081865, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAbh1eiteqkvkraal5wlv/1.0/resourceInstances/pnfeb549d92dcb90/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-19T16:38:27.913Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T16:38:27.913Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T16:38:27.914Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "688c961c-e2f0-4a28-8994-4251f4e908e6", "consumerID": "clamp", "timestamp": 1629391076172, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAbh1eiteqkvkraal5wlv/1.0/artifacts/service-DemoPnfAbh1eiteqkvkraal5wlv-template.yml", "status": "NOT_NOTIFIED" } 2021-08-19T16:38:27.914Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T16:38:27.914Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T16:38:27.914Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "688c961c-e2f0-4a28-8994-4251f4e908e6", "consumerID": "dcae-sch", "timestamp": 1629391075305, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAbh1eiteqkvkraal5wlv/1.0/artifacts/service-DemoPnfAbh1eiteqkvkraal5wlv-csar.csar", "status": "NOT_NOTIFIED" } 2021-08-19T16:38:27.914Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T16:38:27.914Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T16:38:27.914Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "688c961c-e2f0-4a28-8994-4251f4e908e6", "consumerID": "cds", "timestamp": 1629391083172, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAbh1eiteqkvkraal5wlv/1.0/artifacts/service-DemoPnfAbh1eiteqkvkraal5wlv-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-19T16:38:27.915Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-19T16:38:27.915Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T16:38:27.915Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "688c961c-e2f0-4a28-8994-4251f4e908e6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629391081865, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAbh1eiteqkvkraal5wlv/1.0/resourceInstances/pnfeb549d92dcb90/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-08-19T16:38:27.915Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T16:38:27.915Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T16:38:27.915Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "688c961c-e2f0-4a28-8994-4251f4e908e6", "consumerID": "clamp", "timestamp": 1629391076172, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAbh1eiteqkvkraal5wlv/1.0/artifacts/service-DemoPnfAbh1eiteqkvkraal5wlv-csar.csar", "status": "NOTIFIED" } 2021-08-19T16:38:27.915Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T16:38:27.915Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T16:38:27.916Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "688c961c-e2f0-4a28-8994-4251f4e908e6", "consumerID": "cds", "timestamp": 1629391084193, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAbh1eiteqkvkraal5wlv/1.0/artifacts/service-DemoPnfAbh1eiteqkvkraal5wlv-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-08-19T16:38:27.920Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 688c961c-e2f0-4a28-8994-4251f4e908e6 2021-08-19T16:38:27.920Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 688c961c-e2f0-4a28-8994-4251f4e908e6 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-08-19T16:38:27.927Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T16:38:27.927Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "688c961c-e2f0-4a28-8994-4251f4e908e6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629391081865, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAbh1eiteqkvkraal5wlv/1.0/resourceInstances/pnfeb549d92dcb90/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-08-19T16:38:27.928Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T16:38:27.928Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T16:38:27.928Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "688c961c-e2f0-4a28-8994-4251f4e908e6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629391081865, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAbh1eiteqkvkraal5wlv/1.0/resourceInstances/pnfeb549d92dcb90/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-19T16:38:27.928Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T16:38:27.928Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T16:38:27.928Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "688c961c-e2f0-4a28-8994-4251f4e908e6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629391081865, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAbh1eiteqkvkraal5wlv/1.0/resourceInstances/pnfeb549d92dcb90/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-08-19T16:38:27.929Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T16:38:27.929Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T16:38:27.929Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "688c961c-e2f0-4a28-8994-4251f4e908e6", "consumerID": "aai-ml", "timestamp": 1629391086605, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAbh1eiteqkvkraal5wlv/1.0/resourceInstances/pnfeb549d92dcb90/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-19T16:38:27.929Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T16:38:27.929Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T16:38:27.929Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "688c961c-e2f0-4a28-8994-4251f4e908e6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629391081865, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAbh1eiteqkvkraal5wlv/1.0/resourceInstances/pnfeb549d92dcb90/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-08-19T16:38:27.929Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T16:38:27.930Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T16:38:27.930Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "688c961c-e2f0-4a28-8994-4251f4e908e6", "consumerID": "aai-ml", "timestamp": 1629391086605, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAbh1eiteqkvkraal5wlv/1.0/resourceInstances/pnfeb549d92dcb90/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-08-19T16:38:27.930Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T16:38:27.930Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T16:38:27.930Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "688c961c-e2f0-4a28-8994-4251f4e908e6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629391081865, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAbh1eiteqkvkraal5wlv/1.0/artifacts/service-DemoPnfAbh1eiteqkvkraal5wlv-template.yml", "status": "NOT_NOTIFIED" } 2021-08-19T16:38:27.930Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T16:38:27.930Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T16:38:27.930Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "688c961c-e2f0-4a28-8994-4251f4e908e6", "consumerID": "aai-ml", "timestamp": 1629391086605, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAbh1eiteqkvkraal5wlv/1.0/resourceInstances/pnfeb549d92dcb90/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-08-19T16:38:27.931Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T16:38:27.931Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T16:38:27.931Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "688c961c-e2f0-4a28-8994-4251f4e908e6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629391081865, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAbh1eiteqkvkraal5wlv/1.0/artifacts/service-DemoPnfAbh1eiteqkvkraal5wlv-csar.csar", "status": "NOTIFIED" } 2021-08-19T16:38:27.931Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T16:38:27.931Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T16:38:27.931Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "688c961c-e2f0-4a28-8994-4251f4e908e6", "consumerID": "aai-ml", "timestamp": 1629391086605, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAbh1eiteqkvkraal5wlv/1.0/resourceInstances/pnfeb549d92dcb90/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-19T16:38:27.931Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T16:38:27.932Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T16:38:27.932Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "688c961c-e2f0-4a28-8994-4251f4e908e6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629391091110, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAbh1eiteqkvkraal5wlv/1.0/artifacts/service-DemoPnfAbh1eiteqkvkraal5wlv-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-19T16:38:27.932Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-19T16:38:27.932Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T16:38:27.932Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "688c961c-e2f0-4a28-8994-4251f4e908e6", "consumerID": "aai-ml", "timestamp": 1629391086605, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAbh1eiteqkvkraal5wlv/1.0/resourceInstances/pnfeb549d92dcb90/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-08-19T16:38:27.932Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T16:38:27.932Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T16:38:27.932Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "688c961c-e2f0-4a28-8994-4251f4e908e6", "consumerID": "clamp", "timestamp": 1629391091846, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAbh1eiteqkvkraal5wlv/1.0/artifacts/service-DemoPnfAbh1eiteqkvkraal5wlv-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-19T16:38:27.933Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-19T16:38:27.933Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T16:38:27.933Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "688c961c-e2f0-4a28-8994-4251f4e908e6", "consumerID": "aai-ml", "timestamp": 1629391086605, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAbh1eiteqkvkraal5wlv/1.0/resourceInstances/pnfeb549d92dcb90/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-08-19T16:38:27.933Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T16:38:27.933Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T16:38:27.933Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "688c961c-e2f0-4a28-8994-4251f4e908e6", "consumerID": "clamp", "timestamp": 1629391092866, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAbh1eiteqkvkraal5wlv/1.0/artifacts/service-DemoPnfAbh1eiteqkvkraal5wlv-csar.csar", "status": "DEPLOY_OK" } 2021-08-19T16:38:27.933Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-19T16:38:27.934Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T16:38:27.934Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "688c961c-e2f0-4a28-8994-4251f4e908e6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629391093036, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAbh1eiteqkvkraal5wlv/1.0/artifacts/service-DemoPnfAbh1eiteqkvkraal5wlv-csar.csar", "status": "DEPLOY_OK" } 2021-08-19T16:38:27.934Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-19T16:38:27.934Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T16:38:27.934Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "688c961c-e2f0-4a28-8994-4251f4e908e6", "consumerID": "aai-ml", "timestamp": 1629391086605, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAbh1eiteqkvkraal5wlv/1.0/artifacts/service-DemoPnfAbh1eiteqkvkraal5wlv-template.yml", "status": "NOT_NOTIFIED" } 2021-08-19T16:38:27.934Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T16:38:27.934Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T16:38:27.935Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "688c961c-e2f0-4a28-8994-4251f4e908e6", "consumerID": "clamp", "timestamp": 1629391093869, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-08-19T16:38:27.939Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 688c961c-e2f0-4a28-8994-4251f4e908e6 2021-08-19T16:38:27.939Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 688c961c-e2f0-4a28-8994-4251f4e908e6 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-08-19T16:38:27.954Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T16:38:27.954Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "688c961c-e2f0-4a28-8994-4251f4e908e6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1629391094040, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-08-19T16:38:27.959Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 688c961c-e2f0-4a28-8994-4251f4e908e6 2021-08-19T16:38:27.959Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 688c961c-e2f0-4a28-8994-4251f4e908e6 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=? 2021-08-19T16:38:27.963Z||pool-187-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-08-19T16:38:27.964Z||pool-187-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-19T16:38:27.964Z||pool-187-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qoO1GatorxUOMWlm) ... 2021-08-19T16:38:27.969Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T16:38:27.969Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "688c961c-e2f0-4a28-8994-4251f4e908e6", "consumerID": "aai-ml", "timestamp": 1629391086605, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAbh1eiteqkvkraal5wlv/1.0/artifacts/service-DemoPnfAbh1eiteqkvkraal5wlv-csar.csar", "status": "NOTIFIED" } 2021-08-19T16:38:27.969Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T16:38:27.969Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T16:38:27.969Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "688c961c-e2f0-4a28-8994-4251f4e908e6", "consumerID": "aai-ml", "timestamp": 1629391095576, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAbh1eiteqkvkraal5wlv/1.0/artifacts/service-DemoPnfAbh1eiteqkvkraal5wlv-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-19T16:38:27.970Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-19T16:38:27.970Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T16:38:27.970Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "688c961c-e2f0-4a28-8994-4251f4e908e6", "consumerID": "aai-ml", "timestamp": 1629391100302, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAbh1eiteqkvkraal5wlv/1.0/artifacts/service-DemoPnfAbh1eiteqkvkraal5wlv-csar.csar", "status": "DEPLOY_ERROR" } 2021-08-19T16:38:27.970Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-19T16:38:27.970Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T16:38:27.970Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "688c961c-e2f0-4a28-8994-4251f4e908e6", "consumerID": "aai-ml", "timestamp": 1629391101305, "artifactURL": "", "status": "COMPONENT_DONE_ERROR", "errorReason": "deploy failure", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-08-19T16:38:27.974Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 688c961c-e2f0-4a28-8994-4251f4e908e6 2021-08-19T16:38:27.975Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 688c961c-e2f0-4a28-8994-4251f4e908e6 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-08-19T16:38:27.977Z||pool-187-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T16:38:27.978Z||pool-187-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-08-19T16:38:28.864Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-19T16:38:28.865Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-08-19T16:38:28.868Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-19T16:38:28.868Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "688c961c-e2f0-4a28-8994-4251f4e908e6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629391107196, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAbh1eiteqkvkraal5wlv/1.0/resourceInstances/pnfeb549d92dcb90/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-08-19T16:38:28.968Z||pool-188-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-19T16:38:28.969Z||pool-188-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-19T16:38:28.969Z||pool-188-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qoO1GatorxUOMWlm) ... 2021-08-19T16:38:28.980Z||pool-188-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T16:38:28.981Z||pool-188-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-08-19T16:38:29.869Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-19T16:38:29.870Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-08-19T16:38:29.872Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-19T16:38:29.873Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "688c961c-e2f0-4a28-8994-4251f4e908e6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629391107196, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAbh1eiteqkvkraal5wlv/1.0/resourceInstances/pnfeb549d92dcb90/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-08-19T16:38:29.972Z||pool-189-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-08-19T16:38:29.973Z||pool-189-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-19T16:38:29.973Z||pool-189-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qoO1GatorxUOMWlm) ... 2021-08-19T16:38:30.004Z||pool-189-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T16:38:30.005Z||pool-189-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":1,"count":1} 2021-08-19T16:38:30.873Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-19T16:38:30.875Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-08-19T16:38:30.877Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-19T16:38:30.877Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "688c961c-e2f0-4a28-8994-4251f4e908e6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629391107196, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAbh1eiteqkvkraal5wlv/1.0/resourceInstances/pnfeb549d92dcb90/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-19T16:38:30.978Z||pool-190-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-08-19T16:38:30.978Z||pool-190-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-19T16:38:30.979Z||pool-190-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qoO1GatorxUOMWlm) ... 2021-08-19T16:38:30.992Z||pool-190-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T16:38:30.993Z||pool-190-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-08-19T16:38:31.878Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-19T16:38:31.879Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-08-19T16:38:31.882Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-19T16:38:31.882Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "688c961c-e2f0-4a28-8994-4251f4e908e6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629391107196, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAbh1eiteqkvkraal5wlv/1.0/resourceInstances/pnfeb549d92dcb90/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-08-19T16:38:31.982Z||pool-191-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-19T16:38:31.984Z||pool-191-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-19T16:38:31.984Z||pool-191-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qoO1GatorxUOMWlm) ... 2021-08-19T16:38:31.998Z||pool-191-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T16:38:31.999Z||pool-191-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2021-08-19T16:38:32.883Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-19T16:38:32.884Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-08-19T16:38:32.887Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-19T16:38:32.887Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "688c961c-e2f0-4a28-8994-4251f4e908e6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629391107196, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAbh1eiteqkvkraal5wlv/1.0/resourceInstances/pnfeb549d92dcb90/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-08-19T16:38:32.987Z||pool-192-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-19T16:38:32.987Z||pool-192-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-19T16:38:32.988Z||pool-192-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qoO1GatorxUOMWlm) ... 2021-08-19T16:38:32.998Z||pool-192-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T16:38:32.998Z||pool-192-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-08-19T16:38:33.887Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-19T16:38:33.888Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-08-19T16:38:33.890Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-19T16:38:33.890Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "688c961c-e2f0-4a28-8994-4251f4e908e6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629391107196, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAbh1eiteqkvkraal5wlv/1.0/artifacts/service-DemoPnfAbh1eiteqkvkraal5wlv-template.yml", "status": "NOT_NOTIFIED" } 2021-08-19T16:38:33.990Z||pool-193-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-19T16:38:33.991Z||pool-193-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-19T16:38:33.991Z||pool-193-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qoO1GatorxUOMWlm) ... 2021-08-19T16:38:34.004Z||pool-193-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T16:38:34.005Z||pool-193-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-08-19T16:38:34.890Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-08-19T16:38:34.891Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-08-19T16:38:34.893Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-19T16:38:34.893Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "688c961c-e2f0-4a28-8994-4251f4e908e6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629391107196, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAbh1eiteqkvkraal5wlv/1.0/artifacts/service-DemoPnfAbh1eiteqkvkraal5wlv-csar.csar", "status": "NOTIFIED" } 2021-08-19T16:38:34.994Z||pool-194-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-08-19T16:38:34.994Z||pool-194-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-19T16:38:34.995Z||pool-194-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qoO1GatorxUOMWlm) ... 2021-08-19T16:38:35.012Z||pool-194-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T16:38:35.013Z||pool-194-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2021-08-19T16:38:35.894Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: { "distributionID": "688c961c-e2f0-4a28-8994-4251f4e908e6", "serviceName": "Demo_pNF_aBh1EitEqKvKRAAL5wlv", "serviceVersion": "1.0", "serviceUUID": "1026e36e-2d0c-4b61-8d0b-854b781c9c62", "serviceDescription": "catalog service description", "serviceInvariantUUID": "3a003646-5224-44f1-8341-5e44472509f4", "resources": [ { "resourceInstanceName": "pNF eb549d92-dcb9 0", "resourceCustomizationUUID": "3c179601-fd3e-4fe9-8443-95c19a083483", "resourceName": "pNF eb549d92-dcb9", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "a2da9c5a-c048-4f12-9a50-1f6479fa1f72", "resourceInvariantUUID": "53a8fcb0-22d4-4e8c-bf5a-4399810f1d16", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfAbh1eiteqkvkraal5wlv-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfAbh1eiteqkvkraal5wlv/1.0/artifacts/service-DemoPnfAbh1eiteqkvkraal5wlv-csar.csar", "artifactChecksum": "NjczZWI3NmJjOWRjODE3NWRlZTI5NDc5NzYyNGRkNzA\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "6f732af0-aeae-4b9a-9d6e-f520afb4cb72" } ], "workloadContext": "Production" } 2021-08-19T16:38:35.895Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-08-19T16:38:35.895Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 1026e36e-2d0c-4b61-8d0b-854b781c9c62 ASDC 2021-08-19T16:38:35.896Z|688c961c-e2f0-4a28-8994-4251f4e908e6|pool-2-thread-3|||||DEBUG|500||ASDC Notification: DistributionID:688c961c-e2f0-4a28-8994-4251f4e908e6 ServiceName:Demo_pNF_aBh1EitEqKvKRAAL5wlv ServiceVersion:1.0 ServiceUUID:1026e36e-2d0c-4b61-8d0b-854b781c9c62 ServiceInvariantUUID:3a003646-5224-44f1-8341-5e44472509f4 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfAbh1eiteqkvkraal5wlv-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfAbh1eiteqkvkraal5wlv/1.0/artifacts/service-DemoPnfAbh1eiteqkvkraal5wlv-csar.csar ArtifactUUID:6f732af0-aeae-4b9a-9d6e-f520afb4cb72 ArtifactChecksum:NjczZWI3NmJjOWRjODE3NWRlZTI5NDc5NzYyNGRkNzA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF eb549d92-dcb9 0 ResourceCustomizationUUID:3c179601-fd3e-4fe9-8443-95c19a083483 ResourceInvariantUUID:53a8fcb0-22d4-4e8c-bf5a-4399810f1d16 ResourceName:pNF eb549d92-dcb9 ResourceType:PNF ResourceUUID:a2da9c5a-c048-4f12-9a50-1f6479fa1f72 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2021-08-19T16:38:35.896Z|688c961c-e2f0-4a28-8994-4251f4e908e6|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1026e36e-2d0c-4b61-8d0b-854b781c9c62 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-08-19T16:38:35.924Z|688c961c-e2f0-4a28-8994-4251f4e908e6|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-08-19T16:38:35.925Z|688c961c-e2f0-4a28-8994-4251f4e908e6|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2021-08-19T16:38:35.925Z|688c961c-e2f0-4a28-8994-4251f4e908e6|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2021-08-19T16:38:35.925Z|688c961c-e2f0-4a28-8994-4251f4e908e6|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 6f732af0-aeae-4b9a-9d6e-f520afb4cb72 from URL: /sdc/v1/catalog/services/DemoPnfAbh1eiteqkvkraal5wlv/1.0/artifacts/service-DemoPnfAbh1eiteqkvkraal5wlv-csar.csar 2021-08-19T16:38:35.925Z|688c961c-e2f0-4a28-8994-4251f4e908e6|pool-2-thread-3|||||INFO|500||DistributionClient - download 2021-08-19T16:38:35.926Z|688c961c-e2f0-4a28-8994-4251f4e908e6|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfAbh1eiteqkvkraal5wlv/1.0/artifacts/service-DemoPnfAbh1eiteqkvkraal5wlv-csar.csar 2021-08-19T16:38:36.370Z|688c961c-e2f0-4a28-8994-4251f4e908e6|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2021-08-19T16:38:36.374Z|688c961c-e2f0-4a28-8994-4251f4e908e6|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfAbh1eiteqkvkraal5wlv/1.0/artifacts/service-DemoPnfAbh1eiteqkvkraal5wlv-csar.csar 6f732af0-aeae-4b9a-9d6e-f520afb4cb72 82540 2021-08-19T16:38:36.375Z|688c961c-e2f0-4a28-8994-4251f4e908e6|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfAbh1eiteqkvkraal5wlv/1.0/artifacts/service-DemoPnfAbh1eiteqkvkraal5wlv-csar.csar ASDC sendASDCNotification 2021-08-19T16:38:36.375Z|688c961c-e2f0-4a28-8994-4251f4e908e6|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfAbh1eiteqkvkraal5wlv/1.0/artifacts/service-DemoPnfAbh1eiteqkvkraal5wlv-csar.csar 2021-08-19T16:38:36.375Z|688c961c-e2f0-4a28-8994-4251f4e908e6|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2021-08-19T16:38:36.376Z|688c961c-e2f0-4a28-8994-4251f4e908e6|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-08-19T16:38:36.379Z|688c961c-e2f0-4a28-8994-4251f4e908e6|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-19T16:38:36.380Z|688c961c-e2f0-4a28-8994-4251f4e908e6|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "688c961c-e2f0-4a28-8994-4251f4e908e6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629391116375, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAbh1eiteqkvkraal5wlv/1.0/artifacts/service-DemoPnfAbh1eiteqkvkraal5wlv-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-19T16:38:36.480Z||pool-195-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-19T16:38:36.481Z||pool-195-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-19T16:38:36.481Z||pool-195-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qoO1GatorxUOMWlm) ... 2021-08-19T16:38:36.493Z||pool-195-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T16:38:36.494Z||pool-195-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-08-19T16:38:37.380Z|688c961c-e2f0-4a28-8994-4251f4e908e6|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-08-19T16:38:37.382Z|688c961c-e2f0-4a28-8994-4251f4e908e6|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2021-08-19T16:38:37.383Z|688c961c-e2f0-4a28-8994-4251f4e908e6|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 6f732af0-aeae-4b9a-9d6e-f520afb4cb72, URL: /sdc/v1/catalog/services/DemoPnfAbh1eiteqkvkraal5wlv/1.0/artifacts/service-DemoPnfAbh1eiteqkvkraal5wlv-csar.csar to file: /app/ASDC/1/service-DemoPnfAbh1eiteqkvkraal5wlv-csar.csar 2021-08-19T16:38:37.383Z|688c961c-e2f0-4a28-8994-4251f4e908e6|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfAbh1eiteqkvkraal5wlv-csar.csar 2021-08-19T16:38:37.384Z|688c961c-e2f0-4a28-8994-4251f4e908e6|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfAbh1eiteqkvkraal5wlv-csar.csar 2021-08-19T16:38:37.384Z|688c961c-e2f0-4a28-8994-4251f4e908e6|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfAbh1eiteqkvkraal5wlv-csar.csar 2021-08-19T16:38:37.564Z|688c961c-e2f0-4a28-8994-4251f4e908e6|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8789957500485127679/Definitions/service-DemoPnfAbh1eiteqkvkraal5wlv-template.yml 2021-08-19T16:38:38.430Z|688c961c-e2f0-4a28-8994-4251f4e908e6|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0 2021-08-19T16:38:38.431Z|688c961c-e2f0-4a28-8994-4251f4e908e6|pool-2-thread-3|||||WARN|500||#################################################################################################### 2021-08-19T16:38:38.431Z|688c961c-e2f0-4a28-8994-4251f4e908e6|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfAbh1eiteqkvkraal5wlv-csar.csar 2021-08-19T16:38:38.431Z|688c961c-e2f0-4a28-8994-4251f4e908e6|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2021-08-19T16:38:38.432Z|688c961c-e2f0-4a28-8994-4251f4e908e6|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF eb549d92-dcb9 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-DemoPnfAbh1eiteqkvkraal5wlv-csar.csar 2021-08-19T16:38:38.432Z|688c961c-e2f0-4a28-8994-4251f4e908e6|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfAbh1eiteqkvkraal5wlv-csar.csar 2021-08-19T16:38:38.432Z|688c961c-e2f0-4a28-8994-4251f4e908e6|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfAbh1eiteqkvkraal5wlv-csar.csar 2021-08-19T16:38:38.432Z|688c961c-e2f0-4a28-8994-4251f4e908e6|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfAbh1eiteqkvkraal5wlv-csar.csar 2021-08-19T16:38:38.433Z|688c961c-e2f0-4a28-8994-4251f4e908e6|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfAbh1eiteqkvkraal5wlv-csar.csar 2021-08-19T16:38:38.433Z|688c961c-e2f0-4a28-8994-4251f4e908e6|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfAbh1eiteqkvkraal5wlv-csar.csar 2021-08-19T16:38:38.433Z|688c961c-e2f0-4a28-8994-4251f4e908e6|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfAbh1eiteqkvkraal5wlv-csar.csar 2021-08-19T16:38:38.434Z|688c961c-e2f0-4a28-8994-4251f4e908e6|pool-2-thread-3|||||WARN|500||#################################################################################################### 2021-08-19T16:38:38.435Z|688c961c-e2f0-4a28-8994-4251f4e908e6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T16:38:38.436Z|688c961c-e2f0-4a28-8994-4251f4e908e6|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_aBh1EitEqKvKRAAL5wlv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-08-19T16:38:38.437Z|688c961c-e2f0-4a28-8994-4251f4e908e6|pool-2-thread-3|||||DEBUG|500||Node template pNF eb549d92-dcb9 0 is matching search criteria 2021-08-19T16:38:38.438Z|688c961c-e2f0-4a28-8994-4251f4e908e6|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2021-08-19T16:38:38.438Z|688c961c-e2f0-4a28-8994-4251f4e908e6|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF eb549d92-dcb9 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-08-19T16:38:38.439Z|688c961c-e2f0-4a28-8994-4251f4e908e6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T16:38:38.439Z|688c961c-e2f0-4a28-8994-4251f4e908e6|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_aBh1EitEqKvKRAAL5wlv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-08-19T16:38:38.439Z|688c961c-e2f0-4a28-8994-4251f4e908e6|pool-2-thread-3|||||DEBUG|500||Node template pNF eb549d92-dcb9 0 is matching search criteria 2021-08-19T16:38:38.439Z|688c961c-e2f0-4a28-8994-4251f4e908e6|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2021-08-19T16:38:38.440Z|688c961c-e2f0-4a28-8994-4251f4e908e6|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF eb549d92-dcb9 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-08-19T16:38:38.440Z|688c961c-e2f0-4a28-8994-4251f4e908e6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T16:38:38.440Z|688c961c-e2f0-4a28-8994-4251f4e908e6|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_aBh1EitEqKvKRAAL5wlv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-08-19T16:38:38.441Z|688c961c-e2f0-4a28-8994-4251f4e908e6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T16:38:38.441Z|688c961c-e2f0-4a28-8994-4251f4e908e6|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_aBh1EitEqKvKRAAL5wlv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-08-19T16:38:38.441Z|688c961c-e2f0-4a28-8994-4251f4e908e6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T16:38:38.441Z|688c961c-e2f0-4a28-8994-4251f4e908e6|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_aBh1EitEqKvKRAAL5wlv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-08-19T16:38:38.442Z|688c961c-e2f0-4a28-8994-4251f4e908e6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T16:38:38.442Z|688c961c-e2f0-4a28-8994-4251f4e908e6|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_aBh1EitEqKvKRAAL5wlv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-08-19T16:38:38.442Z|688c961c-e2f0-4a28-8994-4251f4e908e6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T16:38:38.443Z|688c961c-e2f0-4a28-8994-4251f4e908e6|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_aBh1EitEqKvKRAAL5wlv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-08-19T16:38:38.443Z|688c961c-e2f0-4a28-8994-4251f4e908e6|pool-2-thread-3|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_aBh1EitEqKvKRAAL5wlv Description:catalog service description Model UUID:1026e36e-2d0c-4b61-8d0b-854b781c9c62 Model Version:NULL Model InvariantUuid:3a003646-5224-44f1-8341-5e44472509f4 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-08-19T16:38:38.449Z|688c961c-e2f0-4a28-8994-4251f4e908e6|pool-2-thread-3|||||INFO|500||Processing Resource Type: PNF, Model UUID: a2da9c5a-c048-4f12-9a50-1f6479fa1f72 Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-08-19T16:38:38.455Z|688c961c-e2f0-4a28-8994-4251f4e908e6|pool-2-thread-3|||||INFO|500||pNF eb549d92-dcb9 0 2021-08-19T16:38:38.455Z|688c961c-e2f0-4a28-8994-4251f4e908e6|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: a2da9c5a-c048-4f12-9a50-1f6479fa1f72 2021-08-19T16:38:38.455Z|688c961c-e2f0-4a28-8994-4251f4e908e6|pool-2-thread-3|||||DEBUG|500||No resources found for Service: 1026e36e-2d0c-4b61-8d0b-854b781c9c62 2021-08-19T16:38:38.455Z|688c961c-e2f0-4a28-8994-4251f4e908e6|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 1026e36e-2d0c-4b61-8d0b-854b781c9c62 2021-08-19T16:38:38.456Z|688c961c-e2f0-4a28-8994-4251f4e908e6|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF eb549d92-dcb9 0 a2da9c5a-c048-4f12-9a50-1f6479fa1f72 ASDC Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-08-19T16:38:38.461Z|688c961c-e2f0-4a28-8994-4251f4e908e6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T16:38:38.462Z|688c961c-e2f0-4a28-8994-4251f4e908e6|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_aBh1EitEqKvKRAAL5wlv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-08-19T16:38:38.462Z|688c961c-e2f0-4a28-8994-4251f4e908e6|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 1026e36e-2d0c-4b61-8d0b-854b781c9c62: pNF eb549d92-dcb9 2021-08-19T16:38:38.462Z|688c961c-e2f0-4a28-8994-4251f4e908e6|pool-2-thread-3|||||INFO|500||Processing PNF resource: a2da9c5a-c048-4f12-9a50-1f6479fa1f72 2021-08-19T16:38:38.462Z|688c961c-e2f0-4a28-8994-4251f4e908e6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-08-19T16:38:38.463Z|688c961c-e2f0-4a28-8994-4251f4e908e6|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_aBh1EitEqKvKRAAL5wlv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-08-19T16:38:38.463Z|688c961c-e2f0-4a28-8994-4251f4e908e6|pool-2-thread-3|||||INFO|500||Resource customization UUID: 3c179601-fd3e-4fe9-8443-95c19a083483 is the same as notified resource customizationUUID: 3c179601-fd3e-4fe9-8443-95c19a083483 Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_44_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_44_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_44_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_44_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_44_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_44_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_44_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_44_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_44_0_, pnfresourc0_.NF_ROLE as nf_role11_44_0_, pnfresourc0_.NF_TYPE as nf_type12_44_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_44_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_44_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_44_0_, pnfresourc1_.MODEL_UUID as model_uu1_43_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_43_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_43_1_, pnfresourc1_.DESCRIPTION as descript4_43_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_43_1_, pnfresourc1_.MODEL_NAME as model_na6_43_1_, pnfresourc1_.MODEL_VERSION as model_ve7_43_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_43_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_43_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_43_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_43_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc0_.DESCRIPTION as descript4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc0_.MODEL_NAME as model_na6_43_0_, pnfresourc0_.MODEL_VERSION as model_ve7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_44_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_44_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_44_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_44_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_44_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_44_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_44_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_44_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_44_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_44_1_, pnfresourc0_.NF_ROLE as nf_role11_44_1_, pnfresourc0_.NF_TYPE as nf_type12_44_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_44_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_44_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_44_1_, pnfresourc1_.MODEL_UUID as model_uu1_43_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc1_.DESCRIPTION as descript4_43_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc1_.MODEL_NAME as model_na6_43_0_, pnfresourc1_.MODEL_VERSION as model_ve7_43_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_43_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc0_.DESCRIPTION as descript4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc0_.MODEL_NAME as model_na6_43_0_, pnfresourc0_.MODEL_VERSION as model_ve7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?) 2021-08-19T16:38:38.500Z|688c961c-e2f0-4a28-8994-4251f4e908e6|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF eb549d92-dcb9 a2da9c5a-c048-4f12-9a50-1f6479fa1f72 0 ASDC deployResourceStructure 2021-08-19T16:38:38.500Z|688c961c-e2f0-4a28-8994-4251f4e908e6|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfAbh1eiteqkvkraal5wlv/1.0/artifacts/service-DemoPnfAbh1eiteqkvkraal5wlv-csar.csar ASDC sendASDCNotification 2021-08-19T16:38:38.500Z|688c961c-e2f0-4a28-8994-4251f4e908e6|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfAbh1eiteqkvkraal5wlv/1.0/artifacts/service-DemoPnfAbh1eiteqkvkraal5wlv-csar.csar 2021-08-19T16:38:38.500Z|688c961c-e2f0-4a28-8994-4251f4e908e6|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-08-19T16:38:38.501Z|688c961c-e2f0-4a28-8994-4251f4e908e6|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-08-19T16:38:38.502Z|688c961c-e2f0-4a28-8994-4251f4e908e6|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-19T16:38:38.502Z|688c961c-e2f0-4a28-8994-4251f4e908e6|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "688c961c-e2f0-4a28-8994-4251f4e908e6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629391118500, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAbh1eiteqkvkraal5wlv/1.0/artifacts/service-DemoPnfAbh1eiteqkvkraal5wlv-csar.csar", "status": "DEPLOY_OK" } 2021-08-19T16:38:38.603Z||pool-196-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-19T16:38:38.603Z||pool-196-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-19T16:38:38.604Z||pool-196-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qoO1GatorxUOMWlm) ... 2021-08-19T16:38:38.616Z||pool-196-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T16:38:38.616Z||pool-196-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-08-19T16:38:39.503Z|688c961c-e2f0-4a28-8994-4251f4e908e6|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 688c961c-e2f0-4a28-8994-4251f4e908e6 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-08-19T16:38:39.513Z|688c961c-e2f0-4a28-8994-4251f4e908e6|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 688c961c-e2f0-4a28-8994-4251f4e908e6 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-08-19T16:38:39.516Z|688c961c-e2f0-4a28-8994-4251f4e908e6|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-08-19T16:38:39.516Z|688c961c-e2f0-4a28-8994-4251f4e908e6|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-08-19T16:38:39.516Z|688c961c-e2f0-4a28-8994-4251f4e908e6|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-08-19T16:38:39.517Z|688c961c-e2f0-4a28-8994-4251f4e908e6|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-08-19T16:38:39.517Z|688c961c-e2f0-4a28-8994-4251f4e908e6|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-08-19T16:38:39.517Z|688c961c-e2f0-4a28-8994-4251f4e908e6|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 2021-08-19T16:38:39.517Z|688c961c-e2f0-4a28-8994-4251f4e908e6|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-08-19T16:38:39.522Z|688c961c-e2f0-4a28-8994-4251f4e908e6|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-08-19T16:39:09.522Z|688c961c-e2f0-4a28-8994-4251f4e908e6|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 688c961c-e2f0-4a28-8994-4251f4e908e6 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2021-08-19T16:39:09.527Z|688c961c-e2f0-4a28-8994-4251f4e908e6|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 688c961c-e2f0-4a28-8994-4251f4e908e6 and serviceModelVersionId: 1026e36e-2d0c-4b61-8d0b-854b781c9c62 2021-08-19T16:39:09.528Z|688c961c-e2f0-4a28-8994-4251f4e908e6|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3a003646-5224-44f1-8341-5e44472509f4 2021-08-19T16:39:09.529Z|688c961c-e2f0-4a28-8994-4251f4e908e6|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3a003646-5224-44f1-8341-5e44472509f4/model-vers/model-ver/1026e36e-2d0c-4b61-8d0b-854b781c9c62?depth=0 2021-08-19T16:39:09.534Z|688c961c-e2f0-4a28-8994-4251f4e908e6|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context! 2021-08-19T16:39:09.571Z|688c961c-e2f0-4a28-8994-4251f4e908e6|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3a003646-5224-44f1-8341-5e44472509f4/model-vers/model-ver/1026e36e-2d0c-4b61-8d0b-854b781c9c62?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2021-08-19T16:39:09.572Z|688c961c-e2f0-4a28-8994-4251f4e908e6|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3a003646-5224-44f1-8341-5e44472509f4/model-vers/model-ver/1026e36e-2d0c-4b61-8d0b-854b781c9c62?depth=0|INFO|500||Invoke 2021-08-19T16:39:09.593Z|688c961c-e2f0-4a28-8994-4251f4e908e6|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3a003646-5224-44f1-8341-5e44472509f4/model-vers/model-ver/1026e36e-2d0c-4b61-8d0b-854b781c9c62?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"} 2021-08-19T16:39:09.627Z|688c961c-e2f0-4a28-8994-4251f4e908e6|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3a003646-5224-44f1-8341-5e44472509f4/model-vers/model-ver/1026e36e-2d0c-4b61-8d0b-854b781c9c62?depth=0|INFO|404|Not Found|InvokeReturn 2021-08-19T16:39:09.627Z|688c961c-e2f0-4a28-8994-4251f4e908e6|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3a003646-5224-44f1-8341-5e44472509f4/model-vers/model-ver/1026e36e-2d0c-4b61-8d0b-854b781c9c62?depth=0 has http status code:404 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210819-16:39:09:604-10073], Content-Length=[495], Date=[Thu, 19 Aug 2021 16:39:09 GMT], Content-Type=[application/json]} 2021-08-19T16:39:09.629Z|688c961c-e2f0-4a28-8994-4251f4e908e6|pool-2-thread-3|||||DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["MERGE_PATCH","service-design-and-creation/models/model/3a003646-5224-44f1-8341-5e44472509f4/model-vers/model-ver/1026e36e-2d0c-4b61-8d0b-854b781c9c62","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/3a003646-5224-44f1-8341-5e44472509f4/model-vers/model-ver/1026e36e-2d0c-4b61-8d0b-854b781c9c62","ERR.5.4.6114"]}}} 2021-08-19T16:39:09.633Z|688c961c-e2f0-4a28-8994-4251f4e908e6|pool-2-thread-3|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=688c961c-e2f0-4a28-8994-4251f4e908e6 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/3a003646-5224-44f1-8341-5e44472509f4/model-vers/model-ver/1026e36e-2d0c-4b61-8d0b-854b781c9c62 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/3a003646-5224-44f1-8341-5e44472509f4/model-vers/model-ver/1026e36e-2d0c-4b61-8d0b-854b781c9c62) (ec=ERR.5.4.6114) 2021-08-19T16:39:09.633Z|688c961c-e2f0-4a28-8994-4251f4e908e6|pool-2-thread-3|||||ERROR|500||Exception occurred javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=688c961c-e2f0-4a28-8994-4251f4e908e6 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/3a003646-5224-44f1-8341-5e44472509f4/model-vers/model-ver/1026e36e-2d0c-4b61-8d0b-854b781c9c62 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/3a003646-5224-44f1-8341-5e44472509f4/model-vers/model-ver/1026e36e-2d0c-4b61-8d0b-854b781c9c62) (ec=ERR.5.4.6114) at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:74) at org.onap.so.client.RestRequest.get(RestRequest.java:77) at org.onap.so.client.RestClient.buildRequest(RestClient.java:326) at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322) at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283) at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67) at net.jodah.failsafe.Execution.executeSync(Execution.java:117) at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319) at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71) at org.onap.so.client.RestClient.method(RestClient.java:322) at org.onap.so.client.RestClient.patch(RestClient.java:265) at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81) at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184) at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-08-19T16:39:09.633Z|688c961c-e2f0-4a28-8994-4251f4e908e6|pool-2-thread-3|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=688c961c-e2f0-4a28-8994-4251f4e908e6 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/3a003646-5224-44f1-8341-5e44472509f4/model-vers/model-ver/1026e36e-2d0c-4b61-8d0b-854b781c9c62 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/3a003646-5224-44f1-8341-5e44472509f4/model-vers/model-ver/1026e36e-2d0c-4b61-8d0b-854b781c9c62) (ec=ERR.5.4.6114) 2021-08-19T16:39:09.633Z|688c961c-e2f0-4a28-8994-4251f4e908e6|pool-2-thread-3|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=688c961c-e2f0-4a28-8994-4251f4e908e6 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/3a003646-5224-44f1-8341-5e44472509f4/model-vers/model-ver/1026e36e-2d0c-4b61-8d0b-854b781c9c62 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/3a003646-5224-44f1-8341-5e44472509f4/model-vers/model-ver/1026e36e-2d0c-4b61-8d0b-854b781c9c62) (ec=ERR.5.4.6114) Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-08-19T16:39:09.637Z|688c961c-e2f0-4a28-8994-4251f4e908e6|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-08-19T16:39:09.637Z|688c961c-e2f0-4a28-8994-4251f4e908e6|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 688c961c-e2f0-4a28-8994-4251f4e908e6 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=688c961c-e2f0-4a28-8994-4251f4e908e6 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/3a003646-5224-44f1-8341-5e44472509f4/model-vers/model-ver/1026e36e-2d0c-4b61-8d0b-854b781c9c62 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/3a003646-5224-44f1-8341-5e44472509f4/model-vers/model-ver/1026e36e-2d0c-4b61-8d0b-854b781c9c62) (ec=ERR.5.4.6114) 2021-08-19T16:39:09.639Z|688c961c-e2f0-4a28-8994-4251f4e908e6|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2021-08-19T16:39:09.639Z|688c961c-e2f0-4a28-8994-4251f4e908e6|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-08-19T16:39:09.641Z|688c961c-e2f0-4a28-8994-4251f4e908e6|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-08-19T16:39:09.641Z|688c961c-e2f0-4a28-8994-4251f4e908e6|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "688c961c-e2f0-4a28-8994-4251f4e908e6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629391149638, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d688c961c-e2f0-4a28-8994-4251f4e908e6 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/3a003646-5224-44f1-8341-5e44472509f4/model-vers/model-ver/1026e36e-2d0c-4b61-8d0b-854b781c9c62 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/3a003646-5224-44f1-8341-5e44472509f4/model-vers/model-ver/1026e36e-2d0c-4b61-8d0b-854b781c9c62) (ec\u003dERR.5.4.6114)" } 2021-08-19T16:39:09.742Z||pool-197-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-08-19T16:39:09.743Z||pool-197-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-08-19T16:39:09.743Z||pool-197-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qoO1GatorxUOMWlm) ... 2021-08-19T16:39:09.758Z||pool-197-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T16:39:09.758Z||pool-197-thread-1|||||INFO|500||cambria reply ok (16 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-08-19T16:39:27.195Z|688c961c-e2f0-4a28-8994-4251f4e908e6|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-19T16:39:27.195Z|688c961c-e2f0-4a28-8994-4251f4e908e6|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-19T16:39:27.196Z|688c961c-e2f0-4a28-8994-4251f4e908e6|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 qoO1GatorxUOMWlm) ... 2021-08-19T16:39:27.197Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-19T16:39:27.198Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-19T16:39:27.198Z||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 qoO1GatorxUOMWlm) ... 2021-08-19T16:39:27.318Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T16:39:27.319Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-08-19T16:39:27.320Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "688c961c-e2f0-4a28-8994-4251f4e908e6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629391107196, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAbh1eiteqkvkraal5wlv/1.0/resourceInstances/pnfeb549d92dcb90/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-19T16:39:27.320Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-08-19T16:39:36.771Z|688c961c-e2f0-4a28-8994-4251f4e908e6|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T16:40:27.195Z|688c961c-e2f0-4a28-8994-4251f4e908e6|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-19T16:40:27.198Z|1b04a780-58c8-4375-984f-0d08db2625fa|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-19T16:40:27.199Z|688c961c-e2f0-4a28-8994-4251f4e908e6|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-19T16:40:27.199Z|1b04a780-58c8-4375-984f-0d08db2625fa|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-19T16:40:27.200Z|688c961c-e2f0-4a28-8994-4251f4e908e6|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 qoO1GatorxUOMWlm) ... 2021-08-19T16:40:27.200Z|1b04a780-58c8-4375-984f-0d08db2625fa|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 qoO1GatorxUOMWlm) ... 2021-08-19T16:40:27.733Z|1b04a780-58c8-4375-984f-0d08db2625fa|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T16:40:27.734Z|1b04a780-58c8-4375-984f-0d08db2625fa|pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-19T16:40:27.734Z|1b04a780-58c8-4375-984f-0d08db2625fa|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "688c961c-e2f0-4a28-8994-4251f4e908e6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629391107196, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAbh1eiteqkvkraal5wlv/1.0/resourceInstances/pnfeb549d92dcb90/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-08-19T16:40:27.736Z|1b04a780-58c8-4375-984f-0d08db2625fa|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-19T16:40:27.736Z|1b04a780-58c8-4375-984f-0d08db2625fa|pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-19T16:40:27.736Z|1b04a780-58c8-4375-984f-0d08db2625fa|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "688c961c-e2f0-4a28-8994-4251f4e908e6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629391107196, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAbh1eiteqkvkraal5wlv/1.0/resourceInstances/pnfeb549d92dcb90/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-08-19T16:40:27.736Z|1b04a780-58c8-4375-984f-0d08db2625fa|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-19T16:40:27.736Z|1b04a780-58c8-4375-984f-0d08db2625fa|pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-19T16:40:27.736Z|1b04a780-58c8-4375-984f-0d08db2625fa|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "688c961c-e2f0-4a28-8994-4251f4e908e6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629391107196, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAbh1eiteqkvkraal5wlv/1.0/resourceInstances/pnfeb549d92dcb90/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-08-19T16:40:27.736Z|1b04a780-58c8-4375-984f-0d08db2625fa|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-19T16:40:27.737Z|1b04a780-58c8-4375-984f-0d08db2625fa|pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-19T16:40:27.737Z|1b04a780-58c8-4375-984f-0d08db2625fa|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "688c961c-e2f0-4a28-8994-4251f4e908e6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629391107196, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAbh1eiteqkvkraal5wlv/1.0/resourceInstances/pnfeb549d92dcb90/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-08-19T16:40:27.737Z|1b04a780-58c8-4375-984f-0d08db2625fa|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-19T16:40:27.737Z|1b04a780-58c8-4375-984f-0d08db2625fa|pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-19T16:40:27.737Z|1b04a780-58c8-4375-984f-0d08db2625fa|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "688c961c-e2f0-4a28-8994-4251f4e908e6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629391107196, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAbh1eiteqkvkraal5wlv/1.0/resourceInstances/pnfeb549d92dcb90/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-08-19T16:40:27.737Z|1b04a780-58c8-4375-984f-0d08db2625fa|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-19T16:40:27.737Z|1b04a780-58c8-4375-984f-0d08db2625fa|pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-19T16:40:27.737Z|1b04a780-58c8-4375-984f-0d08db2625fa|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "688c961c-e2f0-4a28-8994-4251f4e908e6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629391107196, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAbh1eiteqkvkraal5wlv/1.0/artifacts/service-DemoPnfAbh1eiteqkvkraal5wlv-template.yml", "status": "NOT_NOTIFIED" } 2021-08-19T16:40:27.738Z|1b04a780-58c8-4375-984f-0d08db2625fa|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-19T16:40:27.738Z|1b04a780-58c8-4375-984f-0d08db2625fa|pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-19T16:40:27.738Z|1b04a780-58c8-4375-984f-0d08db2625fa|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "688c961c-e2f0-4a28-8994-4251f4e908e6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629391107196, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAbh1eiteqkvkraal5wlv/1.0/artifacts/service-DemoPnfAbh1eiteqkvkraal5wlv-csar.csar", "status": "NOTIFIED" } 2021-08-19T16:40:27.738Z|1b04a780-58c8-4375-984f-0d08db2625fa|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-08-19T16:40:27.738Z|1b04a780-58c8-4375-984f-0d08db2625fa|pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-19T16:40:27.738Z|1b04a780-58c8-4375-984f-0d08db2625fa|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "688c961c-e2f0-4a28-8994-4251f4e908e6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629391116375, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAbh1eiteqkvkraal5wlv/1.0/artifacts/service-DemoPnfAbh1eiteqkvkraal5wlv-csar.csar", "status": "DOWNLOAD_OK" } 2021-08-19T16:40:27.738Z|1b04a780-58c8-4375-984f-0d08db2625fa|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-19T16:40:27.738Z|1b04a780-58c8-4375-984f-0d08db2625fa|pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-19T16:40:27.738Z|1b04a780-58c8-4375-984f-0d08db2625fa|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "688c961c-e2f0-4a28-8994-4251f4e908e6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629391118500, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAbh1eiteqkvkraal5wlv/1.0/artifacts/service-DemoPnfAbh1eiteqkvkraal5wlv-csar.csar", "status": "DEPLOY_OK" } 2021-08-19T16:40:27.738Z|1b04a780-58c8-4375-984f-0d08db2625fa|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-19T16:40:27.739Z|1b04a780-58c8-4375-984f-0d08db2625fa|pool-2-thread-9|||||DEBUG|500||received message from topic 2021-08-19T16:40:27.739Z|1b04a780-58c8-4375-984f-0d08db2625fa|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "688c961c-e2f0-4a28-8994-4251f4e908e6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1629391149638, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d688c961c-e2f0-4a28-8994-4251f4e908e6 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/3a003646-5224-44f1-8341-5e44472509f4/model-vers/model-ver/1026e36e-2d0c-4b61-8d0b-854b781c9c62 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/3a003646-5224-44f1-8341-5e44472509f4/model-vers/model-ver/1026e36e-2d0c-4b61-8d0b-854b781c9c62) (ec\u003dERR.5.4.6114)" } 2021-08-19T16:40:27.739Z|1b04a780-58c8-4375-984f-0d08db2625fa|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-08-19T16:40:36.763Z|688c961c-e2f0-4a28-8994-4251f4e908e6|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T16:41:27.195Z|688c961c-e2f0-4a28-8994-4251f4e908e6|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-19T16:41:27.198Z|a840dcd2-e991-43a9-8045-0b249c8b1524|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-19T16:41:27.199Z|a840dcd2-e991-43a9-8045-0b249c8b1524|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-19T16:41:27.199Z|a840dcd2-e991-43a9-8045-0b249c8b1524|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 qoO1GatorxUOMWlm) ... 2021-08-19T16:41:27.200Z|688c961c-e2f0-4a28-8994-4251f4e908e6|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-19T16:41:27.200Z|688c961c-e2f0-4a28-8994-4251f4e908e6|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 qoO1GatorxUOMWlm) ... 2021-08-19T16:41:36.797Z|a840dcd2-e991-43a9-8045-0b249c8b1524|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T16:41:36.799Z|688c961c-e2f0-4a28-8994-4251f4e908e6|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T16:42:27.196Z|688c961c-e2f0-4a28-8994-4251f4e908e6|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-19T16:42:27.198Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-19T16:42:27.199Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-19T16:42:27.199Z|688c961c-e2f0-4a28-8994-4251f4e908e6|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-19T16:42:27.200Z||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 qoO1GatorxUOMWlm) ... 2021-08-19T16:42:27.200Z|688c961c-e2f0-4a28-8994-4251f4e908e6|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 qoO1GatorxUOMWlm) ... 2021-08-19T16:42:36.760Z|688c961c-e2f0-4a28-8994-4251f4e908e6|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T16:42:36.760Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T16:43:27.195Z|688c961c-e2f0-4a28-8994-4251f4e908e6|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-19T16:43:27.197Z|688c961c-e2f0-4a28-8994-4251f4e908e6|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-19T16:43:27.197Z|688c961c-e2f0-4a28-8994-4251f4e908e6|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 qoO1GatorxUOMWlm) ... 2021-08-19T16:43:27.198Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-19T16:43:27.198Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-19T16:43:27.198Z||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 qoO1GatorxUOMWlm) ... 2021-08-19T16:43:36.798Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T16:43:36.798Z|688c961c-e2f0-4a28-8994-4251f4e908e6|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T16:44:27.195Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-19T16:44:27.198Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-19T16:44:27.198Z|1b04a780-58c8-4375-984f-0d08db2625fa|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-19T16:44:27.198Z||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 qoO1GatorxUOMWlm) ... 2021-08-19T16:44:27.198Z|1b04a780-58c8-4375-984f-0d08db2625fa|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-19T16:44:27.198Z|1b04a780-58c8-4375-984f-0d08db2625fa|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 qoO1GatorxUOMWlm) ... 2021-08-19T16:44:36.791Z|1b04a780-58c8-4375-984f-0d08db2625fa|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T16:44:36.791Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T16:45:27.197Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-19T16:45:27.198Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-19T16:45:27.199Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-19T16:45:27.199Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-19T16:45:27.200Z||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 qoO1GatorxUOMWlm) ... 2021-08-19T16:45:27.200Z|88272ee0-4d41-41b8-94a2-11cd6410acac|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 qoO1GatorxUOMWlm) ... 2021-08-19T16:45:36.759Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T16:45:36.760Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T16:46:27.196Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-19T16:46:27.198Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-19T16:46:27.199Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-19T16:46:27.199Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-19T16:46:27.199Z|88272ee0-4d41-41b8-94a2-11cd6410acac|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 qoO1GatorxUOMWlm) ... 2021-08-19T16:46:27.199Z||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 qoO1GatorxUOMWlm) ... 2021-08-19T16:46:36.747Z|88272ee0-4d41-41b8-94a2-11cd6410acac|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T16:46:36.764Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T16:47:27.196Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-19T16:47:27.198Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-08-19T16:47:27.198Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-19T16:47:27.198Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-08-19T16:47:27.198Z||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 qoO1GatorxUOMWlm) ... 2021-08-19T16:47:27.198Z||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 qoO1GatorxUOMWlm) ... 2021-08-19T16:47:36.760Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-08-19T16:47:36.772Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK